comparison dwtx/jface/text/DefaultTextDoubleClickStrategy.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 eb21d3dfc767
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
195 private int fEndOffset= -1; 195 private int fEndOffset= -1;
196 /** Current offset of iteration. */ 196 /** Current offset of iteration. */
197 private int fIndex= -1; 197 private int fIndex= -1;
198 198
199 /** Creates a new document iterator. */ 199 /** Creates a new document iterator. */
200 public DocumentCharacterIterator() { 200 public this() {
201 } 201 }
202 202
203 /** 203 /**
204 * Configures this document iterator with the document section to be visited. 204 * Configures this document iterator with the document section to be visited.
205 * 205 *
318 318
319 319
320 /** 320 /**
321 * Creates a new default text double click strategy. 321 * Creates a new default text double click strategy.
322 */ 322 */
323 public DefaultTextDoubleClickStrategy() { 323 public this() {
324 super(); 324 super();
325 } 325 }
326 326
327 /* 327 /*
328 * @see dwtx.jface.text.ITextDoubleClickStrategy#doubleClicked(dwtx.jface.text.ITextViewer) 328 * @see dwtx.jface.text.ITextDoubleClickStrategy#doubleClicked(dwtx.jface.text.ITextViewer)