mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 20:13:50 +02:00
IDE: Remove commands ecJumpToNextError and ecJumpToPrevError from TMainIDE.ProcessIDECommand.
git-svn-id: trunk@60992 -
This commit is contained in:
parent
d9bccc11be
commit
580c51a113
@ -3314,8 +3314,6 @@ begin
|
||||
ecAbortBuild: DoAbortBuild(false);
|
||||
ecBuildFile: DoBuildFile(false);
|
||||
ecRunFile: DoRunFile;
|
||||
ecJumpToPrevError: DoJumpToNextError(false);
|
||||
ecJumpToNextError: DoJumpToNextError(true);
|
||||
ecFindInFiles: DoFindInFiles;
|
||||
ecFindProcedureDefinition,
|
||||
ecFindProcedureMethod: DoJumpToOtherProcedureSection;
|
||||
@ -3381,9 +3379,8 @@ begin
|
||||
// custom commands
|
||||
IDECmd:=IDECommandList.FindIDECommand(Command);
|
||||
//DebugLn('TMainIDE.OnProcessIDECommand Command=',dbgs(Command),' ',dbgs(IDECmd));
|
||||
if (IDECmd<>nil) then begin
|
||||
if IDECmd<>nil then
|
||||
Handled:=IDECmd.Execute(IDECmd);
|
||||
end;
|
||||
end;
|
||||
//DebugLn('TMainIDE.OnProcessIDECommand Handled=',dbgs(Handled),' Command=',dbgs(Command));
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user