Commit Graph

1138 Commits

Author SHA1 Message Date
Rainer Kottenhoff
415bf9979c + enh: Non Modal Customize Schemes... dialog 2018-03-11 23:28:27 +01:00
Derick Payne
3de9663aee Releasing Build 928 2018-03-11 23:11:06 +02:00
Derick Payne
32c643fb87
Merge pull request #409 from RaiKoHoff/HotFix4Release_0311_II
Change Acc-Key to toggle transparency mode
2018-03-11 20:07:43 +02:00
Rainer Kottenhoff
26f7451dd8 + chg: Accelerator-Key to toggle tranparency mode (Alt+0 => Alt+G) related to issue #408 2018-03-11 19:01:30 +01:00
Derick Payne
6a0430ebb4 Releasing Build 925 2018-03-11 15:22:53 +02:00
Derick Payne
404947a0f6
Merge pull request #405 from RaiKoHoff/Bugfix4Release_0311
Hotfix4Release 0311
2018-03-11 11:57:35 +02:00
Rainer Kottenhoff
3e67e38fc2 + chg: new compiler version 2018-03-11 09:25:33 +01:00
Rainer Kottenhoff
89f53815fc + fix: issue regarding hyperlink positioning of AboutBoy in case of non standard sytem font styling 2018-03-11 09:20:43 +01:00
Derick Payne
1554631084
Merge pull request #403 from RaiKoHoff/BugFixes4Release_0308
Version String Patching
2018-03-10 08:56:48 +02:00
Rainer Kottenhoff
7db173c208 + add: new VS C++ compiler version (191326128) => Info AboutBox 2018-03-07 09:58:58 +01:00
Rainer Kottenhoff
b4f1e563aa + add: version string patching commands for different local builds 2018-03-07 09:13:47 +01:00
Derick Payne
516aacb7e3
Merge pull request #402 from RaiKoHoff/Bugfixes4Release_0307
Agreed design of About-Box
2018-03-06 23:02:01 +02:00
Rainer Kottenhoff
007691a0b5 + chg: version info in About text 2018-03-06 21:34:21 +01:00
Derick Payne
14cb6b62d6
Merge pull request #401 from RaiKoHoff/Bugfixes4Release_0305
Bugfixes for release 0305
2018-03-06 16:41:49 +02:00
Rainer Kottenhoff
abe4f2f8ef + fix: add BOM detection to encoding analysis 2018-03-06 15:14:53 +01:00
Rainer Kottenhoff
0568c8159d + chg: add "tellenc" acknowledgement to About test 2018-03-06 14:47:26 +01:00
Rainer Kottenhoff
84512558e2 + chg: move "About..." dialog call to end of Help menu. 2018-03-06 14:11:57 +01:00
Rainer Kottenhoff
11d67f2b54 + chg: beta -> develop for development builds 2018-03-06 00:13:13 +01:00
Rainer Kottenhoff
4b23dff529 + fix: consider "load 7-bit ASCII as UTF-8" settings on encoding detection 2018-03-05 17:12:41 +01:00
Derick Payne
c81afcfd26 Releasing RC Build 916 2018-03-03 16:13:24 +02:00
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