mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
change console lines default to 500
This commit is contained in:
parent
f28b06a289
commit
a2116752e3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class BuildConsolePreferencePage extends FieldEditorPreferencePage implem
|
|||
prefs.setDefault(PREF_CLEAR_CONSOLE, true);
|
||||
prefs.setDefault(PREF_AUTO_OPEN_CONSOLE, false);
|
||||
prefs.setDefault(PREF_CONSOLE_ON_TOP, true);
|
||||
prefs.setDefault(PREF_BUILDCONSOLE_LINES, 100);
|
||||
prefs.setDefault(PREF_BUILDCONSOLE_LINES, 500);
|
||||
Font font = JFaceResources.getTextFont();
|
||||
if (font != null) {
|
||||
FontData[] data = font.getFontData();
|
||||
|
|
Loading…
Add table
Reference in a new issue