|
@@ -61,9 +61,10 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
|
|
|
<ul>
|
|
|
<li>Compiler IDE changes:
|
|
|
<ul>
|
|
|
+ <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 [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 [Registry] Entries... (Ctrl+Shift+R)</i> menu item to the <i>Tools</i> menu to import a .reg file as extra entries to the [Registry] 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>
|
|
|
</li>
|
|
|
<li>Added new [Setup] section directive <tt>UninstallLogging</tt>, which defaults to <tt>no</tt>. If set to <tt>yes</tt>, the uninstaller will always create a log file if it is launched from the <i>Add/Remove Programs</i> Control Panel applet. Equivalent to passing /LOG on the command line.</li>
|