mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:39:24 +02:00
IDE: jump to next/prev error: fixed direction
git-svn-id: trunk@36751 -
This commit is contained in:
parent
400abd9665
commit
dff0b6499a
@ -3367,10 +3367,10 @@ begin
|
||||
DoRunFile;
|
||||
|
||||
ecJumpToPrevError:
|
||||
DoJumpToNextError(true);
|
||||
DoJumpToNextError(false);
|
||||
|
||||
ecJumpToNextError:
|
||||
DoJumpToNextError(false);
|
||||
DoJumpToNextError(true);
|
||||
|
||||
ecFindInFiles:
|
||||
DoFindInFiles;
|
||||
|
Loading…
Reference in New Issue
Block a user