diff --git a/ide/main.pp b/ide/main.pp index 73ff9f310e..3545a720d9 100644 --- a/ide/main.pp +++ b/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