Console:How to change the Command properties from script?
Submitted by Sunday, 16 July, 2006 - 00:38
on
Hello,
in the ongoing process to adapt all my work the JEdit
I am also finding some limits though. For example, I'll just execute a buffer with a script engine and the console plug-in does this. But I would like to control, if a COMMAND uses a buffer via TO_BUFFER or just outputs into the console itself.
Is there any way to modify the running buffers properties from the running script?
I just tried:
this.toBuffer = true;
but - even this don't raise any errors - it just does not work. Providing the GUI for this is easy.
Any help would be great!
Thanks so far and best regards,
Manfred
in the ongoing process to adapt all my work the JEdit
I am also finding some limits though. For example, I'll just execute a buffer with a script engine and the console plug-in does this. But I would like to control, if a COMMAND uses a buffer via TO_BUFFER or just outputs into the console itself.
Is there any way to modify the running buffers properties from the running script?
I just tried:
this.toBuffer = true;
but - even this don't raise any errors - it just does not work. Providing the GUI for this is easy.
Any help would be great!
Thanks so far and best regards,
Manfred