Merge pull request #1378 from RaiKoHoff/Dev_ONIGURUMA

Merge Release Build
This commit is contained in:
Rainer Kottenhoff 2019-07-01 13:09:50 +02:00 committed by GitHub
commit 6a2b5c7f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 3 deletions

View File

@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Version 5.19.xxx.xxxx (xx Xxxx 2019)
Version 5.19.630.2381 (30 June 2019)
==================================================
--------------------------------------------------
@ -105,7 +105,7 @@ FIXES:
--------------------------------------------------
- Load external Toolbars (clear config on error, path relative to be portable)
- Focused View: refolding by lexer
- FocusedView started from Find/Replace dialog
- Focused View started from Find/Replace dialog
- Do not ignore notify change for Paste/Swap/Undo/Redo
- Colourise bug on find next (w/ mark occurrences)
- Indentation warning dialog

1
Versions/build.txt Normal file
View File

@ -0,0 +1 @@
2381

View File

@ -35,7 +35,6 @@ set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR
:: --- Environment ---
set SCRIPT_DIR=%~dp0
set PORTAPP_ROOT_DIR=D:\PortableApps
::set PORTAPP_ROOT_DIR=D:\Rizonesoft\PortableApps\PortableApps
set PORTAPP_APP_COMPACTOR=%PORTAPP_ROOT_DIR%\PortableApps.comAppCompactor\PortableApps.comAppCompactor.exe
set PORTAPP_LAUNCHER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe
set PORTAPP_INSTALLER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comInstaller\PortableApps.comInstaller.exe

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.630.2381"
type="win32"
/>
<description>Notepad3 </description>
</assembly>

14
src/VersionEx.h Normal file
View File

@ -0,0 +1,14 @@
// //////////////////////////////////////////////////////////
// //
// this file is generated - use template to apply changes //
// //
// //////////////////////////////////////////////////////////
#define APPNAME Notepad3
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 630
#define VERSION_BUILD 2381
#define SCINTILLA_VER 416
#define ONIGMO_REGEX_VER 6.2.0
#define VERSION_PATCH