Rainer Kottenhoff
|
77d1531c29
|
+ add: binary file detection (by zufuliu)
|
2019-05-14 00:25:02 +02:00 |
|
Rainer Kottenhoff
|
41f09008ea
|
+ fix: caret mode: block,ovrblck
|
2019-05-12 12:02:26 +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 |
|
Pairi Daiza
|
0ba1b4868a
|
+ Add the keyword "datetime" in styleLexSQL (issue #1132)
|
2019-04-24 00:04:13 +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
|
249ce4eea0
|
+ Fix: FileVars vs. Settings handling
|
2019-04-01 16:56:28 +02:00 |
|
Rainer Kottenhoff
|
25d54b48e8
|
+ chg: save file imediately after relaunching with elevated rights (triggered by save failure)
|
2019-03-30 07:25:29 +01:00 |
|
Rainer Kottenhoff
|
6017ae1a63
|
+fix: small corrections for settings change detection
|
2019-03-18 17:23:29 +01:00 |
|
Rainer Kottenhoff
|
f3df116a66
|
+ chg: Styling current vs. default comparison instead of change flag
|
2019-03-16 03:30:54 +01:00 |
|
Rainer Kottenhoff
|
4cb6b0e4ec
|
+ chg: reworked Styling Import/Export
|
2019-03-15 21:17:17 +01:00 |
|
Rainer Kottenhoff
|
3a06f205a6
|
+ chg: background color of bookmark and foldmark (light green)
+ add: highlight current fold section color (foreground color of selected text style)
|
2019-03-03 14:13:24 +01:00 |
|
Rainer Kottenhoff
|
4b120865e3
|
+ upd: Scintilla Library
+ new: Caret style for override mode (bar or block)
|
2019-02-07 11:44:08 +01:00 |
|
Rainer Kottenhoff
|
7edf430563
|
+ fix: don't change settings file name for current line higlighting
|
2019-01-14 09:40:16 +01:00 |
|
Rainer Kottenhoff
|
c72c5f9da9
|
+ add: toggle current line highlighting mode
|
2019-01-14 09:33:35 +01:00 |
|
Rainer Kottenhoff
|
e070478f0d
|
+ chg: Nim syntax highlighting close to official Nim site code example highligthting
|
2018-12-06 13:03:38 +01:00 |
|
Rainer Kottenhoff
|
f55a70bca4
|
+ NimLexer keyword corrections
|
2018-12-06 11:55:52 +01:00 |
|
Rainer Kottenhoff
|
494c753f3d
|
+ upd: Scintilla current dev
+ chg: Nimrod lexer replaced by new Nim lexer
|
2018-11-29 16:00:35 +01:00 |
|
Rainer Kottenhoff
|
dea891d22a
|
+ fix: 2nd Keyword for C++ Lexer Styling got wrong ID
|
2018-10-30 14:46:10 +01:00 |
|
Rainer Kottenhoff
|
e8cd86b777
|
+ fix: customize scheme's base font size (HyperLink style)
|
2018-10-16 00:43:57 +02:00 |
|
Rainer Kottenhoff
|
81b9adbb76
|
+ fix: broken HyperLink HotSpot click
|
2018-10-15 09:17:18 +02:00 |
|
Rainer Kottenhoff
|
a3db5648e4
|
+ upd: Current Scintilla development (disable command events for speedup)
|
2018-10-11 11:42:59 +02:00 |
|
Rainer Kottenhoff
|
44a98f4f66
|
+ tidy: code cleaning based on "Clang Power Tools" VS extension : "Tidy"
|
2018-10-10 15:30:43 +02:00 |
|
Rainer Kottenhoff
|
9edf9fc3ae
|
+ chg: initial default base font size depending on screen resolution
|
2018-10-09 09:52:37 +02:00 |
|
Rainer Kottenhoff
|
659e088912
|
+ add: some more Scintilla direct function calls
|
2018-10-04 17:02:23 +02:00 |
|
Rainer Kottenhoff
|
c32072882d
|
+ chg: changed initial factory defaults for some settings
+ minor bug fixes
|
2018-10-03 14:45:25 +02:00 |
|
Rainer Kottenhoff
|
b733d360ac
|
+ chg: 2nd stage of optimized .ini-handling
|
2018-09-25 09:23:16 +02:00 |
|
Rainer Kottenhoff
|
2f56e6e35b
|
+ enh. add static Lexer function reference to serve generic functionallity (1st case: track style changes)
|
2018-09-25 00:50:50 +02:00 |
|
Rainer Kottenhoff
|
af16dd5009
|
+ chg: first stage of optimized .ini-handling
|
2018-09-24 19:18:45 +02:00 |
|
Rainer Kottenhoff
|
4c572740eb
|
minor fixes and Scintilla-Dev merge
|
2018-09-24 09:49:22 +02:00 |
|
Rainer Kottenhoff
|
ca5fe236d5
|
+ set: EDITLEXER sentinel
|
2018-09-22 13:07:22 +02:00 |
|
Rainer Kottenhoff
|
fa73c5686b
|
+ fix: Auto-Completion & IME - usage of limited AC character-set
|
2018-09-20 14:09:13 +02:00 |
|
Rainer Kottenhoff
|
cf7d9a9c87
|
+ some minor refactorings
|
2018-09-17 16:28:50 +02:00 |
|
Rainer Kottenhoff
|
30256f042a
|
+ add: Transpose Lines funct. and menu entry and Accel-Key (Alt+S)
+ add: set Find/Search dialog transparent if inactive
+ add: Lexer "Diff/Patch" merge new styles
+ upd: VS compiler version
|
2018-09-11 22:10:30 +02:00 |
|
Rainer Kottenhoff
|
d4ed617ff0
|
+ refactoring: minor optimizations on reading/writing ini-file section cache
|
2018-09-11 17:25:09 +02:00 |
|
Rainer Kottenhoff
|
acb6b1e2a8
|
+ add: option to merge Lexer's KeyWord List into AutoCompletion List
|
2018-09-09 14:44:05 +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 |
|
Rainer Kottenhoff
|
f21d07071d
|
+ refactoring: move Lexer's styles to seperate files
|
2018-09-06 21:51:55 +02:00 |
|