diff --git a/Build/Changes.txt b/Build/Changes.txt index 86fd09eb3..c60b1469b 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,13 +34,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 6.23.830.(build_#) (2023-08-30) +Current BETA/RC Version 6.23.903.(build_#) (2023-09-03) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.903.1]- Python stream comment hack. [.830.1]- "DrawAnimatedWindow": Option to disable animated max./min. window. [.827.1]- Add Dark-Mode Contrast control for Schemes configuration. [.707.1]- Add new Toolbar button "New Empty Window". @@ -48,7 +49,6 @@ NEW: [.702.1]- Add new Toolbar button "Reset Zoom". [.619.1]- Indentation guide coloring on matching brace highlight. [.513.1]- Option on F/R dialog: incremental search ON/OFF. -[.512.1]- Add an "Additional Notepad3Portable.cmd Launcher". [.504.1]- Option: do not save blank new files. [.430.1]- Option to show/hide titlebar. [.424.1]- Localization in INNO Setup of "Open with Notepad3" (SUP). @@ -114,7 +114,7 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- . -[.718.1]- Show hidden menu bar on Alt or F10 key. +[.903.1]- Python Line Comment : respect indents. [.718.1]- TinyExpr Output formatter. [.711.1]- RegEx search with begin/end line meta chars. [.710.1]- Recoding for UTF-16. diff --git a/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini b/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini index f1a416c4a..90f74bac7 100644 --- a/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini +++ b/np3portableapp/Notepad3Portable/App/AppInfo/installer_template.ini @@ -31,10 +31,6 @@ RemoveOtherDirectory=true ;OptionalSectionInstalledWhenSilent=true ;OptionalDirectory1= ;OptionalFile1= -OptionalComponents=true -OptionalSectionTitle=Additional Notepad3Portable.cmd Launcher -OptionalSectionDescription=Extracts additional launcher for Notepad3 -OptionalFile1=Notepad3Portable.cmd [CopyLocalFiles] ;CopyLocalFiles=true diff --git a/np3portableapp/Notepad3Portable/Other/Source/Notepad3Portable.cmd b/np3portableapp/Notepad3Portable/Other/Source/Notepad3Portable.cmd deleted file mode 100644 index 163857cad..000000000 --- a/np3portableapp/Notepad3Portable/Other/Source/Notepad3Portable.cmd +++ /dev/null @@ -1,24 +0,0 @@ -@echo off - -:: Thanks to "Wilenty" for this "Additional Notepad3Portable.cmd Launcher". - -If not exist "%~dp0\Data\settings\" ( - If exist "%~dp0\App\DefaultData\settings\" ( - mkdir "%~dp0\Data\settings" - copy /y "%~dp0\App\DefaultData\settings" "%~dp0\Data\settings" >nul 2>&1 - For /f "delims=" %%W in (' dir /b /a:d "%~dp0\App\DefaultData\settings" ') do mkdir "%~dp0\Data\settings\%%~nW"&© /y "%~dp0\App\DefaultData\settings\%%~W" "%~dp0\Data\settings\%%~nW" >nul 2>&1 - ) -) - -set ErrorLevel=-1 - -If exist "%~dp0\Data\settings\" ( - set "NOTEPAD3_PORTABLE_SETTINGS=%~dp0\Data\settings" - If exist "%WinDir%\SysNative" ( - start "Notepad3 Portable" /b "%~dp0\App\Notepad3\x64\Notepad3.exe" %* - ) else ( - start "Notepad3 Portable" /b "%~dp0\App\Notepad3\x86\Notepad3.exe" %* - ) -) - -exit /b %ErrorLevel% diff --git a/np3portableapp/build_np3portableapp.cmd b/np3portableapp/build_np3portableapp.cmd index 9ee39f8b0..db8e9199c 100644 --- a/np3portableapp/build_np3portableapp.cmd +++ b/np3portableapp/build_np3portableapp.cmd @@ -177,11 +177,6 @@ del /f /q "%NP3_PORTAPP_INFO%_tmp.ini" :: --------------------------------------------------------------------------------------------------- -:: - Copy "Additional Notepad3Portable.cmd Launcher" to "Notepad3Portable PAF [ROOT]" - -if exist "%NP3_PORTAPP_DIR%\Other\Source\Notepad3Portable.cmd" ( -copy /B "%NP3_PORTAPP_DIR%\Other\Source\Notepad3Portable.cmd" "%NP3_PORTAPP_DIR%\Notepad3Portable.cmd" /Y /V -) - :: --- build Launcher and Installer Package --- :: - build Launcher -