浏览代码

Final tweaks.

Martijn Laan 1 年之前
父节点
当前提交
5c01866dd9
共有 4 个文件被更改,包括 6 次插入5 次删除
  1. 1 1
      Projects/Src/CompRegistryDesigner.dfm
  2. 1 1
      Projects/Src/CompWizard.dfm
  3. 1 1
      Projects/Src/CompWizard.pas
  4. 3 2
      whatsnew.htm

+ 1 - 1
Projects/Src/CompRegistryDesigner.dfm

@@ -70,7 +70,7 @@ object RegistryDesignerForm: TRegistryDesignerForm
     Top = 18
     Width = 316
     Height = 17
-    Caption = '&Windows registry file (*.reg) to import:'
+    Caption = '&Windows registry file (.reg) to import:'
     FocusControl = AppRegistryFileEdit
     TabOrder = 0
   end

+ 1 - 1
Projects/Src/CompWizard.dfm

@@ -907,7 +907,7 @@ object WizardForm: TWizardForm
             Height = 16
             Anchors = [akLeft, akTop, akRight]
             AutoSize = False
-            Caption = '&Windows registry file (*.reg) to import:'
+            Caption = '&Windows registry file (.reg) to import:'
             FocusControl = AppRegistryFileEdit
             TabOrder = 0
             WordWrap = True

+ 1 - 1
Projects/Src/CompWizard.pas

@@ -361,7 +361,7 @@ begin
 
   { PrivilegesRequired }
   PrivilegesRequiredAdminRadioButton.Checked := True;
-  
+
   { Languages }
   for I := 0 to FLanguages.Count-1 do begin
     if FLanguages[I] <> LanguagesDefaultIsl then

+ 3 - 2
whatsnew.htm

@@ -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>