TextFieldWithAutoCompletion with only Interfaces
Hi
I'm using TextFieldWithAutoCompletion in my plugin. It works fine but I want to have only Interfaces (without java class etc.) in it. Is it possible to display only interfaces or make it work as in editor with implements (everything that isn't interface have red font)?
TextFieldWithAutoCompletion(PlatformDataKeys.PROJECT.getData(DataManager.getInstance().getDataContext()), TextFieldWithAutoCompletion.EMPTY_COMPLETION, true, null);
Please sign in to leave a comment.
TextFieldWithAutoCompletion is for simple cases where you can enumerate the suggestions. If you want to show all interfaces, that's not so simple a case. I'd try suggest to