mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #1378 from RaiKoHoff/Dev_ONIGURUMA
Merge Release Build
This commit is contained in:
commit
6a2b5c7f1e
@ -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
1
Versions/build.txt
Normal file
@ -0,0 +1 @@
|
||||
2381
|
||||
@ -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
|
||||
|
||||
10
res/Notepad3.exe.manifest.conf
Normal file
10
res/Notepad3.exe.manifest.conf
Normal 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
14
src/VersionEx.h
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user