IDE Error log icons

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

IDE Error log icons

Post 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 ?
moogle
Enthusiast
Enthusiast
Posts: 372
Joined: Tue Feb 14, 2006 9:27 pm
Location: London, UK

Re: IDE Error log icons

Post 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 :)
Image
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: IDE Error log icons

Post 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.
Post Reply