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:
parent
0a3b5925c7
commit
b12ef64bd9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue