comparison dwtx/jface/text/source/LineNumberChangeRulerColumn.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children 1a5b8f8129df
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
108 /** 108 /**
109 * The revision painter strategy. 109 * The revision painter strategy.
110 * 110 *
111 * @since 3.2 111 * @since 3.2
112 */ 112 */
113 private final RevisionPainter fRevisionPainter; 113 private const RevisionPainter fRevisionPainter;
114 /** 114 /**
115 * The diff information painter strategy. 115 * The diff information painter strategy.
116 * 116 *
117 * @since 3.2 117 * @since 3.2
118 */ 118 */
119 private final DiffPainter fDiffPainter; 119 private const DiffPainter fDiffPainter;
120 /** 120 /**
121 * Whether to show number or to behave like a change ruler column. 121 * Whether to show number or to behave like a change ruler column.
122 * @since 3.3 122 * @since 3.3
123 */ 123 */
124 private bool fShowNumbers= true; 124 private bool fShowNumbers= true;