Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Re: [Bug 150592] [API] Unable to sort generic folders on DSE

Hey Anthos,

You might find the documentation for the navigator framework helpful.  It
can be found in the help under, "Platform Plug-in Developer Guide ->
Reference -> Extension Points Reference ->
org.eclipse.ui.navigator.navigatorContent"

The enablement element is exclusive of triggerPoints and possibleChildren.
If you use enablement you are responsible for all content for all object
types listed and are responsible for providing the parent and children for
each type listed.

For custom sorting, you might try one of two things: One, use a specialized
object type, in which case it should be easy to associate your sorter with
your objects.  Two, specify an override element.  I'm not sure if this
second option will work.

Anyway, you might find something helpful in the documentation.

Good luck,
Rob



Back to the top