D2D import/export menu reorganization + Save Bundle Locally addition
Conflicts: cave/com.raytheon.viz.geotiff/plugin.xml cave/com.raytheon.viz.lpi/plugin.xml cave/com.raytheon.viz.spi/plugin.xml
This commit is contained in:
parent
40afaeb6f0
commit
f8340af9a0
9 changed files with 87 additions and 93 deletions
|
@ -85,95 +85,42 @@
|
|||
label="New Window"
|
||||
style="push">
|
||||
</command>
|
||||
|
||||
<separator
|
||||
name="saveSeparator"
|
||||
visible="true">
|
||||
</separator>
|
||||
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.loadSerialized"
|
||||
label="Open Bundle"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.saveProcedure"
|
||||
label="Save Bundle"
|
||||
style="push">
|
||||
commandId="com.raytheon.viz.ui.saveProcedure"
|
||||
label="Save Bundle"
|
||||
style="push">
|
||||
</command>
|
||||
|
||||
<separator
|
||||
name="importSeparator"
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.saveBundle"
|
||||
label="Save Bundle Locally"
|
||||
style="push">
|
||||
</command>
|
||||
<separator
|
||||
name="importExportSeparator"
|
||||
visible="true">
|
||||
</separator>
|
||||
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.file.rsc"
|
||||
label="Import Image"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.file.rsc"
|
||||
label="Import Background"
|
||||
style="push">
|
||||
<parameter
|
||||
name="imageImportMode"
|
||||
value="Background">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.gisdatastore.actions.ImportGis"
|
||||
label="Import GIS Data"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.bcd.openBCD"
|
||||
label="Import BCD File"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.geotiff.openGeoTiff"
|
||||
label="Import GeoTIFF"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.lpi.openLPI"
|
||||
label="Import LPI File"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.spi.openSPI"
|
||||
label="Import SPI File"
|
||||
style="push">
|
||||
</command>
|
||||
|
||||
<separator
|
||||
name="exportSeparator"
|
||||
visible="true">
|
||||
</separator>
|
||||
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.saveBundle"
|
||||
label="Export Bundle"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.export.save"
|
||||
label="Export Image"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.kml.export.exportKML"
|
||||
label="Export KML"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.export.print"
|
||||
label="Print Screen"
|
||||
style="push">
|
||||
<parameter name="frameSelection" value="current">
|
||||
</parameter>
|
||||
</command>
|
||||
<menu
|
||||
id="import"
|
||||
label="Import">
|
||||
</menu>
|
||||
<menu
|
||||
id="export"
|
||||
label="Export">
|
||||
<command
|
||||
commandId="com.raytheon.viz.ui.saveBundle"
|
||||
label="Map Window"
|
||||
style="push">
|
||||
</command>
|
||||
</menu>
|
||||
</menu>
|
||||
<menu
|
||||
id="view"
|
||||
|
|
|
@ -37,7 +37,20 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:import">
|
||||
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.file.rsc"
|
||||
label="Background"
|
||||
style="push">
|
||||
<parameter
|
||||
name="imageImportMode"
|
||||
value="Background">
|
||||
</parameter>
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.file.rsc"
|
||||
label="Image"
|
||||
style="push">
|
||||
</command>
|
||||
|
||||
|
||||
</menuContribution>
|
||||
|
|
|
@ -21,6 +21,11 @@
|
|||
<menuContribution
|
||||
allPopups="false"
|
||||
locationURI="menu:import">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.gisdatastore.actions.ImportGis"
|
||||
label="GIS Data/Shapefile"
|
||||
style="push">
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
|
@ -66,7 +66,20 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:export">
|
||||
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.export.save"
|
||||
label="Image"
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.image.export.print"
|
||||
label="Print Screen"
|
||||
style="push">
|
||||
<parameter
|
||||
name="frameSelection"
|
||||
value="current">
|
||||
</parameter>
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.4"?>
|
||||
<plugin>
|
||||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:export">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.kml.export.exportKML"
|
||||
label="KML"
|
||||
style="push">
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.commands">
|
||||
<command
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:import">
|
||||
<command
|
||||
commandId="com.raytheon.viz.bcd.openBCD"
|
||||
label="BCD File..."
|
||||
style="push">
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
|
@ -46,11 +46,11 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:import">
|
||||
<command
|
||||
commandId="com.raytheon.viz.geotiff.openGeoTiff"
|
||||
label="GeoTIFF..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.geotiff.openGeoTiff"
|
||||
label="GeoTIFF"
|
||||
style="push">
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
|
||||
|
|
|
@ -39,11 +39,11 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:import">
|
||||
<command
|
||||
commandId="com.raytheon.viz.lpi.openLPI"
|
||||
label="LPI File..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.lpi.openLPI"
|
||||
label="LPI File"
|
||||
style="push">
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
|
@ -38,11 +38,11 @@
|
|||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:import">
|
||||
<command
|
||||
commandId="com.raytheon.viz.spi.openSPI"
|
||||
label="SPI File..."
|
||||
style="push">
|
||||
</command>
|
||||
<command
|
||||
commandId="com.raytheon.viz.spi.openSPI"
|
||||
label="SPI File"
|
||||
style="push">
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue