mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:40:24 +02:00
EditorOpts: default for top-info-hint
git-svn-id: trunk@38507 -
This commit is contained in:
parent
a87069388e
commit
7373631918
@ -1432,7 +1432,7 @@ type
|
||||
property ShowOverviewGutter: boolean
|
||||
read FShowOverviewGutter write FShowOverviewGutter default True;
|
||||
property TopInfoView: boolean
|
||||
read FTopInfoView write FTopInfoView default False;
|
||||
read FTopInfoView write FTopInfoView default True;
|
||||
// Code Folding
|
||||
property ReverseFoldPopUpOrder: Boolean
|
||||
read FReverseFoldPopUpOrder write FReverseFoldPopUpOrder default True;
|
||||
@ -3719,7 +3719,7 @@ begin
|
||||
fEditorFontSize := SynDefaultFontSize;
|
||||
fDisableAntialiasing := DefaultEditorDisableAntiAliasing;
|
||||
FShowOverviewGutter := True;
|
||||
FTopInfoView := False;
|
||||
FTopInfoView := True;
|
||||
|
||||
// Key Mappings
|
||||
fKeyMappingScheme := KeyMapSchemeNames[kmsLazarus];
|
||||
|
Loading…
Reference in New Issue
Block a user