comparison dwtx/jface/text/DefaultTextHover.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
177 /** 177 /**
178 * Creates a new annotation hover. 178 * Creates a new annotation hover.
179 * 179 *
180 * @param sourceViewer this hover's annotation model 180 * @param sourceViewer this hover's annotation model
181 */ 181 */
182 public DefaultTextHover(ISourceViewer sourceViewer) { 182 public this(ISourceViewer sourceViewer) {
183 Assert.isNotNull(sourceViewer); 183 Assert.isNotNull(sourceViewer);
184 fSourceViewer= sourceViewer; 184 fSourceViewer= sourceViewer;
185 } 185 }
186 186
187 /* 187 /*