mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:39:09 +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 CodeFoldAction(iLine: integer); deprecated;
|
||||||
procedure UnfoldAll; deprecated;
|
procedure UnfoldAll; deprecated;
|
||||||
procedure FoldAll(StartLevel : Integer = 0; IgnoreNested : Boolean = False); 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;
|
procedure AddKey(Command: TSynEditorCommand; Key1: word; SS1: TShiftState;
|
||||||
Key2: word; SS2: TShiftState);
|
Key2: word; SS2: TShiftState);
|
||||||
|
@ -31,7 +31,6 @@ object EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
|
|||||||
Height = 23
|
Height = 23
|
||||||
Top = 21
|
Top = 21
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Top = 6
|
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'32767'
|
'32767'
|
||||||
|
@ -147,7 +147,6 @@ begin
|
|||||||
ScrollPastEndLineCheckBox.Caption := dlgScrollPastEndLine;
|
ScrollPastEndLineCheckBox.Caption := dlgScrollPastEndLine;
|
||||||
chkScrollHint.Caption := dlgScrollHint;
|
chkScrollHint.Caption := dlgScrollHint;
|
||||||
|
|
||||||
|
|
||||||
// caret + key navigation
|
// caret + key navigation
|
||||||
CaretGroupDivider.Caption := dlgCaretGroupOptions;
|
CaretGroupDivider.Caption := dlgCaretGroupOptions;
|
||||||
KeepCursorXCheckBox.Caption := dlgKeepCursorX;
|
KeepCursorXCheckBox.Caption := dlgKeepCursorX;
|
||||||
|
Loading…
Reference in New Issue
Block a user