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