Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
		<explorerTask name="Location Attributes Display">
			<iconFile>csvfile.png</iconFile>
			<mnemonic>L</mnemonic>
			<displayConfigFileName>LocationAttributesDisplay</displayConfigFileName>	
			<toolbarTask>true</toolbarTask>
			<menubarTask>true</menubarTask>
			<accelerator>ctrl L</accelerator>
			<toolWindow>false</toolWindow>
			<loadAtStartup>true</loadAtStartup>
		</explorerTask>	

In this configuration the iconfFile is set to csvfile.png. The following icon can be used: Image Added

In the DisplayConfigFiles directory a LocationAttributesDisplay.xml file needs to be created:

...