mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 01:47:43 +02:00
parent
a152fd580f
commit
98e64cab9d
@ -396,7 +396,7 @@ var
|
||||
begin
|
||||
if not IsApplicable(Msg,Identifier) then exit;
|
||||
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);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user