Statistics
| Revision:

root / branches / v2_0_0_prep / applications / appgvSIG / config / config.xml @ 40403

History | View | Annotate | Download (26.1 KB)

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

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

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

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

    
95

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
468
    </extension>
469

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

    
493

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

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

    
508
    </extension>
509

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

    
542

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

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

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

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

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

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

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

    
622

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

    
628
    </extension>
629

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

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

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

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

    
653
    </extension>
654

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

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

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

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

    
678
    </extension>
679

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

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

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

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

    
703
    </extension>
704

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

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

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

    
738
    </extension>
739

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

    
823
    </extension>
824

    
825

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

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

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

    
845
    </extension>
846

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

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

    
861

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

    
867
    </extension>
868

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

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

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

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

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

    
910
  </extensions>
911

    
912
</plugin-config>