mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:49:27 +02:00
SynEdit: Disabled assert / currently combining chars are sometimes incorrectly handled by highlighters and markup
git-svn-id: trunk@58564 -
This commit is contained in:
parent
4358281aed
commit
6504e29aab
@ -695,7 +695,7 @@ begin
|
||||
|
||||
LogicIdx := FCurViewScannerPos.Logical - 1;
|
||||
LogicEnd := LogicIdx + FCurViewToken.TokenLength;
|
||||
assert(GetCharWidthData(LogicIdx)<>0, 'GetNextHighlighterTokenFromView: Token starts with char');
|
||||
//assert(GetCharWidthData(LogicIdx)<>0, 'GetNextHighlighterTokenFromView: Token starts with char');
|
||||
|
||||
case FCurViewinRTL of
|
||||
False: // Left To Right
|
||||
|
Loading…
Reference in New Issue
Block a user