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);
请先登录再写评论。
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