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

History | View | Annotate | Download (46.3 KB)

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

4
    gvSIG. Desktop Geographic Information System.
5

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

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

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

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

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

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