comparison dwtx/jface/internal/text/link/contentassist/ContentAssistant2.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children f70d9508c95c
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
673 * The popup priority: &gt; info pop-ups, &lt; standard content assist. 673 * The popup priority: &gt; info pop-ups, &lt; standard content assist.
674 * Default value: <code>10</code>. 674 * Default value: <code>10</code>.
675 * 675 *
676 * @since 3.0 676 * @since 3.0
677 */ 677 */
678 public static final int WIDGET_PRIORITY= 10; 678 public static const int WIDGET_PRIORITY= 10;
679 679
680 680
681 private static final int DEFAULT_AUTO_ACTIVATION_DELAY= 500; 681 private static const int DEFAULT_AUTO_ACTIVATION_DELAY= 500;
682 682
683 private IInformationControlCreator fInformationControlCreator; 683 private IInformationControlCreator fInformationControlCreator;
684 private int fAutoActivationDelay= DEFAULT_AUTO_ACTIVATION_DELAY; 684 private int fAutoActivationDelay= DEFAULT_AUTO_ACTIVATION_DELAY;
685 private bool fIsAutoActivated= false; 685 private bool fIsAutoActivated= false;
686 private bool fIsAutoInserting= false; 686 private bool fIsAutoInserting= false;