@unknownuser said:
2nd 'bug': when thread.new has been initiated in following manner
Thread.new do
> system(`program arg`)
> end
then d/Code will wait with displaying its window till the program closed.
btw. Thread works well with passing arguments to exe. Thanks again.
Tomasz
OK, have to write this again, because I kicked my posting
I've tried it with threads and
- Windows Calculator - system "calc"
- Ruby interpreter - system "ruby -ne 'gets'"
and it immediately came back to the Plugin while the called executables were still running. Maybe it depends on the executable? Don't know.
@Jorgensen
This also was possible with the built-in Ruby Console, but it was a pain writing all code in one line
Changing the layout is possible. At the moment there is no HTML template to edit, it's hard-coded. Also a two-window version could be made, yes. Because I'm not that wise in writing modern HTML and JavaScript code, I have to dive deeper into the possibilities.
This one I do not understand:
@unknownuser said:
Could Code(RAW) do it ?
Do "what"?
azuby