comparison dwtx/jface/text/link/InclusivePositionUpdater.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
51 /** 51 /**
52 * Creates a new updater for the given <code>category</code>. 52 * Creates a new updater for the given <code>category</code>.
53 * 53 *
54 * @param category the new category. 54 * @param category the new category.
55 */ 55 */
56 public InclusivePositionUpdater(String category) { 56 public this(String category) {
57 fCategory= category; 57 fCategory= category;
58 } 58 }
59 59
60 /* 60 /*
61 * @see dwtx.jface.text.IPositionUpdater#update(dwtx.jface.text.DocumentEvent) 61 * @see dwtx.jface.text.IPositionUpdater#update(dwtx.jface.text.DocumentEvent)