mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:19: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;
|
DoRunFile;
|
||||||
|
|
||||||
ecJumpToPrevError:
|
ecJumpToPrevError:
|
||||||
DoJumpToNextError(true);
|
DoJumpToNextError(false);
|
||||||
|
|
||||||
ecJumpToNextError:
|
ecJumpToNextError:
|
||||||
DoJumpToNextError(false);
|
DoJumpToNextError(true);
|
||||||
|
|
||||||
ecFindInFiles:
|
ecFindInFiles:
|
||||||
DoFindInFiles;
|
DoFindInFiles;
|
||||||
|
Loading…
Reference in New Issue
Block a user