[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Replacing project and package image

Dear all,

I have created an extended Package Explorer via subclassing (for the moment resorting to reflection to get things to work as I want) to provide expansion for some of my own file types as well as the java ones.

My projects are java projects with the addition of my own nature. I want to be able to change the underlying project folder image and the package image with my own such that I still get the error markers displayed when the project has a file with an error.

I have tried to use a decorator extension point to super impose my image onto the project and package but it covers the error decoration. I am trying to get an effect that preserves that decoration and the cvs one as well. Any suggestions are more than welcome.

Regards
Raj