set hints to true for default

git-svn-id: trunk@3868 -
This commit is contained in:
mattias 2003-02-23 08:55:49 +00:00
parent f1dfccd5a1
commit bcfc6ae455

View File

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