mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 16:00:23 +02:00
added handling for ecBuildFile and ecRunFile (issue #1545)
git-svn-id: trunk@8571 -
This commit is contained in:
parent
8aaac32221
commit
3b12183325
@ -2344,6 +2344,12 @@ begin
|
||||
else
|
||||
DoRunProject;
|
||||
end;
|
||||
|
||||
ecBuildFile:
|
||||
DoBuildFile;
|
||||
|
||||
ecRunFile:
|
||||
DoRunFile;
|
||||
|
||||
ecJumpToPrevError:
|
||||
DoJumpToNextError(true);
|
||||
|
Loading…
Reference in New Issue
Block a user