comparison dwtx/jface/text/projection/ProjectionDocument.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children f70d9508c95c
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
82 /** 82 /**
83 * Prefix of the name of the position category used to keep track of the master 83 * Prefix of the name of the position category used to keep track of the master
84 * document's fragments that correspond to the segments of the projection 84 * document's fragments that correspond to the segments of the projection
85 * document. 85 * document.
86 */ 86 */
87 private final static String FRAGMENTS_CATEGORY_PREFIX= "__fragmentsCategory"; //$NON-NLS-1$ 87 private const static String FRAGMENTS_CATEGORY_PREFIX= "__fragmentsCategory"; //$NON-NLS-1$
88 88
89 /** 89 /**
90 * Name of the position category used to keep track of the project 90 * Name of the position category used to keep track of the project
91 * document's segments that correspond to the fragments of the master 91 * document's segments that correspond to the fragments of the master
92 * document. 92 * document.
93 */ 93 */
94 private final static String SEGMENTS_CATEGORY= "__segmentsCategory"; //$NON-NLS-1$ 94 private const static String SEGMENTS_CATEGORY= "__segmentsCategory"; //$NON-NLS-1$
95 95
96 96
97 /** The master document */ 97 /** The master document */
98 private IDocument fMasterDocument; 98 private IDocument fMasterDocument;
99 /** The master document as document extension */ 99 /** The master document as document extension */