mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:36:14 +02:00
IDE: less hints
git-svn-id: trunk@63426 -
This commit is contained in:
parent
1f395d4f2b
commit
12f42c679f
13
ide/main.pp
13
ide/main.pp
@ -3912,6 +3912,7 @@ begin
|
||||
if rfSuccessOnTrigger in AFlags then
|
||||
exit(true);
|
||||
end;
|
||||
else
|
||||
end;
|
||||
Result := ToolStatus = itNone;
|
||||
end;
|
||||
@ -5018,7 +5019,7 @@ begin
|
||||
IDEOptionsDialog.Caption := ACaption;
|
||||
if Length(AOptionsFilter) = 0 then
|
||||
begin
|
||||
SetLength(OptionsFilter, 1);
|
||||
SetLength(OptionsFilter{%H-}, 1);
|
||||
if AEditor <> nil then
|
||||
OptionsFilter[0] := AEditor.SupportedOptionsClass
|
||||
else
|
||||
@ -6125,6 +6126,7 @@ begin
|
||||
case DisplayState of
|
||||
dsSource: DisplayState:=dsInspector;
|
||||
dsForm: DisplayState:=dsInspector2;
|
||||
else
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
@ -8692,6 +8694,7 @@ begin
|
||||
else
|
||||
NewCaption := Format(lisRunning, [NewCaption]);
|
||||
end;
|
||||
else
|
||||
end;
|
||||
MainIDEBar.Caption := NewCaption;
|
||||
Application.Title := NewTitle;
|
||||
@ -12103,6 +12106,7 @@ begin
|
||||
// jhaBack : if (CursorPoint<>nil) and (JumpHistory[DestIndex].IsSimilar(CursorPoint))
|
||||
// then dec(DestIndex);
|
||||
jhaViewWindow : DestIndex := JumpHistoryViewWin.SelectedIndex;
|
||||
else
|
||||
end;
|
||||
|
||||
while (DestIndex>=0) and (DestIndex<JumpHistory.Count) do begin
|
||||
@ -12464,10 +12468,11 @@ begin
|
||||
Exit;
|
||||
LOwner := LastControl.Owner;
|
||||
if LOwner is TOICustomPropertyGrid then
|
||||
case DisplayState of
|
||||
case DisplayState of
|
||||
dsSource: DisplayState:=dsInspector;
|
||||
dsForm: DisplayState:=dsInspector2;
|
||||
end;
|
||||
else
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TMainIDE.HandleScreenRemoveForm(Sender: TObject; AForm: TCustomForm);
|
||||
@ -12514,6 +12519,7 @@ begin
|
||||
case DisplayState of
|
||||
dsSource: DisplayState := dsInspector;
|
||||
dsForm: DisplayState := dsInspector2;
|
||||
else
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -13821,6 +13827,7 @@ begin
|
||||
// ToDo: call designer
|
||||
end;
|
||||
end;
|
||||
else
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user