Commit Graph

6718 Commits

Author SHA1 Message Date
Derick Payne
ea1ea8298a Preparing RC 2018-03-03 15:26:59 +02:00
Derick Payne
6f45578896
Merge pull request #396 from RaiKoHoff/Encoding_0229
Encoding 0229
2018-03-03 15:16:50 +02:00
Rainer Kottenhoff
0d45363bd8 Merge branch 'Encoding_0229' of https://github.com/RaPeHoff/Notepad3 into Encoding_0229 2018-03-02 16:16:25 +01:00
Rainer Kottenhoff
516d632d9a + fix: integration of "tellenc" encoding detection ideas 2018-03-02 16:16:08 +01:00
Rainer Kottenhoff
64e58c9188 + enh: prepare enhanced ANSI codepage detection 2018-03-02 16:16:08 +01:00
Rainer Kottenhoff
4576f08454 + refactoring: prepare for enhanced encoding detection 2018-03-02 16:16:08 +01:00
Rainer Kottenhoff
85dd425893 + fix: Onigmo backward search
+ fix: use all ASCII line breaks for line termination ($) meta char
2018-03-02 16:16:07 +01:00
Rainer Kottenhoff
cce69112ca + fix: use Windows regional ANSI Code Page settings for fallback in case of file encoding detection failure (instead of default encoding for created files) 2018-03-02 16:16:07 +01:00
Rainer Kottenhoff
528d0fa3bf + refactoring: prpare encoding detector enhancement 2018-03-02 16:16:07 +01:00
Rainer Kottenhoff
98c919dfcf + fix: integration of "tellenc" encoding detection ideas 2018-03-02 16:13:34 +01:00
Derick Payne
ad644e1723
Merge pull request #394 from RaiKoHoff/Enh_0228
BugFixes and Refactoring
2018-03-02 13:10:03 +02:00
Rainer Kottenhoff
504c9d9404 + enh: prepare enhanced ANSI codepage detection 2018-03-02 02:22:05 +01:00
Rainer Kottenhoff
d84a003572 + refactoring: prepare for enhanced encoding detection 2018-03-02 00:33:03 +01:00
Rainer Kottenhoff
454c5b108a + fix: Onigmo backward search
+ fix: use all ASCII line breaks for line termination ($) meta char
2018-03-01 16:17:11 +01:00
Rainer Kottenhoff
336d0ab2f1 + fix: use Windows regional ANSI Code Page settings for fallback in case of file encoding detection failure (instead of default encoding for created files) 2018-03-01 12:11:43 +01:00
Rainer Kottenhoff
88ef77c5ef + refactoring: prpare encoding detector enhancement 2018-02-28 22:47:14 +01:00
Rainer Kottenhoff
d3b2d360d6 + fix: missing richedit cmd 2018-02-28 19:58:42 +01:00
Rainer Kottenhoff
72f1ad32ca Merge branch 'Enh_0227' into Enh_0228 2018-02-28 19:51:50 +01:00
Rainer Kottenhoff
1433cff171 Merge branch 'Enh_0227' of https://github.com/RaPeHoff/Notepad3 into Enh_0227 2018-02-28 13:04:24 +01:00
Rainer Kottenhoff
fc553db70f + fix: format number with thousand seperator and digit grouping cacording to regional settings 2018-02-28 12:59:05 +01:00
Rainer Kottenhoff
8235451251 + chg: Accelerator Keys: (Alt+0: Toggle Transparency), (Alt+Shift+N: Launch new empty window)
+ fix: activation of Undo TB-Icon on operations, that can't be undone.
+ fix: Onigmo: use CR (\r) as mono line-break symbol too
2018-02-28 12:59:05 +01:00
Rainer Kottenhoff
13b65234ec + enh: pressing F3 at Find/Replace dialog performs a find and switches focus to main window 2018-02-28 12:59:05 +01:00
Rainer Kottenhoff
af3e7727f5 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into master_RaiKoHoff
# Conflicts:
#	src/Notepad3.rc
2018-02-28 12:55:07 +01:00
Derick Payne
95e75eb4f9
Merge pull request #393 from RaiKoHoff/AboutBox_0223
New AboutBox and minor fixes
2018-02-28 11:47:18 +02:00
Rainer Kottenhoff
bf8d06d74c + fix: format number with thousand seperator and digit grouping cacording to regional settings 2018-02-28 02:25:59 +01:00
Rainer Kottenhoff
9268a4f9bf + chg: Accelerator Keys: (Alt+0: Toggle Transparency), (Alt+Shift+N: Launch new empty window)
+ fix: activation of Undo TB-Icon on operations, that can't be undone.
+ fix: Onigmo: use CR (\r) as mono line-break symbol too
2018-02-28 01:10:45 +01:00
Rainer Kottenhoff
4a5b4539f0 + enh: pressing F3 at Find/Replace dialog performs a find and switches focus to main window 2018-02-27 17:23:12 +01:00
Rainer Kottenhoff
9b7fbe2eac + fix: change cursor to "Hand" if over clickable static control (rizonesoft bitmap) 2018-02-27 13:28:20 +01:00
Rainer Kottenhoff
cbacc29b2f + chg: fine-tuning AboutBox 2018-02-27 12:22:07 +01:00
Rainer Kottenhoff
08198a79e9 + chg: AbotBox - downgrading to RichEdit library 2.0 (all needed features already in there)
+ ext: AbouBox - acknowledgement/contributors, original licenses (& references)
2018-02-26 23:44:32 +01:00
Rainer Kottenhoff
c125f018f4 + enh: 2nd version of AboutBox 2018-02-26 18:57:51 +01:00
Rainer Kottenhoff
528c32abe2 + enh: New About Box 2018-02-24 13:07:43 +01:00
Rainer Kottenhoff
18928095da + firs draft of RichEdit Ctrl for AboutBox 2018-02-24 04:00:11 +01:00
Rainer Kottenhoff
92338f8c0d + upd: wyUpdate files
+ prt: diable AppCompactor run of PortableApps packaging
2018-02-23 13:59:29 +01:00
Rainer Kottenhoff
1c3d9e9bd7 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into master_RaiKoHoff
# Conflicts:
#	src/Notepad3.rc
2018-02-23 09:34:53 +01:00
Derick Payne
5e28a6eef6
Merge pull request #379 from RaiKoHoff/Enh_0223
BugFix: swap clipboard while pasting into selection
2018-02-23 10:20:21 +02:00
Rainer Kottenhoff
b135c44674 + fix: swap clipboard bug while pasting into selection
+ enh: minor fixes
2018-02-23 09:08:43 +01:00
Rainer Kottenhoff
902c413918 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into master_RaiKoHoff 2018-02-23 08:15:26 +01:00
Derick Payne
899b532703 Set theme jekyll-theme-cayman 2018-02-22 22:49:32 +02:00
Derick Payne
2f48ad8f52 Released Build 905 2018-02-22 22:34:20 +02:00
Rainer Kottenhoff
21da0cbdb4 Merge remote-tracking branch 'origin/master_RaiKoHoff' into master_RaiKoHoff 2018-02-22 21:24:31 +01:00
Rainer Kottenhoff
459bbabb34 Merge remote-tracking branch 'origin/Enhancements_0222' into master_RaiKoHoff 2018-02-22 21:24:04 +01:00
Rainer Kottenhoff
43c259fefd Merge remote-tracking branch 'notepad3_orig_rizone/master' into master_RaiKoHoff
# Conflicts:
#	src/Notepad3.vcxproj
2018-02-22 21:22:12 +01:00
Derick Payne
a254e91519
Merge pull request #377 from RaiKoHoff/HotFix_0222_II
HotFix 0222 (II)
2018-02-22 20:44:04 +02:00
Rainer Kottenhoff
3b64a59f26 Merge branch 'HotFix_0222_II' into Enhancements_0222
# Conflicts:
#	src/Version.h
2018-02-22 18:28:06 +01:00
Rainer Kottenhoff
a15b7d97f9 + chg: encoding type of Version.h from UTF-8 (Signature) to UTF-16 LE, to get Copyright sign right
+ chg: change start of project on GitHub (date) to 2015 (Version.h)
2018-02-22 18:25:42 +01:00
Rainer Kottenhoff
01e103bf8b + fix: 1st part of BeginWaitCursor() cleanup 2018-02-22 18:17:46 +01:00
Rainer Kottenhoff
1ec9c1135f Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into master_RaiKoHoff 2018-02-22 11:43:23 +01:00
Derick Payne
7016470eb6
Merge pull request #375 from RaiKoHoff/HotFix_0222
HotFix 0222
2018-02-22 11:38:06 +02:00
Rainer Kottenhoff
216c923f1c + fix: performance issue: Replace All - delay status update until transaction finished 2018-02-22 10:20:14 +01:00