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
or
or
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
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")
B4X:
LogClear()
B4X:
LogColor("cls", Colors.ARGB(0, 0, 0, 0)) ' 0,0,0,0 is for "command", but may be other color
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
Last edited: