Commit Graph

1344 Commits

Author SHA1 Message Date
Rainer Kottenhoff
010ac1c9fc + upd: merge current Scintilla GitHub mirror development stage 2019-05-06 11:53:20 +02:00
Rainer Kottenhoff
a40d8e5011 + enh: Find/Replace dialog <-> "Focused View" enhancements 2019-05-05 18:01:55 +02:00
Rainer Kottenhoff
5a8b0cc9a3 + fix: "FocusedView" started from Find/Replace dialog
+ fix: behavior of "Warn Inconsistent Line-Breaks" dialog
2019-05-05 12:16:25 +02:00
Rainer Kottenhoff
2755439a7d + chg: optimized FileWatching interval for "Chasing Tail" mode 2019-05-04 12:38:40 +02:00
Rainer Kottenhoff
072b86dd1d + opt: optimizing prev. commit 2019-05-04 09:26:50 +02:00
Rainer Kottenhoff
3a33be1d51 + enh: reflect inconsistent line-breaks in status bar 2019-05-04 09:17:53 +02:00
Rainer Kottenhoff
cf68540906 + fix: document end position calculation 2019-05-03 23:15:50 +02:00
Rainer Kottenhoff
0bedd4a6e0 + chg: remove Compact Encoding Detection (CED) as 2nd encoding detector (rely on UCHARDET only) 2019-05-03 16:01:57 +02:00
Rainer Kottenhoff
b4ed69c377 + chg: remove Compact Encoding Detection (CED) as 2nd encoding detector (rely on UCHARDET only) 2019-05-03 15:58:02 +02:00
Rainer Kottenhoff
7b2f250b1d + rfc: refactoring "Focus View" : LineState -> Indicator 2019-05-03 13:15:38 +02:00
Rainer Kottenhoff
273f117fad + fix: minor bugfixes for "Focused View" 2019-05-03 10:53:34 +02:00
Rainer Kottenhoff
21cdc6d3e6 + fix: preserve styling in "Focused View" (Hyperlink styling gets lost?) 2019-05-02 22:09:59 +02:00
Rainer Kottenhoff
e3699b1304 + add: MiniPath as shared library (C/C++ runtime) version 2019-05-02 11:18:50 +02:00
Pairi Daiza
595ded2035 + Update: Version Strings (VER_CPL) and Changes.txt 2019-05-01 19:45:14 +02:00
Rainer Kottenhoff
b757173189 + add: Solution to generate DLL version (C++ Run-Time dll linking (/MD) and Scintilla.dll linking) 2019-05-01 18:01:59 +02:00
Rainer Kottenhoff
97386a4a53 + fix: Hyperlink and Lexer style update cooperation 2019-05-01 01:27:23 +02:00
Rainer Kottenhoff
b068f55f38 + fix: broken "Focused View" 2019-04-30 02:37:44 +02:00
Rainer Kottenhoff
882caceed1 + upd: build number 2019-04-30 02:22:09 +02:00
Rainer Kottenhoff
0e74166977 + chg: make Custom.Schemes and Find/Replace dialog resizable 2019-04-30 02:21:03 +02:00
Rainer Kottenhoff
dbd523fae5 + fix: do not ignore notify change for Paste/Swap/Undo/Redo 2019-04-29 20:23:18 +02:00
Rainer Kottenhoff
65616a6d6b + chg: resizable "Add to Favorites" dialog 2019-04-29 20:14:36 +02:00
Rainer Kottenhoff
f6e06357b9 + fix: Find/Repace dialog open/close: remove jumping in case of wrapped lines 2019-04-29 13:34:19 +02:00
Rainer Kottenhoff
c58315d046 + add: Notepad3 User/App icon for special InfoBox() 2019-04-29 11:28:38 +02:00
Rainer Kottenhoff
0c49298925 + fix: broken InfoBox() icons
+ fix: [Suppressed Messages] (clear for new version of InfoBox() - need to re-apply again)
2019-04-29 11:11:52 +02:00
Rainer Kottenhoff
1573995efe + rfc: code cleanup of prev. commit 2019-04-28 13:03:45 +02:00
Rainer Kottenhoff
da76d911f2 + fix: RegEx "zero-length-finding" replace all bug
+ fix: settings versioning for Long-Line-Mark
2019-04-28 12:51:37 +02:00
Rainer Kottenhoff
4fd1f13c90 + fix: Printer Setup dialog 2019-04-27 22:58:24 +02:00
Rainer Kottenhoff
6eaa92b427 + chg: build number 2019-04-27 22:35:31 +02:00
Rainer Kottenhoff
ba1ac6f56a + chg: allow Hyperlink Hotspots to be activated in "Focused View" 2019-04-27 22:33:59 +02:00
Rainer Kottenhoff
60dd43941b + fix: previuos commit 2019-04-27 16:50:52 +02:00
Rainer Kottenhoff
9f41b18165 + fix: repair Hyperlink styling, broken by last commit 2019-04-27 15:55:10 +02:00
Rainer Kottenhoff
100d0d5ae0 + rfc: refactorings and code cleanup 2019-04-27 10:25:58 +02:00
Rainer Kottenhoff
1b82e2662b + fix: 2nd try to fix the finalize styling issue (Find/Replace dialog: mark occurrences) 2019-04-26 19:28:22 +02:00
Rainer Kottenhoff
0710d5a63d + fix: try to fix colourise bug on find next (w/ mark occurrences) 2019-04-26 12:32:52 +02:00
Rainer Kottenhoff
748e4195f8 + chg: refactoring of MessageBox beep muting 2019-04-26 11:26:45 +02:00
Rainer Kottenhoff
524df0bcc4 + chg: updated SQL keyword list and new "Value Type" (thanx to zufuliu) 2019-04-25 16:49:54 +02:00
Rainer Kottenhoff
2de133c3ee + fix: bug preserving "Tabs as Spaces" settings
+ chg: new default for "Show long line marker"  is OFF. (Increased settings file version number to preserve old settings)
2019-04-25 16:26:27 +02:00
Rainer Kottenhoff
77d74e50b9 + chg: update lexer styling on view movement (find next, prev, etc.) 2019-04-25 12:43:05 +02:00
Rainer Kottenhoff
49f37ecc8d + add: Menu entry to mute MessageBox beeps 2019-04-25 10:55:13 +02:00
Pairi Daiza
0ba1b4868a + Add the keyword "datetime" in styleLexSQL (issue #1132) 2019-04-24 00:04:13 +02:00
Pairi Daiza
099acd3bce + update: version strings 2019-04-20 14:48:27 +02:00
Rainer Kottenhoff
d4ec126c47 + chg: BOOKMARK (margin flag) style changed to vertical flavor 2019-04-18 14:44:57 +02:00
Rainer Kottenhoff
8da89fc25d + upd: Scintilla GitHub mirror version 4.1.5
+ add: missing HTML keywords (picture, slot, template)
2019-04-18 14:16:57 +02:00
Rainer Kottenhoff
7a75bf9a56 + upd: current Scintilla GitHub mirror dev 2019-04-05 10:44:50 +02:00
Rainer Kottenhoff
9a2aa1d83c + upd: version strings 2019-04-03 12:16:37 +02:00
Rainer Kottenhoff
98143c12b2 + chg: auto-save after elevating user right
+ add: menu: "Relaunch Elevated"
2019-04-02 23:42:15 +02:00
Rainer Kottenhoff
d27ae6bfe0 + rfc: refactoring elevated user rights 2019-04-02 17:01:00 +02:00
Rainer Kottenhoff
6d4ff85880 + Chg: add encoding tag to RelaunchElevated() arguments 2019-04-02 00:30:23 +02:00
Rainer Kottenhoff
09b3d22200 + Chg: RelaunchElevated() add current encoding as cmdline param (1) 2019-04-01 17:41:25 +02:00
Rainer Kottenhoff
249ce4eea0 + Fix: FileVars vs. Settings handling 2019-04-01 16:56:28 +02:00