comparison dwtx/jface/text/projection/Segment.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 25f1f92fa3df
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
53 * Creates a new segment covering the given range. 53 * Creates a new segment covering the given range.
54 * 54 *
55 * @param offset the offset of the segment 55 * @param offset the offset of the segment
56 * @param length the length of the segment 56 * @param length the length of the segment
57 */ 57 */
58 public Segment(int offset, int length) { 58 public this(int offset, int length) {
59 super(offset, length); 59 super(offset, length);
60 } 60 }
61 61
62 /** 62 /**
63 * Sets the stretching flag. 63 * Sets the stretching flag.