Revision 6605 trunk/extensions/extCAD/config/config.xml

View differences:

config.xml
42 42
			description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
43 43
			active="true">
44 44
			<menu text="Capa/redo" action-command="REDO" icon="images/Redo.png"/>
45
		<tool-bar name="modificar">
45
		<tool-bar name="modificar" position="31">
46 46
				<action-tool name="redo" icon="images/Redo.png" action-command="REDO" tooltip="redo" group="vista" position="2"/>
47 47
		</tool-bar>
48 48
		</extension>
......
50 50
			description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
51 51
			active="true" >
52 52
			<menu text="Capa/undo" action-command="UNDO" icon="images/Undo.png"/>
53
		<tool-bar name="modificar">
53
		<tool-bar name="modificar" position="31">
54 54
				<action-tool name="deshacer" icon="images/Undo.png" action-command="UNDO" tooltip="undo" group="vista" position="1"/>
55 55
		</tool-bar>
56 56
		</extension>
......
63 63
			description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
64 64
			active="true">
65 65
			<menu text="file/commands_stack" action-command="COMMANDSTACK" icon="images/commandstack.png"/>
66
		<tool-bar name="gvsig">
67
			<action-tool name="commands_stack" icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="commands_stack" group="vista"/>
66
		<tool-bar name="gvsig" position="32">
67
			<action-tool name="commands_stack" icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="commands_stack" group="vista" position="1"/>
68 68
		</tool-bar>
69 69
		</extension>
70 70
		<extension class-name="com.iver.cit.gvsig.TableCommandStackExtension"
......
72 72
			active="true">
73 73
			<menu text="file/commands_stack" action-command="COMMANDSTACK" icon="images/commandstack.png"/>
74 74
		<tool-bar name="gvsig">
75
			<action-tool name="commands_stack" icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="commands_stack" group="tabla"/>
75
			<action-tool name="commands_stack" icon="images/commandstack.png" action-command="COMMANDSTACK" tooltip="commands_stack" group="tabla" position="1"/>
76 76
		</tool-bar>
77 77
		</extension>
78 78
		<extension class-name="com.iver.cit.gvsig.GridExtension"
......
92 92
			<menu text="geometry/modify/rotate" action-command="_rotate" icon="images/Rotation.png"/>
93 93
			<menu text="geometry/modify/scale" action-command="_scale" icon="images/Scale.png"/>
94 94

  
95
			<tool-bar name="modificar">
96
				<selectable-tool icon="images/Copy.png" action-command="_copy" tooltip="copy" group="vista"/>
97
				<selectable-tool icon="images/Symmetry.png" action-command="_symmetry" tooltip="symmetry" group="vista"/>
98
				<selectable-tool icon="images/Rotation.png" action-command="_rotate" tooltip="rotate" group="vista"/>
99
				<selectable-tool icon="images/Scale.png" action-command="_scale" tooltip="scale" group="vista"/>
95
			<tool-bar name="modificar" position="31">
96
				<selectable-tool icon="images/Copy.png" action-command="_copy" tooltip="copy" group="vista" position="4"/>
97
				<selectable-tool icon="images/Symmetry.png" action-command="_symmetry" tooltip="symmetry" group="vista" position="5"/>
98
				<selectable-tool icon="images/Rotation.png" action-command="_rotate" tooltip="rotate" group="vista" position="6"/>
99
				<selectable-tool icon="images/Scale.png" action-command="_scale" tooltip="scale" group="vista" position="7"/>
100 100
			</tool-bar>
101 101
		</extension>
102 102
		<extension class-name="com.iver.cit.gvsig.ExploitExtension"
103 103
			description="Extensi?n encargada de simplificar geometr?as complejas."
104 104
			active="false">
105 105
			<menu text="geometry/modify/exploit" action-command="_exploit" icon="images/Exploit.png"/>
106
			<tool-bar name="modificar">
107
				<action-tool icon="images/Exploit.png" action-command="_exploit" tooltip="exploit" group="vista"/>
106
			<tool-bar name="modificar" position="31">
107
				<action-tool icon="images/Exploit.png" action-command="_exploit" tooltip="exploit" group="vista" position="14"/>
108 108
			</tool-bar>
109 109
		</extension>
110 110

  
......
112 112
			description="Extensi?n encargada de mover las geometr?as."
113 113
			active="true">
114 114
			<menu text="geometry/modify/move" action-command="_move" icon="images/Move.png"/>
115
			<tool-bar name="modificar">
116
				<selectable-tool icon="images/Move.png" action-command="_move" tooltip="move" group="vista"/>
115
			<tool-bar name="modificar" position="31">
116
				<selectable-tool icon="images/Move.png" action-command="_move" tooltip="move" group="vista" position="3"/>
117 117
			</tool-bar>
118 118
		</extension>
119 119

  
......
121 121
			description="Extensi?n encargada de insertar puntos en una capa en edici?n."
122 122
			active="true">
123 123
			<menu text="geometry/insert/point" action-command="_point" icon="images/Point.png"/>
124
			<tool-bar name="insert">
125
				<selectable-tool icon="images/Point.png" action-command="_point" tooltip="point" group="vista"/>
124
			<tool-bar name="insert" position="30">
125
				<selectable-tool icon="images/Point.png" action-command="_point" tooltip="point" group="vista" position="1"/>
126 126
			</tool-bar>
127 127
		</extension>
128 128
		<extension class-name="com.iver.cit.gvsig.InsertMultiPointExtension"
129 129
			description="Extensi?n encargada de insertar multipuntos en una capa en edici?n."
130 130
			active="true">
131 131
			<menu text="geometry/insert/multipoint" action-command="_multipoint" icon="images/MultiPoint.png"/>
132
			<tool-bar name="insert">
133
				<selectable-tool icon="images/MultiPoint.png" action-command="_multipoint" tooltip="multipoint" group="vista"/>
132
			<tool-bar name="insert" position="30">
133
				<selectable-tool icon="images/MultiPoint.png" action-command="_multipoint" tooltip="multipoint" group="vista" position="2"/>
134 134
			</tool-bar>
135 135
		</extension>
136 136
		<extension class-name="com.iver.cit.gvsig.InsertLineExtension"
......
139 139
			<menu text="geometry/insert/line" action-command="_line" icon="images/Rect.png"/>
140 140
			<menu text="geometry/insert/arc" action-command="_arc" icon="images/Arc.png"/>
141 141

  
142
			<tool-bar name="insert">
143
				<selectable-tool icon="images/Rect.png" action-command="_line" tooltip="line" group="vista"/>
144
				<selectable-tool icon="images/Arc.png" action-command="_arc" tooltip="arc" group="vista"/>
142
			<tool-bar name="insert" position="30">
143
				<selectable-tool icon="images/Rect.png" action-command="_line" tooltip="line" group="vista" position="3"/>
144
				<selectable-tool icon="images/Arc.png" action-command="_arc" tooltip="arc" group="vista" position="4"/>
145 145
			</tool-bar>
146 146
		</extension>
147 147
		<extension class-name="com.iver.cit.gvsig.InsertPolyLineExtension"
148 148
			description="Extensi?n encargada de insertar polil?neas en una capa en edici?n."
149 149
			active="true">
150 150
			<menu text="geometry/insert/polyline" action-command="_polyline" icon="images/Line.png"/>
151
			<tool-bar name="insert">
152
				<selectable-tool icon="images/Line.png" action-command="_polyline" tooltip="polyline" group="vista"/>
151
			<tool-bar name="insert" position="30">
152
				<selectable-tool icon="images/Line.png" action-command="_polyline" tooltip="polyline" group="vista" position="5"/>
153 153
			</tool-bar>
154 154
		</extension>
155 155
		<extension class-name="com.iver.cit.gvsig.InsertPolygonExtension"
......
160 160
			<menu text="geometry/insert/circle" action-command="_circle" icon="images/Circle.png"/>
161 161
			<menu text="geometry/insert/ellipse" action-command="_ellipse" icon="images/Ellipse.png"/>
162 162
			<menu text="geometry/modify/edit_vertex" action-command="_editvertex" icon="images/EditVertex.png"/>
163
			<tool-bar name="insert">
164
				<selectable-tool icon="images/Poligon.png" action-command="_polygon" tooltip="polygon" group="vista"/>
165
				<selectable-tool icon="images/Rectangle.png" action-command="_rectangle" tooltip="rectangle" group="vista"/>
166
				<selectable-tool icon="images/Circle.png" action-command="_circle" tooltip="circle" group="vista"/>
167
				<selectable-tool icon="images/Ellipse.png" action-command="_ellipse" tooltip="ellipse" group="vista"/>
163
			<tool-bar name="insert" position="30">
164
				<selectable-tool icon="images/Poligon.png" action-command="_polygon" tooltip="polygon" group="vista" position="6"/>
165
				<selectable-tool icon="images/Rectangle.png" action-command="_rectangle" tooltip="rectangle" group="vista" position="7"/>
166
				<selectable-tool icon="images/Circle.png" action-command="_circle" tooltip="circle" group="vista" position="8"/>
167
				<selectable-tool icon="images/Ellipse.png" action-command="_ellipse" tooltip="ellipse" group="vista" position="9"/>
168 168
			</tool-bar>
169
			<tool-bar name="modificar">
170
				<selectable-tool icon="images/EditVertex.png" action-command="_editvertex" tooltip="edit_vertex" group="vista"/>
169
			<tool-bar name="modificar" position="31">
170
				<selectable-tool icon="images/EditVertex.png" action-command="_editvertex" tooltip="edit_vertex" group="vista" position="8"/>
171 171
			</tool-bar>
172 172
		</extension>
173 173
		<extension class-name="com.iver.cit.gvsig.BreakExtension"
174 174
			description="Extensi?n encargada de partir una geomtr?a en edici?n."
175 175
			active="false">
176 176
			<menu text="geometry/modify/break" action-command="_break" icon="images/Break.png"/>
177
			<tool-bar name="modificar">
178
				<selectable-tool icon="images/Break.png" action-command="_break" tooltip="break" group="vista"/>
177
			<tool-bar name="modificar" position="31">
178
				<selectable-tool icon="images/Break.png" action-command="_break" tooltip="break" group="vista" position="9"/>
179 179
			</tool-bar>
180 180
		</extension>
181 181
		<extension class-name="com.iver.cit.gvsig.JoinExtension"
182 182
			description="Extensi?n encargada de unir varias geometr?a en edici?n."
183 183
			active="false">
184 184
			<menu text="geometry/modify/join" action-command="_join" icon="images/Join.png"/>
185
			<tool-bar name="modificar">
186
				<selectable-tool icon="images/Join.png" action-command="_join" tooltip="join" group="vista"/>
185
			<tool-bar name="modificar" position="31">
186
				<selectable-tool icon="images/Join.png" action-command="_join" tooltip="join" group="vista" position="10"/>
187 187
			</tool-bar>
188 188
		</extension>
189 189
		<extension class-name="com.iver.cit.gvsig.InternalPolygonExtension"
190 190
			description="Extensi?n encargada de insertar poligonos internos en una capa en edici?n."
191 191
			active="true">
192 192
			<menu text="geometry/modify/internal_polygon" action-command="_internalpolygon" icon="images/InternalPolygon.png"/>
193
			<tool-bar name="modificar">
194
				<selectable-tool icon="images/InternalPolygon.png" action-command="_internalpolygon" tooltip="internal_polygon" group="vista"/>
193
			<tool-bar name="modificar" position="31">
194
				<selectable-tool icon="images/InternalPolygon.png" action-command="_internalpolygon" tooltip="internal_polygon" group="vista" position="11"/>
195 195
			</tool-bar>
196 196
		</extension>
197 197
		<extension class-name="com.iver.cit.gvsig.StretchExtension"
198 198
			description="Extensi?n encargada de estirar geometr?as en una capa en edici?n."
199 199
			active="false">
200 200
			<menu text="geometry/modify/stretch" action-command="_stretch" icon="images/Stretch.png"/>
201
			<tool-bar name="modificar">
202
				<selectable-tool icon="images/Stretch.png" action-command="_stretch" tooltip="stretch" group="vista"/>
201
			<tool-bar name="modificar" position="31">
202
				<selectable-tool icon="images/Stretch.png" action-command="_stretch" tooltip="stretch" group="vista" position="12"/>
203 203
			</tool-bar>
204 204
		</extension>
205 205
		<extension class-name="com.iver.cit.gvsig.ExtendExtension"
206 206
			description="Extensi?n encargada de alargar geometr?as en una capa en edici?n."
207 207
			active="false">
208 208
			<menu text="geometry/modify/extend" action-command="_extend" icon="images/Extend.png"/>
209
			<tool-bar name="modificar">
210
				<selectable-tool icon="images/Extend.png" action-command="_extend" tooltip="extend" group="vista"/>
209
			<tool-bar name="modificar" position="31">
210
				<selectable-tool icon="images/Extend.png" action-command="_extend" tooltip="extend" group="vista" position="13"/>
211 211
			</tool-bar>
212 212
		</extension>
213 213
		<extension class-name="com.iver.cit.gvsig.ComplexSelectionGeometryExtension"
214 214
			description="Extensi?n encargada de la selecci?n compleja de geometr?as."
215 215
			active="true">
216 216
			<menu text="geometry/seleccion_compleja" action-command="_complex_selection" icon="images/ComplexSelCAD.png"/>
217
			<tool-bar name="modificar">
218
				<selectable-tool icon="images/ComplexSelCAD.png" action-command="_complex_selection" tooltip="complex_selection" group="vista"/>
217
			<tool-bar name="modificar" position="31">
218
				<selectable-tool icon="images/ComplexSelCAD.png" action-command="_complex_selection" tooltip="complex_selection" group="vista" position="16"/>
219 219
			</tool-bar>
220 220
		</extension>
221 221
		<extension class-name="com.iver.cit.gvsig.SelectionGeometryExtension"
222 222
			description="Extensi?n encargada de seleccionar las geometr?as."
223 223
			active="true">
224 224
			<menu text="geometry/seleccionar" action-command="_selection" icon="images/SelCAD.png"/>
225
			<tool-bar name="modificar">
226
				<selectable-tool icon="images/SelCAD.png" action-command="_selection" tooltip="selection" group="vista"/>
225
			<tool-bar name="modificar" position="31">
226
				<selectable-tool icon="images/SelCAD.png" action-command="_selection" tooltip="selection" group="vista" position="15"/>
227 227
			</tool-bar>
228 228
		</extension>
229 229

  

Also available in: Unified diff