IDE Error/Message handling

General discussions about working with the Astrobe IDE and programming ARM Cortex-M0, M3, M4 and M7 microcontrollers.
Post Reply
4GlCoder
Posts: 27
Joined: Fri Jul 22, 2011 2:47 pm

IDE Error/Message handling

Post by 4GlCoder » Sun Nov 20, 2011 10:40 am

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:

Post Reply