mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
7c385772fe
commit
070460140b
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.1102.(build_#) (2022-11-02)
|
||||
Current BETA/RC Version 5.22.1104.(build_#) (2022-11-04)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -63,6 +63,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1104.1]- Full font description in resource files.
|
||||
[1029.1]- Refactoring of undo/redo and document modify handler.
|
||||
[1020.1]- Standard DarkMode Theme.
|
||||
[1020.1]- Minor adjustment of grepWinNP3's layout and correction of some strings (GRE).
|
||||
@ -117,6 +118,10 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1104.1]- Common base font size scheme handling.
|
||||
[1104.1]- Context menu: web action handler.
|
||||
[1104.1]- Modification marker based on selection history.
|
||||
[1104.1]- Disable events from edit-window while in Begin/End-WaitCursor.
|
||||
[1102.1]- Error message on loading empty file.
|
||||
[1029.1]- Issue on undo/redo stack.
|
||||
[1029.1]- Refactored of undo/redo and document modify handler.
|
||||
|
||||
@ -1 +1 @@
|
||||
1102
|
||||
1104
|
||||
|
||||
@ -98,7 +98,7 @@ BEGIN
|
||||
CONTROL "Via expression régulière",IDC_FINDREGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,85,96,10
|
||||
CONTROL "Le point correspond à tous",IDC_DOT_MATCH_ALL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,96,90,10
|
||||
CONTROL "Ne pas &boucler",IDC_NOWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,37,75,10
|
||||
CONTROL "&Fermer après recherche",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,49,85,10
|
||||
CONTROL "&Fermer après rechercher",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,49,85,10
|
||||
CONTROL "Toutes les &occurrences",IDC_ALL_OCCURRENCES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,61,78,10
|
||||
CONTROL "Avec ""jokers""",IDC_WILDCARDSEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,85,63,10
|
||||
CONTROL "Mode transparent si perte de focus",IDC_TRANSPARENT,
|
||||
@ -132,7 +132,7 @@ BEGIN
|
||||
CONTROL "Via &expression régulière",IDC_FINDREGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,114,97,10
|
||||
CONTROL "Le point correspond à tous",IDC_DOT_MATCH_ALL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,125,90,10
|
||||
CONTROL "Ne pas &boucler",IDC_NOWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,66,75,10
|
||||
CONTROL "&Fermer après remplacement",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,78,80,10
|
||||
CONTROL "&Fermer après remplacer",IDC_FINDCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,78,80,10
|
||||
CONTROL "Toutes les occurrences",IDC_ALL_OCCURRENCES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,90,78,10
|
||||
CONTROL "Avec ""jokers""",IDC_WILDCARDSEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,125,114,63,10
|
||||
CONTROL "Mode transparent si perte de focus",IDC_TRANSPARENT,
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.1102.1"
|
||||
version="5.22.1104.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 1102
|
||||
#define VERSION_REV 1104
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 531
|
||||
#define LEXILLA_VER 520
|
||||
|
||||
Loading…
Reference in New Issue
Block a user