Re: Implementing Netbeans Editor Hints and Fixes

2021-02-27 Thread Eric Bresie
I should add... I've seen references to "Java Hints" which assume more "Java Centrics". In the IDE, for a Module...New...Java Hints which also assume follows the "Java Centric" way of doing so, AbstractHint class is identified as being deprecated I assume the basis of the hint/fix mechanism sta

Implementing Netbeans Editor Hints and Fixes

2021-02-27 Thread Eric Bresie
I was trying to update some autocompletion logics in some netbeans code and was hoping someone could provide some suggestions and/or provide a good example of how to implement "Hints" and "Fixes" in the autocomplete context. Eric Bresie ebre...@gmail.com