Description
Is your feature request related to a problem? Please describe.
Lets say I am building a reasonably complex sketch, which often includes multiple files. Either within the same sketch folder and/or
using libraries or core code that I am often working on.
And my build generates some errors or warnings. How do I find the messages within the build window, and then how do I navigate the source files to get to each error?
I know there are some different issues already open on parts of this like:
#229 to display the error lines in red
#118 Which directly related as to maybe click on error and it positions.
Describe the solution you'd like
I would like some User Interface mechanism, such as button and/or menu item and/or hotkey that navigates through the build output and finds the next message (and scrolls it to make it visible) and it locates the source file and likewise makes that line visible in the editor.
Describe alternatives you've considered
These days I do most of my serious development using sublime text. For the Teensy boards on Windows, some of us have a setup (https://github.com/Defragster/Tset) that integrates with sublimetxt's build system. We generate batch files, with settings for which Teensy, and different options, like what type of usb... Then we can do builds. And if there are any compile errors or warnings, I can hit the F4 key to navigate through these errors, which includes both the files of the sketch as well as core or library files.
Additional context
Here shows an example, that I did deliberately. Also shows sublime project that allows me easy quick access to several libraries.
Which is great, but outside of this request.
Again not sure if this might be considered a duplicate of others like #118 if so feel free to close, I mainly opened this one as I did not see one that tied the pieces to each other.