mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 20:58:23 +02:00
parent
a152fd580f
commit
98e64cab9d
@ -396,7 +396,7 @@ var
|
|||||||
begin
|
begin
|
||||||
if not IsApplicable(Msg,Identifier) then exit;
|
if not IsApplicable(Msg,Identifier) then exit;
|
||||||
if LazarusIDE.DoOpenFileAndJumpToPos(Msg.GetFullFilename,
|
if LazarusIDE.DoOpenFileAndJumpToPos(Msg.GetFullFilename,
|
||||||
Point(Msg.Column,Msg.Line),-1,-1,-1,[])<>mrOk then exit;
|
Point(Msg.Column,Msg.Line),-1,-1,-1,[ofOnlyIfExists,ofRegularFile])<>mrOk then exit;
|
||||||
ShowUnitDictionaryDialog(nil);
|
ShowUnitDictionaryDialog(nil);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user