Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] File extensions and Icons.

Hello All
When you create an plugin for eclipse, you can create a file
extension. All great..
what if I would like to associate file types (that are not defined by
extension) to an icon?

for example.. my extension could be:
*.jmd = default.gif

Thats all fine.. but I have sub categories of files that I also want
to assign icons e.g.:
view_*.jmd  = view.gif
model_*.jmd = model.gif
controler_*.jmd = controler.gif

Can you extend the navigator to use these icons? and if so which class
do I start looking at?

I know the plugin.xml lets you add an image for your extension but how
about another "filter" to assign it in the Navigator window?

-- 
Mark Drew

coldfusion and cfeclipse blogged:
http://cybersonic.blogspot.com/


Back to the top