Merge branch 'master' of https://github.com/notepad-plus-plus/notepad-plus-plus
This commit is contained in:
commit
aa64edadd5
@ -1,19 +1,28 @@
|
|||||||
Notepad++ 7.4.2 new featurs/enhancements & bug-fixes:
|
Notepad++ 7.5 new featurs/enhancements & bug-fixes:
|
||||||
|
|
||||||
1. Add SWIFT language support.
|
1. Add new languages support: ASN.1, AviSynth, Blitz Basic, Csound, Erlang, escript, Forth, FreeBASIC, LaTeX, MMIX, Nimrod, nnCron, OScript, PureBasic, Rebol, registry, Rust, SPICE, txt2tags
|
||||||
2. Fix replace in files regression.
|
2. Add "Open file in its default viewer" command.
|
||||||
3. Enhance Find Replace dialog (resizable & remove search direction radio buttons).
|
3. Add "-quickPrint" command line argument: Launch Notepad++, print document & exit.
|
||||||
4. Fix a crash issue while doing a column insertion on a CJK unicode document.
|
4. Add /noUpdater argument for installer to not install updater (useful in silent mode).
|
||||||
5. Fix repeated notification dialog for modification from outside of Notepad++.
|
5. Add new installer argument /allowAppDataPluginsLoading.
|
||||||
6. Fix a visual glitchy during tab drag and drop.
|
6. Roll back to 1 "Find next" button in Find/Replace dialog, due to the inconsistence after removal of direction option.
|
||||||
|
7. Enhancement: empty fields "Replace with" and "Filters" of Find/Replace dialog are remembered in the next session.
|
||||||
|
8. Fix text selection in combo boxes of find/replace dialog problem on resizing.
|
||||||
|
9. Fix the issue of passing non-exist folder via command line without any warning.
|
||||||
|
10. Fix multi-line tab button remaining pushed issue while switching off.
|
||||||
|
11. Fix TAB key wired behavior on find/replace dialog's transparency radio button.
|
||||||
|
12. Fix click on tab without hitting close button but close file issue.
|
||||||
|
13. Fix Notepad++ modifying command line arguments issue (command line arguments could be visualized by system tools).
|
||||||
|
14. Fix file not dirty while its content changed on the hard drive.
|
||||||
|
15. Fix saved duplicated file in the same view issue.
|
||||||
|
16. Fix "Folder as Workspace" toolbar button not activated after dropping folder issue.
|
||||||
|
|
||||||
|
|
||||||
Included plugins:
|
Included plugins:
|
||||||
|
|
||||||
1. NppExport v0.2.8 (32-bit x86 only)
|
1. NppExport v0.2.8 (32-bit x86 only)
|
||||||
2. Plugin Manager 1.3.5 (32-bit x86 only)
|
2. Converter 4.2.1
|
||||||
3. Converter 4.2.1
|
3. Mime Tool 2.1
|
||||||
4. Mime Tool 2.1
|
|
||||||
|
|
||||||
|
|
||||||
Updater (Installer only):
|
Updater (Installer only):
|
||||||
|
@ -29,10 +29,10 @@
|
|||||||
; Define the application name
|
; Define the application name
|
||||||
!define APPNAME "Notepad++"
|
!define APPNAME "Notepad++"
|
||||||
|
|
||||||
!define APPVERSION "7.4.2"
|
!define APPVERSION "7.5"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
||||||
!define VERSION_MAJOR 7
|
!define VERSION_MAJOR 7
|
||||||
!define VERSION_MINOR 42
|
!define VERSION_MINOR 5
|
||||||
|
|
||||||
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
||||||
|
|
||||||
|
@ -27,12 +27,12 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.4.2")
|
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5")
|
||||||
|
|
||||||
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
|
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
|
||||||
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
||||||
#define VERSION_VALUE TEXT("7.42\0")
|
#define VERSION_VALUE TEXT("7.5\0")
|
||||||
#define VERSION_DIGITALVALUE 7, 4, 2, 0
|
#define VERSION_DIGITALVALUE 7, 5, 0, 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user