ソースを参照

Merge branch 'main' into x64compatible

Martijn Laan 1 年間 前
コミット
829b548b1c
2 ファイル変更2 行追加1 行削除
  1. 1 0
      Projects/Setup.dproj
  2. 1 1
      whatsnew.htm

+ 1 - 0
Projects/Setup.dproj

@@ -70,6 +70,7 @@
         <DCC_Optimize>false</DCC_Optimize>
         <DCC_Optimize>false</DCC_Optimize>
         <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
         <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
         <DCC_ExeOutput>Bin</DCC_ExeOutput>
         <DCC_ExeOutput>Bin</DCC_ExeOutput>
+        <Debugger_RunParams>/LOG=Setup.log</Debugger_RunParams>
     </PropertyGroup>
     </PropertyGroup>
     <ItemGroup>
     <ItemGroup>
         <DelphiCompile Include="$(MainSource)">
         <DelphiCompile Include="$(MainSource)">

+ 1 - 1
whatsnew.htm

@@ -62,7 +62,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
   <li>Compiler IDE changes: 
   <li>Compiler IDE changes: 
   <ul>
   <ul>
     <li>The New Script Wizard now offers an option to import a Windows registry .reg file.</li>
     <li>The New Script Wizard now offers an option to import a Windows registry .reg file.</li>
-    <li>Added new <i>Generate [Registry] Entries... (Ctrl+Shift+R)</i> menu item to the <i>Tools</i> menu to Windows registry .reg file as extra entries to the [Registry] section at the cursor position, or to a new section.</li>
+    <li>Added new <i>Generate [Registry] Entries... (Ctrl+Shift+R)</i> menu item to the <i>Tools</i> menu to import a Windows registry .reg file as extra entries to the [Registry] section at the cursor position, or to a new section.</li>
     <li>Added new <i>Generate [Files] Entries... (Ctrl+Shift+I)</i> menu item to the <i>Tools</i> menu to design and insert extra entries to the [Files] section at the cursor position, or to a new section.</li>
     <li>Added new <i>Generate [Files] Entries... (Ctrl+Shift+I)</i> menu item to the <i>Tools</i> menu to design and insert extra entries to the [Files] section at the cursor position, or to a new section.</li>
     <li>The <i>Generate MsgBox/TaskDialogMsgBox Call... (Ctrl+Shift+M)</i> tool (previously named <i>MsgBox/TaskDialogMsgBox Designer</i>) now respects the tab width and tab character settings, indents the generated Pascal script one extra level, and warns if the cursor position is not in the [Code] section.</li>
     <li>The <i>Generate MsgBox/TaskDialogMsgBox Call... (Ctrl+Shift+M)</i> tool (previously named <i>MsgBox/TaskDialogMsgBox Designer</i>) now respects the tab width and tab character settings, indents the generated Pascal script one extra level, and warns if the cursor position is not in the [Code] section.</li>
   </ul>
   </ul>