Martijn Laan 2 дней назад
Родитель
Сommit
89fb479b8a
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      Projects/Src/IDE.MainForm.pas
  2. 1 0
      whatsnew.htm

+ 1 - 1
Projects/Src/IDE.MainForm.pas

@@ -691,7 +691,7 @@ uses
 
 
 const
 const
   { Memos }
   { Memos }
-  MaxMemos = 22; { Includes the main and preprocessor output memos }
+  MaxMemos = 52; { Includes the main and preprocessor output memos }
   FirstIncludedFilesMemoIndex = 1; { This is an index into FFileMemos }
   FirstIncludedFilesMemoIndex = 1; { This is an index into FFileMemos }
 
 
   LineStateGrowAmount = 4000;
   LineStateGrowAmount = 4000;

+ 1 - 0
whatsnew.htm

@@ -122,6 +122,7 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
   <ul>
   <ul>
     <li>Added autocomplete support in the <tt>[Setup]</tt> section for directive values with fixed options, such as all <tt>yes</tt>/<tt>no</tt> directives and others like <tt>WizardStyle</tt>.</li>
     <li>Added autocomplete support in the <tt>[Setup]</tt> section for directive values with fixed options, such as all <tt>yes</tt>/<tt>no</tt> directives and others like <tt>WizardStyle</tt>.</li>
     <li>Ctrl+W now closes the current tab (in addition to Ctrl+F4), consistent with other modern editors. Previously, Ctrl+W was assigned to <i>Target Uninstall</i> in the <i>Run</i> menu, which is now reassigned to Alt+Q.</li>
     <li>Ctrl+W now closes the current tab (in addition to Ctrl+F4), consistent with other modern editors. Previously, Ctrl+W was assigned to <i>Target Uninstall</i> in the <i>Run</i> menu, which is now reassigned to Alt+Q.</li>
+    <li>The Compiler IDE now opens up to 50 #include files in tabs, instead of up to 20.</li>
   </ul>
   </ul>
   </li>
   </li>
   <li><i>Fix:</i> File and directory controls in Setup should always use left-to-right reading order, even when a right-to-left language is active, but this has not been the case since version 6.5.2.</li>
   <li><i>Fix:</i> File and directory controls in Setup should always use left-to-right reading order, even when a right-to-left language is active, but this has not been the case since version 6.5.2.</li>