comparison dwtx/jface/text/ListLineTracker.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
185 private int fTextLength; 185 private int fTextLength;
186 186
187 /** 187 /**
188 * Creates a new line tracker. 188 * Creates a new line tracker.
189 */ 189 */
190 protected ListLineTracker() { 190 protected this() {
191 } 191 }
192 192
193 /** 193 /**
194 * Binary search for the line at a given offset. 194 * Binary search for the line at a given offset.
195 * 195 *