mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 20:18:19 +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);
|
TLinePos = type integer; // 1..high(Integer);
|
||||||
TLineIdx = type integer; // 0..high(Integer);
|
TLineIdx = type integer; // 0..high(Integer);
|
||||||
|
|
||||||
|
TLogCaretPoint = record
|
||||||
|
X, Y, Offs: Integer;
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
TSynCoordinateMappingFlag = (
|
TSynCoordinateMappingFlag = (
|
||||||
scmLimitToLines,
|
scmLimitToLines,
|
||||||
scmIncludePartVisible,
|
scmIncludePartVisible,
|
||||||
|
Loading…
Reference in New Issue
Block a user