Manipulating jEdit from external process.
Submitted by Wednesday, 22 February, 2006 - 10:24
on
I was wondering if anyone knows if it's possible to access a running version of jEdit (and it's plugins) from an external application?
I have very,very little understanding of Java, but instincts tell me that maybe this could be achieved via a JVM instance in control of an application.
Could someone confirm whether this is possible?
The reason I would like to perform such a task is to invoke calls to the ErrorList pligin, via it's addError() call, as is outline here....
http://community.jedit.org/cgi-bin/TWiki/view/Plugins/PluginDebuggingTechniques
I would like to write a WIN32 application that performs such a tesk, and this would ideally be written in either VB or C.
Has anyone got any ideas how I would get started on this?
Many Thanks
I have very,very little understanding of Java, but instincts tell me that maybe this could be achieved via a JVM instance in control of an application.
Could someone confirm whether this is possible?
The reason I would like to perform such a task is to invoke calls to the ErrorList pligin, via it's addError() call, as is outline here....
http://community.jedit.org/cgi-bin/TWiki/view/Plugins/PluginDebuggingTechniques
I would like to write a WIN32 application that performs such a tesk, and this would ideally be written in either VB or C.
Has anyone got any ideas how I would get started on this?
Many Thanks