comparison dwtx/jface/text/SequentialRewriteTextStore.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children 5cf141e43417
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
192 /** The list of buffered replacements. */ 192 /** The list of buffered replacements. */
193 private LinkedList fReplaceList; 193 private LinkedList fReplaceList;
194 /** The source text store */ 194 /** The source text store */
195 private ITextStore fSource; 195 private ITextStore fSource;
196 /** A flag to enforce sequential access. */ 196 /** A flag to enforce sequential access. */
197 private static final bool ASSERT_SEQUENTIALITY= false; 197 private static const bool ASSERT_SEQUENTIALITY= false;
198 198
199 199
200 /** 200 /**
201 * Creates a new sequential rewrite store for the given source store. 201 * Creates a new sequential rewrite store for the given source store.
202 * 202 *