comparison dwtx/jface/text/projection/FragmentUpdater.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 1a5b8f8129df
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
52 /** 52 /**
53 * Creates the fragment updater for the given category. 53 * Creates the fragment updater for the given category.
54 * 54 *
55 * @param fragmentCategory the position category used for managing the fragments of a document 55 * @param fragmentCategory the position category used for managing the fragments of a document
56 */ 56 */
57 protected FragmentUpdater(String fragmentCategory) { 57 protected this(String fragmentCategory) {
58 super(fragmentCategory); 58 super(fragmentCategory);
59 } 59 }
60 60
61 /* 61 /*
62 * @see dwtx.jface.text.IPositionUpdater#update(dwtx.jface.text.DocumentEvent) 62 * @see dwtx.jface.text.IPositionUpdater#update(dwtx.jface.text.DocumentEvent)