Explorar el Código

Merge branch 'main' into isscint-update

Martijn Laan hace 1 año
padre
commit
a5ec8bc639
Se han modificado 3 ficheros con 7 adiciones y 3 borrados
  1. 3 1
      Projects/Bin/synch-isfiles.bat
  2. 3 1
      Projects/ISPP/Help/synch-isfiles.bat
  3. 1 1
      whatsnew.htm

+ 3 - 1
Projects/Bin/synch-isfiles.bat

@@ -1,5 +1,7 @@
 cd /d %~dp0
 
+echo - Synching files from Files to Projects\Bin
+
 copy ..\..\Files\Default.isl
 copy ..\..\Files\ISPPBuiltins.iss
 copy ..\..\Files\is*zip.dll
@@ -10,7 +12,7 @@ copy ..\..\Files\islzma*.exe
 copy ..\..\Files\ISetup.chm
 copy ..\..\Files\ISPP.chm
 
-echo - Copying files done
+echo - Synching files done
 
 if "%1"=="nopause" goto :eof
 

+ 3 - 1
Projects/ISPP/Help/synch-isfiles.bat

@@ -1,5 +1,7 @@
 cd /d %~dp0
 
+echo - Synching files from ISHelp to Projects\ISPP\Help
+
 copy ..\..\..\ISHelp\isetup.dtd
 copy ..\..\..\ISHelp\Staging\contents.css Staging
 copy ..\..\..\ISHelp\Staging\contents.js Staging
@@ -10,7 +12,7 @@ copy ..\..\..\ISHelp\Staging\images\contentsheadopen.png Staging\images
 copy ..\..\..\ISHelp\Staging\images\contentstopic.png Staging\images
 copy ..\..\..\ISHelp\Staging\images\extlink.png Staging\images
 
-echo - Copying files done
+echo - Synching files done
 
 if "%1"=="nopause" goto :eof
 

+ 1 - 1
whatsnew.htm

@@ -52,7 +52,7 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
 
 <p><a name="6.3.1"></a><span class="ver">6.3.1 </span><span class="date">(2024-06-10)</span></p>
 <ul>
-  <li>Fix Compiler IDE startup error on systems with very high DPI.</li>
+  <li>Fixed Compiler IDE startup error on systems with very high DPI.</li>
 </ul>
 
 <p><a name="6.3.0"></a><span class="ver">6.3.0 </span><span class="date">(2024-06-09)</span></p>