mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 01:02:40 +02:00
project groups: build Pascal file without opening in source editor
git-svn-id: trunk@50443 -
This commit is contained in:
parent
ad07bf2767
commit
bdf06f4530
@ -1409,9 +1409,7 @@ begin
|
||||
taCompileFromHere:
|
||||
begin
|
||||
if not CheckIDEIsReadyForBuild then exit;
|
||||
if LazarusIDE.DoOpenEditorFile(Filename,-1,-1,[ofAddToRecent,ofRegularFile])<>mrOK then
|
||||
exit;
|
||||
if LazarusIDE.DoBuildFile(false)<>mrOK then
|
||||
if LazarusIDE.DoBuildFile(false,Filename)<>mrOK then
|
||||
exit;
|
||||
Result:=arOK;
|
||||
if AAction=taCompileFromHere then
|
||||
|
Loading…
Reference in New Issue
Block a user