How to hide duplicate maven modules in Tycho workspace? #416
-
I have lived with these duplicate folders for nested modules for years now. And today I finally found the "Hide modules" filter of the package explorer. Is that how you all work with the Tycho workspace? If so, I would add it to the contributions doc. Or is there some other trick to avoid having duplicate files all over the place (there is also an experimental option in the maven workspace preferences, but that doesn't seem to work). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I personally never use the Package Explorer, but the Project Explorer instead. By default it shows the projects hierarchically, if not you need to enable hierarchical view https://www.eclipse.org/eclipse/news/4.5/platform.php#nested-projects |
Beta Was this translation helpful? Give feedback.
-
I also always use the |
Beta Was this translation helpful? Give feedback.
I personally never use the Package Explorer, but the Project Explorer instead. By default it shows the projects hierarchically, if not you need to enable hierarchical view https://www.eclipse.org/eclipse/news/4.5/platform.php#nested-projects
Ctrl+3 de-duplicates resource by default, Ctrl+Shift+R can be configured to de-duplicate, Ctrl+Shift+T doesn't show duplicate... The only one that's still bugging me in the Search results which still show duplicate resources, or shows a resources from a parent project when I'd rather have the one from the child project.