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:
juha 2021-05-26 09:16:29 +00:00
parent 11f3b2e904
commit 9eb3d04915
3 changed files with 1 additions and 3 deletions

View File

@ -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);

View File

@ -31,7 +31,6 @@ object EditorGeneralOptionsFrame: TEditorGeneralOptionsFrame
Height = 23
Top = 21
Width = 100
BorderSpacing.Top = 6
ItemHeight = 15
Items.Strings = (
'32767'

View File

@ -147,7 +147,6 @@ begin
ScrollPastEndLineCheckBox.Caption := dlgScrollPastEndLine;
chkScrollHint.Caption := dlgScrollHint;
// caret + key navigation
CaretGroupDivider.Caption := dlgCaretGroupOptions;
KeepCursorXCheckBox.Caption := dlgKeepCursorX;