mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Bugfixes_1008
This commit is contained in:
commit
d076e417dd
6
.gitignore
vendored
6
.gitignore
vendored
@ -29,9 +29,7 @@ Thumbs.db
|
||||
/Build/.vs
|
||||
/Build/Packages
|
||||
/Build/temp_zip*
|
||||
/distrib/Notepad3.*.exe
|
||||
distrib/Notepad3-0.2.1.213.exe
|
||||
distrib/Notepad3-0.2.2.225.exe
|
||||
/distrib/Notepad3*.exe
|
||||
Build/Bin/Password.txt
|
||||
Build/Bin/Certum.cer
|
||||
Build/Bin/Certum.p12
|
||||
@ -42,4 +40,4 @@ Build/Signing/kSign.exe
|
||||
Build/Signing/kSignCMD.exe
|
||||
Build/Signing/Password.txt
|
||||
Notepad3.VC.db
|
||||
Notepad3.VC.VC.opendb
|
||||
Notepad3.VC.VC.opendb
|
||||
|
||||
@ -1 +1 @@
|
||||
549
|
||||
569
|
||||
|
||||
@ -2,6 +2,29 @@
|
||||
Rizonesoft Notepad3 CHANGES
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 568 (8 October 2017)
|
||||
--------------------------------------------------
|
||||
~ Prettier Browse Icon.
|
||||
~ Fix: Reverting "reload as UTF-8 not work bugfix".
|
||||
~ Fix: Texture glitch on "Browse" button.
|
||||
~ Updated the Run Dialog icon.
|
||||
~ Fix: Binary directory to build portable app.
|
||||
~ Code comment for completeness.
|
||||
~ Fix: In-text encoding (convert encoding).
|
||||
~ Fix: minor StatusBar string corrections.
|
||||
~ StatusBar information enhancements.
|
||||
~ Fix: Support pasting position at virtual space.
|
||||
~ Fix: Move caret to convenient position after pasting clipboard
|
||||
(no current selection).
|
||||
~ Fix: Virtual space navigation and rectangular selection (minor issues)
|
||||
(allow "Virtual Space Rectangular Selection"
|
||||
also allows moving Caret into virtual space (beyond line end))
|
||||
~ Fix: Copy/Cut & Paste of current line (in case of no selection -
|
||||
Visual Studio behavior - using SCI's MSDEVLineSelect).
|
||||
~ Enhanced clipboard recoding detection.
|
||||
~ Fix: Bug in code-page related text conversion.
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 548 (3 October 2017)
|
||||
--------------------------------------------------
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 1.1 KiB |
BIN
minipath/res/Open2.bmp
Normal file
BIN
minipath/res/Open2.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 154 B |
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="2.17.1003.548"
|
||||
version="2.17.1008.568"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
BIN
res/Open.bmp
BIN
res/Open.bmp
Binary file not shown.
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 1.1 KiB |
BIN
res/Open2.bmp
Normal file
BIN
res/Open2.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 154 B |
@ -1,5 +1,5 @@
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 17
|
||||
#define VERSION_REV 1003
|
||||
#define VERSION_BUILD 548
|
||||
#define VERSION_REV 1008
|
||||
#define VERSION_BUILD 568
|
||||
#define SCINTILLA_VER 400
|
||||
|
||||
Loading…
Reference in New Issue
Block a user