nodj / AutoDeriv

eclipse plugin that handle the 'derived' state of resources from a textual file.
http://nodj.github.io/AutoDeriv
Other
29 stars 13 forks source link

RFE: Exlude derived files from Project Explorer #19

Open pbrezina opened 6 years ago

pbrezina commented 6 years ago

Hi, I'm trying to automatically exclude files and folders located in .gitignore from Project Explorer view. I was unable to find any way to do this. AutoDeriv plugin seems to help with this a little bit but I am still unable to exclude derived files from the Project Explorer. Is there any way to achieve it? Or can you implement it please?

Thank you.

nodj commented 6 years ago

Hi,

Thank you for your interest in AutoDeriv! Unfortunately the project is frozen as I don't have ressources to continue it. Anyway, I think what you want to achieve is not a capability of Autoderiv. Autoderiv only flags some files based on rules. It is not able to alter eclipse's UI.

Sadly, I can't even suggest you a way to achieve your goal, as I'm not really aware of eclipse world right now. Sorry for that...

Did this answer your questions ?

On Fri, Mar 9, 2018, 08:27 Pavel Březina notifications@github.com wrote:

Hi, I'm trying to automatically exclude files and folders located in .gitignore from Project Explorer view. I was unable to find any way to do this. AutoDeriv plugin seems to help with this a little bit but I am still unable to exclude derived files from the Project Explorer. Is there any way to achieve it? Or can you implement it please?

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nodj/AutoDeriv/issues/19, or mute the thread https://github.com/notifications/unsubscribe-auth/AHlsYUQjbVRO6GaZKogE25JA8IAg6-Rjks5tcoMvgaJpZM4SkQvJ .

pbrezina commented 6 years ago

Sure, thank you.

CarmelonHaldon commented 5 years ago

Hi!!

First: What a GREAT plugin, thanks nodj!!

Second: I write a plugin (my first plugin, very simple indeed...;) to hide the derived resources:

https://github.com/CarmelonHaldon/eclipse-derivedfilter

Last: Excuse my poor english XD

Bye!!