tuliob / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

Dynamic Auto-Completion #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just wondering if dynamic auto-completion content is supported.  I see that
the auto-completion content is supplied in a properties file, but is there
any way to auto-update this content on the fly?  Thanks for any help.

Original issue reported on code.google.com by chad.dor...@gmail.com on 9 Mar 2009 at 8:29

GoogleCodeExporter commented 9 years ago
You can use the IndentAction (for abbreviations) or the the 
ComboCompletionAction,
which display a list of completions.  Both (as of r97) have getters and setters 
for
the abbreviations and completions which you can use to add any items.

Original comment by ayman.al...@gmail.com on 10 Mar 2009 at 6:44

GoogleCodeExporter commented 9 years ago
Thanks!  I cant wait to give them a try.

Original comment by chad.dor...@gmail.com on 10 Mar 2009 at 7:34

GoogleCodeExporter commented 9 years ago
I tried this from the latest code and it works great.  Thanks again.

Original comment by chad.dor...@gmail.com on 10 Mar 2009 at 11:59