Moritz Kreutzer:
how can I read an input when i execute a command in Scite? E.g. I have the
following java-code:
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
With buffering you are unlikely to see the input until end of file
which is relatively difficult to generate from SciTE (you can try
Tools | Stop Executing) so try using unbuffered input. Runtime
libraries treat input from real terminals differently to input from
pipes and SciTE uses a pipe to deliver input to the running program.
Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest