Page 1 of 1

Clearing the log panel

Posted: Sun Oct 14, 2012 9:04 am
by Rado1
What about to add the "Clear" item in Log popup menu? It would erase the current content of the log. Because log is usually used for debugging, the log items from previous application runs may hinder.

Alternatively, the log panel can also be cleared from expression, e.g., by trace(CLEAR_LOG); where CLEAR_LOG is a special character, such as ASCII 0x2 (start of text).

Posted: Tue Oct 16, 2012 2:19 pm
by darkhog
Or just clear log automagically when beginning compiling game, same as Delphi/Lazarus doing for compiler messages.