Trying to use plugins with a StandaloneTextArea
Submitted by Thursday, 16 July, 2009 - 09:52
on
I want to use jEdit to replace our old TextArea component in an custom Java Ide, I have been able to create the textarea in an empty frame and load java mode to have syntax higlightning (I was unable to load it from the jar, but it is working).
Now I want to add code completion to the text area I have seen that I should use JavaSideKick to do that but as far as I see there is no way to load plugins in the TextArea version (PluginJar is missing and it seems to use some kind of connection that TextArea does not have).
So I ask for help here, maybe I am missing something or someone has any idea on how to load plugins in an Standalone TextArea?
Now I want to add code completion to the text area I have seen that I should use JavaSideKick to do that but as far as I see there is no way to load plugins in the TextArea version (PluginJar is missing and it seems to use some kind of connection that TextArea does not have).
So I ask for help here, maybe I am missing something or someone has any idea on how to load plugins in an Standalone TextArea?