1
0
Fork 0
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:
David Inglis 2002-11-27 20:10:01 +00:00
parent f28b06a289
commit a2116752e3

View file

@ -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();