Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.app / org.gvsig.app.mainplugin / src / main / resources-plugin / config.xml @ 44259

History | View | Annotate | Download (41.4 KB)

1 40435 jjdelcerro
<?xml version="1.0" encoding="ISO-8859-1"?>
2 40558 jjdelcerro
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27 40435 jjdelcerro
<plugin-config>
28 40568 jjdelcerro
29 40563 jjdelcerro
  <depends plugin-name="org.gvsig.projection.app.mainplugin" />
30 40568 jjdelcerro
  <depends plugin-name="org.gvsig.geometry.app.mainplugin" />
31 40435 jjdelcerro
  <alternativeNames name="org.gvsig.app"/>
32
  <icon src="gvsig-logo-icon" text="gvSIG"/>
33
  <libraries library-dir="lib"/>
34
  <resourceBundle name="text"/>
35
  <label-set class-name="org.gvsig.app.project.documents.view.gui.DefaultViewPanel">
36
    <label id="units" size="75"/>
37
    <label id="x" size="120"/>
38
    <label id="y" size="120"/>
39
    <label id="4" size="110"/>
40
    <label id="5" size="110"/>
41
    <label id="distancearea" size="30"/>
42
    <label id="projection" size="110"/>
43 41038 jjdelcerro
    <label id="azimut" size="110"/>
44 40435 jjdelcerro
  </label-set>
45 42037 fdiaz
46
  <!--
47 40435 jjdelcerro
  <popup-menus>
48
    <popup-menu name="view.toc.context.menu">
49
      <menu name="view-layer-add"/>
50
    </popup-menu>
51
  </popup-menus>
52
  -->
53 42037 fdiaz
54 40435 jjdelcerro
  <extensions>
55
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
56
      description="Initial warning message"
57
      active="true"
58
      priority="1">
59
    </extension>
60 42037 fdiaz
61 42557 dmartinezizquierdo
    <extension class-name="org.gvsig.app.extension.selectioncount.SelectionCountExtension"
62
      description="Counts selected features"
63 42878 dmartinezizquierdo
      active="false">
64 42557 dmartinezizquierdo
    </extension>
65
66 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
67
      description="Check OS and architecture of installed packages"
68
      active="true"
69
      priority="1">
70
    </extension>
71
72
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
73
      description="Initialize application extension"
74
      active="true"
75
      priority="99999">
76
    </extension>
77
78
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
79
      description="Extensi?n encargada de gestionar los proyectos."
80
      active="true"
81
      priority="10">
82
83 42037 fdiaz
      <action
84 40435 jjdelcerro
        name= "application-project-new"
85
        label="nuevo_proyecto"
86
        tooltip="nuevo_tooltip"
87 42037 fdiaz
        action-command="application-project-new"
88 40435 jjdelcerro
        icon="application-project-new"
89
        position="100100000"
90
        accelerator="Ctrl+N"
91
        />
92
      <action
93
        name="application-project-open"
94
        label="abrir_proyecto"
95
        tooltip="abrir_tooltip"
96 42037 fdiaz
        action-command="application-project-open"
97 40435 jjdelcerro
        icon="application-project-open"
98
        position="100200000"
99
        accelerator="Ctrl+O"
100
        />
101 42037 fdiaz
      <action
102 40435 jjdelcerro
        name="application-project-save"
103
        label="guardar_proyecto"
104
        tooltip="guardar_tooltip"
105 42037 fdiaz
        action-command="application-project-save"
106 40435 jjdelcerro
        icon="application-project-save"
107
        position="100300000"
108
        accelerator="Ctrl+S"
109
        />
110 42037 fdiaz
      <action
111 40435 jjdelcerro
        name="application-project-saveas"
112
        label="guardar_como"
113
        tooltip="guardar_como"
114 42037 fdiaz
        action-command="application-project-save-as"
115 40435 jjdelcerro
        icon="application-project-save-as"
116
        position="100400000"
117
        accelerator="Ctrl+Shift+S"
118
        />
119
120
121 40893 jjdelcerro
122 40435 jjdelcerro
      <menu text="File"
123
        position="100000000"
124
        is_separator="true"/>
125
      <menu text="File/Export"
126
        position="100900000"
127
        is_separator="true"/>
128
      <menu text="Edit"
129
        position="200000000"
130
        is_separator="true"/>
131
      <menu text="Selection"
132
        position="300000000"
133
        is_separator="true"/>
134
      <menu text="Show"
135
        position="400000000"
136
        is_separator="true"/>
137
138
      <menu text="Layer"
139
        position="600000000"
140
        is_separator="true"/>
141
      <menu text="Layer/Set_to"
142
        position="600400000"
143
        is_separator="true"/>
144
145
      <menu text="View"
146
        position="650000000"
147
        is_separator="true"/>
148
      <menu text="View/Navigation"
149
        position="650100000"
150
        is_separator="true"/>
151
      <menu text="View/Query"
152
        position="650700000"
153
        is_separator="true"/>
154 42037 fdiaz
155 40435 jjdelcerro
      <menu text="tools"
156
        position="900000000"
157
        is_separator="true"/>
158 42878 dmartinezizquierdo
159 42731 jjdelcerro
        <menu text="tools/Development"
160 42037 fdiaz
        position="908500000"
161 40435 jjdelcerro
        is_separator="true"/>
162 42878 dmartinezizquierdo
163 42731 jjdelcerro
      <menu text="tools/Development/sep1"
164
        position="908500190"
165 40435 jjdelcerro
        is_separator="true"/>
166 42878 dmartinezizquierdo
167 42731 jjdelcerro
      <menu text="tools/Development/sep2"
168
        position="908500290"
169
        is_separator="true"/>
170 42878 dmartinezizquierdo
171 42731 jjdelcerro
      <menu text="tools/Development/sep3"
172
        position="908500590"
173
        is_separator="true"/>
174 42878 dmartinezizquierdo
175 42731 jjdelcerro
      <menu text="tools/Development/sep4"
176
        position="908500690"
177
        is_separator="true"/>
178 42037 fdiaz
179 42731 jjdelcerro
      <menu text="tools/Development/sep5"
180
        position="908500990"
181
        is_separator="true"/>
182 42037 fdiaz
183 42731 jjdelcerro
      <menu text="tools/Development/sep6"
184
        position="908501390"
185
        is_separator="true"/>
186 42878 dmartinezizquierdo
187 42731 jjdelcerro
      <menu text="tools/Development/sep7"
188
        position="908501490"
189
        is_separator="true"/>
190 42878 dmartinezizquierdo
191 40435 jjdelcerro
      <menu text="Window"
192
        position="960000000"
193
        is_separator="true"/>
194
      <menu text="Help"
195
        position="990000000"
196
        is_separator="true"/>
197
198 42037 fdiaz
      <menu
199 40435 jjdelcerro
        text="File/nuevo_proyecto"
200
        name= "application-project-new"
201
        />
202 42037 fdiaz
      <menu
203 40435 jjdelcerro
        text="File/abrir_proyecto"
204
        name="application-project-open"
205
        />
206 42037 fdiaz
      <menu
207 40435 jjdelcerro
        text="File/guardar_proyecto"
208
        name="application-project-save"
209
        />
210 42037 fdiaz
      <menu
211 40435 jjdelcerro
        text="File/guardar_como"
212
        name="application-project-saveas"
213
        />
214 40893 jjdelcerro
215 43099 jjdelcerro
      <tool-bar name="project" position="100" description="Project management tools">
216 40435 jjdelcerro
        <action-tool name="application-project-new"/>
217
        <action-tool name="application-project-open"/>
218
        <action-tool name="application-project-save"/>
219
      </tool-bar>
220 43099 jjdelcerro
221
      <tool-bar name="view" position="200" description="Add layers to the view tools"/>
222
      <tool-bar name="view_navigation" position="300" description="Tools to navigate in the view"/>
223
      <tool-bar name="view_tools" position="400" description="Generics tools for the view"/>
224
      <tool-bar name="view_tools_query" position="500" description="Query tools for the view"/>
225
      <tool-bar name="selection" position="600" description="Selection tools for the view"/>
226 43173 fdiaz
      <tool-bar name="layer" position="650" description="Layer tools"/>
227 43099 jjdelcerro
      <tool-bar name="table" position="700" description="Core table tools"/>
228
      <tool-bar name="table_tools" position="800" description="Generic tools for the table"/>
229
      <tool-bar name="table_tools_addmeasurement" position="900"/>
230
      <tool-bar name="edit" position="1000" description="Edit/copy/paste/undo/redo tools"/>
231
      <tool-bar name="editing" position="1100" description="Tools for editing, start/end editing and vectorial tools"/>
232
      <tool-bar name="core" position="10000" description="Core tools like preferences or console of errores"/>
233 43173 fdiaz
234 40435 jjdelcerro
    </extension>
235
236
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
237
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
238
      active="true">
239
240 42037 fdiaz
      <action
241 40435 jjdelcerro
        name="show-project-manager"
242
        label="_Show_project"
243
        tooltip="_Show_project_window"
244 42037 fdiaz
        action-command="show-project-manager"
245 40435 jjdelcerro
        icon="show-project-manager"
246
        position="400100000"
247
        accelerator="Alt+P"
248
        />
249
250 42037 fdiaz
      <menu
251 40435 jjdelcerro
        text="Show/_Project_manager"
252
        name="show-project-manager"
253
        />
254
    </extension>
255
256 41634 jjdelcerro
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
257
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
258
      active="true"
259
      priority="20">
260
    </extension>
261
262 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.AddLayer"
263
      description="Extensi?n encargada de abrir las diferentes capas."
264
      active="true"
265
      priority="20">
266 42037 fdiaz
      <action
267 40435 jjdelcerro
        name="view-layer-add"
268
        label="Add_layer"
269
        tooltip="Add_layer"
270 42037 fdiaz
        action-command="view-layer-add"
271 40435 jjdelcerro
        icon="view-layer-add"
272
        position="650300000"
273
        accelerator="Alt+O"
274
        />
275
276 42037 fdiaz
      <menu
277 40435 jjdelcerro
        name="view-layer-add"
278 42037 fdiaz
        text="View/Add_layer"
279 40435 jjdelcerro
        />
280 43099 jjdelcerro
      <tool-bar name="view">
281 40435 jjdelcerro
        <action-tool name="view-layer-add"/>
282
      </tool-bar>
283
    </extension>
284
285 42448 dmartinezizquierdo
    <extension class-name="org.gvsig.app.extension.AddToLocatorExtension"
286
      description="Extensi?n encargada de a?adir una capa al locator."
287
      active="true"
288
      priority="20">
289
      <action
290 42506 jjdelcerro
        name="layer-addtolocator"
291 42448 dmartinezizquierdo
        label="add_to_locator"
292
        tooltip="add_to_locator"
293 42506 jjdelcerro
        action-command="layer-addtolocator"
294
        position="606000000"
295
        icon="layer-addtolocator"
296 42448 dmartinezizquierdo
        accelerator=""
297
        />
298
299
      <menu
300 42506 jjdelcerro
        name="layer-addtolocator"
301 42448 dmartinezizquierdo
        text="Layer/add_to_locator"
302
       />
303 43173 fdiaz
      <!--
304 43099 jjdelcerro
      <tool-bar name="view">
305 42448 dmartinezizquierdo
        <action-tool name="add-to-locator"/>
306
      </tool-bar>
307
       -->
308
    </extension>
309
310 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
311
      description="Enables the  symbology."
312
      active="true"
313
      priority="20">
314
    </extension>
315
316
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
317
      description="Extensi?n encargada de gestionar los zooms previos al actual."
318
      active="true">
319 42037 fdiaz
      <action
320 40435 jjdelcerro
        name="view-navigation-zoom-back"
321
        label="Zoom_back"
322
        tooltip="Zoom_back"
323 42037 fdiaz
        action-command="view-navigation-zoom-back"
324 40435 jjdelcerro
        icon="view-navigation-zoom-back"
325
        position="650100700"
326
        accelerator=""
327
        />
328
329 42037 fdiaz
      <menu
330 40435 jjdelcerro
        name="view-navigation-zoom-back"
331 42037 fdiaz
        text="View/Navigation/Zoom_back"
332 40435 jjdelcerro
        />
333 43099 jjdelcerro
      <tool-bar name="view_navigation">
334 40435 jjdelcerro
        <action-tool name="view-navigation-zoom-back"/>
335
      </tool-bar>
336 42448 dmartinezizquierdo
    </extension>
337
338 42170 mcompany
    <extension class-name="org.gvsig.app.extension.ZoomNext"
339
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
340
      active="true">
341
      <action
342
        name="view-navigation-zoom-next"
343
        label="Zoom_next"
344
        tooltip="Zoom_next"
345
        action-command="view-navigation-zoom-next"
346
        icon="view-navigation-zoom-next"
347
        position="650100710"
348
        accelerator=""
349
        />
350
351
      <menu
352
        name="view-navigation-zoom-next"
353
        text="View/Navigation/Zoom_next"
354
        />
355 43099 jjdelcerro
      <tool-bar name="view_navigation">
356 42170 mcompany
        <action-tool name="view-navigation-zoom-next"/>
357
      </tool-bar>
358 40435 jjdelcerro
    </extension>
359 42448 dmartinezizquierdo
360 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
361
      description="Extensi?n encargada de gestionar la herramienta de info."
362
      active="true"
363
      priority="29">
364 42037 fdiaz
      <action
365 40435 jjdelcerro
        name="layer-info-by-point"
366
        label="_Information_by_point"
367
        tooltip="_Information_by_point"
368 42037 fdiaz
        action-command="layer-info-by-point"
369 40435 jjdelcerro
        icon="layer-info-by-point"
370
        position="600200000"
371
        accelerator=""
372
        />
373 42037 fdiaz
      <menu
374 40435 jjdelcerro
        name="layer-info-by-point"
375 42037 fdiaz
        text="Layer/Query/_Information_by_point"
376 40435 jjdelcerro
        />
377 43099 jjdelcerro
      <tool-bar name="view_tools_query">
378 40435 jjdelcerro
        <selectable-tool name="layer-info-by-point" />
379
      </tool-bar>
380
    </extension>
381 42037 fdiaz
382
383 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
384
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
385
      active="true">
386
    </extension>
387
388 42037 fdiaz
389 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewControls"
390
      description="Extensi?n encargada de gestionar la vista."
391
      active="true"
392
      priority="30">
393
      <combo-scale name="view-change-scale"
394
        label="1:"
395
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
396
          value="10000"
397
          action-command="view-change-scale" />
398 42037 fdiaz
399
      <action
400 40435 jjdelcerro
        name="view-change-scale"
401 42037 fdiaz
        label="_Change_scale"
402
        action-command="view-change-scale"
403 40435 jjdelcerro
        />
404
405 42037 fdiaz
      <action
406 40435 jjdelcerro
        name="view-navigation-zoom-in-topoint"
407 42037 fdiaz
        label="Zoom_in"
408
        position="650100400"
409
        action-command="view-navigation-zoom-in-topoint"
410 40435 jjdelcerro
        icon="view-navigation-zoom-in-topoint"
411
        tooltip="Zoom_in"
412
        accelerator=""
413
        />
414 42037 fdiaz
      <action
415 40435 jjdelcerro
        name="view-navigation-zoom-out-topoint"
416 42037 fdiaz
        label="Zoom_out"
417
        position="650100500"
418
        action-command="view-navigation-zoom-out-topoint"
419 40435 jjdelcerro
        icon="view-navigation-zoom-out-topoint"
420
        tooltip="Zoom_out"
421
        accelerator=""
422
        />
423 42037 fdiaz
      <action
424 40435 jjdelcerro
        name="view-navigation-zoom-all"
425 42037 fdiaz
        label="Zoom_all"
426 42099 mcompany
        position="650100600"
427 42037 fdiaz
        action-command="view-navigation-zoom-all"
428 40435 jjdelcerro
        icon="view-navigation-zoom-all"
429 42037 fdiaz
        tooltip="Zoom_all"
430 40435 jjdelcerro
        accelerator=""
431
        />
432 42037 fdiaz
      <action
433 40435 jjdelcerro
        name="view-navigation-zoom-in-center"
434 42037 fdiaz
        label="Zoom_in_to_center"
435
        position="650100200"
436
        action-command="view-navigation-zoom-in-center"
437
        tooltip="Zoom_in_to_center"
438 40435 jjdelcerro
        icon="view-navigation-zoom-in-center"
439
        accelerator=""
440
        />
441 42037 fdiaz
      <action
442 40435 jjdelcerro
        name="view-navigation-zoom-out-center"
443 42037 fdiaz
        label="Zoom_out_to_center"
444
        position="650100300"
445
        action-command="view-navigation-zoom-out-center"
446
        tooltip="Zoom_out_to_center"
447 40435 jjdelcerro
        icon="view-navigation-zoom-out-center"
448
        accelerator=""
449
        />
450 42037 fdiaz
      <action
451 40435 jjdelcerro
        name="view-navigation-pan"
452 42037 fdiaz
        label="Pan"
453
        position="650100100"
454
        action-command="view-navigation-pan"
455 40435 jjdelcerro
        icon="view-navigation-pan"
456
        tooltip="Pan"
457
        accelerator=""
458
        />
459 42037 fdiaz
      <action
460 40435 jjdelcerro
        name="view-navigation-frame-manager"
461 42037 fdiaz
        label="Frame_manager"
462
        position="650109000"
463
        action-command="view-navigation-frame-manager"
464 40435 jjdelcerro
        icon="view-navigation-frame-manager"
465
        tooltip="Frame_manager"
466
        accelerator=""
467
        />
468
469 42037 fdiaz
470
      <action
471 40435 jjdelcerro
        name="layer-set-visible"
472 42037 fdiaz
        label="_Show_layers"
473
        position="600400100"
474 40435 jjdelcerro
        action-command="layer-set-visible"
475
        icon="layer-set-visible"
476
        tooltip="_Show_layers"
477
        accelerator=""
478
        />
479 42037 fdiaz
      <action
480 40435 jjdelcerro
        name="layer-set-hide"
481 42037 fdiaz
        label="_Hide_layers"
482 40435 jjdelcerro
        position="600400200"
483
        action-command="layer-set-hide"
484
        icon="layer-set-hide"
485
        tooltip="_Hide_layers"
486
        accelerator=""
487
        />
488 42037 fdiaz
      <action
489 40435 jjdelcerro
        name="layer-set-active"
490 42037 fdiaz
        label="_Set_Layers_active"
491 40435 jjdelcerro
        position="600400300"
492
        action-command="layer-set-active"
493
        icon="layer-set-active"
494
        tooltip="_Set_Layers_active"
495
        accelerator=""
496
        />
497 42037 fdiaz
      <action
498 40435 jjdelcerro
        name="layer-set-inactive"
499 42037 fdiaz
        label="_Set_Layers_inactive"
500
        position="600400400"
501 40435 jjdelcerro
        action-command="layer-set-inactive"
502
        icon="layer-set-inactive"
503
        tooltip="_Set_Layers_inactive"
504
        accelerator=""
505
        />
506
507 42037 fdiaz
      <action
508 40435 jjdelcerro
        name="view-locator-setup"
509 42037 fdiaz
        label="_Locator_setup"
510
        position="658000000"
511 40435 jjdelcerro
        action-command="view-locator-setup"
512
        icon="view-locator-setup"
513
        tooltip="_Locator_setup"
514
        accelerator=""
515
        />
516
517 42037 fdiaz
      <menu
518 40435 jjdelcerro
        name="view-navigation-zoom-in-topoint"
519 42037 fdiaz
        text="View/Navigation/Zoom_in"
520 40435 jjdelcerro
        />
521 42037 fdiaz
      <menu
522 40435 jjdelcerro
        name="view-navigation-zoom-out-topoint"
523 42037 fdiaz
        text="View/Navigation/Zoom_out"
524 40435 jjdelcerro
        />
525 42037 fdiaz
      <menu
526 40435 jjdelcerro
        name="view-navigation-zoom-all"
527 42037 fdiaz
        text="View/Navigation/Zoom_all"
528 40435 jjdelcerro
        />
529 42037 fdiaz
      <menu
530 40435 jjdelcerro
        name="view-navigation-zoom-in-center"
531 42037 fdiaz
        text="View/Navigation/Zoom_in_to_center"
532 40435 jjdelcerro
        />
533 42037 fdiaz
      <menu
534 40435 jjdelcerro
        name="view-navigation-zoom-out-center"
535 42037 fdiaz
        text="View/Navigation/Zoom_out_to_center"
536 40435 jjdelcerro
        />
537 42037 fdiaz
      <menu
538 40435 jjdelcerro
        name="view-navigation-pan"
539 42037 fdiaz
        text="View/Navigation/Pan"
540 40435 jjdelcerro
        />
541 42037 fdiaz
      <menu
542 40435 jjdelcerro
        name="view-navigation-frame-manager"
543 42037 fdiaz
        text="View/Navigation/Frame_manager"
544 40435 jjdelcerro
        />
545
546 42037 fdiaz
547
      <menu
548 40435 jjdelcerro
        name="layer-set-visible"
549 42037 fdiaz
        text="View/_Set_all_layers_to/visible"
550 40435 jjdelcerro
        />
551 42037 fdiaz
      <menu
552 40435 jjdelcerro
        name="layer-set-hide"
553 42037 fdiaz
        text="View/_Set_all_layers_to/Hidden"
554 40435 jjdelcerro
        />
555 42037 fdiaz
      <menu
556 40435 jjdelcerro
        name="layer-set-active"
557 42037 fdiaz
        text="View/_Set_all_layers_to/Active"
558 40435 jjdelcerro
        />
559 42037 fdiaz
      <menu
560 40435 jjdelcerro
        name="layer-set-inactive"
561 42037 fdiaz
        text="View/_Set_all_layers_to/Inactive"
562 40435 jjdelcerro
        />
563
564 42037 fdiaz
      <menu
565 40435 jjdelcerro
        name="view-locator-setup"
566 42037 fdiaz
        text="View/Locator_setup"
567 40435 jjdelcerro
        />
568 42037 fdiaz
569
570 43099 jjdelcerro
      <tool-bar name="view_navigation">
571 40435 jjdelcerro
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
572
        <selectable-tool name="view-navigation-zoom-out-topoint" />
573
        <action-tool name="view-navigation-zoom-all"  />
574
        <action-tool name="view-navigation-zoom-in-center"  />
575
        <action-tool name="view-navigation-zoom-out-center"  />
576
      </tool-bar>
577 42037 fdiaz
578 43099 jjdelcerro
      <tool-bar name="view_navigation">
579 40435 jjdelcerro
        <selectable-tool name="view-navigation-pan"/>
580
        <action-tool name="view-navigation-frame-manager" />
581
      </tool-bar>
582
583
    </extension>
584
585
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
586
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
587
      active="true"
588
      priority="30">
589 42037 fdiaz
      <action
590 40435 jjdelcerro
        name="view-query-distance"
591 42037 fdiaz
        label="_Query_distance"
592
        position="650700200"
593
        action-command="view-query-distance"
594 40435 jjdelcerro
        icon="view-query-distance"
595 42037 fdiaz
        tooltip="_Query_distance"
596 40435 jjdelcerro
        accelerator=""
597
        />
598 42037 fdiaz
      <action
599 40435 jjdelcerro
        name="view-query-area"
600 42037 fdiaz
        label="_Query_area"
601
        position="650700100"
602
        action-command="view-query-area"
603 40435 jjdelcerro
        icon="view-query-area"
604
        tooltip="_Query_area"
605
        accelerator=""
606
        />
607
608
609 42037 fdiaz
      <menu
610 40435 jjdelcerro
        name="view-query-distance"
611 42105 mcompany
        text="Layer/Query/Distance"
612 40435 jjdelcerro
        />
613 42037 fdiaz
      <menu
614 40435 jjdelcerro
        name="view-query-area"
615 42105 mcompany
        text="Layer/Query/Area"
616 40435 jjdelcerro
        />
617
618 43099 jjdelcerro
      <tool-bar name="view_tools_query">
619 40435 jjdelcerro
        <selectable-tool name="view-query-distance" />
620
        <selectable-tool name="view-query-area" />
621
      </tool-bar>
622
623
    </extension>
624
625
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
626
      description="Extensi?n encargada de gestionar la vista."
627
      active="true"
628
      priority="30">
629 41066 jldominguez
630 42037 fdiaz
      <action
631 40435 jjdelcerro
        name="selection-select-by-rectangle-view"
632 42037 fdiaz
        label="Select_by_rectangle"
633 42142 mcompany
        position="300020000"
634 42037 fdiaz
        action-command="selection-select-by-rectangle-view"
635 40435 jjdelcerro
        icon="selection-select-by-rectangle"
636 42037 fdiaz
        tooltip="Select_by_rectangle"
637 40435 jjdelcerro
        accelerator=""
638
        />
639
      <action
640
        name="selection-select-by-polygon"
641 42037 fdiaz
        label="Select_by_polygon"
642 42142 mcompany
        position="300030000"
643 42037 fdiaz
        action-command="selection-select-by-polygon"
644 40435 jjdelcerro
        icon="selection-select-by-polygon"
645 42037 fdiaz
        tooltip="Select_by_polygon"
646 40435 jjdelcerro
        accelerator=""
647
        />
648
649 42037 fdiaz
      <menu
650 40435 jjdelcerro
        name="selection-select-by-rectangle-view"
651 42037 fdiaz
        text="Selection/Select_by_rectangle"
652 40435 jjdelcerro
        />
653 42037 fdiaz
      <menu
654 40435 jjdelcerro
        name="selection-select-by-polygon"
655 42037 fdiaz
        text="Selection/Select_by_polygon"
656 40435 jjdelcerro
        />
657
658 43099 jjdelcerro
      <tool-bar name="selection">
659 40435 jjdelcerro
        <selectable-tool name="selection-select-by-rectangle-view" />
660
        <selectable-tool name="selection-select-by-polygon" />
661
      </tool-bar>
662
663
    </extension>
664 42037 fdiaz
665
666
667 41066 jldominguez
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
668
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
669
      active="true"
670
      priority="30">
671 42037 fdiaz
      <action
672 41066 jldominguez
        name="selection-simple-select-view"
673 42037 fdiaz
        label="_Simple_select"
674 42142 mcompany
        position="300010000"
675 42037 fdiaz
        action-command="selection-simple-select-view"
676 41066 jldominguez
        icon="selection-simple-select"
677 42037 fdiaz
        tooltip="_Simple_select"
678 41066 jldominguez
        accelerator=""
679
        />
680
681 42037 fdiaz
      <menu
682 41066 jldominguez
        name="selection-simple-select-view"
683 42037 fdiaz
        text="Selection/Simple"
684 41066 jldominguez
        />
685
686 43099 jjdelcerro
      <tool-bar name="selection">
687 41963 jjdelcerro
        <selectable-tool name="selection-simple-select-view" />
688 41066 jldominguez
      </tool-bar>
689
690 42037 fdiaz
    </extension>
691
692
693 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
694
      description="Extensi?n encargada de la selecci?n por tema."
695
      active="true"
696
      priority="30">
697 42037 fdiaz
      <action
698 40435 jjdelcerro
        name="selection-select-by-layer"
699 42142 mcompany
        position="300070000"
700 42227 mcompany
        label="Select_by_layer"
701 40435 jjdelcerro
        action-command="selection-select-by-layer"
702
        icon="selection-select-by-layer"
703 42227 mcompany
        tooltip="Select_by_layer"
704 40435 jjdelcerro
        accelerator=""
705
        />
706
707 42037 fdiaz
      <menu
708 40435 jjdelcerro
        name="selection-select-by-layer"
709 42037 fdiaz
        text="Selection/Select_by_layer"
710 40435 jjdelcerro
        />
711 42227 mcompany
712 43099 jjdelcerro
      <tool-bar name="selection">
713 42227 mcompany
        <action-tool name="selection-select-by-layer" />
714
      </tool-bar>
715 40435 jjdelcerro
    </extension>
716 42037 fdiaz
717 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
718
      description="Extensi?n encargada de hacer la selecci?n inversa."
719
      active="true"
720
      priority="30">
721 42037 fdiaz
      <action
722 40435 jjdelcerro
        name="selection-reverse-view"
723 42037 fdiaz
        label="_Reverse_selection"
724 42142 mcompany
        position="300100000"
725 42037 fdiaz
        action-command="selection-reverse-view"
726 40435 jjdelcerro
        icon="selection-reverse"
727 42037 fdiaz
        tooltip="_Reverse_selection"
728 40435 jjdelcerro
        accelerator=""
729
        />
730
731 42037 fdiaz
      <menu
732 40435 jjdelcerro
        name="selection-reverse-view"
733 42037 fdiaz
        text="Selection/Reverse"
734 40435 jjdelcerro
        />
735
736 43099 jjdelcerro
      <tool-bar name="selection">
737 40435 jjdelcerro
          <action-tool name="selection-reverse-view" />
738
      </tool-bar>
739
740
    </extension>
741 42037 fdiaz
742 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
743
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
744
      active="true">
745 42037 fdiaz
      <action
746 40435 jjdelcerro
        name="view-properties"
747 42037 fdiaz
        label="_View_properties"
748
        position="659000000"
749 40435 jjdelcerro
        action-command="view-properties"
750
        icon="view-properties"
751 42037 fdiaz
        tooltip="_Show_view_properties"
752 40435 jjdelcerro
        accelerator=""
753
        />
754
755
756 42037 fdiaz
      <menu
757 40435 jjdelcerro
        name="view-properties"
758 42037 fdiaz
        text="View/Properties"
759 40435 jjdelcerro
        />
760
761
    </extension>
762
763
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
764
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
765
      active="true">
766
767 42037 fdiaz
      <action
768 40435 jjdelcerro
        name="view-navigation-zoom-to-selection"
769 42037 fdiaz
        label="Zoom_to_selection"
770
        position="650100900"
771
        action-command="view-navigation-zoom-to-selection"
772 40435 jjdelcerro
        icon="view-navigation-zoom-to-selection"
773 42037 fdiaz
        tooltip="Zoom_to_selection"
774 40435 jjdelcerro
        accelerator=""
775
        />
776
777 42037 fdiaz
      <menu
778 40435 jjdelcerro
        name="view-navigation-zoom-to-selection"
779 42037 fdiaz
        text="View/Navigation/Zoom_to_selection"
780 40435 jjdelcerro
        />
781
782 43099 jjdelcerro
      <tool-bar name="view_navigation">
783 40435 jjdelcerro
        <action-tool name="view-navigation-zoom-to-selection" />
784
      </tool-bar>
785
786
    </extension>
787
788
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
789
      description="Extensi?n encargada de limpiar la selecci?n."
790
      active="true">
791
792 42037 fdiaz
      <action
793 40435 jjdelcerro
        name="selection-clear-view"
794 42037 fdiaz
        label="_Clear_selection"
795 42142 mcompany
        position="300110000"
796 42037 fdiaz
        action-command="selection-clear-view"
797 40435 jjdelcerro
        icon="edit-clear"
798 42037 fdiaz
        tooltip="_Clear_selection"
799 40435 jjdelcerro
        accelerator=""
800
        />
801
802 42037 fdiaz
      <menu
803 40435 jjdelcerro
        name="selection-clear-view"
804 42731 jjdelcerro
        text="Selection/_Clear"
805 40435 jjdelcerro
        />
806
807 43099 jjdelcerro
      <tool-bar name="selection" position="6">
808 40435 jjdelcerro
        <action-tool name="selection-clear-view" />
809
      </tool-bar>
810
811
    </extension>
812
813 41641 jjdelcerro
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
814 40435 jjdelcerro
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
815
      active="true">
816
817 42037 fdiaz
      <action
818 44011 jjdelcerro
        name="selection-by-attributes-layer-old"
819
        label="_Select_by_attributes_old"
820 42142 mcompany
        position="300080000"
821 42037 fdiaz
        icon="selection-by-attributes"
822 44011 jjdelcerro
        tooltip="_Select_by_attributes_old"
823
        action-command="selection-by-attributes-layer-old"
824 40435 jjdelcerro
        accelerator=""
825
        />
826
827 43987 jjdelcerro
      <action
828 44011 jjdelcerro
        name="selection-by-attributes-layer"
829 43987 jjdelcerro
        label="_Select_by_attributes"
830
        position="300080001"
831
        icon="selection-by-attributes"
832
        tooltip="_Select_by_attributes"
833 44011 jjdelcerro
        action-command="selection-by-attributes-layer"
834 43987 jjdelcerro
        accelerator=""
835
        />
836
837 42037 fdiaz
      <menu
838 44011 jjdelcerro
        name="selection-by-attributes-layer-old"
839 43987 jjdelcerro
        text="Selection/_Select_by_attributes_old"
840
        />
841
842
      <menu
843 44011 jjdelcerro
        name="selection-by-attributes-layer"
844 42037 fdiaz
        text="Selection/_Select_by_attributes"
845 40435 jjdelcerro
        />
846
847 43099 jjdelcerro
      <tool-bar name="selection">
848 44012 jjdelcerro
        <action-tool name="selection-by-attributes-layer" />
849 40435 jjdelcerro
      </tool-bar>
850
851
    </extension>
852
853 44259 jjdelcerro
    <extension class-name="org.gvsig.app.extension.SearchByAttributesExtension"
854
      description=""
855
      active="true">
856
857
      <action
858
        name="search-by-attributes-layer"
859
        label="_Search_by_attributes"
860
        position="200700000"
861
        icon="search-by-attributes-layer"
862
        tooltip="_Search_by_attributes"
863
        action-command="search-by-attributes-layer"
864
        accelerator=""
865
        />
866
867
      <menu
868
        name="search-by-attributes-layer"
869
        text="Edit/_Search_by_attributes"
870
        />
871
872
      <tool-bar name="edit">
873
        <action-tool name="search-by-attributes-layer" />
874
      </tool-bar>
875
876
    </extension>
877
878 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
879
      description="Extensi?n con informaci?n sobre disposables."
880
      active="true"
881
      priority="1000">
882
883 42037 fdiaz
      <action
884 40435 jjdelcerro
        name="tools-devel-disposables-show-pendings"
885 42037 fdiaz
        label="_Show_pendings_disposables"
886 42731 jjdelcerro
        position="908500701"
887 42037 fdiaz
        tooltip="_Show_pendings_disposables"
888 40435 jjdelcerro
        action-command="tools-devel-disposables-show-pendings"
889
        icon="tools-devel-disposables-show-pendings"
890
        accelerator=""
891
        />
892 42037 fdiaz
      <action
893 40435 jjdelcerro
        name="tools-devel-disposables-free-all"
894 42037 fdiaz
        label="_Free_all_disposables"
895 42731 jjdelcerro
        position="908500702"
896 40435 jjdelcerro
        action-command="tools-devel-disposables-free-all"
897
        icon="tools-devel-disposables-free-all"
898 42037 fdiaz
        tooltip="_Free_all_disposables"
899 40435 jjdelcerro
        accelerator=""
900
        />
901
902 42037 fdiaz
      <menu
903 40435 jjdelcerro
        name="tools-devel-disposables-show-pendings"
904 42037 fdiaz
        text="tools/Development/Disposables/Show_pendings"
905 40435 jjdelcerro
        />
906 42037 fdiaz
      <menu
907 40435 jjdelcerro
        name="tools-devel-disposables-free-all"
908 42037 fdiaz
        text="tools/Development/Disposables/Free_all"
909 40435 jjdelcerro
        />
910
911
    </extension>
912
913 41280 jjdelcerro
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
914
      description="Extensi?n para la creacion de paquetes de traducciones."
915
      active="true"
916
      priority="1000">
917
918 42037 fdiaz
      <action
919 41280 jjdelcerro
        name="tools-devel-translations-package"
920 42037 fdiaz
        label="_Translations_package"
921 42731 jjdelcerro
        position="908500300"
922 42037 fdiaz
        tooltip="_Translations_package"
923 41280 jjdelcerro
        action-command="tools-devel-translations-package"
924
        icon="tools-devel-translations-package"
925
        accelerator=""
926
        />
927
928 41284 jjdelcerro
929 42037 fdiaz
      <menu
930 41280 jjdelcerro
        name="tools-devel-translations-package"
931 42037 fdiaz
        text="tools/Development/_Translations_package"
932 41280 jjdelcerro
        />
933
934 41284 jjdelcerro
935 41280 jjdelcerro
    </extension>
936
937 41323 jjdelcerro
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
938
      description="Monitor de operaciones de edition."
939
      active="true"
940
      priority="1000">
941
942 42037 fdiaz
      <action
943 41323 jjdelcerro
        name="tools-devel-show-editing-listener"
944 42037 fdiaz
        label="Show editing monitor"
945 42731 jjdelcerro
        position="908500600"
946 42037 fdiaz
        tooltip="Show editing monitor"
947 41323 jjdelcerro
        action-command="tools-devel-show-editing-listener"
948
        icon="tools-devel-show-editing-listener"
949
        accelerator=""
950
        />
951
952 42037 fdiaz
      <menu
953 41323 jjdelcerro
        name="tools-devel-show-editing-listener"
954 42078 jbadia
        text="tools/Development/Show_editing_monitor"
955 41323 jjdelcerro
        />
956
    </extension>
957
958 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
959
      description="Presenta informacion relevante para debug."
960
      active="true"
961
      priority="30">
962 42037 fdiaz
      <action
963 40435 jjdelcerro
        name="tools-devel-show-persistencefactories"
964 42037 fdiaz
        label="_Show_persistence_factories"
965
        tooltip="_Show_persistence_factories"
966 42731 jjdelcerro
        position="908501500"
967 40435 jjdelcerro
        action-command="tools-devel-show-persistencefactories"
968
        icon="tools-devel-show-persistencefactories"
969
        accelerator=""
970
        />
971 42037 fdiaz
      <action
972 40435 jjdelcerro
        name="tools-devel-show-icontheme"
973 42037 fdiaz
        label="_Show_icon_theme_information"
974
        tooltip="_Show_icon_theme_information"
975 42731 jjdelcerro
        position="908501400"
976 40435 jjdelcerro
        action-command="tools-devel-show-icontheme"
977
        icon="tools-devel-show-icontheme"
978
        accelerator=""
979
        />
980 42037 fdiaz
      <action
981 40435 jjdelcerro
        name="tools-devel-show-actions"
982 42037 fdiaz
        label="_Show_actions_information"
983
        tooltip="_Show_actions_information"
984 42731 jjdelcerro
        position="908501000"
985 40435 jjdelcerro
        action-command="tools-devel-show-actions"
986
        icon="tools-devel-show-actions"
987
        accelerator=""
988
        />
989 42037 fdiaz
      <action
990 43099 jjdelcerro
        name="tools-devel-show-toolbars"
991
        label="_Show_toolbars_information"
992
        tooltip="_Show_toolbars_information"
993
        position="908501001"
994
        action-command="tools-devel-show-toolbars"
995
        icon="tools-devel-show-toolbars"
996
        accelerator=""
997
        />
998
      <action
999 40435 jjdelcerro
        name="tools-devel-show-plugin-report"
1000 42037 fdiaz
        label="_Show_plugin_report"
1001
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
1002 42731 jjdelcerro
        position="908501300"
1003 40435 jjdelcerro
        action-command="tools-devel-show-plugin-report"
1004
        icon="tools-devel-show-plugin-report"
1005
        accelerator=""
1006
        />
1007 42037 fdiaz
      <action
1008 40435 jjdelcerro
        name="tools-devel-show-menus"
1009 42037 fdiaz
        label="_Show_menu_information"
1010
        tooltip="_Show_menu_information"
1011 42731 jjdelcerro
        position="908501100"
1012 40435 jjdelcerro
        action-command="tools-devel-show-menus"
1013
        icon="tools-devel-show-menus"
1014
        accelerator=""
1015
        />
1016 42037 fdiaz
      <action
1017 40435 jjdelcerro
        name="tools-devel-show-menus-by-plugin"
1018 42037 fdiaz
        label="_Show_menu_by_plugin_information"
1019
        tooltip="_Show_menu_ordered_by_plugin_information"
1020 42731 jjdelcerro
        position="908501200"
1021 40435 jjdelcerro
        action-command="tools-devel-show-menus-by-plugin"
1022
        icon="tools-devel-show-menus-by-plugin"
1023
        accelerator=""
1024
        />
1025 42037 fdiaz
      <menu
1026 40435 jjdelcerro
        name="tools-devel-show-persistencefactories"
1027 42078 jbadia
        text="tools/Development/Show_persistence_factories"
1028 40435 jjdelcerro
        />
1029 42037 fdiaz
      <menu
1030 40435 jjdelcerro
        name="tools-devel-show-icontheme"
1031 42078 jbadia
        text="tools/Development/Show_icon_theme_information"
1032 40435 jjdelcerro
        />
1033 42037 fdiaz
      <menu
1034 40435 jjdelcerro
        name="tools-devel-show-plugin-report"
1035 42078 jbadia
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
1036 40435 jjdelcerro
        />
1037 42037 fdiaz
      <menu
1038 40435 jjdelcerro
        name="tools-devel-show-actions"
1039 42078 jbadia
        text="tools/Development/Show_actions_information"
1040 43173 fdiaz
        />
1041 43099 jjdelcerro
      <menu
1042
        name="tools-devel-show-toolbars"
1043
        text="tools/Development/Show_toolbars_information"
1044 40435 jjdelcerro
        />
1045 42037 fdiaz
      <menu
1046 40435 jjdelcerro
        name="tools-devel-show-menus"
1047 42078 jbadia
        text="tools/Development/Show_menu_information"
1048 40435 jjdelcerro
        />
1049 42037 fdiaz
      <menu
1050 40435 jjdelcerro
        name="tools-devel-show-menus-by-plugin"
1051 42078 jbadia
        text="tools/Development/Show_menu_by_plugin_information"
1052 40435 jjdelcerro
        />
1053
1054
    </extension>
1055
1056
1057
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
1058
      description="Extensi?n encargada transformar la ventana activa en palette."
1059
      active="true">
1060
1061 42037 fdiaz
      <action
1062 40435 jjdelcerro
        name="window-convert-to-tool"
1063 42037 fdiaz
        label="_Convert_to_tool"
1064
        tooltip="_Convert_regular_window_to_tool_window"
1065
        position="960300000"
1066 40435 jjdelcerro
        action-command="window-convert-to-tool"
1067
        icon="window-convert-to-tool"
1068
        accelerator=""
1069
        />
1070
1071 42037 fdiaz
      <menu
1072 40435 jjdelcerro
        name="window-convert-to-tool"
1073 42037 fdiaz
        text="Window/Convert_to_tool"
1074 40435 jjdelcerro
        />
1075
1076
    </extension>
1077
1078
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
1079
      description="Extensi?n encargada transformar la ventana palette en su original."
1080
      active="true">
1081
1082
      <action
1083
        name="window-restore-from-tool"
1084 42037 fdiaz
        label="_Restore_tool"
1085
        tooltip="_Restore_tool_window_to_regular_window"
1086
        position="960400000"
1087 40435 jjdelcerro
        action-command="window-restore-from-tool"
1088
        icon="window-restore-from-tool"
1089
        accelerator=""
1090
        />
1091
1092
1093 42037 fdiaz
      <menu
1094 40435 jjdelcerro
        name="window-restore-from-tool"
1095 42037 fdiaz
        text="Window/Restore_from_tool"
1096 40435 jjdelcerro
        />
1097
1098
    </extension>
1099
1100
    <extension class-name="org.gvsig.app.extension.About"
1101
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
1102
      active="true"
1103
      priority="90090">
1104
1105
      <action
1106
        name="help-about"
1107 42037 fdiaz
        label="_About"
1108
        tooltip="_Show_about"
1109
        position="999000000"
1110 40435 jjdelcerro
        action-command="help-about"
1111
        icon="help-about"
1112
        accelerator=""
1113
        />
1114
1115 42037 fdiaz
      <menu
1116 40435 jjdelcerro
        name="help-about"
1117 42037 fdiaz
        text="Help/About"
1118 40435 jjdelcerro
        />
1119
1120
    </extension>
1121 42878 dmartinezizquierdo
1122 43404 jjdelcerro
    <extension class-name="org.gvsig.app.extension.HelpExtension"
1123
      description="Extensi?n encargada presentar la ayuda en linea."
1124
      active="true"
1125
      priority="90090">
1126
1127
      <action
1128
        name="help-contents"
1129
        label="_Help_contents"
1130
        tooltip="_Show_help_contents"
1131
        position="996000000"
1132
        action-command="help-contents"
1133
        icon="help-contents"
1134
        accelerator=""
1135
        />
1136
1137
      <action
1138
        name="help-search"
1139
        label="_Help_search"
1140
        tooltip="_Show_help_search_page"
1141
        position="997000000"
1142
        action-command="help-search"
1143
        icon="help-search"
1144
        accelerator=""
1145
        />
1146
1147
      <menu
1148
        name="help-contents"
1149
        text="Help/_Help_contents"
1150
        />
1151
1152
      <menu
1153
        name="help-search"
1154
        text="Help/_Help_contents_search"
1155
        />
1156
1157
    </extension>
1158
1159 42621 jjdelcerro
    <extension class-name="org.gvsig.app.extension.logviewer.LogViewerExtension"
1160
      description="Muestra el registro de errores de la aplicacion."
1161
      active="true"
1162
      priority="90090">
1163 42037 fdiaz
1164 42621 jjdelcerro
      <action
1165
        name="help-logview"
1166
        label="_Log_view"
1167
        tooltip="_Log_view"
1168 42731 jjdelcerro
        position="908500100"
1169 42621 jjdelcerro
        action-command="log-view"
1170
        icon="help-logview"
1171
        accelerator=""
1172
        />
1173
1174
      <menu
1175
        name="help-logview"
1176 42731 jjdelcerro
        text="tools/Development/Show error log"
1177 42621 jjdelcerro
        />
1178
1179
    </extension>
1180 42878 dmartinezizquierdo
1181 40435 jjdelcerro
    <extension
1182
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
1183
            description="" active="true">
1184
1185 42037 fdiaz
            <action
1186
                 name="tools-symbology-browse-symbols"
1187 40435 jjdelcerro
                 label="_Browse_symbols"
1188 42037 fdiaz
                 tooltip="_Browse_symbols"
1189 40435 jjdelcerro
                 action-command="tools-symbology-browse-symbols"
1190 42037 fdiaz
                 icon="tools-symbology-browse-symbols"
1191
                 position="900400050"
1192
                 accelerator=""
1193 40435 jjdelcerro
            />
1194
            <menu
1195 42037 fdiaz
                 name="tools-symbology-browse-symbols"
1196 41816 jjdelcerro
                 text="tools/Symbols/Browse_symbols"
1197 40435 jjdelcerro
            />
1198
        </extension>
1199
1200 42037 fdiaz
1201
            <extension class-name="org.gvsig.app.extension.UndoViewExtension"
1202
      description="Extensi?n encargada de deshacer la edici?n sobre la capa activa."
1203
      active="true" >
1204
1205
            <action
1206
                name="edit-undo-layer"
1207
                label="_Undo"
1208
                tooltip="_Undo_last_modification_in_the_active_layer"
1209
                position="200100000"
1210
                action-command="edit-undo-layer"
1211
                icon="edit-undo"
1212
                accelerator=""
1213
                />
1214
1215
            <menu
1216
                name="edit-undo-layer"
1217
                text="Edit/_Undo"
1218
                />
1219
1220 43099 jjdelcerro
            <tool-bar name="edit">
1221 42037 fdiaz
                <action-tool name="edit-undo-layer"/>
1222
            </tool-bar>
1223
1224
    </extension>
1225
1226
    <extension class-name="org.gvsig.app.extension.RedoViewExtension"
1227
            description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
1228
            active="true">
1229
1230
            <action
1231
                name="edit-redo-layer"
1232
                label="_Redo"
1233
                tooltip="_Redo_last_modification_in_the_active_layer"
1234
                position="200200000"
1235
                action-command="edit-redo-layer"
1236
                icon="edit-redo"
1237
                accelerator=""
1238
                />
1239
1240
            <menu
1241
                name="edit-redo-layer"
1242
                text="Edit/_Redo"
1243
                />
1244
1245 43099 jjdelcerro
            <tool-bar name="edit">
1246 42037 fdiaz
                <action-tool name="edit-redo-layer"/>
1247
            </tool-bar>
1248
1249
        </extension>
1250
1251
    <extension class-name="org.gvsig.app.extension.ViewCommandStackExtension"
1252
      description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
1253
      active="true">
1254
1255
            <action
1256
                name="edit-undo-redo-actions-layer"
1257
                label="_Undo_redo_history"
1258
                tooltip="_Undo_redo_history"
1259
                position="200300000"
1260
                action-command="edit-undo-redo-actions-layer"
1261
                icon="edit-undo-redo-actions"
1262
                accelerator=""
1263
                />
1264
1265
            <menu
1266
                name="edit-undo-redo-actions-layer"
1267
                text="Edit/_Undo_redo_history"
1268
                />
1269
1270 43099 jjdelcerro
            <tool-bar name="edit">
1271 42037 fdiaz
                <action-tool name="edit-undo-redo-actions-layer"/>
1272
            </tool-bar>
1273
1274
    </extension>
1275
1276
1277
        <!--
1278
        ***********************************
1279
        Copy/paste features between layers
1280
        using system clipboard
1281
        ***********************************
1282
        -->
1283
1284
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1285
            description="Copy selected features to system clipboard"
1286
            active="true">
1287
1288
            <action
1289
                name="layer-modify-clipboard-copy"
1290
                label="_Copy_selected_features_to_clipboard"
1291
                tooltip="_Copy_selected_features_to_clipboard"
1292
                position="601105000"
1293
                action-command="layer-modify-clipboard-copy"
1294
                icon="layer-modify-clipboard-copy"
1295
                accelerator=""
1296
                />
1297
1298
            <menu
1299
                name="layer-modify-clipboard-copy"
1300
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1301
                />
1302
1303 43099 jjdelcerro
            <tool-bar name="edit">
1304 42037 fdiaz
                <action-tool
1305
                    name="layer-modify-clipboard-copy"
1306
                    />
1307
            </tool-bar>
1308
        </extension>
1309
1310
        <extension class-name="org.gvsig.app.extension.clipboard.PasteFeaturesFromClipboardExtension"
1311
            description="Paste features from system clipboard into editing layer"
1312
            active="true">
1313
1314
            <action
1315
                name="layer-modify-clipboard-paste"
1316
                label="_Paste_features_from_clipboard"
1317
                tooltip="_Paste_features_from_clipboard"
1318
                position="601105100"
1319
                action-command="layer-modify-clipboard-paste"
1320
                icon="layer-modify-clipboard-paste"
1321
                accelerator=""
1322
                />
1323
1324
            <menu
1325
                name="layer-modify-clipboard-paste"
1326
                text="Layer/Modify/_Paste_features_from_clipboard"
1327
                />
1328
1329 43099 jjdelcerro
            <tool-bar name="edit">
1330 42037 fdiaz
                <action-tool
1331
                    name="layer-modify-clipboard-paste"
1332
                    />
1333
            </tool-bar>
1334
        </extension>
1335
1336 42175 jjdelcerro
        <extension class-name="org.gvsig.app.extension.LayerPropertiesExtension"
1337
            description=""
1338
            active="true">
1339 42037 fdiaz
1340 42175 jjdelcerro
            <action
1341
                name="layer-properties"
1342
                label="propiedades"
1343
                tooltip="_Layer_properties"
1344
                position="609000000"
1345
                action-command="layer-properties"
1346
                icon="layer-properties"
1347
                accelerator=""
1348
                />
1349
1350
            <menu
1351
                name="layer-properties"
1352
                text="Layer/propiedades"
1353
                />
1354
1355
        </extension>
1356 42489 jjdelcerro
1357 43475 jjdelcerro
        <extension class-name="org.gvsig.app.extension.CreateSpatialIndexExtension"
1358
            description=""
1359
            active="true">
1360
1361
            <action
1362
                name="layer-create-spatialindex"
1363
                label="_Create_spatial_index"
1364
                tooltip="_Create_spatial_index"
1365
                position="608000000"
1366
                action-command="layer-create-spatialindex"
1367
                icon="layer-create-spatialindex"
1368
                accelerator=""
1369
                />
1370
1371
            <menu
1372
                name="layer-create-spatialindex"
1373
                text="Layer/_Create_spatial_index"
1374
                />
1375
1376
        </extension>
1377
1378 42489 jjdelcerro
        <extension class-name="org.gvsig.app.extension.ShowLayerAsForm"
1379
                           description="Muestra la tabla asociada a la capa en modo formulario."
1380 42775 jjdelcerro
                           active="true">
1381 42489 jjdelcerro
1382
            <action
1383
                name="layer-show-form"
1384
                label="_Show_layer_form"
1385
                tooltip="_Show_layer_form"
1386 42506 jjdelcerro
                position="601300000"
1387 42489 jjdelcerro
                action-command="layer-show-form"
1388
                icon="layer-show-form"
1389
                accelerator=""
1390
            />
1391
1392
            <menu
1393
                name="layer-show-form"
1394 44202 jjdelcerro
                text="Layer/Show form"
1395 42489 jjdelcerro
            />
1396
1397
        </extension>
1398 42557 dmartinezizquierdo
1399 42511 jjdelcerro
        <extension
1400
          class-name="org.gvsig.app.extension.CreateDefaultFormDefinitionExtension"
1401 42731 jjdelcerro
          description="" active="false" priority="1">
1402 42489 jjdelcerro
1403 42557 dmartinezizquierdo
          <action
1404 42511 jjdelcerro
            name="layer-create-default-form-definition"
1405 42557 dmartinezizquierdo
            label="Create default form definition"
1406
            tooltip="Create default form definition"
1407 42511 jjdelcerro
            position="601400000"
1408 42557 dmartinezizquierdo
            action-command="layer-create-default-form-definition"
1409 42511 jjdelcerro
            icon="layer-create-default-form-definition"
1410 42557 dmartinezizquierdo
            accelerator=""
1411 42511 jjdelcerro
          />
1412
1413 42557 dmartinezizquierdo
          <menu
1414
              name="layer-create-default-form-definition"
1415
              text="Layer/Create default form (experimental)"
1416 42511 jjdelcerro
          />
1417
1418 42557 dmartinezizquierdo
        </extension>
1419 42511 jjdelcerro
1420 40435 jjdelcerro
  </extensions>
1421
1422
</plugin-config>