comparison dwtx/jface/text/ITextViewerExtension2.d @ 159:7926b636c282

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 01:57:58 +0200
parents eb21d3dfc767
children
comparison
equal deleted inserted replaced
158:25f1f92fa3df 159:7926b636c282
191 public interface ITextViewerExtension2 { 191 public interface ITextViewerExtension2 {
192 192
193 /** 193 /**
194 * The state mask of the default hover (value <code>0xff</code>). 194 * The state mask of the default hover (value <code>0xff</code>).
195 */ 195 */
196 final int DEFAULT_HOVER_STATE_MASK= 0xff; 196 static const int DEFAULT_HOVER_STATE_MASK= 0xff;
197 197
198 /** 198 /**
199 * Invalidates the viewer's text presentation for the given range. 199 * Invalidates the viewer's text presentation for the given range.
200 * 200 *
201 * @param offset the offset of the first character to be redrawn 201 * @param offset the offset of the first character to be redrawn