mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Prepared version 3.17.1124.693
This commit is contained in:
parent
362972c6b7
commit
4a3a9a76d6
@ -74,4 +74,3 @@ finally
|
||||
Write-Host "VersionPatching: Done! Elapsed time: $($stopwatch.Elapsed)."
|
||||
Exit $LastExitCode
|
||||
}
|
||||
|
||||
|
||||
@ -8,3 +8,4 @@
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
</assembly>
|
||||
|
||||
|
||||
@ -1 +1,2 @@
|
||||
693
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@ Rizonesoft Notepad3 CHANGES
|
||||
--------------------------------------------------
|
||||
Version 3.17.1124.690 (24 November 2017)
|
||||
--------------------------------------------------
|
||||
- Minor bug fixes and more...
|
||||
- Fix: Revert to Scintilla's default mouse down and mouse wheel capture mode.
|
||||
- Fix: "Mark All Occurrences" setting of find/replace dialog should only be persisted, if "Save Settings on Exit" is enabled.
|
||||
- Fix: UpdateLineNumberWidth() triggers cleanup.
|
||||
@ -59,6 +58,7 @@ Version 3.17.1124.690 (24 November 2017)
|
||||
- Fix: issue #145 (Mark Occurrences Counter is broken).
|
||||
- Increase buffers for edit box in "Customize Schemes..." dialog.
|
||||
- Fix: Pasting clipboard content into selection box should replace text and cancel selection then.
|
||||
- Minor bug fixes and more...
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2.17.1023.632 (23 October 2017)
|
||||
|
||||
@ -3,3 +3,4 @@
|
||||
#define VERSION_REV 1124
|
||||
#define VERSION_BUILD 693
|
||||
#define SCINTILLA_VER 402
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user