Page 1 of 1

IDE Error log icons

Posted: Wed May 09, 2012 7:39 pm
by USCode
Minor IDE enhancement request:

What would you guys think of some icons in the PB IDE Error Log based on the type of log message?
Maybe even just icons for warnings and errors, just to make them more noticeable.
Something maybe like what they've done here with QT Creator: http://labs.qt.nokia.com/wp-content/upl ... nshot3.png ?

Re: IDE Error log icons

Posted: Thu May 10, 2012 5:03 pm
by moogle
Would be nice, also when clicking on the error in the log if it jumped to the line that caused the warning/error it'd be much quicker :)

Re: IDE Error log icons

Posted: Thu May 10, 2012 5:57 pm
by USCode
moogle wrote:Would be nice, also when clicking on the error in the log if it jumped to the line that caused the warning/error it'd be much quicker :)
Yes! Seems like it would be relatively easy for them to implement as the error log gives the line number anyways. Double-click in error log -> jump cursor to error line.