CompletionProvider « JEditorPane « Java Swing Q&A





1. CompletionProvider on JEditorPane    forums.netbeans.org

Hello, yesterday I created a custom CompletionProvider with the help of this Tutorial: http://platform.netbeans.org/tutorials/nbm-code-completion.html Everything works fine, but now I want to get this custom CompletionProvider working in a JEditorPane. I tried it with help of this Tutorial: http://wiki.netbeans.org/DevFaqEditorCodeCompletionAnyJEditorPane But no chance. I don't get any autocompletion in the JEditorPane. Could someone please tell me, how I get my custom CompletionProvider ...