Page 1 of 1

PB IDE - Show how many line compiled

Posted: Tue Aug 14, 2012 2:31 pm
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