Page 1 of 1

IDE Error/Message handling

Posted: Sun Nov 20, 2011 10:40 am
by 4GlCoder
Whenever the inevitable happens while developing code (coding-errors) the bottom part of the IDE shows the compiler warnings and errors.

Problem I experience with that is the cursor remains on the BOTTOM of that list. I'd like the cursor to be positioned on the TOP of that list, preferably on the line of the first ERROR (ignoring any warnings)

That avoids some tedious focus change and backscrolling :roll: