1 Oct 09:41
Re: PATCH: use pipe() instead of a temp file
D.G. <georgelulu <at> gmail.com>
2009-10-01 07:41:42 GMT
2009-10-01 07:41:42 GMT
It is excellent that the work you are doing will make the output panel more robust. I am using a workaround to allow myself to get input/ output with an external terminal and I send the stderr from the program to SciTE so I get the yellow (x) next to lines when you click on errors feature. I'm replying to you about this because I was wondering if my workaround would be affected by your patch. Don't mind the extra comments please as they are for anybody else who might come across this. Right now I do the following for a language such as ruby: I change the go command in Options->Edit properties->Open ruby.properties and near the bottom I change the line: --------- if PLAT_GTK command.go.*.rb=ruby $(FileNameExt) --------- to: =-=-=-=-=-=-=--= if PLAT_GTK command.go.*.rb=xterm -hold -e /usr/bin/sciteredirection_for_ruby.sh $ (FileNameExt) -=-=-=-=-=-=-=-= I then run the following shell script saved(and chmod 755) to /usr/bin/ sciteredirection_for_ruby.sh: =+=+=+=+=+=+=+=+=+=+(Continue reading)
RSS Feed