mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #5235 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.24.703.1 rc3"
This commit is contained in:
commit
f7a3b46e72
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 6.24.601.(build_#) (2024-06-01)
|
||||
Current BETA/RC Version 6.24.703.(build_#) (2024-07-03)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -72,6 +72,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.703.1]- Refactor Remove/Unite Duplicate Lines.
|
||||
[.527.1]- Updating Lexer Style "NewSombra" from MadDogVachon.
|
||||
[.522.1]- Ctrl+S does not forced saving doc any longer - only saves file, if save needed (doc changed).
|
||||
[.522.1]- No need to save current file (doc changed) for open new (empty) np3 window.
|
||||
@ -138,7 +139,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- Fix and test of AppVeyor verification.
|
||||
[.703.1]- Update Toolbar in case of Undo/Redo.
|
||||
[.601.1]- Regression for "Reuse Window" flag.
|
||||
[.529.1]- Center dialog if window is maximized.
|
||||
[.529.1]- Some missing Path_Sanitize() calls.
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
================================================================================
|
||||
|
||||
|
||||
*** Keyboard Shortcuts for Notepad3 *** date: 2023-01-31
|
||||
*** Keyboard Shortcuts for Notepad3 *** date: 2024-07-03
|
||||
---------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -108,14 +108,14 @@
|
||||
Ctrl+J Join Lines.
|
||||
Ctrl+Alt+J Fuse Lines.
|
||||
Ctrl+Shift+J Preserve Paragraphs.
|
||||
Ctrl+Alt+D Unite Duplicate Lines.
|
||||
Alt+Y Merge Empty Lines.
|
||||
Ctrl+Alt+Y Merge Blank Lines.
|
||||
Alt+R Remove Empty Lines.
|
||||
Ctrl+Alt+B Remove Blank Lines.
|
||||
Ctrl+Alt+D Remove Duplicate Lines.
|
||||
|
||||
Selection
|
||||
---------
|
||||
Advanced
|
||||
--------
|
||||
Ctrl+Shift+Q Stream Comment.
|
||||
Ctrl+D Duplicate Selection or Line.
|
||||
Alt+B Pad with Blanks.
|
||||
|
||||
@ -25,7 +25,7 @@ March 2024: Line numbers to translate_2024-03 - No "Added or Modified" items i
|
||||
April 2024: Line numbers to translate_2024-04 - No "Added or Modified" items in April 2024
|
||||
May 2024: Line numbers to translate_2024-05 - https://workupload.com/file/gTG3tx8xeDn (2024-05-31)
|
||||
June 2024: Line numbers to translate_2024-06 - No "Added or Modified" items in June 2024
|
||||
July 2024: Line numbers to translate_2024-07 - (2024-07-03)
|
||||
July 2024: Line numbers to translate_2024-07 - https://workupload.com/file/CrBAXqPmbRp (2024-07-03)
|
||||
August 2024: Line numbers to translate_2024-08 - (2024-08-xx)
|
||||
Septemb 2024: Line numbers to translate_2024-09 - (2024-09-xx)
|
||||
October 2024: Line numbers to translate_2024-10 - (2024-10-xx)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user