Commit Graph

2561 Commits

Author SHA1 Message Date
Rainer Kottenhoff
f3631a1e2d + chg: Bockmark Occurrences Colors changed to get perceptually distinct colors 2020-09-29 18:40:30 +02:00
Rainer Kottenhoff
c5a81c5cf3 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Lexilla 2020-09-29 08:17:03 +02:00
Rainer Kottenhoff
1c93721437 + chg: mirgration from CreateLexer() by ID to CreateLexer() by Name (Lexilla IFace5 conform) 2020-09-28 22:28:25 +02:00
Pairi Daiza
e82f2e0033 + upd: Version files and Changes.txt 2020-09-28 22:04:03 +02:00
Rainer Kottenhoff
1169936b89 + fix: freezing of main wnd caused by mixed usage of Lexer Interfaces 2020-09-28 20:54:58 +02:00
Pairi Daiza
f9dacb3f0a + upd: Version files and Changes.txt 2020-09-28 14:36:33 +02:00
Rainer Kottenhoff
48c1b6af9c
Merge pull request #2914 from RaiKoHoff/Dev_Lexilla
TinyExpr floating-point format and Lexilla IFace5 Lexer handling
2020-09-28 10:26:09 +02:00
Rainer Kottenhoff
a2780f1442 + try fix: setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912) 2020-09-28 10:11:40 +02:00
Rainer Kottenhoff
6b85195356 + chg: TinyExpr format floating.point with non zero fractional part 2020-09-28 08:01:09 +02:00
Rainer Kottenhoff
3106486a8d + chg: TinyExpr format floating.point with non zero fractional part 2020-09-28 08:00:37 +02:00
Rainer Kottenhoff
1c773b2f85 + chg: code clean-up 2020-09-27 22:34:37 +02:00
Pairi Daiza
90ae33f61d + upd: Version files and Changes.txt 2020-09-27 21:13:34 +02:00
Rainer Kottenhoff
9c0e0f0350 + fix: Lexer file extensions maintained in standard config 2020-09-27 13:40:24 +02:00
Rainer Kottenhoff
c0cb7792b4 + chg: TinyExpr floating point format 2020-09-27 10:20:24 +02:00
Rainer Kottenhoff
c095705332 + chg: TinyExpr: change format (allow longer integer before switching to mantissa/exponent format) 2020-09-27 09:32:28 +02:00
Pairi Daiza
a75fe64c03 + upd: Version files and Changes.txt 2020-09-26 19:54:27 +02:00
Pairi Daiza
6293d3e3ce + upd: Version files and Changes.txt 2020-09-26 00:19:32 +02:00
Pairi Daiza
01c3a846c6 + upd: Version files and Changes.txt 2020-09-25 19:39:55 +02:00
Rainer Kottenhoff
a7a4a2556f + fix: stop file change notification on deleted files if save is rejected
+ chg: move home brew lexers to Lexills dir
2020-09-25 15:22:14 +02:00
Rainer Kottenhoff
61817e56b2 + chg: Scintilla 5 prep: Using ILexer5 interface from static build Lexilla.lib 2020-09-25 01:09:42 +02:00
Rainer Kottenhoff
6f04c4877d Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_NewFeatures 2020-09-24 20:24:15 +02:00
Pairi Daiza
ade621d65b + upd: Version files and Changes.txt 2020-09-24 19:38:26 +02:00
RaiKoHoff
e15ad9c1ec + upd: prepare for Lexilla Library 2020-09-24 16:15:48 +02:00
RaiKoHoff
bc11e5a1a1 + chg: using @zufuliu's EOL Mode detection enhancement (no SSE2 or AVX2 specializations) 2020-09-24 12:21:18 +02:00
Pairi Daiza
ea27077007 + upd: Version files and Changes.txt 2020-09-24 00:09:00 +02:00
RaiKoHoff
67b044f838 + rfc: unify search-pattern retrieval: (0.selection)[F/R-DLG] - 1.previous-search/MRU-List - 2.clipboard 2020-09-23 19:03:07 +02:00
RaiKoHoff
755123eaff + enh: Hotkey 'F3': use MRU latest item before clipboard content as search pattern if prior search pattern is empty 2020-09-23 13:04:56 +02:00
RaiKoHoff
1e10457f0f + enh: Hotkey 'F3': use clipboard content as search pattern if prior search pattern is empty 2020-09-23 12:18:02 +02:00
Rainer Kottenhoff
d73dd38f0c + fix: Customize Schemes title assembling 2020-09-23 00:42:47 +02:00
Pairi Daiza
30918f50e1 + upd: Version files and Changes.txt 2020-09-22 23:53:44 +02:00
RaiKoHoff
a4cc6d241e + enh: support Lexer switching while Customize Schemes dialog is open 2020-09-22 16:10:13 +02:00
RaiKoHoff
06f96e5e5d + fix: DarkMode switching while non-modal dialogs are active 2020-09-22 11:42:41 +02:00
Pairi Daiza
b4a9885940 + upd: Version files and Changes.txt 2020-09-21 21:24:00 +02:00
Pairi Daiza
9ea928aaee + ver: VS2019 version update - VS 16.7.4 2020-09-21 21:23:29 +02:00
Rainer Kottenhoff
69ea45cc01 + fix: interpretation of '%' operator: allow "(...)" on rhs of modulo interpretation 2020-09-21 20:32:05 +02:00
Rainer Kottenhoff
aefbad6e2a + fix: TinyExpr: remove the need of blank for smart interpretation of '%' operator. 2020-09-21 19:05:00 +02:00
RaiKoHoff
848bc363ee + enh: expand current lexers style tree on customize schemes dialog startup 2020-09-21 17:24:25 +02:00
RaiKoHoff
546fcf303d + try: failed to set DarkMode for owner drawn ComboBoxEx controls 2020-09-21 17:15:16 +02:00
RaiKoHoff
8a7f994643 + fix: DarkMode: toolbar button text 2020-09-21 13:50:13 +02:00
SquallATF
7428b31353
Let DarkMode work with 20H2 2020-09-21 12:19:31 +08:00
Pairi Daiza
eeea05e4dd + upd: Version files and Changes.txt 2020-09-20 16:17:35 +02:00
Rainer Kottenhoff
32b6b7b656 + chg: first part of DarkMode Theme for MiniPath 2020-09-19 22:15:20 +02:00
Rainer Kottenhoff
bab84dd4ec + rfc: re-organization of source code directory structure 2020-09-18 20:59:55 +02:00
Pairi Daiza
6c888db6d2 + upd: Version files and Changes.txt 2020-09-18 16:19:52 +02:00
Pairi Daiza
7fd1fa4eee Merge branch 'master' into mui 2020-09-18 15:14:22 +02:00
RaiKoHoff
5f1485cae2 + try: 2nd try to fix Win7 start-up crash 2020-09-18 14:06:45 +02:00
Pairi Daiza
bec1ce31c9 + upd: Version files and Changes.txt 2020-09-18 10:30:17 +02:00
RaiKoHoff
7110f29615 + fix: final default color correction (toolbar, statusbar and margin) - hopefully
+ enh: faster statusbar update response / avoid flickering
2020-09-18 09:25:43 +02:00
Pairi Daiza
1e57e58e3b + upd: Version files and Changes.txt 2020-09-17 19:46:42 +02:00
RaiKoHoff
53a589db39 + fix: allow removing of compile pre-processing switch D_NP3_WIN10_DARK_MODE 2020-09-17 17:25:41 +02:00