SYnEdit: multi caret, paint - fixed wrong coordinates / added some properties

git-svn-id: trunk@48197 -
This commit is contained in:
martin 2015-03-10 11:51:09 +00:00
parent 699277a76d
commit 4c9a755b3e

View File

@ -59,6 +59,11 @@ type
TLinePos = type integer; // 1..high(Integer);
TLineIdx = type integer; // 0..high(Integer);
TLogCaretPoint = record
X, Y, Offs: Integer;
end;
TSynCoordinateMappingFlag = (
scmLimitToLines,
scmIncludePartVisible,