comparison dwtx/jface/text/DefaultPositionUpdater.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 26688fec6d23
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
208 /** 208 /**
209 * Creates a new default position updater for the given category. 209 * Creates a new default position updater for the given category.
210 * 210 *
211 * @param category the category the updater is responsible for 211 * @param category the category the updater is responsible for
212 */ 212 */
213 public DefaultPositionUpdater(String category) { 213 public this(String category) {
214 fCategory= category; 214 fCategory= category;
215 } 215 }
216 216
217 /** 217 /**
218 * Returns the category this updater is responsible for. 218 * Returns the category this updater is responsible for.