is this possible? i've got the ruby plugin installed and I want to be
able to run a script within jedit and capture the output similar to
how it's done with scite. any suggestions?
dave
is this possible? i've got the ruby plugin installed and I want to be
able to run a script within jedit and capture the output similar to
how it's done with scite. any suggestions?
dave
Dave Montalvo wrote:
is this possible? i've got the ruby plugin installed and I want to be
able to run a script within jedit and capture the output similar to
how it's done with scite. any suggestions?dave
You can use the console plugin to execute your ruby scripts and all
output is displayed there. (The console acts like a terminal.)
thanks mitchell. works pretty well.
On 12/8/05, mitchell <ffsnoopy@gmail.com> wrote:
Dave Montalvo wrote:
> is this possible? i've got the ruby plugin installed and I want to be
> able to run a script within jedit and capture the output similar to
> how it's done with scite. any suggestions?
>
> daveYou can use the console plugin to execute your ruby scripts and all
output is displayed there. (The console acts like a terminal.)