1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

addTextField() for autoactivation is not a number.

This commit is contained in:
Alain Magloire 2003-01-07 19:20:53 +00:00
parent 0a3b5925c7
commit b12ef64bd9

View file

@ -709,7 +709,7 @@ public class CEditorPreferencePage extends PreferencePage implements IWorkbenchP
addTextField(contentAssistComposite, label, ContentAssistPreference.AUTOACTIVATION_DELAY, 4, 0, true);
label= "Auto activation &triggers for C:";
addTextField(contentAssistComposite, label, ContentAssistPreference.AUTOACTIVATION_TRIGGERS_C, 25, 0, true);
addTextField(contentAssistComposite, label, ContentAssistPreference.AUTOACTIVATION_TRIGGERS_C, 25, 0, false);
//label= "Auto activation triggers for &JavaDoc:";
//addTextField(contentAssistComposite, label, ContentAssistPreference.AUTOACTIVATION_TRIGGERS_JAVADOC, 25, 0);