comparison dwtx/jface/text/TextEvent.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 7d818bd32d63
children
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
202 * @param text the inserted text 202 * @param text the inserted text
203 * @param replacedText the replaced text 203 * @param replacedText the replaced text
204 * @param event the associated document event or <code>null</code> if none 204 * @param event the associated document event or <code>null</code> if none
205 * @param viewerRedrawState the redraw state of the viewer 205 * @param viewerRedrawState the redraw state of the viewer
206 */ 206 */
207 protected this(int offset, int length, String text, String replacedText, DocumentEvent event, bool viewerRedrawState) { 207 /+protected+/ this(int offset, int length, String text, String replacedText, DocumentEvent event, bool viewerRedrawState) {
208 fOffset= offset; 208 fOffset= offset;
209 fLength= length; 209 fLength= length;
210 fText= text; 210 fText= text;
211 fReplacedText= replacedText; 211 fReplacedText= replacedText;
212 fDocumentEvent= event; 212 fDocumentEvent= event;