comparison dwtx/jface/text/source/LineNumberRulerColumn.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
482 482
483 483
484 /** 484 /**
485 * Constructs a new vertical ruler column. 485 * Constructs a new vertical ruler column.
486 */ 486 */
487 public LineNumberRulerColumn() { 487 public this() {
488 } 488 }
489 489
490 /** 490 /**
491 * Sets the foreground color of this column. 491 * Sets the foreground color of this column.
492 * 492 *