Former-commit-id:429898edc6
[formerlyf0b62a22bf
] [formerly29b823fee4
] [formerly429898edc6
[formerlyf0b62a22bf
] [formerly29b823fee4
] [formerly5577e686c1
[formerly29b823fee4
[formerly 3a9c1057ea5f7d72ba1d962766ad0e68ded9b3e4]]]] Former-commit-id:5577e686c1
Former-commit-id:076a0b08ac
[formerly9f2f62427b
] [formerly 12247e45609042e5a8e46278311d4b5b7ec9eb9d [formerly8bfac41add
]] Former-commit-id: e2cd5730bab137f2b61daadd542fa1f16682d2c6 [formerlyb66fcc40a5
] Former-commit-id:0c61b62d24
109 lines
3.8 KiB
XML
109 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.2"?>
|
|
<plugin>
|
|
<extension
|
|
point="org.eclipse.ui.commands">
|
|
<command
|
|
id="gov.noaa.nws.ncep.ui.nsharp.palette"
|
|
name="Nsharp">
|
|
</command>
|
|
<command
|
|
id="gov.noaa.nws.ncep.ui.nsharp.key"
|
|
name="Manage shift key">
|
|
<commandParameter
|
|
id="action"
|
|
name="action"
|
|
optional="false">
|
|
</commandParameter>
|
|
</command>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.handlers">
|
|
<handler
|
|
class="gov.noaa.nws.ncep.ui.nsharp.NsharpViewAction"
|
|
commandId="gov.noaa.nws.ncep.ui.nsharp.palette">
|
|
</handler>
|
|
<handler
|
|
class="gov.noaa.nws.ncep.ui.nsharp.NsharpKeyHandler"
|
|
commandId="gov.noaa.nws.ncep.ui.nsharp.key">
|
|
</handler>
|
|
</extension>
|
|
|
|
<extension
|
|
point="org.eclipse.ui.views">
|
|
<category
|
|
id="gov.noaa.nws.ncep.ui.nsharp.view"
|
|
name="NSHARP Views"/>
|
|
<view
|
|
category="gov.noaa.nws.ncep.ui.nsharp.view"
|
|
allowMultiple="false"
|
|
restorable="true"
|
|
class="gov.noaa.nws.ncep.ui.nsharp.view.NsharpPaletteWindow"
|
|
id="gov.noaa.nws.ncep.ui.nsharp"
|
|
name="NSHARP"/>
|
|
<view
|
|
allowMultiple="false"
|
|
category="gov.noaa.nws.ncep.ui.nsharp.view"
|
|
class="gov.noaa.nws.ncep.ui.nsharp.view.NsharpPaletteWindow"
|
|
id="gov.noaa.nws.ncep.ui.nsharp.defaultview1"
|
|
name="Nsharp"
|
|
restorable="false">
|
|
</view>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.editors">
|
|
<editor
|
|
class="gov.noaa.nws.ncep.ui.nsharp.display.NsharpEditor"
|
|
default="true"
|
|
icon="icons/skewt.gif"
|
|
id="gov.noaa.nws.ncep.ui.nsharp.display.NsharpEditor"
|
|
name="NsharpEditor">
|
|
</editor>
|
|
</extension>
|
|
<extension
|
|
point="com.raytheon.uf.viz.core.descriptor">
|
|
<descriptor
|
|
class="gov.noaa.nws.ncep.ui.nsharp.display.NsharpSkewTPaneDescriptor"
|
|
editor="gov.noaa.nws.ncep.ui.nsharp.display.NsharpEditor"
|
|
name="gov.noaa.nws.ncep.ui.nsharp.display.NsharpSkewTPaneDescriptor">
|
|
</descriptor>
|
|
</extension>
|
|
<extension
|
|
point="com.raytheon.uf.viz.localization.localizationpath">
|
|
<path
|
|
application="NCEP"
|
|
localizationType="CAVE_STATIC"
|
|
name="Nsharp"
|
|
recursive="true"
|
|
value="ncep/nsharp"
|
|
extensionFilter=".xml,.txt">
|
|
</path>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.contexts">
|
|
<context
|
|
description="The Natl Centers Nsharp Context"
|
|
id="gov.noaa.nws.ncep.ui.nsharp.nsharpContext"
|
|
name="Natl Centers Nsharp Context">
|
|
</context>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.bindings"
|
|
id="gov.noaa.nws.ncep.ui.nsharp.nsharpKeyBinding"
|
|
name="Nsharp Shift Key Binding">
|
|
<key
|
|
commandId="gov.noaa.nws.ncep.ui.nsharp.key"
|
|
contextId="gov.noaa.nws.ncep.ui.nsharp.nsharpContext"
|
|
schemeId="com.raytheon.viz.ui.awips.scheme"
|
|
sequence="SHIFT+ARROW_DOWN">
|
|
<parameter id="action" value="arrowdown" />
|
|
</key>
|
|
<key
|
|
commandId="gov.noaa.nws.ncep.ui.nsharp.key"
|
|
contextId="gov.noaa.nws.ncep.ui.nsharp.nsharpContext"
|
|
schemeId="com.raytheon.viz.ui.awips.scheme"
|
|
sequence="SHIFT+ARROW_UP">
|
|
<parameter id="action" value="arrowup" />
|
|
</key>
|
|
</extension>
|
|
</plugin>
|