Commit Graph

30 Commits

Author SHA1 Message Date
Rainer Kottenhoff
26db77298c + fix: some compiler warnings 2020-03-14 15:41:20 +01:00
Rainer Kottenhoff
3f6b97c7da + fix: smarter delimiter detection for CSV Rainbow Lexer 2020-03-14 14:43:17 +01:00
RaiKoHoff
3980383907 + fix: debug assertion (isspace() called on non ASCII char) 2020-03-02 18:20:33 +01:00
Rainer Kottenhoff
015377b926 + fix: Lexer YAML
+ allow multi-line search pattern
2020-01-23 00:39:06 +01:00
Rainer Kottenhoff
cf35ab6029 +upd: Scintilla version 4.3.0 2020-01-18 13:40:11 +01:00
Pairi Daiza
2be6142a16 Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Pairi Daiza
c7f4d725e3 Conversion all files to encoding UTF-8 (Partial_1) 2019-11-04 00:27:34 +01:00
Rainer Kottenhoff
1d28edf6e5 + fix: prevent _ctype assertions in Scintilla's lexer 2019-09-19 09:26:44 +02:00
Rainer Kottenhoff
3cdd4ba1c3 + add: 1st draft version of Rainbow/Prism CSV Lexer 2019-09-12 18:59:19 +02:00
Rainer Kottenhoff
c25f78c9b1 + fix: small bug in TOML-Lexer 2019-07-02 18:25:39 +02:00
Rainer Kottenhoff
10e059e9b4 + fix: TOML-Lexer issues 2019-07-02 17:34:07 +02:00
Rainer Kottenhoff
035cd3d3c4 + chg: TOML Lexer fixes 2019-07-01 19:09:46 +02:00
Rainer Kottenhoff
ea021b6da4 Merge and Version update 2019-06-27 08:26:23 +02:00
Rainer Kottenhoff
bdaab67697 + add: Color hover and picker (HTML color def only #RRGGBB) 2019-06-15 13:48:49 +02:00
Rainer Kottenhoff
d41a89e721 + fix: TOML Lexer: fixing problem with operator w/o spacing 2019-06-14 16:05:47 +02:00
Rainer Kottenhoff
23a06a59e1 + add: TOML Lexer: Keyword handling 2019-06-14 00:40:55 +02:00
Rainer Kottenhoff
c61559dc0f + add: TOML Lexer: Quoted Key handling 2019-06-13 17:53:29 +02:00
Rainer Kottenhoff
4c96bf9788 + add: TOML Lexer : Date-Time highlight & other enhancements
+ add: some test files for manual checks
2019-06-13 16:00:49 +02:00
Rainer Kottenhoff
0d0eedb559 + enh: TOML Lexer: add "Literal String" and "Number" 2019-06-13 03:56:31 +02:00
Rainer Kottenhoff
cf2ca6de9a + enh: a little bit more advanced TOML Lexer 2019-06-12 18:49:38 +02:00
Rainer Kottenhoff
9d8c7bbe6c + add: first draft frame of TOML Lexer 2019-06-12 01:16:41 +02:00
Rainer Kottenhoff
71e569cde5 + rm: remove (old) AHK Lexer in favourite of modern AHK_L Lexer 2019-06-11 20:48:43 +02:00
Rainer Kottenhoff
7206960a8e + add: allow RegEx for lexer file(ext.) definition - ( \rc$; = all filenames (incl. ext) which ends on 'rc') 2019-05-20 01:57:45 +02:00
Rainer Kottenhoff
ffe52e60be + fix: Focused View: refolding by lexer
+ enh: hardening of check for "item is in style string"
2019-05-19 15:28:38 +02:00
Rainer Kottenhoff
6f3a0e6d3f + fix: Focused View: broken AHK_L lexer
+ opt: optimized FocusView algo
2019-05-18 12:36:57 +02:00
Rainer Kottenhoff
637bd98f19 + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 11:44:41 +01:00
Rainer Kottenhoff
a29abd469e + code cleanup 2018-09-07 16:42:24 +02:00
Rainer Kottenhoff
43ef4a96a8 + add: src code for new AHK(_L) Lexer 2018-09-07 16:37:32 +02:00
Rainer Kottenhoff
c58cfa2fbe + chg: new AHK(_L) Lexer by RaptorX (https://github.com/RaptorX/LexAHKL/) (keeping old Lexer for comparison until obsolete) 2018-09-07 16:32:09 +02:00
Rainer Kottenhoff
f2d29e4789 + refactoring: move non standard Scintilla lexers (AHK yet) to separate directory 2018-09-07 09:19:37 +02:00