mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
SynEdit: De-deprecate TCustomSynEdit.FoldState until we have an alternative. Improve editor general options layout a little.
git-svn-id: trunk@65138 -
This commit is contained in:
parent
11f3b2e904
commit
9eb3d04915
@ -1093,7 +1093,7 @@ type
|
||||
procedure CodeFoldAction(iLine: integer); deprecated;
|
||||
procedure UnfoldAll; deprecated;
|
||||
procedure FoldAll(StartLevel : Integer = 0; IgnoreNested : Boolean = False); deprecated;
|
||||
property FoldState: String read GetFoldState write SetFoldState; deprecated;
|
||||
property FoldState: String read GetFoldState write SetFoldState;
|
||||
|
||||
procedure AddKey(Command: TSynEditorCommand; Key1: word; SS1: TShiftState;
|
||||
Key2: word; SS2: TShiftState);
|
||||
|
@ -31,7 +31,6 @@ object EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
||||
Height = 23
|
||||
Top = 21
|
||||
Width = 100
|
||||
BorderSpacing.Top = 6
|
||||
ItemHeight = 15
|
||||
Items.Strings = (
|
||||
'32767'
|
||||
|
@ -147,7 +147,6 @@ begin
|
||||
ScrollPastEndLineCheckBox.Caption := dlgScrollPastEndLine;
|
||||
chkScrollHint.Caption := dlgScrollHint;
|
||||
|
||||
|
||||
// caret + key navigation
|
||||
CaretGroupDivider.Caption := dlgCaretGroupOptions;
|
||||
KeepCursorXCheckBox.Caption := dlgKeepCursorX;
|
||||
|
Loading…
Reference in New Issue
Block a user