|
From: Himanshu G. <him...@st...> - 2004-04-25 05:04:15
|
Hello, I am trying to create a view that is split into two. One textarea shows the input and the other shows the output. ---------------------------- | | ---------------------------- | | | | | | | | Currently whenever I change the input in one text area, I rerun a program through the shell and reload the output in the other textarea. However I would like to bypass the shell so that user just presses a button or selects something so that the program uses the new input and shows the new output. The program that I use are written in JAVA and I am working on the GNU/Linux platform. Modifying the programs slightly is fine if there can be a clean solution. Kindly suggest some good ways of doing it or any pointers to similar plugins/macros. Thank You, Himanshu. |