mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Merge latest changes from official SynEdit repository. Fixes slow highlighter when TableNames contains several 1000's of strings. Removes limitation to 1000 table names for highlighting. See
* http://www.heidisql.com/forum.php?t=16307 * https://github.com/SynEdit/SynEdit/issues/28
This commit is contained in:
@ -224,14 +224,13 @@ const
|
||||
);
|
||||
|
||||
// List of non-keyword identifiers
|
||||
NONKEYWORDCOUNT = 66;
|
||||
NONKEYWORDCOUNT = 65;
|
||||
NONKEYWORDS: array [1..NONKEYWORDCOUNT] of UnicodeString =
|
||||
(
|
||||
'__future__',
|
||||
'__import__',
|
||||
'abs',
|
||||
'apply',
|
||||
'as',
|
||||
'buffer',
|
||||
'callable',
|
||||
'chr',
|
||||
|
Reference in New Issue
Block a user