Wish Editor lines with compiler errors should sync with corresponding Log error

Widget

Well-Known Member
Licensed User
Longtime User
If I have a lot of syntax/compiler errors showing up in the Logs list, and I click on a source code line in the editor that has an error (that is underlined in red), I'd like the corresponding error to be selected/highlighted in the Logs list.

As it stands now when I am staring at a source code line that is underlined in red, I have to hunt around the list in the Log to try and determine which one matches this line of code. Or I can start clicking on the lines in the Log and eventually I will end up with the one that points to my source code line, but only after it jumps around to different modules for all the other errors displayed in the log. (This makes me dizzy after a while.:eek:)

I think it would be much easier to click on the source code line that has the error (underlined in red), and see the error message selected/highlighted in the Log.

TIA
 
Top