comparison dwtx/jface/text/TextViewerUndoManager.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 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
356 /** 356 /**
357 * Creates a new undo manager who remembers the specified number of edit commands. 357 * Creates a new undo manager who remembers the specified number of edit commands.
358 * 358 *
359 * @param undoLevel the length of this manager's history 359 * @param undoLevel the length of this manager's history
360 */ 360 */
361 public TextViewerUndoManager(int undoLevel) { 361 public this(int undoLevel) {
362 fUndoLevel= undoLevel; 362 fUndoLevel= undoLevel;
363 } 363 }
364 364
365 /** 365 /**
366 * Returns whether this undo manager is connected to a text viewer. 366 * Returns whether this undo manager is connected to a text viewer.