mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
bug 407405 CDT Build Console blocks UI on every Project Explorer selection - set wrapping off by default to mitigate the issue.
This commit is contained in:
parent
eda5854c6b
commit
a1f4c57ead
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class BuildConsolePreferencePage extends FieldEditorPreferencePage implem
|
|||
prefs.setDefault(PREF_CLEAR_CONSOLE, true);
|
||||
prefs.setDefault(PREF_AUTO_OPEN_CONSOLE, true);
|
||||
prefs.setDefault(PREF_CONSOLE_ON_TOP, false);
|
||||
prefs.setDefault(PREF_BUILDCONSOLE_WRAP_LINES, true);
|
||||
prefs.setDefault(PREF_BUILDCONSOLE_WRAP_LINES, false);
|
||||
prefs.setDefault(PREF_BUILDCONSOLE_LINES, 500);
|
||||
prefs.setDefault(PREF_BUILDCONSOLE_TAB_WIDTH, 4);
|
||||
PreferenceConverter.setDefault(prefs, PREF_BUILDCONSOLE_OUTPUT_COLOR, new RGB(0, 0, 0));
|
||||
|
|
Loading…
Add table
Reference in a new issue