Re: NetBeans Platform Editors (Advanced)

2018-11-12 Thread Graeme Ingleby
sed you are >> re-parsing and then get the hints again. >> >> Not sure why for .java it's different, there may be some flag for it. >> >> As for the embedded JEditorPane, are any other things missing? Can you >> set a bookmark? >> >> --emi >

NetBeans Platform Editors (Advanced)

2018-11-07 Thread Graeme Ingleby
I have followed all the online tutorials I can find related to Lexing, Parsing & Code Completion. I have implemented my own language (a query language for search/filter) using ANTLR. Syntax Highlighting works. Code completion appears to work. Parsing/Error Hints get triggered after a short