Menu

#16 jipViewer triggering IDE

open
nobody
None
5
2007-06-04
2007-06-04
rei3ner
No

Hi Andrew,

if one finds that a certain method has to be improved,
one must find the chunk of code in the editor/ide...

It would be great if the jip-viewer could provide some help here.
I myself only use emacs.

the following code snippet

try {
Runtime.getRuntime().exec(new String[] {
"emacsclient",
"--no-wait",
"+" + location.getLineNumber(),
toBeLoaded.getPath()
},
null,null);
} catch (IOException ioe) {
System.err.println("Failed to invoke emacs. ");
ioe.printStackTrace();
}

brings the emacs cursor right to the position we want.

Could you provide some interface to ide's including emacs
of that kind?

would be great!!!

greetings

Ernst

Discussion


Log in to post a comment.