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 @ 42105

History | View | Annotate | Download (32.9 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
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
<plugin-config>
28

    
29
  <depends plugin-name="org.gvsig.projection.app.mainplugin" />
30
  <depends plugin-name="org.gvsig.geometry.app.mainplugin" />
31
  <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
    <label id="azimut" size="110"/>
44
  </label-set>
45

    
46
  <!--
47
  <popup-menus>
48
    <popup-menu name="view.toc.context.menu">
49
      <menu name="view-layer-add"/>
50
    </popup-menu>
51
  </popup-menus>
52
  -->
53

    
54
  <extensions>
55
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
56
      description="Initial warning message"
57
      active="true"
58
      priority="1">
59
    </extension>
60

    
61
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
62
      description="Check OS and architecture of installed packages"
63
      active="true"
64
      priority="1">
65
    </extension>
66

    
67
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
68
      description="Initialize application extension"
69
      active="true"
70
      priority="99999">
71
    </extension>
72

    
73
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
74
      description="Extensi?n encargada de gestionar los proyectos."
75
      active="true"
76
      priority="10">
77

    
78
      <action
79
        name= "application-project-new"
80
        label="nuevo_proyecto"
81
        tooltip="nuevo_tooltip"
82
        action-command="application-project-new"
83
        icon="application-project-new"
84
        position="100100000"
85
        accelerator="Ctrl+N"
86
        />
87
      <action
88
        name="application-project-open"
89
        label="abrir_proyecto"
90
        tooltip="abrir_tooltip"
91
        action-command="application-project-open"
92
        icon="application-project-open"
93
        position="100200000"
94
        accelerator="Ctrl+O"
95
        />
96
      <action
97
        name="application-project-save"
98
        label="guardar_proyecto"
99
        tooltip="guardar_tooltip"
100
        action-command="application-project-save"
101
        icon="application-project-save"
102
        position="100300000"
103
        accelerator="Ctrl+S"
104
        />
105
      <action
106
        name="application-project-saveas"
107
        label="guardar_como"
108
        tooltip="guardar_como"
109
        action-command="application-project-save-as"
110
        icon="application-project-save-as"
111
        position="100400000"
112
        accelerator="Ctrl+Shift+S"
113
        />
114

    
115

    
116

    
117
      <menu text="File"
118
        position="100000000"
119
        is_separator="true"/>
120
      <menu text="File/Export"
121
        position="100900000"
122
        is_separator="true"/>
123
      <menu text="Edit"
124
        position="200000000"
125
        is_separator="true"/>
126
      <menu text="Selection"
127
        position="300000000"
128
        is_separator="true"/>
129
      <menu text="Show"
130
        position="400000000"
131
        is_separator="true"/>
132

    
133
      <menu text="Layer"
134
        position="600000000"
135
        is_separator="true"/>
136
      <menu text="Layer/Set_to"
137
        position="600400000"
138
        is_separator="true"/>
139

    
140
      <menu text="View"
141
        position="650000000"
142
        is_separator="true"/>
143
      <menu text="View/Navigation"
144
        position="650100000"
145
        is_separator="true"/>
146
      <menu text="View/Query"
147
        position="650700000"
148
        is_separator="true"/>
149

    
150
      <menu text="tools"
151
        position="900000000"
152
        is_separator="true"/>
153
      <menu text="tools/Development"
154
        position="908500000"
155
        is_separator="true"/>
156
      <menu text="tools/Development/Disposables"
157
        position="908500200"
158
        is_separator="true"/>
159

    
160

    
161
      <menu text="Window"
162
        position="960000000"
163
        is_separator="true"/>
164
      <menu text="Help"
165
        position="990000000"
166
        is_separator="true"/>
167

    
168
      <menu
169
        text="File/nuevo_proyecto"
170
        name= "application-project-new"
171
        />
172
      <menu
173
        text="File/abrir_proyecto"
174
        name="application-project-open"
175
        />
176
      <menu
177
        text="File/guardar_proyecto"
178
        name="application-project-save"
179
        />
180
      <menu
181
        text="File/guardar_como"
182
        name="application-project-saveas"
183
        />
184

    
185
      <tool-bar name="project" position="1">
186
        <action-tool name="application-project-new"/>
187
        <action-tool name="application-project-open"/>
188
        <action-tool name="application-project-save"/>
189
      </tool-bar>
190
    </extension>
191

    
192
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
193
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
194
      active="true">
195

    
196
      <action
197
        name="show-project-manager"
198
        label="_Show_project"
199
        tooltip="_Show_project_window"
200
        action-command="show-project-manager"
201
        icon="show-project-manager"
202
        position="400100000"
203
        accelerator="Alt+P"
204
        />
205

    
206
      <menu
207
        text="Show/_Project_manager"
208
        name="show-project-manager"
209
        />
210
    </extension>
211

    
212
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
213
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
214
      active="true"
215
      priority="20">
216
    </extension>
217

    
218
    <extension class-name="org.gvsig.app.extension.AddLayer"
219
      description="Extensi?n encargada de abrir las diferentes capas."
220
      active="true"
221
      priority="20">
222
      <action
223
        name="view-layer-add"
224
        label="Add_layer"
225
        tooltip="Add_layer"
226
        action-command="view-layer-add"
227
        icon="view-layer-add"
228
        position="650300000"
229
        accelerator="Alt+O"
230
        />
231

    
232
      <menu
233
        name="view-layer-add"
234
        text="View/Add_layer"
235
        />
236
      <tool-bar name="view" position="30010">
237
        <action-tool name="view-layer-add"/>
238
      </tool-bar>
239
    </extension>
240

    
241
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
242
      description="Enables the  symbology."
243
      active="true"
244
      priority="20">
245
    </extension>
246

    
247
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
248
      description="Extensi?n encargada de gestionar los zooms previos al actual."
249
      active="true">
250
      <action
251
        name="view-navigation-zoom-back"
252
        label="Zoom_back"
253
        tooltip="Zoom_back"
254
        action-command="view-navigation-zoom-back"
255
        icon="view-navigation-zoom-back"
256
        position="650100700"
257
        accelerator=""
258
        />
259

    
260
      <menu
261
        name="view-navigation-zoom-back"
262
        text="View/Navigation/Zoom_back"
263
        />
264
      <tool-bar name="view_navigation" position ="3">
265
        <action-tool name="view-navigation-zoom-back"/>
266
      </tool-bar>
267
    </extension>
268

    
269
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
270
      description="Extensi?n encargada de gestionar la herramienta de info."
271
      active="true"
272
      priority="29">
273
      <action
274
        name="layer-info-by-point"
275
        label="_Information_by_point"
276
        tooltip="_Information_by_point"
277
        action-command="layer-info-by-point"
278
        icon="layer-info-by-point"
279
        position="600200000"
280
        accelerator=""
281
        />
282
      <menu
283
        name="layer-info-by-point"
284
        text="Layer/Query/_Information_by_point"
285
        />
286
      <tool-bar name="view_tools_query" position="5">
287
        <selectable-tool name="layer-info-by-point" />
288
      </tool-bar>
289
    </extension>
290

    
291

    
292
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
293
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
294
      active="true">
295
    </extension>
296

    
297

    
298
    <extension class-name="org.gvsig.app.extension.ViewControls"
299
      description="Extensi?n encargada de gestionar la vista."
300
      active="true"
301
      priority="30">
302
      <combo-scale name="view-change-scale"
303
        label="1:"
304
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
305
          value="10000"
306
          action-command="view-change-scale" />
307

    
308
      <action
309
        name="view-change-scale"
310
        label="_Change_scale"
311
        action-command="view-change-scale"
312
        />
313

    
314
      <action
315
        name="view-navigation-zoom-in-topoint"
316
        label="Zoom_in"
317
        position="650100400"
318
        action-command="view-navigation-zoom-in-topoint"
319
        icon="view-navigation-zoom-in-topoint"
320
        tooltip="Zoom_in"
321
        accelerator=""
322
        />
323
      <action
324
        name="view-navigation-zoom-out-topoint"
325
        label="Zoom_out"
326
        position="650100500"
327
        action-command="view-navigation-zoom-out-topoint"
328
        icon="view-navigation-zoom-out-topoint"
329
        tooltip="Zoom_out"
330
        accelerator=""
331
        />
332
      <action
333
        name="view-navigation-zoom-all"
334
        label="Zoom_all"
335
        position="650100600"
336
        action-command="view-navigation-zoom-all"
337
        icon="view-navigation-zoom-all"
338
        tooltip="Zoom_all"
339
        accelerator=""
340
        />
341
      <action
342
        name="view-navigation-zoom-in-center"
343
        label="Zoom_in_to_center"
344
        position="650100200"
345
        action-command="view-navigation-zoom-in-center"
346
        tooltip="Zoom_in_to_center"
347
        icon="view-navigation-zoom-in-center"
348
        accelerator=""
349
        />
350
      <action
351
        name="view-navigation-zoom-out-center"
352
        label="Zoom_out_to_center"
353
        position="650100300"
354
        action-command="view-navigation-zoom-out-center"
355
        tooltip="Zoom_out_to_center"
356
        icon="view-navigation-zoom-out-center"
357
        accelerator=""
358
        />
359
      <action
360
        name="view-navigation-pan"
361
        label="Pan"
362
        position="650100100"
363
        action-command="view-navigation-pan"
364
        icon="view-navigation-pan"
365
        tooltip="Pan"
366
        accelerator=""
367
        />
368
      <action
369
        name="view-navigation-frame-manager"
370
        label="Frame_manager"
371
        position="650109000"
372
        action-command="view-navigation-frame-manager"
373
        icon="view-navigation-frame-manager"
374
        tooltip="Frame_manager"
375
        accelerator=""
376
        />
377

    
378

    
379
      <action
380
        name="layer-set-visible"
381
        label="_Show_layers"
382
        position="600400100"
383
        action-command="layer-set-visible"
384
        icon="layer-set-visible"
385
        tooltip="_Show_layers"
386
        accelerator=""
387
        />
388
      <action
389
        name="layer-set-hide"
390
        label="_Hide_layers"
391
        position="600400200"
392
        action-command="layer-set-hide"
393
        icon="layer-set-hide"
394
        tooltip="_Hide_layers"
395
        accelerator=""
396
        />
397
      <action
398
        name="layer-set-active"
399
        label="_Set_Layers_active"
400
        position="600400300"
401
        action-command="layer-set-active"
402
        icon="layer-set-active"
403
        tooltip="_Set_Layers_active"
404
        accelerator=""
405
        />
406
      <action
407
        name="layer-set-inactive"
408
        label="_Set_Layers_inactive"
409
        position="600400400"
410
        action-command="layer-set-inactive"
411
        icon="layer-set-inactive"
412
        tooltip="_Set_Layers_inactive"
413
        accelerator=""
414
        />
415

    
416
      <action
417
        name="view-locator-setup"
418
        label="_Locator_setup"
419
        position="658000000"
420
        action-command="view-locator-setup"
421
        icon="view-locator-setup"
422
        tooltip="_Locator_setup"
423
        accelerator=""
424
        />
425

    
426
      <menu
427
        name="view-navigation-zoom-in-topoint"
428
        text="View/Navigation/Zoom_in"
429
        />
430
      <menu
431
        name="view-navigation-zoom-out-topoint"
432
        text="View/Navigation/Zoom_out"
433
        />
434
      <menu
435
        name="view-navigation-zoom-all"
436
        text="View/Navigation/Zoom_all"
437
        />
438
      <menu
439
        name="view-navigation-zoom-in-center"
440
        text="View/Navigation/Zoom_in_to_center"
441
        />
442
      <menu
443
        name="view-navigation-zoom-out-center"
444
        text="View/Navigation/Zoom_out_to_center"
445
        />
446
      <menu
447
        name="view-navigation-pan"
448
        text="View/Navigation/Pan"
449
        />
450
      <menu
451
        name="view-navigation-frame-manager"
452
        text="View/Navigation/Frame_manager"
453
        />
454

    
455

    
456
      <menu
457
        name="layer-set-visible"
458
        text="View/_Set_all_layers_to/visible"
459
        />
460
      <menu
461
        name="layer-set-hide"
462
        text="View/_Set_all_layers_to/Hidden"
463
        />
464
      <menu
465
        name="layer-set-active"
466
        text="View/_Set_all_layers_to/Active"
467
        />
468
      <menu
469
        name="layer-set-inactive"
470
        text="View/_Set_all_layers_to/Inactive"
471
        />
472

    
473
      <menu
474
        name="view-locator-setup"
475
        text="View/Locator_setup"
476
        />
477

    
478

    
479
      <tool-bar name="view_navigation" position="3">
480
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
481
        <selectable-tool name="view-navigation-zoom-out-topoint" />
482
        <action-tool name="view-navigation-zoom-all"  />
483
        <action-tool name="view-navigation-zoom-in-center"  />
484
        <action-tool name="view-navigation-zoom-out-center"  />
485
      </tool-bar>
486

    
487
      <tool-bar name="view_navigation" position ="4">
488
        <selectable-tool name="view-navigation-pan"/>
489
        <action-tool name="view-navigation-frame-manager" />
490
      </tool-bar>
491

    
492
    </extension>
493

    
494
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
495
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
496
      active="true"
497
      priority="30">
498
      <action
499
        name="view-query-distance"
500
        label="_Query_distance"
501
        position="650700200"
502
        action-command="view-query-distance"
503
        icon="view-query-distance"
504
        tooltip="_Query_distance"
505
        accelerator=""
506
        />
507
      <action
508
        name="view-query-area"
509
        label="_Query_area"
510
        position="650700100"
511
        action-command="view-query-area"
512
        icon="view-query-area"
513
        tooltip="_Query_area"
514
        accelerator=""
515
        />
516

    
517

    
518
      <menu
519
        name="view-query-distance"
520
        text="Layer/Query/Distance"
521
        />
522
      <menu
523
        name="view-query-area"
524
        text="Layer/Query/Area"
525
        />
526

    
527
      <tool-bar name="view_tools_query" position="5">
528
        <selectable-tool name="view-query-distance" />
529
        <selectable-tool name="view-query-area" />
530
      </tool-bar>
531

    
532
    </extension>
533

    
534
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
535
      description="Extensi?n encargada de gestionar la vista."
536
      active="true"
537
      priority="30">
538

    
539
      <action
540
        name="selection-select-by-rectangle-view"
541
        label="Select_by_rectangle"
542
        position="301200000"
543
        action-command="selection-select-by-rectangle-view"
544
        icon="selection-select-by-rectangle"
545
        tooltip="Select_by_rectangle"
546
        accelerator=""
547
        />
548
      <action
549
        name="selection-select-by-polygon"
550
        label="Select_by_polygon"
551
        position="301300000"
552
        action-command="selection-select-by-polygon"
553
        icon="selection-select-by-polygon"
554
        tooltip="Select_by_polygon"
555
        accelerator=""
556
        />
557

    
558
      <menu
559
        name="selection-select-by-rectangle-view"
560
        text="Selection/Select_by_rectangle"
561
        />
562
      <menu
563
        name="selection-select-by-polygon"
564
        text="Selection/Select_by_polygon"
565
        />
566

    
567
      <tool-bar name="view_selection" position="6">
568
        <selectable-tool name="selection-select-by-rectangle-view" />
569
        <selectable-tool name="selection-select-by-polygon" />
570
      </tool-bar>
571

    
572
    </extension>
573

    
574

    
575

    
576
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
577
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
578
      active="true"
579
      priority="30">
580
      <action
581
        name="selection-simple-select-view"
582
        label="_Simple_select"
583
        position="300700000"
584
        action-command="selection-simple-select-view"
585
        icon="selection-simple-select"
586
        tooltip="_Simple_select"
587
        accelerator=""
588
        />
589

    
590
      <menu
591
        name="selection-simple-select-view"
592
        text="Selection/Simple"
593
        />
594

    
595
      <tool-bar name="view_selection" position="6">
596
        <selectable-tool name="selection-simple-select-view" />
597
      </tool-bar>
598

    
599
    </extension>
600

    
601

    
602
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
603
      description="Extensi?n encargada de la selecci?n por tema."
604
      active="true"
605
      priority="30">
606
      <action
607
        name="selection-select-by-layer"
608
        position="301100000"
609
        label="_Select_by_layer"
610
        action-command="selection-select-by-layer"
611
        icon="selection-select-by-layer"
612
        tooltip="_Select_by_layer"
613
        accelerator=""
614
        />
615

    
616
      <menu
617
        name="selection-select-by-layer"
618
        text="Selection/Select_by_layer"
619
        />
620
    </extension>
621

    
622
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
623
      description="Extensi?n encargada de hacer la selecci?n inversa."
624
      active="true"
625
      priority="30">
626
      <action
627
        name="selection-reverse-view"
628
        label="_Reverse_selection"
629
        position="300500000"
630
        action-command="selection-reverse-view"
631
        icon="selection-reverse"
632
        tooltip="_Reverse_selection"
633
        accelerator=""
634
        />
635

    
636
      <menu
637
        name="selection-reverse-view"
638
        text="Selection/Reverse"
639
        />
640

    
641
      <tool-bar name="view_selection" position="6">
642
          <action-tool name="selection-reverse-view" />
643
      </tool-bar>
644

    
645
    </extension>
646

    
647
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
648
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
649
      active="true">
650
      <action
651
        name="view-properties"
652
        label="_View_properties"
653
        position="659000000"
654
        action-command="view-properties"
655
        icon="view-properties"
656
        tooltip="_Show_view_properties"
657
        accelerator=""
658
        />
659

    
660

    
661
      <menu
662
        name="view-properties"
663
        text="View/Properties"
664
        />
665

    
666
    </extension>
667

    
668
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
669
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
670
      active="true">
671

    
672
      <action
673
        name="view-navigation-zoom-to-selection"
674
        label="Zoom_to_selection"
675
        position="650100900"
676
        action-command="view-navigation-zoom-to-selection"
677
        icon="view-navigation-zoom-to-selection"
678
        tooltip="Zoom_to_selection"
679
        accelerator=""
680
        />
681

    
682
      <menu
683
        name="view-navigation-zoom-to-selection"
684
        text="View/Navigation/Zoom_to_selection"
685
        />
686

    
687
      <tool-bar name="view_navigation" position="3">
688
        <action-tool name="view-navigation-zoom-to-selection" />
689
      </tool-bar>
690

    
691
    </extension>
692

    
693
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
694
      description="Extensi?n encargada de limpiar la selecci?n."
695
      active="true">
696

    
697
      <action
698
        name="selection-clear-view"
699
        label="_Clear_selection"
700
        position="300300000"
701
        action-command="selection-clear-view"
702
        icon="edit-clear"
703
        tooltip="_Clear_selection"
704
        accelerator=""
705
        />
706

    
707
      <menu
708
        name="selection-clear-view"
709
        text="Selection/_Clear"
710
        />
711

    
712
      <tool-bar name="view_selection" position="6">
713
        <action-tool name="selection-clear-view" />
714
      </tool-bar>
715

    
716
    </extension>
717

    
718
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
719
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
720
      active="true">
721

    
722
      <action
723
        name="selection-by-attributes-layer"
724
        label="_Select_by_attributes"
725
        position="300400000"
726
        icon="selection-by-attributes"
727
        tooltip="_Select_by_attributes"
728
        action-command="selection-by-attributes-layer"
729
        accelerator=""
730
        />
731

    
732
      <menu
733
        name="selection-by-attributes-layer"
734
        text="Selection/_Select_by_attributes"
735
        />
736

    
737
      <tool-bar name="view_selection" position="12">
738
        <action-tool name="selection-by-attributes-layer" />
739
      </tool-bar>
740

    
741
    </extension>
742

    
743
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
744
      description="Extensi?n con informaci?n sobre disposables."
745
      active="true"
746
      priority="1000">
747

    
748
      <action
749
        name="tools-devel-disposables-show-pendings"
750
        label="_Show_pendings_disposables"
751
        position="908500200"
752
        tooltip="_Show_pendings_disposables"
753
        action-command="tools-devel-disposables-show-pendings"
754
        icon="tools-devel-disposables-show-pendings"
755
        accelerator=""
756
        />
757
      <action
758
        name="tools-devel-disposables-free-all"
759
        label="_Free_all_disposables"
760
        position="908500201"
761
        action-command="tools-devel-disposables-free-all"
762
        icon="tools-devel-disposables-free-all"
763
        tooltip="_Free_all_disposables"
764
        accelerator=""
765
        />
766

    
767
      <menu
768
        name="tools-devel-disposables-show-pendings"
769
        text="tools/Development/Disposables/Show_pendings"
770
        />
771
      <menu
772
        name="tools-devel-disposables-free-all"
773
        text="tools/Development/Disposables/Free_all"
774
        />
775

    
776
    </extension>
777

    
778
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
779
      description="Extensi?n para la creacion de paquetes de traducciones."
780
      active="true"
781
      priority="1000">
782

    
783
      <action
784
        name="tools-devel-translations-package"
785
        label="_Translations_package"
786
        position="908500200"
787
        tooltip="_Translations_package"
788
        action-command="tools-devel-translations-package"
789
        icon="tools-devel-translations-package"
790
        accelerator=""
791
        />
792

    
793

    
794
      <menu
795
        name="tools-devel-translations-package"
796
        text="tools/Development/_Translations_package"
797
        />
798

    
799

    
800
    </extension>
801

    
802
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
803
      description="Monitor de operaciones de edition."
804
      active="true"
805
      priority="1000">
806

    
807
      <action
808
        name="tools-devel-show-editing-listener"
809
        label="Show editing monitor"
810
        position="908500200"
811
        tooltip="Show editing monitor"
812
        action-command="tools-devel-show-editing-listener"
813
        icon="tools-devel-show-editing-listener"
814
        accelerator=""
815
        />
816

    
817
      <menu
818
        name="tools-devel-show-editing-listener"
819
        text="tools/Development/Show_editing_monitor"
820
        />
821
    </extension>
822

    
823
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
824
      description="Presenta informacion relevante para debug."
825
      active="true"
826
      priority="30">
827
      <action
828
        name="tools-devel-show-persistencefactories"
829
        label="_Show_persistence_factories"
830
        tooltip="_Show_persistence_factories"
831
        position="908500400"
832
        action-command="tools-devel-show-persistencefactories"
833
        icon="tools-devel-show-persistencefactories"
834
        accelerator=""
835
        />
836
      <action
837
        name="tools-devel-show-icontheme"
838
        label="_Show_icon_theme_information"
839
        tooltip="_Show_icon_theme_information"
840
        position="908500300"
841
        action-command="tools-devel-show-icontheme"
842
        icon="tools-devel-show-icontheme"
843
        accelerator=""
844
        />
845
      <action
846
        name="tools-devel-show-actions"
847
        label="_Show_actions_information"
848
        tooltip="_Show_actions_information"
849
        position="908500100"
850
        action-command="tools-devel-show-actions"
851
        icon="tools-devel-show-actions"
852
        accelerator=""
853
        />
854
      <action
855
        name="tools-devel-show-plugin-report"
856
        label="_Show_plugin_report"
857
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
858
        position="908500100"
859
        action-command="tools-devel-show-plugin-report"
860
        icon="tools-devel-show-plugin-report"
861
        accelerator=""
862
        />
863
      <action
864
        name="tools-devel-show-menus"
865
        label="_Show_menu_information"
866
        tooltip="_Show_menu_information"
867
        position="908500200"
868
        action-command="tools-devel-show-menus"
869
        icon="tools-devel-show-menus"
870
        accelerator=""
871
        />
872
      <action
873
        name="tools-devel-show-menus-by-plugin"
874
        label="_Show_menu_by_plugin_information"
875
        tooltip="_Show_menu_ordered_by_plugin_information"
876
        position="908500300"
877
        action-command="tools-devel-show-menus-by-plugin"
878
        icon="tools-devel-show-menus-by-plugin"
879
        accelerator=""
880
        />
881
      <menu
882
        name="tools-devel-show-persistencefactories"
883
        text="tools/Development/Show_persistence_factories"
884
        />
885
      <menu
886
        name="tools-devel-show-icontheme"
887
        text="tools/Development/Show_icon_theme_information"
888
        />
889
      <menu
890
        name="tools-devel-show-plugin-report"
891
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
892
        />
893
      <menu
894
        name="tools-devel-show-actions"
895
        text="tools/Development/Show_actions_information"
896
        />
897
      <menu
898
        name="tools-devel-show-menus"
899
        text="tools/Development/Show_menu_information"
900
        />
901
      <menu
902
        name="tools-devel-show-menus-by-plugin"
903
        text="tools/Development/Show_menu_by_plugin_information"
904
        />
905

    
906
    </extension>
907

    
908

    
909
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
910
      description="Extensi?n encargada transformar la ventana activa en palette."
911
      active="true">
912

    
913
      <action
914
        name="window-convert-to-tool"
915
        label="_Convert_to_tool"
916
        tooltip="_Convert_regular_window_to_tool_window"
917
        position="960300000"
918
        action-command="window-convert-to-tool"
919
        icon="window-convert-to-tool"
920
        accelerator=""
921
        />
922

    
923
      <menu
924
        name="window-convert-to-tool"
925
        text="Window/Convert_to_tool"
926
        />
927

    
928
    </extension>
929

    
930
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
931
      description="Extensi?n encargada transformar la ventana palette en su original."
932
      active="true">
933

    
934
      <action
935
        name="window-restore-from-tool"
936
        label="_Restore_tool"
937
        tooltip="_Restore_tool_window_to_regular_window"
938
        position="960400000"
939
        action-command="window-restore-from-tool"
940
        icon="window-restore-from-tool"
941
        accelerator=""
942
        />
943

    
944

    
945
      <menu
946
        name="window-restore-from-tool"
947
        text="Window/Restore_from_tool"
948
        />
949

    
950
    </extension>
951

    
952
    <extension class-name="org.gvsig.app.extension.About"
953
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
954
      active="true"
955
      priority="90090">
956

    
957
      <action
958
        name="help-about"
959
        label="_About"
960
        tooltip="_Show_about"
961
        position="999000000"
962
        action-command="help-about"
963
        icon="help-about"
964
        accelerator=""
965
        />
966

    
967
      <menu
968
        name="help-about"
969
        text="Help/About"
970
        />
971

    
972
    </extension>
973

    
974
    <extension
975
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
976
            description="" active="true">
977

    
978
            <action
979
                 name="tools-symbology-browse-symbols"
980
                 label="_Browse_symbols"
981
                 tooltip="_Browse_symbols"
982
                 action-command="tools-symbology-browse-symbols"
983
                 icon="tools-symbology-browse-symbols"
984
                 position="900400050"
985
                 accelerator=""
986
            />
987
            <menu
988
                 name="tools-symbology-browse-symbols"
989
                 text="tools/Symbols/Browse_symbols"
990
            />
991
        </extension>
992

    
993

    
994
            <extension class-name="org.gvsig.app.extension.UndoViewExtension"
995
      description="Extensi?n encargada de deshacer la edici?n sobre la capa activa."
996
      active="true" >
997

    
998
            <action
999
                name="edit-undo-layer"
1000
                label="_Undo"
1001
                tooltip="_Undo_last_modification_in_the_active_layer"
1002
                position="200100000"
1003
                action-command="edit-undo-layer"
1004
                icon="edit-undo"
1005
                accelerator=""
1006
                />
1007

    
1008
            <menu
1009
                name="edit-undo-layer"
1010
                text="Edit/_Undo"
1011
                />
1012

    
1013
            <tool-bar name="edit_tools">
1014
                <action-tool name="edit-undo-layer"/>
1015
            </tool-bar>
1016

    
1017
    </extension>
1018

    
1019
    <extension class-name="org.gvsig.app.extension.RedoViewExtension"
1020
            description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
1021
            active="true">
1022

    
1023
            <action
1024
                name="edit-redo-layer"
1025
                label="_Redo"
1026
                tooltip="_Redo_last_modification_in_the_active_layer"
1027
                position="200200000"
1028
                action-command="edit-redo-layer"
1029
                icon="edit-redo"
1030
                accelerator=""
1031
                />
1032

    
1033
            <menu
1034
                name="edit-redo-layer"
1035
                text="Edit/_Redo"
1036
                />
1037

    
1038
            <tool-bar name="edit_tools">
1039
                <action-tool name="edit-redo-layer"/>
1040
            </tool-bar>
1041

    
1042
        </extension>
1043

    
1044
    <extension class-name="org.gvsig.app.extension.ViewCommandStackExtension"
1045
      description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
1046
      active="true">
1047

    
1048
            <action
1049
                name="edit-undo-redo-actions-layer"
1050
                label="_Undo_redo_history"
1051
                tooltip="_Undo_redo_history"
1052
                position="200300000"
1053
                action-command="edit-undo-redo-actions-layer"
1054
                icon="edit-undo-redo-actions"
1055
                accelerator=""
1056
                />
1057

    
1058
            <menu
1059
                name="edit-undo-redo-actions-layer"
1060
                text="Edit/_Undo_redo_history"
1061
                />
1062

    
1063
            <tool-bar name="edit_tools">
1064
                <action-tool name="edit-undo-redo-actions-layer"/>
1065
            </tool-bar>
1066

    
1067
    </extension>
1068

    
1069

    
1070
        <!--
1071
        ***********************************
1072
        Copy/paste features between layers
1073
        using system clipboard
1074
        ***********************************
1075
        -->
1076

    
1077
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1078
            description="Copy selected features to system clipboard"
1079
            active="true">
1080

    
1081
            <action
1082
                name="layer-modify-clipboard-copy"
1083
                label="_Copy_selected_features_to_clipboard"
1084
                tooltip="_Copy_selected_features_to_clipboard"
1085
                position="601105000"
1086
                action-command="layer-modify-clipboard-copy"
1087
                icon="layer-modify-clipboard-copy"
1088
                accelerator=""
1089
                />
1090

    
1091
            <menu
1092
                name="layer-modify-clipboard-copy"
1093
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1094
                />
1095

    
1096
            <tool-bar name="layer_modify">
1097
                <action-tool
1098
                    name="layer-modify-clipboard-copy"
1099
                    />
1100
            </tool-bar>
1101
        </extension>
1102

    
1103
        <extension class-name="org.gvsig.app.extension.clipboard.PasteFeaturesFromClipboardExtension"
1104
            description="Paste features from system clipboard into editing layer"
1105
            active="true">
1106

    
1107
            <action
1108
                name="layer-modify-clipboard-paste"
1109
                label="_Paste_features_from_clipboard"
1110
                tooltip="_Paste_features_from_clipboard"
1111
                position="601105100"
1112
                action-command="layer-modify-clipboard-paste"
1113
                icon="layer-modify-clipboard-paste"
1114
                accelerator=""
1115
                />
1116

    
1117
            <menu
1118
                name="layer-modify-clipboard-paste"
1119
                text="Layer/Modify/_Paste_features_from_clipboard"
1120
                />
1121

    
1122
            <tool-bar name="layer_modify">
1123
                <action-tool
1124
                    name="layer-modify-clipboard-paste"
1125
                    />
1126
            </tool-bar>
1127
        </extension>
1128

    
1129

    
1130
  </extensions>
1131

    
1132
</plugin-config>