How to use SearchableConfigurable?
Hi,
I'd like to implement support for searching in JFormDesigner settings for IDEA 6.0.
I've found the interface SearchableConfigurable but I don't know how to use it?
How to use the 3 methods of this interface.
Thanks in advance.
Karl
Please sign in to leave a comment.
Hello Karl,
sorry for late response.
If you do not have specific lists or trees or smth else to filter of change
selection then just keep them empty or return null (you need not null id
to represent your configurable thought). Look at SearchUtil if you need smth
else.
Your options would not be available in popups due to performance limitations
(There is a stage in our build process when we collect all available options)
but they will be highlighted when user will open configurable (default view)
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"