Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2061 / applications / appgvSIG / config / config.xml @ 39427

History | View | Annotate | Download (26.1 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
  <icon src="gvsig-logo-icon" text="gvSIG"/>
4
  <libraries library-dir="lib"/>
5
  <resourceBundle name="text"/>
6
  <label-set class-name="org.gvsig.app.project.documents.view.gui.DefaultViewPanel">
7
    <label id="units" size="75"/>
8
    <label id="x" size="120"/>
9
    <label id="y" size="120"/>
10
    <label id="4" size="110"/>
11
    <label id="5" size="110"/>
12
    <label id="distancearea" size="30"/>
13
    <label id="projection" size="110"/>
14
  </label-set>
15
  
16
  <!-- 
17
  <popup-menus>
18
    <popup-menu name="view.toc.context.menu">
19
      <menu name="view-layer-add"/>
20
    </popup-menu>
21
  </popup-menus>
22
  -->
23
  
24
  <extensions>
25
    <extension class-name="org.gvsig.app.extension.InitialWarningExtension"
26
      description="Initial warning message"
27
      active="true"
28
      priority="1">
29
    </extension>
30
    
31
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
32
      description="Check OS and architecture of installed packages"
33
      active="true"
34
      priority="1">
35
    </extension>
36

    
37
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
38
      description="Initialize application extension"
39
      active="true"
40
      priority="99999">
41
    </extension>
42

    
43
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
44
      description="Extensi?n encargada de gestionar los proyectos."
45
      active="true"
46
      priority="10">
47

    
48
      <action 
49
        name= "application-project-new"
50
        label="nuevo_proyecto"
51
        tooltip="nuevo_tooltip"
52
        action-command="application-project-new" 
53
        icon="application-project-new"
54
        position="100100000"
55
        accelerator="Ctrl+N"
56
        />
57
      <action
58
        name="application-project-open"
59
        label="abrir_proyecto"
60
        tooltip="abrir_tooltip"
61
        action-command="application-project-open" 
62
        icon="application-project-open"
63
        position="100200000"
64
        accelerator="Ctrl+O"
65
        />
66
      <action 
67
        name="application-project-save"
68
        label="guardar_proyecto"
69
        tooltip="guardar_tooltip"
70
        action-command="application-project-save" 
71
        icon="application-project-save"
72
        position="100300000"
73
        accelerator="Ctrl+S"
74
        />
75
      <action 
76
        name="application-project-saveas"
77
        label="guardar_como"
78
        tooltip="guardar_como"
79
        action-command="application-project-save-as" 
80
        icon="application-project-save-as"
81
        position="100400000"
82
        accelerator="Ctrl+Shift+S"
83
        />
84
      <action 
85
        name="application-exit"
86
        label="salir"
87
        tooltip="salir_tooltip"
88
        action-command="application-exit" 
89
        icon="application-exit"
90
        position="109000000"
91
        accelerator="Ctrl+Q"
92
        />
93

    
94

    
95
      <menu text="File"
96
        position="100000000"
97
        is_separator="true"/>
98
      <menu text="File/Export"
99
        position="100900000"
100
        is_separator="true"/>
101
      <menu text="Edit"
102
        position="200000000"
103
        is_separator="true"/>
104
      <menu text="Selection"
105
        position="300000000"
106
        is_separator="true"/>
107
      <menu text="Show"
108
        position="400000000"
109
        is_separator="true"/>
110

    
111
      <menu text="Layer"
112
        position="600000000"
113
        is_separator="true"/>
114
      <menu text="Layer/Set_to"
115
        position="600400000"
116
        is_separator="true"/>
117

    
118
      <menu text="View"
119
        position="650000000"
120
        is_separator="true"/>
121
      <menu text="View/Navigation"
122
        position="650100000"
123
        is_separator="true"/>
124
      <menu text="View/Query"
125
        position="650700000"
126
        is_separator="true"/>
127
        
128
      <menu text="tools"
129
        position="900000000"
130
        is_separator="true"/>
131
      <menu text="tools/Development"
132
        position="908500000" 
133
        is_separator="true"/>
134
      <menu text="tools/Development/Disposables"
135
        position="908500200" 
136
        is_separator="true"/>
137
        
138
        
139
      <menu text="Window"
140
        position="960000000"
141
        is_separator="true"/>
142
      <menu text="Help"
143
        position="990000000"
144
        is_separator="true"/>
145

    
146
      <menu 
147
        text="File/nuevo_proyecto"
148
        name= "application-project-new"
149
        />
150
      <menu 
151
        text="File/abrir_proyecto"
152
        name="application-project-open"
153
        />
154
      <menu 
155
        text="File/guardar_proyecto"
156
        name="application-project-save"
157
        />
158
      <menu 
159
        text="File/guardar_como"
160
        name="application-project-saveas"
161
        />
162
      <menu 
163
        text="File/salir"
164
        name="application-exit"
165
        />
166
      <tool-bar name="project" position="1">
167
        <action-tool name="application-project-new"/>
168
        <action-tool name="application-project-open"/>
169
        <action-tool name="application-project-save"/>
170
      </tool-bar>
171
    </extension>
172

    
173
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
174
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
175
      active="true">
176

    
177
      <action 
178
        name="show-project-manager"
179
        label="_Show_project"
180
        tooltip="_Show_project_window"
181
        action-command="show-project-manager" 
182
        icon="show-project-manager"
183
        position="400100000"
184
        accelerator="Alt+P"
185
        />
186

    
187
      <menu 
188
        text="Show/_Project_manager"
189
        name="show-project-manager"
190
        />
191
    </extension>
192

    
193
    <extension class-name="org.gvsig.app.extension.AddLayer"
194
      description="Extensi?n encargada de abrir las diferentes capas."
195
      active="true"
196
      priority="20">
197
      <action 
198
        name="view-layer-add"
199
        label="Add_layer"
200
        tooltip="Add_layer"
201
        action-command="view-layer-add" 
202
        icon="view-layer-add"
203
        position="650300000"
204
        accelerator="Alt+O"
205
        />
206

    
207
      <menu 
208
        name="view-layer-add"
209
        text="View/Add_layer" 
210
        />
211
      <tool-bar name="view" position="30010">
212
        <action-tool name="view-layer-add"/>
213
      </tool-bar>
214
    </extension>
215

    
216
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
217
      description="Enables the  symbology."
218
      active="true"
219
      priority="20">
220
    </extension>
221

    
222
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
223
      description="Extensi?n encargada de gestionar los zooms previos al actual."
224
      active="true">
225
      <action 
226
        name="view-navigation-zoom-back"
227
        label="Zoom_back"
228
        tooltip="Zoom_back"
229
        action-command="view-navigation-zoom-back" 
230
        icon="view-navigation-zoom-back"
231
        position="650100700"
232
        accelerator=""
233
        />
234

    
235
      <menu 
236
        name="view-navigation-zoom-back"
237
        text="View/Navigation/Zoom_back"  
238
        />
239
      <tool-bar name="view_navigation" position ="3">
240
        <action-tool name="view-navigation-zoom-back"/>
241
      </tool-bar>
242
    </extension>
243

    
244
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
245
      description="Extensi?n encargada de gestionar la herramienta de info."
246
      active="true"
247
      priority="29">
248
      <action 
249
        name="layer-info-by-point"
250
        label="_Information_by_point"
251
        tooltip="_Information_by_point"
252
        action-command="layer-info-by-point" 
253
        icon="layer-info-by-point"
254
        position="600200000"
255
        accelerator=""
256
        />
257
      <menu 
258
        name="layer-info-by-point"
259
        text="Layer/Query/_Information_by_point" 
260
        />
261
      <tool-bar name="view_tools_query" position="5">
262
        <selectable-tool name="layer-info-by-point" />
263
      </tool-bar>
264
    </extension>
265
    
266
    
267
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
268
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
269
      active="true">
270
    </extension>
271
    
272

    
273
    <extension class-name="org.gvsig.app.extension.ViewControls"
274
      description="Extensi?n encargada de gestionar la vista."
275
      active="true"
276
      priority="30">
277
      <combo-scale name="view-change-scale"
278
        label="1:"
279
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
280
          value="10000"
281
          action-command="view-change-scale" />
282
         
283
      <action 
284
        name="view-change-scale"
285
        label="_Change_scale" 
286
        action-command="view-change-scale" 
287
        />
288

    
289
      <action 
290
        name="view-navigation-zoom-in-topoint"
291
        label="Zoom_in" 
292
        position="650100400" 
293
        action-command="view-navigation-zoom-in-topoint" 
294
        icon="view-navigation-zoom-in-topoint"
295
        tooltip="Zoom_in"
296
        accelerator=""
297
        />
298
      <action 
299
        name="view-navigation-zoom-out-topoint"
300
        label="Zoom_out" 
301
        position="650100500" 
302
        action-command="view-navigation-zoom-out-topoint" 
303
        icon="view-navigation-zoom-out-topoint"
304
        tooltip="Zoom_out"
305
        accelerator=""
306
        />
307
      <action 
308
        name="view-navigation-zoom-all"
309
        label="Zoom_all" 
310
        position="650100800" 
311
        action-command="view-navigation-zoom-all" 
312
        icon="view-navigation-zoom-all"
313
        tooltip="Zoom_all" 
314
        accelerator=""
315
        />
316
      <action 
317
        name="view-navigation-zoom-in-center"
318
        label="Zoom_in_to_center" 
319
        position="650100200" 
320
        action-command="view-navigation-zoom-in-center" 
321
        tooltip="Zoom_in_to_center" 
322
        icon="view-navigation-zoom-in-center"
323
        accelerator=""
324
        />
325
      <action 
326
        name="view-navigation-zoom-out-center"
327
        label="Zoom_out_to_center" 
328
        position="650100300" 
329
        action-command="view-navigation-zoom-out-center" 
330
        tooltip="Zoom_out_to_center" 
331
        icon="view-navigation-zoom-out-center"
332
        accelerator=""
333
        />
334
      <action 
335
        name="view-navigation-pan"
336
        label="Pan" 
337
        position="650100100" 
338
        action-command="view-navigation-pan" 
339
        icon="view-navigation-pan"
340
        tooltip="Pan"
341
        accelerator=""
342
        />
343
      <action 
344
        name="view-navigation-frame-manager"
345
        label="Frame_manager" 
346
        position="650109000" 
347
        action-command="view-navigation-frame-manager" 
348
        icon="view-navigation-frame-manager"
349
        tooltip="Frame_manager"
350
        accelerator=""
351
        />
352

    
353
      
354
      <action 
355
        name="layer-set-visible"
356
        label="_Show_layers" 
357
        position="600400100" 
358
        action-command="layer-set-visible"
359
        icon="layer-set-visible"
360
        tooltip="_Show_layers"
361
        accelerator=""
362
        />
363
      <action 
364
        name="layer-set-hide"
365
        label="_Hide_layers" 
366
        position="600400200"
367
        action-command="layer-set-hide"
368
        icon="layer-set-hide"
369
        tooltip="_Hide_layers"
370
        accelerator=""
371
        />
372
      <action 
373
        name="layer-set-active"
374
        label="_Set_Layers_active" 
375
        position="600400300"
376
        action-command="layer-set-active"
377
        icon="layer-set-active"
378
        tooltip="_Set_Layers_active"
379
        accelerator=""
380
        />
381
      <action 
382
        name="layer-set-inactive"
383
        label="_Set_Layers_inactive" 
384
        position="600400400" 
385
        action-command="layer-set-inactive"
386
        icon="layer-set-inactive"
387
        tooltip="_Set_Layers_inactive"
388
        accelerator=""
389
        />
390

    
391
      <action 
392
        name="view-locator-setup"
393
        label="_Locator_setup" 
394
        position="658000000" 
395
        action-command="view-locator-setup"
396
        icon="view-locator-setup"
397
        tooltip="_Locator_setup"
398
        accelerator=""
399
        />
400

    
401
      <menu 
402
        name="view-navigation-zoom-in-topoint"
403
        text="View/Navigation/Zoom_in" 
404
        />
405
      <menu 
406
        name="view-navigation-zoom-out-topoint"
407
        text="View/Navigation/Zoom_out" 
408
        />
409
      <menu 
410
        name="view-navigation-zoom-all"
411
        text="View/Navigation/Zoom_all" 
412
        />
413
      <menu 
414
        name="view-navigation-zoom-in-center"
415
        text="View/Navigation/Zoom_in_to_center" 
416
        />
417
      <menu 
418
        name="view-navigation-zoom-out-center"
419
        text="View/Navigation/Zoom_out_to_center" 
420
        />
421
      <menu 
422
        name="view-navigation-pan"
423
        text="View/Navigation/Pan" 
424
        />
425
      <menu 
426
        name="view-navigation-frame-manager"
427
        text="View/Navigation/Frame_manager" 
428
        />
429

    
430
      
431
      <menu 
432
        name="layer-set-visible"
433
        text="Layer/Set_to/visible" 
434
        />
435
      <menu 
436
        name="layer-set-hide"
437
        text="Layer/Set_to/Hidden" 
438
        />
439
      <menu 
440
        name="layer-set-active"
441
        text="Layer/Set_to/Active" 
442
        />
443
      <menu 
444
        name="layer-set-inactive"
445
        text="Layer/Set_to/Inactive" 
446
        />
447

    
448
      <menu 
449
        name="view-locator-setup"
450
        text="View/Locator_setup" 
451
        />
452
      
453
      
454
      <tool-bar name="view_navigation" position="3">
455
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
456
        <selectable-tool name="view-navigation-zoom-out-topoint" />
457
        <action-tool name="view-navigation-zoom-all"  />
458
        <action-tool name="view-navigation-zoom-in-center"  />
459
        <action-tool name="view-navigation-zoom-out-center"  />
460
      </tool-bar>
461
      
462
      <tool-bar name="view_navigation" position ="4">
463
        <selectable-tool name="view-navigation-pan"/>
464
        <action-tool name="view-navigation-frame-manager" />
465
      </tool-bar>
466

    
467
    </extension>
468

    
469
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
470
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
471
      active="true"
472
      priority="30">
473
      <action 
474
        name="view-query-distance"
475
        label="_Query_distance" 
476
        position="650700200" 
477
        action-command="view-query-distance" 
478
        icon="view-query-distance"
479
        tooltip="_Query_distance" 
480
        accelerator=""
481
        />
482
      <action 
483
        name="view-query-area"
484
        label="_Query_area" 
485
        position="650700100" 
486
        action-command="view-query-area" 
487
        icon="view-query-area"
488
        tooltip="_Query_area"
489
        accelerator=""
490
        />
491

    
492

    
493
      <menu 
494
        name="view-query-distance"
495
        text="View/Query/Distance" 
496
        />
497
      <menu 
498
        name="view-query-area"
499
        text="View/Query/Area" 
500
        />
501

    
502
      <tool-bar name="view_tools_query" position="5">
503
        <selectable-tool name="view-query-distance" />
504
        <selectable-tool name="view-query-area" />
505
      </tool-bar>
506

    
507
    </extension>
508

    
509
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
510
      description="Extensi?n encargada de gestionar la vista."
511
      active="true"
512
      priority="30">
513
      <action 
514
        name="selection-simple-select-view"
515
        label="_Simple_select" 
516
        position="300700000" 
517
        action-command="selection-simple-select-view" 
518
        icon="selection-simple-select"
519
        tooltip="_Simple_select" 
520
        accelerator=""
521
        />
522
      <action 
523
        name="selection-select-by-rectangle-view"
524
        label="Select_by_rectangle" 
525
        position="301200000" 
526
        action-command="selection-select-by-rectangle-view" 
527
        icon="selection-select-by-rectangle"
528
        tooltip="Select_by_rectangle" 
529
        accelerator=""
530
        />
531
      <action
532
        name="selection-select-by-polygon"
533
        label="Select_by_polygon" 
534
        position="301300000" 
535
        action-command="selection-select-by-polygon" 
536
        icon="selection-select-by-polygon"
537
        tooltip="Select_by_polygon" 
538
        accelerator=""
539
        />
540

    
541

    
542
      <menu 
543
        name="selection-simple-select-view"
544
        text="Selection/Simple" 
545
        />
546
      <menu 
547
        name="selection-select-by-rectangle-view"
548
        text="Selection/Select_by_rectangle" 
549
        />
550
      <menu 
551
        name="selection-select-by-polygon"
552
        text="Selection/Select_by_polygon" 
553
        />
554

    
555
      <tool-bar name="view_selection" position="6">
556
        <selectable-tool name="selection-simple-select-view" />
557
        <selectable-tool name="selection-select-by-rectangle-view" />
558
        <selectable-tool name="selection-select-by-polygon" />
559
      </tool-bar>
560

    
561
    </extension>
562
    
563
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
564
      description="Extensi?n encargada de la selecci?n por tema."
565
      active="true"
566
      priority="30">
567
      <action 
568
        name="selection-select-by-layer"
569
        position="301100000"
570
        label="_Select_by_layer" 
571
        action-command="selection-select-by-layer"
572
        icon="selection-select-by-layer"
573
        tooltip="_Select_by_layer" 
574
        accelerator=""
575
        />
576

    
577
      <menu 
578
        name="selection-select-by-layer"
579
        text="Selection/Select_by_layer" 
580
        />
581
    </extension>
582
        
583
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
584
      description="Extensi?n encargada de hacer la selecci?n inversa."
585
      active="true"
586
      priority="30">
587
      <action 
588
        name="selection-reverse-view"
589
        label="_Reverse_selection" 
590
        position="300500000" 
591
        action-command="selection-reverse-view" 
592
        icon="selection-reverse"
593
        tooltip="_Reverse_selection" 
594
        accelerator=""
595
        />
596

    
597
      <menu 
598
        name="selection-reverse-view"
599
        text="Selection/Reverse" 
600
        />
601

    
602
      <tool-bar name="view_selection" position="6">
603
          <action-tool name="selection-reverse-view" />
604
      </tool-bar>
605

    
606
    </extension>
607
        
608
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
609
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
610
      active="true">
611
      <action 
612
        name="view-properties"
613
        label="_View_properties" 
614
        position="659000000" 
615
        action-command="view-properties"
616
        icon="view-properties"
617
        tooltip="_Show_view_properties" 
618
        accelerator=""
619
        />
620

    
621

    
622
      <menu 
623
        name="view-properties"
624
        text="View/Properties" 
625
        />
626

    
627
    </extension>
628

    
629
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
630
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
631
      active="true">
632

    
633
      <action 
634
        name="view-navigation-zoom-to-selection"
635
        label="Zoom_to_selection" 
636
        position="650100900" 
637
        action-command="view-navigation-zoom-to-selection" 
638
        icon="view-navigation-zoom-to-selection"
639
        tooltip="Zoom_to_selection" 
640
        accelerator=""
641
        />
642

    
643
      <menu 
644
        name="view-navigation-zoom-to-selection"
645
        text="View/Navigation/Zoom_to_selection" 
646
        />
647

    
648
      <tool-bar name="view_navigation" position="3">
649
        <action-tool name="view-navigation-zoom-to-selection" />
650
      </tool-bar>
651

    
652
    </extension>
653

    
654
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
655
      description="Extensi?n encargada de limpiar la selecci?n."
656
      active="true">
657

    
658
      <action 
659
        name="selection-clear-view"
660
        label="_Clear_selection" 
661
        position="300300000" 
662
        action-command="selection-clear-view" 
663
        icon="edit-clear"
664
        tooltip="_Clear_selection" 
665
        accelerator=""
666
        />
667

    
668
      <menu 
669
        name="selection-clear-view"
670
        text="Selection/_Clear" 
671
        />
672

    
673
      <tool-bar name="view_selection" position="6">
674
        <action-tool name="selection-clear-view" />
675
      </tool-bar>
676

    
677
    </extension>
678

    
679
    <extension class-name="org.gvsig.app.extension.FiltroExtension"
680
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
681
      active="true">
682

    
683
      <action 
684
        name="layer-filter"
685
        label="Filter" 
686
        position="600100000" 
687
        icon="layer-filter" 
688
        tooltip="Filter" 
689
        action-command="layer-filter"
690
        accelerator=""
691
        />
692

    
693
      <menu 
694
        name="layer-filter"
695
        text="Layer/Filter" 
696
        />
697

    
698
      <tool-bar name="layer_tools" position="12">
699
        <action-tool name="layer-filter" />
700
      </tool-bar>
701

    
702
    </extension>
703

    
704
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
705
      description="Extensi?n con informaci?n sobre disposables."
706
      active="true"
707
      priority="1000">
708

    
709
      <action 
710
        name="tools-devel-disposables-show-pendings"
711
        label="_Show_pendings_disposables" 
712
        position="908500200"  
713
        tooltip="_Show_pendings_disposables" 
714
        action-command="tools-devel-disposables-show-pendings"
715
        icon="tools-devel-disposables-show-pendings"
716
        accelerator=""
717
        />
718
      <action 
719
        name="tools-devel-disposables-free-all"
720
        label="_Free_all_disposables" 
721
        position="908500201" 
722
        action-command="tools-devel-disposables-free-all"
723
        icon="tools-devel-disposables-free-all"
724
        tooltip="_Free_all_disposables" 
725
        accelerator=""
726
        />
727

    
728
      <menu 
729
        name="tools-devel-disposables-show-pendings"
730
        text="tools/Development/Disposables/Show_pendings" 
731
        />
732
      <menu 
733
        name="tools-devel-disposables-free-all"
734
        text="tools/Development/Disposables/Free_all" 
735
        />
736

    
737
    </extension>
738

    
739
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
740
      description="Presenta informacion relevante para debug."
741
      active="true"
742
      priority="30">
743
      <action 
744
        name="tools-devel-show-persistencefactories"
745
        label="_Show_persistence_factories" 
746
        tooltip="_Show_persistence_factories" 
747
        position="908500400" 
748
        action-command="tools-devel-show-persistencefactories"
749
        icon="tools-devel-show-persistencefactories"
750
        accelerator=""
751
        />
752
      <action 
753
        name="tools-devel-show-icontheme"
754
        label="_Show_icon_theme_information" 
755
        tooltip="_Show_icon_theme_information" 
756
        position="908500300" 
757
        action-command="tools-devel-show-icontheme"
758
        icon="tools-devel-show-icontheme"
759
        accelerator=""
760
        />
761
      <action 
762
        name="tools-devel-show-actions"
763
        label="_Show_actions_information" 
764
        tooltip="_Show_actions_information" 
765
        position="908500100" 
766
        action-command="tools-devel-show-actions"
767
        icon="tools-devel-show-actions"
768
        accelerator=""
769
        />
770
      <action 
771
        name="tools-devel-show-plugin-report"
772
        label="_Show_plugin_report" 
773
        tooltip="_Show_plugin_report_of_actions_menus_and_icons" 
774
        position="908500100" 
775
        action-command="tools-devel-show-plugin-report"
776
        icon="tools-devel-show-plugin-report"
777
        accelerator=""
778
        />
779
      <action 
780
        name="tools-devel-show-menus"
781
        label="_Show_menu_information" 
782
        tooltip="_Show_menu_information" 
783
        position="908500200" 
784
        action-command="tools-devel-show-menus"
785
        icon="tools-devel-show-menus"
786
        accelerator=""
787
        />
788
      <action 
789
        name="tools-devel-show-menus-by-plugin"
790
        label="_Show_menu_by_plugin_information" 
791
        tooltip="_Show_menu_ordered_by_plugin_information" 
792
        position="908500300" 
793
        action-command="tools-devel-show-menus-by-plugin"
794
        icon="tools-devel-show-menus-by-plugin"
795
        accelerator=""
796
        />
797
      <menu 
798
        name="tools-devel-show-persistencefactories"
799
        text="tools/Development/Show persistence factories" 
800
        />
801
      <menu 
802
        name="tools-devel-show-icontheme"
803
        text="tools/Development/Show icon theme information" 
804
        />
805
      <menu 
806
        name="tools-devel-show-plugin-report"
807
        text="tools/Development/Show plugin report of actions menus and icons" 
808
        />
809
      <menu 
810
        name="tools-devel-show-actions"
811
        text="tools/Development/Show actions information" 
812
        />
813
      <menu 
814
        name="tools-devel-show-menus"
815
        text="tools/Development/Show menu information" 
816
        />
817
      <menu 
818
        name="tools-devel-show-menus-by-plugin"
819
        text="tools/Development/Show menu by plugin information" 
820
        />
821

    
822
    </extension>
823

    
824

    
825
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
826
      description="Extensi?n encargada transformar la ventana activa en palette."
827
      active="true">
828

    
829
      <action 
830
        name="window-convert-to-tool"
831
        label="_Convert_to_tool" 
832
        tooltip="_Convert_regular_window_to_tool_window" 
833
        position="960300000" 
834
        action-command="window-convert-to-tool"
835
        icon="window-convert-to-tool"
836
        accelerator=""
837
        />
838

    
839
      <menu 
840
        name="window-convert-to-tool"
841
        text="Window/Convert_to_tool" 
842
        />
843

    
844
    </extension>
845

    
846
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
847
      description="Extensi?n encargada transformar la ventana palette en su original."
848
      active="true">
849

    
850
      <action
851
        name="window-restore-from-tool"
852
        label="_Restore_tool" 
853
        tooltip="_Restore_tool_window_to_regular_window" 
854
        position="960400000" 
855
        action-command="window-restore-from-tool"
856
        icon="window-restore-from-tool"
857
        accelerator=""
858
        />
859

    
860

    
861
      <menu 
862
        name="window-restore-from-tool"
863
        text="Window/Restore_from_tool" 
864
        />
865

    
866
    </extension>
867

    
868
    <extension class-name="org.gvsig.app.extension.About"
869
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
870
      active="true"
871
      priority="90090">
872

    
873
      <action
874
        name="help-about"
875
        label="_About" 
876
        tooltip="_Show_about" 
877
        position="999000000" 
878
        action-command="help-about"
879
        icon="help-about"
880
        accelerator=""
881
        />
882

    
883
      <menu 
884
        name="help-about"
885
        text="Help/About" 
886
        />
887

    
888
    </extension>
889
    
890
    <extension
891
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
892
            description="" active="true">
893

    
894
            <action 
895
                 name="tools-symbology-browse-symbols" 
896
                 label="_Browse_symbols"
897
                 tooltip="_Browse_symbols" 
898
                 action-command="tools-symbology-browse-symbols"
899
                 icon="tools-symbology-browse-symbols" 
900
                 position="900400050" 
901
                 accelerator="" 
902
            />
903
            <menu
904
                 name="tools-symbology-browse-symbols" 
905
                 text="tools/Symbols/Browse symbols"
906
            />
907
        </extension>
908

    
909
  </extensions>
910

    
911
</plugin-config>