Word Completion with Popup
Brought to you by:
ajk265
Need a popup window showing various words, not only one word like now.
I'm developing a completion popup for GtkTextView. If you use GtkTextView or GTkSourceView we can add it to openldev in the core or in a plugin, adding popup when a document is opened and removeing then removes it.
The popup supports various events, not only word completion. We can develop a lot of providers for word completion, c tags completion, snippets etc.
Logged In: YES
user_id=1125497
Originator: NO
I used to have a popup in earlier versions of OpenLDev. What is holding it back is the lack of a symbol browser. The symbol browser must come before the autocomplete popup.