mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Bug 447703 Build Console on top to true by default.
This matches the behavior of every other console provider I've seen. Change-Id: I0f1cdb22401bd7e204988df860854956fc57dde4
This commit is contained in:
parent
41958c1588
commit
63ff83042b
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class BuildConsolePreferencePage extends FieldEditorPreferencePage implem
|
|||
if(!prefs.contains(PREF_AUTO_OPEN_CONSOLE))
|
||||
prefs.setDefault(PREF_AUTO_OPEN_CONSOLE, true);
|
||||
if(!prefs.contains(PREF_CONSOLE_ON_TOP))
|
||||
prefs.setDefault(PREF_CONSOLE_ON_TOP, false);
|
||||
prefs.setDefault(PREF_CONSOLE_ON_TOP, true);
|
||||
if(!prefs.contains(PREF_BUILDCONSOLE_WRAP_LINES))
|
||||
prefs.setDefault(PREF_BUILDCONSOLE_WRAP_LINES, false);
|
||||
if(!prefs.contains(PREF_BUILDCONSOLE_LINES))
|
||||
|
|
Loading…
Add table
Reference in a new issue