Browse Source

* histsize increased

peter 22 years ago
parent
commit
23794b6933
1 changed files with 6 additions and 2 deletions
  1. 6 2
      ide/fp.pas

+ 6 - 2
ide/fp.pas

@@ -61,7 +61,7 @@ uses
 {$else}
 {$else}
   Commands,
   Commands,
 {$endif}
 {$endif}
-  Drivers,Views,App,Dialogs,
+  Drivers,Views,App,Dialogs,HistList,
   Menus,StdDlg,Validate,
   Menus,StdDlg,Validate,
   {$ifdef EDITORS}Editors{$else}WEditor,WCEdit{$endif},
   {$ifdef EDITORS}Editors{$else}WEditor,WCEdit{$endif},
 {$ifndef FVISION}
 {$ifndef FVISION}
@@ -302,6 +302,7 @@ BEGIN
 {$ifdef DEV}
 {$ifdef DEV}
   HeapLimit:=4096;
   HeapLimit:=4096;
 {$endif}
 {$endif}
+  HistorySize:=16384;
   writeln('þ Free Pascal IDE  Version '+VersionStr);
   writeln('þ Free Pascal IDE  Version '+VersionStr);
 {$ifdef win32}
 {$ifdef win32}
   Win32ShowMouse;
   Win32ShowMouse;
@@ -500,7 +501,10 @@ BEGIN
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.21  2003-01-29 00:30:53  pierre
+  Revision 1.22  2003-06-04 15:06:14  peter
+    * histsize increased
+
+  Revision 1.21  2003/01/29 00:30:53  pierre
    * load CheckMem as first if EXTDEBUG is defined
    * load CheckMem as first if EXTDEBUG is defined
 
 
   Revision 1.20  2003/01/28 16:53:47  pierre
   Revision 1.20  2003/01/28 16:53:47  pierre