comparison dwtx/jface/internal/text/NonDeletingPositionUpdater.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 75302ef3f92f
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
43 /** 43 /**
44 * Creates a new updater for the given <code>category</code>. 44 * Creates a new updater for the given <code>category</code>.
45 * 45 *
46 * @param category the new category. 46 * @param category the new category.
47 */ 47 */
48 public NonDeletingPositionUpdater(String category) { 48 public this(String category) {
49 fCategory= category; 49 fCategory= category;
50 } 50 }
51 51
52 /* 52 /*
53 * @see dwtx.jface.text.IPositionUpdater#update(dwtx.jface.text.DocumentEvent) 53 * @see dwtx.jface.text.IPositionUpdater#update(dwtx.jface.text.DocumentEvent)