mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge remote-tracking branch 'upstream/master' into Dev_NewFeatures
This commit is contained in:
commit
71a69c40ff
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
905
|
||||
906
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.905.1"
|
||||
version="5.20.906.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user