mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 23:09:16 +02:00
IDE: source editor: fixed typo
git-svn-id: trunk@41204 -
This commit is contained in:
parent
0431614b1b
commit
241045c4cb
@ -1316,9 +1316,9 @@ var
|
|||||||
SRCED_LOCK, SRCED_OPEN, SRCED_CLOSE, SRCED_PAGES: PLazLoggerLogGroup;
|
SRCED_LOCK, SRCED_OPEN, SRCED_CLOSE, SRCED_PAGES: PLazLoggerLogGroup;
|
||||||
|
|
||||||
const
|
const
|
||||||
(* SoftCenter are th visible Lines in the Editor where the caret can be locateted,
|
(* SoftCenter are the visible Lines in the Editor where the caret can be located,
|
||||||
without CenterCursor adjusting the topline.
|
without CenterCursor adjusting the topline.
|
||||||
SoftCenter is defined by the amount of lines on the top/bottom of fthe editor,
|
SoftCenter is defined by the amount of lines on the top/bottom of the editor,
|
||||||
which are *not* part of it.
|
which are *not* part of it.
|
||||||
*)
|
*)
|
||||||
SoftCenterFactor = 5; // One fifth of the "LinesInWindow"on each side (top/bottom)
|
SoftCenterFactor = 5; // One fifth of the "LinesInWindow"on each side (top/bottom)
|
||||||
|
Loading…
Reference in New Issue
Block a user