main tree icon decoration problem
Hello
From idea 8.x I've got a problem with icon decoration in main project tree.
I develop source control plugin and implemented ProjectComponent, TreeStructureProvider for my project component:
<project-components>
<component>
<implementation-class>com.accurev.ide.intellij.ProjectTreeDecorator</implementation-class>
</component>
</project-components>
and it works on idea 6.x and 7.x. And stop working on 8.x.
Any ideas . Maybe my approache is wrong... actually I don't know...
Please sign in to leave a comment.
Hello volodya,
Implementations of TreeStructureProvider interface now need to be registered
as extension points:
]]>
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Could you please show an example of such implementation?
Hello volodya,
http://svn.jetbrains.org/idea/BRANCHES/Diana81/bundled/groovy/src/org/jetbrains/plugins/groovy/projectView/GroovyTreeStructureProvider.java
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
works!
thanks!
this link does not work anymore...