filter resources shown in Project View
is there an API to filter resources shown in Project View
or I need to implement my own Custom view extending Project View?
I see ProjectViewImpl is final, so I'd have to implement a whole bunch of functionality if I were to extend base ProjectView class.
I also need to have standard popup menu items (like VCS integration, "analyze", "find usages", etc) shown in this "custom view".
Please sign in to leave a comment.
Hello Alexey,
The TreeStructureProvider interface allows you to customize the structure
and presentation of elements displayed in the Project view. Hiding some elements
is one of the possibilities provided by the API.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks, Dmitry.
Is there a documentation page describing all possible "extensions"?
Hello Alexey,
No. The IntelliJ IDEA CE source code is the best reference for that.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"