Prepared version 3.17.1124.693

This commit is contained in:
Derick Payne 2017-11-24 19:09:00 +02:00
parent 362972c6b7
commit 4a3a9a76d6
5 changed files with 4 additions and 2 deletions

View File

@ -74,4 +74,3 @@ finally
Write-Host "VersionPatching: Done! Elapsed time: $($stopwatch.Elapsed)."
Exit $LastExitCode
}

View File

@ -8,3 +8,4 @@
/>
<description>Notepad3</description>
</assembly>

View File

@ -1 +1,2 @@
693

View File

@ -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)

View File

@ -3,3 +3,4 @@
#define VERSION_REV 1124
#define VERSION_BUILD 693
#define SCINTILLA_VER 402