]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d/plugin.xml
Add SCL binding for PipeRun.getInsideDiameter()
[simantics/3d.git] / org.simantics.g3d / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>\r<!--
3     Copyright (c) 2012, 2013 Association for Decentralized Information Management in
4     Industry THTH ry.
5     All rights reserved. This program and the accompanying materials
6     are made available under the terms of the Eclipse Public License v1.0
7     which accompanies this distribution, and is available at
8     http://www.eclipse.org/legal/epl-v10.html
9    
10     Contributors:
11         VTT Technical Research Centre of Finland - initial API and implementation
12  -->
13
14 <plugin>
15    <extension
16          point="org.eclipse.ui.views">
17       <view
18             allowMultiple="false"
19             category="org.simantics.debug.ui"
20             class="org.simantics.g3d.ui.SceneGraphDebugger"
21             icon="platform:/plugin/com.famfamfam.silk/icons/car.png"
22             id="org.simantics.g3d.debug"
23             name="Scene-graph Debugger"
24             restorable="true">
25       </view>
26    </extension>
27    <extension
28          point="org.eclipse.ui.preferencePages">
29       <page
30             class="org.simantics.g3d.preferences.G3DPreferencePage"
31             id="org.simantics.g3d.preferences.G3DPreferencePage"
32             name="3D Modelling Preferences">
33       </page>
34    </extension>
35    <extension
36          point="org.eclipse.core.runtime.preferences">
37       <initializer
38             class="org.simantics.g3d.preferences.PreferenceInitializer">
39       </initializer>
40    </extension>
41    <extension
42          point="org.eclipse.ui.commands">
43       <category
44             id="org.simantics.g3d.category"
45             name="3D Modelling Commands">
46       </category>
47       <command
48             categoryId="org.simantics.g3d.category"
49             id="org.simantics.g3d.parallelperspective"
50             name="Parallel perspective">
51          <state
52                id="org.eclipse.ui.commands.toggleState">
53             <class
54                   class="org.eclipse.ui.handlers.RegistryToggleState">
55                <parameter
56                      name="persisted"
57                      value="false">
58                </parameter>
59                <parameter
60                      name="default"
61                      value="false">
62                </parameter>
63             </class>
64          </state>
65       </command>
66       <command
67             categoryId="org.simantics.g3d.category"
68             id="org.simantics.g3d.viewdir"
69             name="View Direction">
70          <commandParameter
71                id="org.simantics.g3d.viewDirection"
72                name="direction"
73                optional="true">
74          </commandParameter>
75       </command>
76    </extension>
77
78 </plugin>