Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to create a some custom filters for my eclipse project. I think this can be done extending a plugin.

For example .asm file should go to the ASM filter, .c files to the C filter, and so on.

All my input files are stored in the Source folder (on my computer).

But I need this filters only for a better file management, in the Package Explorer.

Please, if anybody have a starting point for this issue ... I will appreciate.

The sooner, the better :)

share|improve this question

1 Answer

You might want to have a look at this: Eclipse Common Navigator Framework

And read this tutorial to create a custom navigation: Custom Navigator (It's part 7, but in the beginning there is a lot of theory. just find your personal starting point)

I hope this is what you were looking for or that you can at least get something useful out of it...

share|improve this answer
Thank you so much ! – Camelia Aug 2 '12 at 9:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.