Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » org.eclipse.ui.navigator.CommonNavigator(Comfigure the CommonNavigator)
org.eclipse.ui.navigator.CommonNavigator [message #693646] Wed, 06 July 2011 23:50
spcmdr is currently offline spcmdrFriend
Messages: 15
Registered: January 2011
Junior Member
Hi

I need help to configure the org.eclipse.ui.navigator.CommonNavigator.

The restorable property does not work: I have to open folders each time a restart the application.
The delete id is only not available with popup menu. I can't delete file with the keyboard (but I can copy and paste them).

what are the properties that are configurable (the string name) ?
Is there a place to find help on the configuration of this view ?
when configuring viewerContentBinding, is there a place to find available contentExtension pattern ?

Here is my code
<extension point="org.eclipse.ui.views">
	<view 
		name="Navigator"
		icon="icons/eclipse/filenav_nav.gif"
		class="org.eclipse.ui.navigator.CommonNavigator" 
		id="CommonNavigator.view"
		restorable="true"/>
</extension>

<extension point="org.eclipse.ui.navigator.viewer">
	<viewerActionBinding viewerId="CommonNavigator.view">
		<includes>
			<actionExtension pattern="org.eclipse.ui.navigator.resources.*" />
		</includes>
	</viewerActionBinding>
	<viewerContentBinding viewerId="CommonNavigator.view">
		<includes>
			<contentExtension pattern="org.eclipse.ui.navigator.resourceContent" />
			<contentExtension pattern="org.eclipse.ui.navigator.resources.filters.*" />
			<contentExtension pattern="org.eclipse.ui.navigator.resources.linkHelper" />
			<contentExtension pattern="org.eclipse.ui.navigator.resources.workingSets" />
		</includes>
	</viewerContentBinding>
</extension>


Regards
Previous Topic:Adding Error Log view without depending on o.e.pde
Next Topic:Opening a MultiPageEditorPart on a specific page
Goto Forum:
  


Current Time: Wed Apr 24 14:50:47 GMT 2024

Powered by FUDForum. Page generated in 0.02732 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top