Wittmaxi / eclipse.platform.ui

Eclipse Platform
https://projects.eclipse.org/projects/eclipse.platform
Eclipse Public License 2.0
0 stars 0 forks source link

TreeViewer: AutoExpandTrivialPaths #2

Closed Wittmaxi closed 6 months ago

Wittmaxi commented 1 year ago

This commit addresses the need to automatically expand paths which consist of chained singular nodes, eg:

com.wittmaxi.plugin └─src └─org.foo.com └─Bar.java

It introduces four new API-Methods

-setAutoExpandTrivialPaths -getAutoExpandTrivialPaths -setAutoExpandTrivialPathsLevel -getAutoExpandTrivialPathsLevel