mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
set hints to true for default
git-svn-id: trunk@3868 -
This commit is contained in:
parent
f1dfccd5a1
commit
bcfc6ae455
@ -607,7 +607,7 @@ begin
|
|||||||
InitLayoutList;
|
InitLayoutList;
|
||||||
FIDEDialogLayoutList:=TIDEDialogLayoutList.Create;
|
FIDEDialogLayoutList:=TIDEDialogLayoutList.Create;
|
||||||
IDEOptionDefs.IDEDialogLayoutList:=FIDEDialogLayoutList;
|
IDEOptionDefs.IDEDialogLayoutList:=FIDEDialogLayoutList;
|
||||||
FMinimizeAllOnMinimizeMain:=true;
|
FMinimizeAllOnMinimizeMain:=false;
|
||||||
|
|
||||||
// form editor
|
// form editor
|
||||||
FShowGrid:=true;
|
FShowGrid:=true;
|
||||||
@ -620,7 +620,7 @@ begin
|
|||||||
FGuideLineColorLeftTop:=clBlue;
|
FGuideLineColorLeftTop:=clBlue;
|
||||||
FGuideLineColorRightBottom:=clGreen;
|
FGuideLineColorRightBottom:=clGreen;
|
||||||
FShowComponentCaptions:=false;
|
FShowComponentCaptions:=false;
|
||||||
FShowEditorHints:=false;
|
FShowEditorHints:=true;
|
||||||
FAutoCreateForms:=true;
|
FAutoCreateForms:=true;
|
||||||
FGrabberColor:=clBlack;
|
FGrabberColor:=clBlack;
|
||||||
FMarkerColor:=clDkGray;
|
FMarkerColor:=clDkGray;
|
||||||
@ -632,8 +632,8 @@ begin
|
|||||||
FObjectInspectorOptions:=TOIOptions.Create;
|
FObjectInspectorOptions:=TOIOptions.Create;
|
||||||
|
|
||||||
// hints
|
// hints
|
||||||
FShowHintsForComponentPalette:=false;
|
FShowHintsForComponentPalette:=true;
|
||||||
FShowHintsForMainSpeedButtons:=false;
|
FShowHintsForMainSpeedButtons:=true;
|
||||||
|
|
||||||
// files
|
// files
|
||||||
FLazarusDirectory:=IDEProcs.ProgramDirectory;
|
FLazarusDirectory:=IDEProcs.ProgramDirectory;
|
||||||
@ -1447,6 +1447,7 @@ begin
|
|||||||
Width:=Parent.ClientWidth-Left;
|
Width:=Parent.ClientWidth-Left;
|
||||||
Height:=20;
|
Height:=20;
|
||||||
Caption:=dlgMinimizeAllOnMinimizeMain;
|
Caption:=dlgMinimizeAllOnMinimizeMain;
|
||||||
|
Enabled:=false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// hints
|
// hints
|
||||||
|
Loading…
Reference in New Issue
Block a user