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

History | View | Annotate | Download (50.5 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.selectioncount.SelectionCountExtension"
62
      description="Counts selected features"
63
      active="false">
64
    </extension>
65

    
66
    <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
      <action
84
        name= "application-project-new"
85
        label="nuevo_proyecto"
86
        tooltip="nuevo_tooltip"
87
        action-command="application-project-new"
88
        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
        action-command="application-project-open"
97
        icon="application-project-open"
98
        position="100200000"
99
        accelerator="Ctrl+O"
100
        />
101
      <action
102
        name="application-project-save"
103
        label="guardar_proyecto"
104
        tooltip="guardar_tooltip"
105
        action-command="application-project-save"
106
        icon="application-project-save"
107
        position="100300000"
108
        accelerator="Ctrl+S"
109
        />
110
      <action
111
        name="application-project-saveas"
112
        label="guardar_como"
113
        tooltip="guardar_como"
114
        action-command="application-project-save-as"
115
        icon="application-project-save-as"
116
        position="100400000"
117
        accelerator="Ctrl+Shift+S"
118
        />
119

    
120

    
121

    
122
      <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

    
155
      <menu text="tools"
156
        position="900000000"
157
        is_separator="true"/>
158

    
159
      <menu text="tools/Database"
160
        position="902000000"
161
        is_separator="true"/>
162

    
163
      <menu text="tools/Database/sep0"
164
        position="902002000"
165
        is_separator="true"/>
166

    
167
      <menu text="tools/Database/sep1"
168
        position="902003000"
169
        is_separator="true"/>
170

    
171
      <menu text="tools/Database/sep2"
172
        position="902006000"
173
        is_separator="true"/>
174

    
175
      <menu text="tools/Development"
176
        position="908500000"
177
        is_separator="true"/>
178

    
179
      <menu text="tools/Development/sep1"
180
        position="908500190"
181
        is_separator="true"/>
182

    
183
      <menu text="tools/Development/sep2"
184
        position="908500290"
185
        is_separator="true"/>
186

    
187
      <menu text="tools/Development/sep3"
188
        position="908500590"
189
        is_separator="true"/>
190

    
191
      <menu text="tools/Development/sep4"
192
        position="908500690"
193
        is_separator="true"/>
194

    
195
      <menu text="tools/Development/sep5"
196
        position="908500990"
197
        is_separator="true"/>
198

    
199
      <menu text="tools/Development/sep6"
200
        position="908501390"
201
        is_separator="true"/>
202

    
203
      <menu text="tools/Development/sep7"
204
        position="908501490"
205
        is_separator="true"/>
206

    
207
      <menu text="Window"
208
        position="960000000"
209
        is_separator="true"/>
210
      <menu text="Help"
211
        position="990000000"
212
        is_separator="true"/>
213

    
214
      <menu
215
        text="File/nuevo_proyecto"
216
        name= "application-project-new"
217
        />
218
      <menu
219
        text="File/abrir_proyecto"
220
        name="application-project-open"
221
        />
222
      <menu
223
        text="File/guardar_proyecto"
224
        name="application-project-save"
225
        />
226
      <menu
227
        text="File/guardar_como"
228
        name="application-project-saveas"
229
        />
230

    
231
      <tool-bar name="project" position="100" description="Project management tools">
232
        <action-tool name="application-project-new"/>
233
        <action-tool name="application-project-open"/>
234
        <action-tool name="application-project-save"/>
235
      </tool-bar>
236

    
237
      <tool-bar name="view" position="200" description="Add layers to the view tools"/>
238
      <tool-bar name="view_navigation" position="300" description="Tools to navigate in the view"/>
239
      <tool-bar name="view_tools" position="400" description="Generics tools for the view"/>
240
      <tool-bar name="view_tools_query" position="500" description="Query tools for the view"/>
241
      <tool-bar name="selection" position="600" description="Selection tools for the view"/>
242
      <tool-bar name="layer" position="650" description="Layer tools"/>
243
      <tool-bar name="table" position="700" description="Core table tools"/>
244
      <tool-bar name="table_tools" position="800" description="Generic tools for the table"/>
245
      <tool-bar name="table_tools_addmeasurement" position="900"/>
246
      <tool-bar name="edit" position="1000" description="Edit/copy/paste/undo/redo tools"/>
247
      <tool-bar name="editing" position="1100" description="Tools for editing, start/end editing and vectorial tools"/>
248
      <tool-bar name="core" position="10000" description="Core tools like preferences or console of errores"/>
249

    
250
    </extension>
251

    
252
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
253
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
254
      active="true">
255

    
256
      <action
257
        name="show-project-manager"
258
        label="_Show_project"
259
        tooltip="_Show_project_window"
260
        action-command="show-project-manager"
261
        icon="show-project-manager"
262
        position="400100000"
263
        accelerator="Alt+P"
264
        />
265

    
266
      <menu
267
        text="Show/_Project_manager"
268
        name="show-project-manager"
269
        />
270
    </extension>
271

    
272
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
273
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
274
      active="true"
275
      priority="20">
276
    </extension>
277

    
278
    <extension class-name="org.gvsig.app.extension.AddLayer"
279
      description="Extensi?n encargada de abrir las diferentes capas."
280
      active="true"
281
      priority="20">
282
      <action
283
        name="view-layer-add"
284
        label="Add_layer"
285
        tooltip="Add_layer"
286
        action-command="view-layer-add"
287
        icon="view-layer-add"
288
        position="650300000"
289
        accelerator="Alt+O"
290
        />
291

    
292
      <menu
293
        name="view-layer-add"
294
        text="View/Add_layer"
295
        />
296
      <tool-bar name="view">
297
        <action-tool name="view-layer-add"/>
298
      </tool-bar>
299
    </extension>
300

    
301
    <extension class-name="org.gvsig.app.extension.AddToLocatorExtension"
302
      description="Extensi?n encargada de a?adir una capa al locator."
303
      active="true"
304
      priority="20">
305
      <action
306
        name="layer-addtolocator"
307
        label="add_to_locator"
308
        tooltip="add_to_locator"
309
        action-command="layer-addtolocator"
310
        position="606000000"
311
        icon="layer-addtolocator"
312
        accelerator=""
313
        />
314

    
315
      <menu
316
        name="layer-addtolocator"
317
        text="Layer/add_to_locator"
318
       />
319
      <!--
320
      <tool-bar name="view">
321
        <action-tool name="add-to-locator"/>
322
      </tool-bar>
323
       -->
324
    </extension>
325

    
326
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
327
      description="Enables the  symbology."
328
      active="true"
329
      priority="20">
330
    </extension>
331

    
332
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
333
      description="Extensi?n encargada de gestionar los zooms previos al actual."
334
      active="true">
335
      <action
336
        name="view-navigation-zoom-back"
337
        label="Zoom_back"
338
        tooltip="Zoom_back"
339
        action-command="view-navigation-zoom-back"
340
        icon="view-navigation-zoom-back"
341
        position="650100700"
342
        accelerator=""
343
        />
344

    
345
      <menu
346
        name="view-navigation-zoom-back"
347
        text="View/Navigation/Zoom_back"
348
        />
349
      <tool-bar name="view_navigation">
350
        <action-tool name="view-navigation-zoom-back"/>
351
      </tool-bar>
352
    </extension>
353

    
354
    <extension class-name="org.gvsig.app.extension.ZoomNext"
355
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
356
      active="true">
357
      <action
358
        name="view-navigation-zoom-next"
359
        label="Zoom_next"
360
        tooltip="Zoom_next"
361
        action-command="view-navigation-zoom-next"
362
        icon="view-navigation-zoom-next"
363
        position="650100710"
364
        accelerator=""
365
        />
366

    
367
      <menu
368
        name="view-navigation-zoom-next"
369
        text="View/Navigation/Zoom_next"
370
        />
371
      <tool-bar name="view_navigation">
372
        <action-tool name="view-navigation-zoom-next"/>
373
      </tool-bar>
374
    </extension>
375

    
376
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
377
      description="Extensi?n encargada de gestionar la herramienta de info."
378
      active="true"
379
      priority="29">
380
      <action
381
        name="layer-info-by-point"
382
        label="_Information_by_point"
383
        tooltip="_Information_by_point"
384
        action-command="layer-info-by-point"
385
        icon="layer-info-by-point"
386
        position="600200000"
387
        accelerator=""
388
        />
389
      <menu
390
        name="layer-info-by-point"
391
        text="Layer/Query/_Information_by_point"
392
        />
393
      <tool-bar name="view_tools_query">
394
        <selectable-tool name="layer-info-by-point" />
395
      </tool-bar>
396
    </extension>
397

    
398

    
399
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
400
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
401
      active="true">
402
    </extension>
403

    
404

    
405
    <extension class-name="org.gvsig.app.extension.ViewControls"
406
      description="Extensi?n encargada de gestionar la vista."
407
      active="true"
408
      priority="30">
409
      <combo-scale name="view-change-scale"
410
        label="1:"
411
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
412
          value="10000"
413
          action-command="view-change-scale" />
414

    
415
      <action
416
        name="view-change-scale"
417
        label="_Change_scale"
418
        action-command="view-change-scale"
419
        />
420

    
421
      <action
422
        name="view-navigation-zoom-in-topoint"
423
        label="Zoom_in"
424
        position="650100400"
425
        action-command="view-navigation-zoom-in-topoint"
426
        icon="view-navigation-zoom-in-topoint"
427
        tooltip="Zoom_in"
428
        accelerator=""
429
        />
430
      <action
431
        name="view-navigation-zoom-out-topoint"
432
        label="Zoom_out"
433
        position="650100500"
434
        action-command="view-navigation-zoom-out-topoint"
435
        icon="view-navigation-zoom-out-topoint"
436
        tooltip="Zoom_out"
437
        accelerator=""
438
        />
439
      <action
440
        name="view-navigation-zoom-all"
441
        label="Zoom_all"
442
        position="650100600"
443
        action-command="view-navigation-zoom-all"
444
        icon="view-navigation-zoom-all"
445
        tooltip="Zoom_all"
446
        accelerator=""
447
        />
448
      <action
449
        name="view-navigation-zoom-in-center"
450
        label="Zoom_in_to_center"
451
        position="650100200"
452
        action-command="view-navigation-zoom-in-center"
453
        tooltip="Zoom_in_to_center"
454
        icon="view-navigation-zoom-in-center"
455
        accelerator=""
456
        />
457
      <action
458
        name="view-navigation-zoom-out-center"
459
        label="Zoom_out_to_center"
460
        position="650100300"
461
        action-command="view-navigation-zoom-out-center"
462
        tooltip="Zoom_out_to_center"
463
        icon="view-navigation-zoom-out-center"
464
        accelerator=""
465
        />
466
      <action
467
        name="view-navigation-pan"
468
        label="Pan"
469
        position="650100100"
470
        action-command="view-navigation-pan"
471
        icon="view-navigation-pan"
472
        tooltip="Pan"
473
        accelerator=""
474
        />
475
      <action
476
        name="view-navigation-frame-manager"
477
        label="Frame_manager"
478
        position="650109000"
479
        action-command="view-navigation-frame-manager"
480
        icon="view-navigation-frame-manager"
481
        tooltip="Frame_manager"
482
        accelerator=""
483
        />
484

    
485
      <action
486
        name="active-layer-set-visible"
487
        label="_Visible_active_layers"
488
        position="600100400"
489
        action-command="active-layer-set-visible"
490
        icon="active-layer-set-visible"
491
        tooltip="_Show_active_layers"
492
        accelerator=""
493
        />
494
            <action
495
        name="active-layer-set-hide"
496
        label="_Hide_active_layers"
497
        position="600100500"
498
        action-command="active-layer-set-hide"
499
        icon="active-layer-set-hide"
500
        tooltip="_Hide_active_layers"
501
        accelerator=""
502
        />
503
        <action
504
        name="active-layer-bring-front"
505
        label="_Bring_to_front"
506
        position="600100600"
507
        action-command="active-layer-bring-front"
508
        icon="active-layer-bring-front"
509
        tooltip="_Bring_to_front"
510
        accelerator="Alt+PgUp"
511
        />
512
        <action
513
        name="active-layer-send-back"
514
        label="_Send_to_back"
515
        position="600100700"
516
        action-command="active-layer-send-back"
517
        icon="active-layer-send-back"
518
        tooltip="_Send_back"
519
        accelerator="Alt+PgDn"
520
        />
521
        <action
522
        name="active-layer-move-ahead"
523
        label="_Move_ahead"
524
        position="600100800"
525
        action-command="active-layer-move-ahead"
526
        icon="active-layer-move-ahead"
527
        tooltip="_Move_ahead"
528
        accelerator="Alt+Up"
529
        />
530
        <action
531
        name="active-layer-move-behind"
532
        label="_Move_behind"
533
        position="600100900"
534
        action-command="active-layer-move-behind"
535
        icon="active-layer-move-behind"
536
        tooltip="_Move_behind"
537
        accelerator="Alt+Down"
538
        />  
539
            
540
      <action
541
        name="layer-set-visible"
542
        label="_Show_layers"
543
        position="600400100"
544
        action-command="layer-set-visible"
545
        icon="layer-set-visible"
546
        tooltip="_Show_layers"
547
        accelerator=""
548
        />
549
      <action
550
        name="layer-set-hide"
551
        label="_Hide_layers"
552
        position="600400200"
553
        action-command="layer-set-hide"
554
        icon="layer-set-hide"
555
        tooltip="_Hide_layers"
556
        accelerator=""
557
        />
558
      <action
559
        name="layer-set-active"
560
        label="_Set_Layers_active"
561
        position="600400300"
562
        action-command="layer-set-active"
563
        icon="layer-set-active"
564
        tooltip="_Set_Layers_active"
565
        accelerator=""
566
        />
567
      <action
568
        name="layer-set-inactive"
569
        label="_Set_Layers_inactive"
570
        position="600400400"
571
        action-command="layer-set-inactive"
572
        icon="layer-set-inactive"
573
        tooltip="_Set_Layers_inactive"
574
        accelerator=""
575
        />
576
      <action
577
        name="group-set-active-all-layers"
578
        label="_Active_all_layers_of_group"
579
        position="600400500"
580
        action-command="group-set-active-all-layers"
581
        icon="layer-set-active"
582
        tooltip="_Active_all_layers_of_group"
583
        accelerator=""
584
        />
585
      <action
586
        name="group-set-inactive-all-layers"
587
        label="_Inactive_all_layers_of_group"
588
        position="600400600"
589
        action-command="group-set-inactive-all-layers"
590
        icon="layer-set-inactive"
591
        tooltip="_Inactive_all_layers_of_group"
592
        accelerator=""
593
        />
594

    
595
      <action
596
        name="view-locator-setup"
597
        label="_Locator_setup"
598
        position="658000000"
599
        action-command="view-locator-setup"
600
        icon="view-locator-setup"
601
        tooltip="_Locator_setup"
602
        accelerator=""
603
        />
604

    
605
      <menu
606
        name="view-navigation-zoom-in-topoint"
607
        text="View/Navigation/Zoom_in"
608
        />
609
      <menu
610
        name="view-navigation-zoom-out-topoint"
611
        text="View/Navigation/Zoom_out"
612
        />
613
      <menu
614
        name="view-navigation-zoom-all"
615
        text="View/Navigation/Zoom_all"
616
        />
617
      <menu
618
        name="view-navigation-zoom-in-center"
619
        text="View/Navigation/Zoom_in_to_center"
620
        />
621
      <menu
622
        name="view-navigation-zoom-out-center"
623
        text="View/Navigation/Zoom_out_to_center"
624
        />
625
      <menu
626
        name="view-navigation-pan"
627
        text="View/Navigation/Pan"
628
        />
629
      <menu
630
        name="view-navigation-frame-manager"
631
        text="View/Navigation/Frame_manager"
632
        />
633

    
634
      <menu
635
        name="active-layer-set-visible"
636
        text="View/_Set_active_layers_to/visible"
637
        />
638
      <menu
639
        name="active-layer-set-hide"
640
        text="View/_Set_active_layers_to/Hidden"
641
        />
642
      
643
      
644
             <menu
645
        name="active-layer-bring-front" 
646
        text="View/_Set_active_layers_to/_Bring_to_front"
647
        />
648
        <menu
649
        name="active-layer-send-back" 
650
        text="View/_Set_active_layers_to/_Send_to_back"
651
        />
652
        <menu
653
        name="active-layer-move-ahead" 
654
        text="View/_Set_active_layers_to/_Move_ahead"
655
        />
656
        <menu
657
        name="active-layer-move-behind" 
658
        text="View/_Set_active_layers_to/_Move_behind"
659
        />
660
      
661
      <menu
662
        name="layer-set-visible"
663
        text="View/_Set_all_layers_to/visible"
664
        />
665
      <menu
666
        name="layer-set-hide"
667
        text="View/_Set_all_layers_to/Hidden"
668
        />
669
      <menu
670
        name="layer-set-active"
671
        text="View/_Set_all_layers_to/Active"
672
        />
673
      <menu
674
        name="layer-set-inactive"
675
        text="View/_Set_all_layers_to/Inactive"
676
        />
677

    
678
      <menu
679
        name="group-set-active-all-layers"
680
        text="View/_Set_all_layers_of_group_to/Active"
681
        />
682
      <menu
683
        name="group-set-inactive-all-layers"
684
        text="View/_Set_all_layers_of_group_to/Inactive"
685
        />
686

    
687
      <menu
688
        name="view-locator-setup"
689
        text="View/Locator_setup"
690
        />
691

    
692

    
693
      <tool-bar name="view_navigation">
694
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
695
        <selectable-tool name="view-navigation-zoom-out-topoint" />
696
        <action-tool name="view-navigation-zoom-all"  />
697
        <action-tool name="view-navigation-zoom-in-center"  />
698
        <action-tool name="view-navigation-zoom-out-center"  />
699
        <selectable-tool name="active-layer-set-visible" dropdowngroup="toc-layers-visibility"/>
700
        <selectable-tool name="active-layer-set-hide" dropdowngroup="toc-layers-visibility"/>
701
        <selectable-tool name="active-layer-bring-front" dropdowngroup="toc-layers-visibility"/>
702
        <selectable-tool name="active-layer-send-back" dropdowngroup="toc-layers-visibility"/>
703
        <selectable-tool name="active-layer-move-ahead" dropdowngroup="toc-layers-visibility"/>
704
        <selectable-tool name="active-layer-move-behind" dropdowngroup="toc-layers-visibility"/>
705
      </tool-bar>
706

    
707
      <tool-bar name="view_navigation">
708
        <selectable-tool name="view-navigation-pan"/>
709
        <action-tool name="view-navigation-frame-manager" />
710
      </tool-bar>
711
               
712
    </extension>
713

    
714
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
715
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
716
      active="true"
717
      priority="30">
718
      <action
719
        name="view-query-distance"
720
        label="_Query_distance"
721
        position="650700200"
722
        action-command="view-query-distance"
723
        icon="view-query-distance"
724
        tooltip="_Query_distance"
725
        accelerator=""
726
        />
727
      <action
728
        name="view-query-area"
729
        label="_Query_area"
730
        position="650700100"
731
        action-command="view-query-area"
732
        icon="view-query-area"
733
        tooltip="_Query_area"
734
        accelerator=""
735
        />
736
      <action
737
        name="view-query-feature-angle"
738
        label="_Query_features_angles"
739
        position="650700300"
740
        action-command="view-query-feature-angle"
741
        icon="view-query-feature-angle"
742
        tooltip="_Query_feature_angle"
743
        accelerator=""
744
        />
745

    
746
      <menu
747
        name="view-query-distance"
748
        text="Layer/Query/Distance"
749
        />
750
      <menu
751
        name="view-query-area"
752
        text="Layer/Query/Area"
753
        />
754
      <menu
755
        name="view-query-feature-angle"
756
        text="Layer/Query/Angle"
757
        />
758
      <tool-bar name="view_tools_query">
759
        <selectable-tool name="view-query-distance" dropdowngroup="query"/>
760
        <selectable-tool name="view-query-area" dropdowngroup="query"/>
761
        <selectable-tool name="view-query-feature-angle" dropdowngroup="query"/>
762
      </tool-bar>
763

    
764
    </extension>
765

    
766
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
767
      description="Extensi?n encargada de gestionar la vista."
768
      active="true"
769
      priority="30">
770

    
771
      <action
772
        name="selection-select-by-rectangle-view"
773
        label="Select_by_rectangle"
774
        position="300020000"
775
        action-command="selection-select-by-rectangle-view"
776
        icon="selection-select-by-rectangle"
777
        tooltip="Select_by_rectangle"
778
        accelerator=""
779
        />
780
      <action
781
        name="selection-select-by-polygon"
782
        label="Select_by_polygon"
783
        position="300030000"
784
        action-command="selection-select-by-polygon"
785
        icon="selection-select-by-polygon"
786
        tooltip="Select_by_polygon"
787
        accelerator=""
788
        />
789

    
790
      <menu
791
        name="selection-select-by-rectangle-view"
792
        text="Selection/Select_by_rectangle"
793
        />
794
      <menu
795
        name="selection-select-by-polygon"
796
        text="Selection/Select_by_polygon"
797
        />
798

    
799
      <tool-bar name="selection">
800
        <selectable-tool name="selection-select-by-rectangle-view" dropdowngroup="selection"/>
801
        <selectable-tool name="selection-select-by-polygon" dropdowngroup="selection"/>
802
      </tool-bar>
803

    
804
    </extension>
805

    
806

    
807

    
808
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
809
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
810
      active="true"
811
      priority="30">
812
      <action
813
        name="selection-simple-select-view"
814
        label="_Simple_select"
815
        position="300010000"
816
        action-command="selection-simple-select-view"
817
        icon="selection-simple-select"
818
        tooltip="_Simple_select"
819
        accelerator=""
820
        />
821

    
822
      <menu
823
        name="selection-simple-select-view"
824
        text="Selection/Simple"
825
        />
826

    
827
      <tool-bar name="selection">
828
        <selectable-tool name="selection-simple-select-view" dropdowngroup="selection"/>
829
      </tool-bar>
830

    
831
    </extension>
832

    
833

    
834
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
835
      description="Extensi?n encargada de la selecci?n por tema."
836
      active="true"
837
      priority="30">
838
      <action
839
        name="selection-select-by-layer"
840
        position="300070000"
841
        label="Select_by_layer"
842
        action-command="selection-select-by-layer"
843
        icon="selection-select-by-layer"
844
        tooltip="Select_by_layer"
845
        accelerator=""
846
        />
847

    
848
      <menu
849
        name="selection-select-by-layer"
850
        text="Selection/Select_by_layer"
851
        />
852

    
853
      <tool-bar name="selection">
854
        <action-tool name="selection-select-by-layer" />
855
      </tool-bar>
856
    </extension>
857

    
858
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
859
      description="Extensi?n encargada de hacer la selecci?n inversa."
860
      active="true"
861
      priority="30">
862
      <action
863
        name="selection-reverse-view"
864
        label="_Reverse_selection"
865
        position="300100000"
866
        action-command="selection-reverse-view"
867
        icon="selection-reverse"
868
        tooltip="_Reverse_selection"
869
        accelerator=""
870
        />
871

    
872
      <menu
873
        name="selection-reverse-view"
874
        text="Selection/Reverse"
875
        />
876

    
877
      <tool-bar name="selection">
878
          <action-tool name="selection-reverse-view" />
879
      </tool-bar>
880

    
881
    </extension>
882

    
883
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
884
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
885
      active="true">
886
      <action
887
        name="view-properties"
888
        label="_View_properties"
889
        position="659000000"
890
        action-command="view-properties"
891
        icon="view-properties"
892
        tooltip="_Show_view_properties"
893
        accelerator=""
894
        />
895

    
896

    
897
      <menu
898
        name="view-properties"
899
        text="View/Properties"
900
        />
901

    
902
    </extension>
903
   
904
    <extension class-name="org.gvsig.app.extension.ZoomToSelectViewExtension"
905
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
906
      active="true">
907

    
908
      <action
909
        name="view-navigation-zoom-to-selection"
910
        label="Zoom_to_selection"
911
        position="650100900"
912
        action-command="view-navigation-zoom-to-selection"
913
        icon="view-navigation-zoom-to-selection"
914
        tooltip="Zoom_to_selection"
915
        accelerator=""
916
        />
917

    
918
      <menu
919
        name="view-navigation-zoom-to-selection"
920
        text="View/Navigation/Zoom_to_selection"
921
        />
922

    
923
      <tool-bar name="view_navigation">
924
        <action-tool name="view-navigation-zoom-to-selection" />
925
      </tool-bar>
926

    
927
    </extension>
928

    
929
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
930
      description="Extensi?n encargada de limpiar la selecci?n."
931
      active="true">
932

    
933
      <action
934
        name="selection-clear-view"
935
        label="_Clear_selection"
936
        position="300110000"
937
        action-command="selection-clear-view"
938
        icon="edit-clear"
939
        tooltip="_Clear_selection"
940
        accelerator=""
941
        />
942

    
943
      <menu
944
        name="selection-clear-view"
945
        text="Selection/_Clear"
946
        />
947

    
948
      <tool-bar name="selection" position="6">
949
        <action-tool name="selection-clear-view" />
950
      </tool-bar>
951

    
952
    </extension>
953

    
954
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
955
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
956
      active="true">
957

    
958
      <action
959
        name="selection-by-attributes-layer"
960
        label="_Select_by_attributes"
961
        position="300080001"
962
        icon="selection-by-attributes"
963
        tooltip="_Select_by_attributes"
964
        action-command="selection-by-attributes-layer"
965
        accelerator=""
966
        />
967

    
968
      <menu
969
        name="selection-by-attributes-layer"
970
        text="Selection/_Select_by_attributes"
971
        />
972

    
973
      <tool-bar name="selection">
974
        <action-tool name="selection-by-attributes-layer" />
975
      </tool-bar>
976

    
977
    </extension>
978

    
979
    <extension class-name="org.gvsig.app.extension.SearchByAttributesExtension"
980
      description=""
981
      active="true">
982

    
983
      <action
984
        name="search-by-attributes-layer"
985
        label="_Search_by_attributes"
986
        position="601400000"
987
        icon="search-by-attributes-layer"
988
        tooltip="_Search_by_attributes"
989
        action-command="search-by-attributes-layer"
990
        accelerator=""
991
        />
992
      
993
      <action
994
        name="filter-by-attributes-layer"
995
        label="_Filter_by_attributes"
996
        position="601400001"
997
        icon="filter-by-attributes-layer"
998
        tooltip="_Filter_by_attributes"
999
        action-command="filter-by-attributes-layer"
1000
        accelerator=""
1001
        />
1002

    
1003
      <menu
1004
        name="search-by-attributes-layer"
1005
        text="Layer/_Search_by_attributes"
1006
        />
1007
      
1008
      <menu
1009
        name="filter-by-attributes-layer"
1010
        text="Layer/_Filter_by_attributes"
1011
        />
1012

    
1013
      <tool-bar name="edit">
1014
        <action-tool name="search-by-attributes-layer" />
1015
      </tool-bar>
1016

    
1017
    </extension>
1018

    
1019
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
1020
      description="Extensi?n con informaci?n sobre disposables."
1021
      active="true"
1022
      priority="1000">
1023

    
1024
      <action
1025
        name="tools-devel-disposables-show-pendings"
1026
        label="_Show_pendings_disposables"
1027
        position="908500701"
1028
        tooltip="_Show_pendings_disposables"
1029
        action-command="tools-devel-disposables-show-pendings"
1030
        icon="tools-devel-disposables-show-pendings"
1031
        accelerator=""
1032
        />
1033
      <!--
1034
      <action
1035
        name="tools-devel-disposables-free-all"
1036
        label="_Free_all_disposables"
1037
        position="908500702"
1038
        action-command="tools-devel-disposables-free-all"
1039
        icon="tools-devel-disposables-free-all"
1040
        tooltip="_Free_all_disposables"
1041
        accelerator=""
1042
        />
1043
        -->
1044
      <menu
1045
        name="tools-devel-disposables-show-pendings"
1046
        text="tools/Development/Disposables"
1047
        />
1048
      <!--
1049
      <menu
1050
        name="tools-devel-disposables-free-all"
1051
        text="tools/Development/Disposables/Free_all"
1052
        />
1053
        -->
1054
    </extension>
1055

    
1056
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
1057
      description="Extensi?n para la creacion de paquetes de traducciones."
1058
      active="true"
1059
      priority="1000">
1060

    
1061
      <action
1062
        name="tools-devel-translations-package"
1063
        label="_Translations_package"
1064
        position="908500300"
1065
        tooltip="_Translations_package"
1066
        action-command="tools-devel-translations-package"
1067
        icon="tools-devel-translations-package"
1068
        accelerator=""
1069
        />
1070

    
1071

    
1072
      <menu
1073
        name="tools-devel-translations-package"
1074
        text="tools/Development/_Translations_package"
1075
        />
1076

    
1077

    
1078
    </extension>
1079

    
1080
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
1081
      description="Monitor de operaciones de edition."
1082
      active="true"
1083
      priority="1000">
1084

    
1085
      <action
1086
        name="tools-devel-show-editing-listener"
1087
        label="Show editing monitor"
1088
        position="908500600"
1089
        tooltip="Show editing monitor"
1090
        action-command="tools-devel-show-editing-listener"
1091
        icon="tools-devel-show-editing-listener"
1092
        accelerator=""
1093
        />
1094

    
1095
      <menu
1096
        name="tools-devel-show-editing-listener"
1097
        text="tools/Development/Show_editing_monitor"
1098
        />
1099
    </extension>
1100

    
1101
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
1102
      description="Presenta informacion relevante para debug."
1103
      active="true"
1104
      priority="30">
1105
      <action
1106
        name="tools-devel-show-persistencefactories"
1107
        label="_Show_persistence_factories"
1108
        tooltip="_Show_persistence_factories"
1109
        position="908501500"
1110
        action-command="tools-devel-show-persistencefactories"
1111
        icon="tools-devel-show-persistencefactories"
1112
        accelerator=""
1113
        />
1114
      <action
1115
        name="tools-devel-show-defaulticontheme"
1116
        label="_Show_icon_theme_information"
1117
        tooltip="_Show_icon_theme_information"
1118
        position="908501400"
1119
        action-command="tools-devel-show-defaulticontheme"
1120
        icon="tools-devel-show-icontheme"
1121
        accelerator=""
1122
        />
1123
      <action
1124
        name="tools-devel-show-currenticontheme"
1125
        label="_Show_current_icon_theme_information"
1126
        tooltip="_Show_current_icon_theme_information"
1127
        position="908501401"
1128
        action-command="tools-devel-show-currenticontheme"
1129
        icon="tools-devel-show-icontheme"
1130
        accelerator=""
1131
        />
1132
      <action
1133
        name="tools-devel-show-actions"
1134
        label="_Show_actions_information"
1135
        tooltip="_Show_actions_information"
1136
        position="908501000"
1137
        action-command="tools-devel-show-actions"
1138
        icon="tools-devel-show-actions"
1139
        accelerator=""
1140
        />
1141
      <action
1142
        name="tools-devel-show-toolbars"
1143
        label="_Show_toolbars_information"
1144
        tooltip="_Show_toolbars_information"
1145
        position="908501001"
1146
        action-command="tools-devel-show-toolbars"
1147
        icon="tools-devel-show-toolbars"
1148
        accelerator=""
1149
        />
1150
      <action
1151
        name="tools-devel-show-plugin-report"
1152
        label="_Show_plugin_report"
1153
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
1154
        position="908501300"
1155
        action-command="tools-devel-show-plugin-report"
1156
        icon="tools-devel-show-plugin-report"
1157
        accelerator=""
1158
        />
1159
      <action
1160
        name="tools-devel-show-menus"
1161
        label="_Show_menu_information"
1162
        tooltip="_Show_menu_information"
1163
        position="908501100"
1164
        action-command="tools-devel-show-menus"
1165
        icon="tools-devel-show-menus"
1166
        accelerator=""
1167
        />
1168
      <action
1169
        name="tools-devel-show-menus-by-plugin"
1170
        label="_Show_menu_by_plugin_information"
1171
        tooltip="_Show_menu_ordered_by_plugin_information"
1172
        position="908501200"
1173
        action-command="tools-devel-show-menus-by-plugin"
1174
        icon="tools-devel-show-menus-by-plugin"
1175
        accelerator=""
1176
        />
1177
      <menu
1178
        name="tools-devel-show-persistencefactories"
1179
        text="tools/Development/Show_persistence_factories"
1180
        />
1181
      <menu
1182
        name="tools-devel-show-defaulticontheme"
1183
        text="tools/Development/Show_default_icon_theme_information"
1184
        />
1185
      <menu
1186
        name="tools-devel-show-currenticontheme"
1187
        text="tools/Development/Show_current_icon_theme_information"
1188
        />
1189
      <menu
1190
        name="tools-devel-show-plugin-report"
1191
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
1192
        />
1193
      <menu
1194
        name="tools-devel-show-actions"
1195
        text="tools/Development/Show_actions_information"
1196
        />
1197
      <menu
1198
        name="tools-devel-show-toolbars"
1199
        text="tools/Development/Show_toolbars_information"
1200
        />
1201
      <menu
1202
        name="tools-devel-show-menus"
1203
        text="tools/Development/Show_menu_information"
1204
        />
1205
      <menu
1206
        name="tools-devel-show-menus-by-plugin"
1207
        text="tools/Development/Show_menu_by_plugin_information"
1208
        />
1209

    
1210
    </extension>
1211

    
1212

    
1213
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
1214
      description="Extensi?n encargada transformar la ventana activa en palette."
1215
      active="true">
1216

    
1217
      <action
1218
        name="window-convert-to-tool"
1219
        label="_Convert_to_tool"
1220
        tooltip="_Convert_regular_window_to_tool_window"
1221
        position="960300000"
1222
        action-command="window-convert-to-tool"
1223
        icon="window-convert-to-tool"
1224
        accelerator=""
1225
        />
1226

    
1227
      <menu
1228
        name="window-convert-to-tool"
1229
        text="Window/Convert_to_tool"
1230
        />
1231

    
1232
    </extension>
1233

    
1234
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
1235
      description="Extensi?n encargada transformar la ventana palette en su original."
1236
      active="true">
1237

    
1238
      <action
1239
        name="window-restore-from-tool"
1240
        label="_Restore_tool"
1241
        tooltip="_Restore_tool_window_to_regular_window"
1242
        position="960400000"
1243
        action-command="window-restore-from-tool"
1244
        icon="window-restore-from-tool"
1245
        accelerator=""
1246
        />
1247

    
1248

    
1249
      <menu
1250
        name="window-restore-from-tool"
1251
        text="Window/Restore_from_tool"
1252
        />
1253

    
1254
    </extension>
1255

    
1256
    <extension class-name="org.gvsig.app.extension.About"
1257
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
1258
      active="true"
1259
      priority="90090">
1260

    
1261
      <action
1262
        name="help-about"
1263
        label="_About"
1264
        tooltip="_Show_about"
1265
        position="999000000"
1266
        action-command="help-about"
1267
        icon="help-about"
1268
        accelerator=""
1269
        />
1270

    
1271
      <menu
1272
        name="help-about"
1273
        text="Help/About"
1274
        />
1275

    
1276
    </extension>
1277

    
1278
    <extension class-name="org.gvsig.app.extension.HelpExtension"
1279
      description="Extensi?n encargada presentar la ayuda en linea."
1280
      active="true"
1281
      priority="90090">
1282

    
1283
      <action
1284
        name="help-contents"
1285
        label="_Help_contents"
1286
        tooltip="_Show_help_contents"
1287
        position="996000000"
1288
        action-command="help-contents"
1289
        icon="help-contents"
1290
        accelerator=""
1291
        />
1292

    
1293
      <action
1294
        name="help-search"
1295
        label="_Help_search"
1296
        tooltip="_Show_help_search_page"
1297
        position="997000000"
1298
        action-command="help-search"
1299
        icon="help-search"
1300
        accelerator=""
1301
        />
1302

    
1303
      <menu
1304
        name="help-contents"
1305
        text="Help/_Help_contents"
1306
        />
1307

    
1308
      <menu
1309
        name="help-search"
1310
        text="Help/_Help_contents_search"
1311
        />
1312

    
1313
    </extension>
1314

    
1315
    <extension class-name="org.gvsig.app.extension.logviewer.LogViewerExtension"
1316
      description="Muestra el registro de errores de la aplicacion."
1317
      active="true"
1318
      priority="90090">
1319

    
1320
      <action
1321
        name="help-logview"
1322
        label="_Log_view"
1323
        tooltip="_Log_view"
1324
        position="908500100"
1325
        action-command="log-view"
1326
        icon="help-logview"
1327
        accelerator=""
1328
        />
1329

    
1330
      <menu
1331
        name="help-logview"
1332
        text="tools/Development/Show error log"
1333
        />
1334

    
1335
    </extension>
1336

    
1337
    <extension
1338
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
1339
            description="" active="true">
1340

    
1341
            <action
1342
                 name="tools-symbology-browse-symbols"
1343
                 label="_Browse_symbols"
1344
                 tooltip="_Browse_symbols"
1345
                 action-command="tools-symbology-browse-symbols"
1346
                 icon="tools-symbology-browse-symbols"
1347
                 position="900400050"
1348
                 accelerator=""
1349
            />
1350
            <menu
1351
                 name="tools-symbology-browse-symbols"
1352
                 text="tools/Symbols/Browse_symbols"
1353
            />
1354
        </extension>
1355

    
1356

    
1357
    <extension class-name="org.gvsig.app.extension.UndoRedoViewExtension"
1358
            description="Extensi?n encargada de hacer/deshacer la edici?n sobre la capa activa y mostrar el hist?rico."
1359
            active="true" >
1360

    
1361
            <action
1362
                name="edit-undo-layer"
1363
                label="_Undo"
1364
                tooltip="_Undo_last_modification_in_the_active_layer"
1365
                position="200100000"
1366
                action-command="edit-undo-layer"
1367
                icon="edit-undo"
1368
                accelerator=""
1369
                />
1370

    
1371
            <action
1372
                name="edit-redo-layer"
1373
                label="_Redo"
1374
                tooltip="_Redo_last_modification_in_the_active_layer"
1375
                position="200200000"
1376
                action-command="edit-redo-layer"
1377
                icon="edit-redo"
1378
                accelerator=""
1379
                />
1380

    
1381
                <action
1382
                name="edit-undo-redo-actions-layer"
1383
                label="_Undo_redo_history"
1384
                tooltip="_Undo_redo_history"
1385
                position="200300000"
1386
                action-command="edit-undo-redo-actions-layer"
1387
                icon="edit-undo-redo-actions"
1388
                accelerator=""
1389
                />
1390

    
1391
            <menu
1392
                name="edit-undo-layer"
1393
                text="Edit/_Undo"
1394
                />
1395

    
1396
            <menu
1397
                name="edit-redo-layer"
1398
                text="Edit/_Redo"
1399
                />
1400

    
1401
            <menu
1402
                name="edit-undo-redo-actions-layer"
1403
                text="Edit/_Undo_redo_history"
1404
                />
1405
            
1406
            <tool-bar name="edit">
1407
                <action-tool name="edit-undo-layer"/>
1408
                <action-tool name="edit-redo-layer"/>
1409
                <action-tool name="edit-undo-redo-actions-layer"/>
1410
            </tool-bar>
1411
    </extension>
1412

    
1413

    
1414
        <!--
1415
        ***********************************
1416
        Copy/paste features between layers
1417
        using system clipboard
1418
        ***********************************
1419
        -->
1420

    
1421
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1422
            description="Copy selected features to system clipboard"
1423
            active="true">
1424

    
1425
            <action
1426
                name="layer-modify-clipboard-copy"
1427
                label="_Copy_selected_features_to_clipboard"
1428
                tooltip="_Copy_selected_features_to_clipboard"
1429
                position="601105000"
1430
                action-command="layer-modify-clipboard-copy"
1431
                icon="layer-modify-clipboard-copy"
1432
                accelerator=""
1433
                />
1434

    
1435
            <menu
1436
                name="layer-modify-clipboard-copy"
1437
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1438
                />
1439

    
1440
            <tool-bar name="edit">
1441
                <action-tool
1442
                    name="layer-modify-clipboard-copy"
1443
                    />
1444
            </tool-bar>
1445
        </extension>
1446

    
1447
       <extension class-name="org.gvsig.app.extension.clipboard.PasteAlphanumericValuesFromClipboardExtension"
1448
            description="Paste alphanumeric values from system clipboard into editing feature"
1449
            active="true">
1450

    
1451
            <action
1452
                name="layer-modify-clipboard-paste-alphanumeric"
1453
                label="_Paste_alphanumeric_values_from_clipboard"
1454
                tooltip="_Paste_alphanumeric_values_from_clipboard"
1455
                position="601105200"
1456
                action-command="layer-modify-clipboard-paste-alphanumeric"
1457
                icon="layer-modify-clipboard-paste-alphanumeric"
1458
                accelerator=""
1459
                />
1460

    
1461
            <menu
1462
                name="layer-modify-clipboard-paste-alphanumeric"
1463
                text="Layer/Modify/_Paste_alphanumeric_values_from_clipboard"
1464
                />
1465

    
1466
            <tool-bar name="edit">
1467
                <action-tool
1468
                    name="layer-modify-clipboard-paste-alphanumeric"
1469
                    />
1470
            </tool-bar>
1471
        </extension>
1472
        
1473
        <extension class-name="org.gvsig.app.extension.LayerPropertiesExtension"
1474
            description=""
1475
            active="true">
1476

    
1477
            <action
1478
                name="layer-properties"
1479
                label="propiedades"
1480
                tooltip="_Layer_properties"
1481
                position="609000000"
1482
                action-command="layer-properties"
1483
                icon="layer-properties"
1484
                accelerator=""
1485
                />
1486

    
1487
            <menu
1488
                name="layer-properties"
1489
                text="Layer/propiedades"
1490
                />
1491

    
1492
        </extension>
1493

    
1494
        <extension class-name="org.gvsig.app.extension.ShowLayerAsForm"
1495
                           description="Muestra la tabla asociada a la capa en modo formulario."
1496
                           active="true">
1497

    
1498
            <action
1499
                name="layer-show-form"
1500
                label="_Show_layer_form"
1501
                tooltip="_Show_layer_form"
1502
                position="601300000"
1503
                action-command="layer-show-form"
1504
                icon="layer-show-form"
1505
                accelerator=""
1506
            />
1507

    
1508
            <menu
1509
                name="layer-show-form"
1510
                text="Layer/_Show_form"
1511
            />
1512

    
1513
        </extension>
1514

    
1515
        <extension class-name="org.gvsig.app.extension.ShowEditedFeatures"
1516
                           description="Muestra las features editadas en la sesion de edicion."
1517
                           active="true">
1518

    
1519
            <action
1520
                name="layer-show-editedfeatures"
1521
                label="_Show_edited_features"
1522
                tooltip="_Show_edited_features"
1523
                position="601300001"
1524
                action-command="layer-show-editedfeatures"
1525
                icon="layer-show-editedfeatures"
1526
                accelerator=""
1527
            />
1528

    
1529
            <menu
1530
                name="layer-show-editedfeatures"
1531
                text="Layer/_Show_edited_features"
1532
            />
1533

    
1534
        </extension>
1535

    
1536

    
1537
        <extension
1538
            class-name="org.gvsig.app.extension.geometriespalette.GeometriesPaletteExtension"
1539
            description="" active="true">
1540

    
1541
            <action
1542
                 name="tools-open-geometriespalette"
1543
                 label="_Open_geometries_palette"
1544
                 tooltip="_Open_geometries_palette"
1545
                 action-command="tools-open-geometriespalette"
1546
                 icon="tools-open-geometriespalette"
1547
                 position="900400100"
1548
                 accelerator=""
1549
            />
1550
            <menu
1551
                 name="tools-open-geometriespalette"
1552
                 text="tools/_Open_palette_from_layer"
1553
            />
1554
        </extension>
1555

    
1556
        <extension
1557
            class-name="org.gvsig.app.extension.evalexpression.EvaluateExpressionExtension"
1558
            description="" active="true">
1559

    
1560
            <action 
1561
                name="tools-scripting-evaluateexpression"
1562
                label="_Evaluate_expression" 
1563
                position="908300050"  
1564
                tooltip="_Show_scripting_launcher" 
1565
                action-command="tools-scripting-evaluateexpression"
1566
                icon="tools-scripting-evaluateexpression"
1567
                accelerator=""
1568
            />
1569

    
1570
            <menu text="tools/_Scripting"
1571
                              position="908300000" 
1572
                              is_separator="true"/>
1573
            <menu text="tools/_Scripting/Evaluate expression"  name="tools-scripting-evaluateexpression"/>
1574
        </extension>
1575
        <extension
1576
            class-name="org.gvsig.app.extension.resourcesmanager.ResourcesLoaderExtension"
1577
            description="" active="true">
1578

    
1579
            <action 
1580
                name="tools-resourcesloader-show"
1581
                label="_Resources_loader" 
1582
                position="902000300"  
1583
                tooltip="_Resources_loader" 
1584
                action-command="tools-resourcesloader-show"
1585
                icon="tools-resourcesloader-show"
1586
                accelerator=""
1587
            />
1588

    
1589
            <menu text="tools/Database/_Resources_loader"  name="tools-resourcesloader-show"/>
1590
        </extension>
1591
        
1592
    <extension class-name="org.gvsig.app.extension.IdentifyLayerExtension"
1593
      description="Extensi?n encargada de gestionar la herramienta de identificacion de capa."
1594
      active="true"
1595
      priority="29">
1596
      <action
1597
        name="layer-identify"
1598
        label="_Identify_layer"
1599
        tooltip="_Identify_layer"
1600
        action-command="layer-identify"
1601
        icon="layer-identify"
1602
        position="600200050"
1603
        accelerator=""
1604
        />
1605
      <menu
1606
        name="layer-identify"
1607
        text="Layer/Query/_Identify_layer"
1608
        />
1609
      <tool-bar name="view_tools_query">
1610
        <selectable-tool name="layer-identify" />
1611
      </tool-bar>
1612
    </extension>
1613

    
1614
        <extension
1615
            class-name="org.gvsig.app.extension.copytable.CopyTableExtension"
1616
            description="" active="true">
1617

    
1618
            <action 
1619
                name="tools-copytable"
1620
                label="_Copy_table" 
1621
                position="902000200"  
1622
                tooltip="_Copy_table" 
1623
                action-command="tools-copytable"
1624
                icon="tools-copytable"
1625
                accelerator=""
1626
            />
1627
            <action 
1628
                name="tools-dbconnections"
1629
                label="_Database_connections" 
1630
                position="902002300"  
1631
                tooltip="_Database_connections" 
1632
                action-command="tools-dbconnections"
1633
                icon="tools-dbconnections"
1634
                accelerator=""
1635
            />
1636

    
1637
            <menu text="tools/Database/_Copy_table"  name="tools-copytable"/>
1638
            <menu text="tools/Database/_Connections"  name="tools-dbconnections"/>
1639
        </extension>
1640
        
1641
        <extension
1642
            class-name="org.gvsig.app.extension.updatetable.UpdateTableExtension"
1643
            description="" active="true">
1644

    
1645
            <action 
1646
                name="tools-updatetable"
1647
                label="_Update_table" 
1648
                position="902000100"  
1649
                tooltip="_Update_table" 
1650
                action-command="tools-updatetable"
1651
                icon="tools-updatetable"
1652
                accelerator=""
1653
            />
1654

    
1655
            <menu text="tools/Database/_Update_table"  name="tools-updatetable"/>
1656
        </extension>
1657

    
1658
        <extension
1659
            class-name="org.gvsig.app.extension.VisualdbModelerExtension"
1660
            description="" active="false">
1661

    
1662
            <action 
1663
                name="tools-database-visualdbmodeler"
1664
                label="_Visualdb_modeler" 
1665
                position="902000500"  
1666
                tooltip="_Visual_databse_modeler" 
1667
                action-command="tools-database-visualdbmodeler"
1668
                icon="tools-database-visualdbmodeler"
1669
                accelerator=""
1670
            />
1671

    
1672
            <menu text="tools/Database/_Visualdb_modeler (en construccion)"  name="tools-database-visualdbmodeler"/>
1673
        </extension>
1674

    
1675
  </extensions>
1676

    
1677
</plugin-config>