diff --git a/Build/Changes.txt b/Build/Changes.txt index cc14f4c6d..abcf1b28a 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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. diff --git a/Versions/day.txt b/Versions/day.txt index 134390252..0141c45d7 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1102 +1104 diff --git a/language/np3_fr_fr/dialogs_fr_fr.rc b/language/np3_fr_fr/dialogs_fr_fr.rc index 4d8ff8124..7cc04a3d6 100644 --- a/language/np3_fr_fr/dialogs_fr_fr.rc +++ b/language/np3_fr_fr/dialogs_fr_fr.rc @@ -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, diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index bc8cbbc2b..66ed39c40 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 033a492f4..48d76e960 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -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