Wish Clear Logs window

sirjo66

Well-Known Member
Licensed User
Longtime User
Hi :)
In IDE, a button that I use many many (MANY) times is "Clear" on Logs window (see image attached)

I'd like to have a command in my source code for to clear this window without fisical click.
For example, may be that I write
B4X:
Log(Chr(27) & "[2J")
or
B4X:
LogClear()
or
B4X:
LogColor("cls", Colors.ARGB(0, 0, 0, 0)) ' 0,0,0,0 is for "command", but may be other color
or any other thing that you want

IDE, when receive this command, don't write anything in "Logs window" (or maybe that write "Clear") and then execute a click on "Clear" button

I think that this may help many developers

Many thanks !!!
Sergio
 

Attachments

  • Immagine.png
    Immagine.png
    21.5 KB · Views: 157
Last edited:
Top