comparison dwtx/jface/text/link/LinkedModeUI.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 53b889547456
children 000f9136b8f7
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
599 * @since 3.1 599 * @since 3.1
600 */ 600 */
601 private IDocumentListener fDocumentListener= new DocumentListener(); 601 private IDocumentListener fDocumentListener= new DocumentListener();
602 602
603 /** The last caret position, used by fCaretListener. */ 603 /** The last caret position, used by fCaretListener. */
604 private final Position fCaretPosition= new Position(0, 0); 604 private const Position fCaretPosition= new Position(0, 0);
605 /** The exit policy to control custom exit behavior */ 605 /** The exit policy to control custom exit behavior */
606 private IExitPolicy fExitPolicy= new NullExitPolicy(); 606 private IExitPolicy fExitPolicy= new NullExitPolicy();
607 /** The current frame position shown in the UI, or <code>null</code>. */ 607 /** The current frame position shown in the UI, or <code>null</code>. */
608 private LinkedPosition fFramePosition; 608 private LinkedPosition fFramePosition;
609 /** The last visited position, used for undo / redo. */ 609 /** The last visited position, used for undo / redo. */