comparison dwtx/jface/text/formatter/ContentFormatter.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children eb21d3dfc767
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
268 } 268 }
269 } 269 }
270 270
271 271
272 /** Internal position category used for the formatter partitioning */ 272 /** Internal position category used for the formatter partitioning */
273 private final static String PARTITIONING= "__formatter_partitioning"; //$NON-NLS-1$ 273 private const static String PARTITIONING= "__formatter_partitioning"; //$NON-NLS-1$
274 274
275 /** The map of <code>IFormattingStrategy</code> objects */ 275 /** The map of <code>IFormattingStrategy</code> objects */
276 private Map fStrategies; 276 private Map fStrategies;
277 /** The indicator of whether the formatter operates in partition aware mode or not */ 277 /** The indicator of whether the formatter operates in partition aware mode or not */
278 private bool fIsPartitionAware= true; 278 private bool fIsPartitionAware= true;