Skip to content

Commit

Permalink
Merge pull request #4985 from hpwamr/Mui_Beta
Browse files Browse the repository at this point in the history
MUI - Commit before release build "Notepad3 6.23.903.1 rc"
  • Loading branch information
hpwamr authored Sep 3, 2023
2 parents 5f0caed + 6478b17 commit a3eb9f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
6 changes: 3 additions & 3 deletions Build/Changes.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ 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: NEW:
-------------------------------------------------------- --------------------------------------------------------
[.###.#]- . [.###.#]- .
[.903.1]- Python stream comment hack.
[.830.1]- "DrawAnimatedWindow": Option to disable animated max./min. window. [.830.1]- "DrawAnimatedWindow": Option to disable animated max./min. window.
[.827.1]- Add Dark-Mode Contrast control for Schemes configuration. [.827.1]- Add Dark-Mode Contrast control for Schemes configuration.
[.707.1]- Add new Toolbar button "New Empty Window". [.707.1]- Add new Toolbar button "New Empty Window".
[.702.1]- Add new "grepWinNP3" icon for Launch and Search menu's. [.702.1]- Add new "grepWinNP3" icon for Launch and Search menu's.
[.702.1]- Add new Toolbar button "Reset Zoom". [.702.1]- Add new Toolbar button "Reset Zoom".
[.619.1]- Indentation guide coloring on matching brace highlight. [.619.1]- Indentation guide coloring on matching brace highlight.
[.513.1]- Option on F/R dialog: incremental search ON/OFF. [.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. [.504.1]- Option: do not save blank new files.
[.430.1]- Option to show/hide titlebar. [.430.1]- Option to show/hide titlebar.
[.424.1]- Localization in INNO Setup of "Open with Notepad3" (SUP). [.424.1]- Localization in INNO Setup of "Open with Notepad3" (SUP).
Expand Down Expand Up @@ -114,7 +114,7 @@ CHANGES:
FIXES: FIXES:
-------------------------------------------------------- --------------------------------------------------------
[.###.#]- . [.###.#]- .
[.718.1]- Show hidden menu bar on Alt or F10 key. [.903.1]- Python Line Comment : respect indents.
[.718.1]- TinyExpr Output formatter. [.718.1]- TinyExpr Output formatter.
[.711.1]- RegEx search with begin/end line meta chars. [.711.1]- RegEx search with begin/end line meta chars.
[.710.1]- Recoding for UTF-16. [.710.1]- Recoding for UTF-16.
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ RemoveOtherDirectory=true
;OptionalSectionInstalledWhenSilent=true ;OptionalSectionInstalledWhenSilent=true
;OptionalDirectory1= ;OptionalDirectory1=
;OptionalFile1= ;OptionalFile1=
OptionalComponents=true
OptionalSectionTitle=Additional Notepad3Portable.cmd Launcher
OptionalSectionDescription=Extracts additional launcher for Notepad3
OptionalFile1=Notepad3Portable.cmd


[CopyLocalFiles] [CopyLocalFiles]
;CopyLocalFiles=true ;CopyLocalFiles=true
Expand Down
24 changes: 0 additions & 24 deletions np3portableapp/Notepad3Portable/Other/Source/Notepad3Portable.cmd

This file was deleted.

5 changes: 0 additions & 5 deletions np3portableapp/build_np3portableapp.cmd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 and Installer Package ---


:: - build Launcher - :: - build Launcher -
Expand Down

0 comments on commit a3eb9f1

Please sign in to comment.