author | fturovic <frank.turovich@nokia.com> |
Mon, 19 Jul 2010 17:04:12 -0500 | |
changeset 1642 | 44a3965e21f2 |
parent 1564 | 1c3ed56966df |
permissions | -rw-r--r-- |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
2 |
<?eclipse version="3.0"?> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
3 |
<plugin> |
1564
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
4 |
<extension |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
5 |
point="org.eclipse.ui.commands"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
6 |
<command |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
7 |
id="com.nokia.carbide.win32.utils.openInWindowsExplorer" |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
8 |
name="Show in Explorer"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
9 |
</command> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
10 |
<command |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
11 |
id="com.nokia.carbide.win32.utils.openInCmdPrompt" |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
12 |
name="Open Command Window"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
13 |
</command> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
14 |
</extension> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
15 |
<extension |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
16 |
point="org.eclipse.ui.handlers"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
17 |
<handler |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
18 |
class="com.nokia.carbide.internal.win32.utils.actions.OpenInExplorerHandler" |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
19 |
commandId="com.nokia.carbide.win32.utils.openInWindowsExplorer"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
20 |
</handler> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
21 |
<handler |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
22 |
class="com.nokia.carbide.internal.win32.utils.actions.OpenInCmdPromptHandler" |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
23 |
commandId="com.nokia.carbide.win32.utils.openInCmdPrompt"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
24 |
</handler> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
25 |
</extension> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
26 |
<extension point="org.eclipse.core.expressions.definitions"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
27 |
<definition id="com.nokia.carbide.win32.utils.singleResource"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
28 |
<with variable="activeMenuSelection"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
29 |
<count value="1"/> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
30 |
<iterate ifEmpty="false"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
31 |
<adapt type="org.eclipse.core.resources.IResource"/> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
32 |
</iterate> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
33 |
</with> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
34 |
</definition> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
35 |
</extension> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
36 |
<extension |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
37 |
point="org.eclipse.ui.menus"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
38 |
<menuContribution |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
39 |
locationURI="popup:org.eclipse.ui.popup.any?after=additions"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
40 |
<command |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
41 |
commandId="com.nokia.carbide.win32.utils.openInWindowsExplorer" |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
42 |
style="push"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
43 |
<visibleWhen |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
44 |
checkEnabled="false"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
45 |
<reference definitionId="com.nokia.carbide.win32.utils.singleResource"/> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
46 |
</visibleWhen> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
47 |
</command> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
48 |
<command |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
49 |
commandId="com.nokia.carbide.win32.utils.openInCmdPrompt" |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
50 |
style="push"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
51 |
<visibleWhen |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
52 |
checkEnabled="false"> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
53 |
<reference definitionId="com.nokia.carbide.win32.utils.singleResource"/> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
54 |
</visibleWhen> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
55 |
</command> |
1c3ed56966df
remove show in explorer/command prompt from editor context menu
dadubrow
parents:
0
diff
changeset
|
56 |
</menuContribution> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
57 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
58 |
</plugin> |