mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:49:27 +02:00
SYnEdit: multi caret, paint - fixed wrong coordinates / added some properties
git-svn-id: trunk@48197 -
This commit is contained in:
parent
699277a76d
commit
4c9a755b3e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user