Merge remote-tracking branch 'upstream/master' into Dev_NewFeatures

This commit is contained in:
RaiKoHoff 2020-09-07 08:33:30 +02:00
commit 71a69c40ff
6 changed files with 7 additions and 6 deletions

View File

@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.905.(build_#) (2020-09-05)
Current BETA/RC Version 5.20.906.(build_#) (2020-09-06)
========================================================
--------------------------------------------------------
@ -102,6 +102,7 @@ ENHANCEMENT:
FIXES:
--------------------------------------------------------
[.###.#]-
[.906.1]- Delete marker of (comletely) deleted lines.
[.905.1]- Initial state of "Focus View" button in F/R-Dlg.
[.901.2]- Buffer size calculation.
[.901.2]- Running out of occurrences bookmarks.

View File

@ -1 +1 @@
905
906

View File

@ -199,7 +199,7 @@ BEGIN
IDS_MUI_URL_OPEN_BROWSER "\nCtrl + Cliquear para abrir el enlace en navegador."
IDS_MUI_INF_PRSVFILEMODTM
"Conservar la marca de tiempo de modificación del archivo original habilitada.\n¡Esta opción permanecerá para esta sesión!"
IDS_MUI_OUT_OFF_OCCMRK "No hay otros marcadores de ocurrencia (Marcador/Resaltar)!"
IDS_MUI_OUT_OFF_OCCMRK "¡No hay más marcadores de ocurrencia (Marcador/Resaltar)!"
END
STRINGTABLE

View File

@ -199,7 +199,7 @@ BEGIN
IDS_MUI_URL_OPEN_BROWSER "\nCtrl + Cliquear para abrir el enlace en navegador."
IDS_MUI_INF_PRSVFILEMODTM
"Conservar la marca de tiempo de modificación del archivo original habilitada.\n¡Esta opción permanecerá para esta sesión!"
IDS_MUI_OUT_OFF_OCCMRK "No hay otros marcadores de ocurrencia (Marcador/Resaltar)!"
IDS_MUI_OUT_OFF_OCCMRK "¡No hay más marcadores de ocurrencia (Marcador/Resaltar)!"
END
STRINGTABLE

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.905.1"
version="5.20.906.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 905
#define VERSION_REV 906
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5