PB IDE - Show how many line compiled

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

PB IDE - Show how many line compiled

Post by Guimauve »

Hello,

When we compile a source code, the IDE popup a tiny window to show how many line compiled. Unfortunately the life span of this window is so short, we don't have enough time to read the information. Furthermore, since the PB V4.60 (on Linux at least) this window still open and close but the TextGadget() used to display the message use two lines to display it and the line second show only the top half of the characters, we can only guess the message.

What about suppressing this window that don't let the user to read the information anyway and put this information in the bottom ListViewGadget() where the compiler reports problems, error, warning message and other useful information.

Best regards
Guimauve