comparison dwtx/jface/text/DefaultIndentLineAutoEditStrategy.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 6dcb0baaa031
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
168 168
169 /** 169 /**
170 * Creates a new indent line auto edit strategy which can be installed on 170 * Creates a new indent line auto edit strategy which can be installed on
171 * text viewers. 171 * text viewers.
172 */ 172 */
173 public DefaultIndentLineAutoEditStrategy() { 173 public this() {
174 } 174 }
175 175
176 /** 176 /**
177 * Returns the first offset greater than <code>offset</code> and smaller than 177 * Returns the first offset greater than <code>offset</code> and smaller than
178 * <code>end</code> whose character is not a space or tab character. If no such 178 * <code>end</code> whose character is not a space or tab character. If no such