Clearing the log panel

If there is something important you think is missing in the current version of ZGameEditor then you can post a feature request here!

Moderator: Moderators

Post Reply
User avatar
Rado1
Posts: 775
Joined: Wed May 05, 2010 12:16 pm

Clearing the log panel

Post 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).
darkhog
Posts: 58
Joined: Sun Sep 09, 2012 7:59 pm

Post by darkhog »

Or just clear log automagically when beginning compiling game, same as Delphi/Lazarus doing for compiler messages.
Post Reply