eht16 left a comment (geany/geany#4483) Yes, even if the difference is a little subtile: The existing `Next Error` / `Previous Error` keybindings are bound tightly to the compiler output window in the bottom. To have these keybindings to do anything, you need to have valid and parsed error lines in the compiler output.
The keybindings added here work only on indicators (the red squiggly lines in the code to mark errors) and jump between those code places which are marked by the indicators. Usually, the detected build errors are also visualized by indicators but this feature can be turned off in the preferences. The different use case is that the indicators are more general and used also by plugins like SpellCheck which does not use the compiler error parse logic, for obvious reasons. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4483#issuecomment-3676023431 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4483/[email protected]>
