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

History | View | Annotate | Download (33.6 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 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.CheckSOAndArquitectureExtension"
62
      description="Check OS and architecture of installed packages"
63
      active="true"
64
      priority="1">
65
    </extension>
66
67
    <extension class-name="org.gvsig.app.extension.InitializeApplicationExtension"
68
      description="Initialize application extension"
69
      active="true"
70
      priority="99999">
71
    </extension>
72
73
    <extension class-name="org.gvsig.app.extension.ProjectExtension"
74
      description="Extensi?n encargada de gestionar los proyectos."
75
      active="true"
76
      priority="10">
77
78 42037 fdiaz
      <action
79 40435 jjdelcerro
        name= "application-project-new"
80
        label="nuevo_proyecto"
81
        tooltip="nuevo_tooltip"
82 42037 fdiaz
        action-command="application-project-new"
83 40435 jjdelcerro
        icon="application-project-new"
84
        position="100100000"
85
        accelerator="Ctrl+N"
86
        />
87
      <action
88
        name="application-project-open"
89
        label="abrir_proyecto"
90
        tooltip="abrir_tooltip"
91 42037 fdiaz
        action-command="application-project-open"
92 40435 jjdelcerro
        icon="application-project-open"
93
        position="100200000"
94
        accelerator="Ctrl+O"
95
        />
96 42037 fdiaz
      <action
97 40435 jjdelcerro
        name="application-project-save"
98
        label="guardar_proyecto"
99
        tooltip="guardar_tooltip"
100 42037 fdiaz
        action-command="application-project-save"
101 40435 jjdelcerro
        icon="application-project-save"
102
        position="100300000"
103
        accelerator="Ctrl+S"
104
        />
105 42037 fdiaz
      <action
106 40435 jjdelcerro
        name="application-project-saveas"
107
        label="guardar_como"
108
        tooltip="guardar_como"
109 42037 fdiaz
        action-command="application-project-save-as"
110 40435 jjdelcerro
        icon="application-project-save-as"
111
        position="100400000"
112
        accelerator="Ctrl+Shift+S"
113
        />
114
115
116 40893 jjdelcerro
117 40435 jjdelcerro
      <menu text="File"
118
        position="100000000"
119
        is_separator="true"/>
120
      <menu text="File/Export"
121
        position="100900000"
122
        is_separator="true"/>
123
      <menu text="Edit"
124
        position="200000000"
125
        is_separator="true"/>
126
      <menu text="Selection"
127
        position="300000000"
128
        is_separator="true"/>
129
      <menu text="Show"
130
        position="400000000"
131
        is_separator="true"/>
132
133
      <menu text="Layer"
134
        position="600000000"
135
        is_separator="true"/>
136
      <menu text="Layer/Set_to"
137
        position="600400000"
138
        is_separator="true"/>
139
140
      <menu text="View"
141
        position="650000000"
142
        is_separator="true"/>
143
      <menu text="View/Navigation"
144
        position="650100000"
145
        is_separator="true"/>
146
      <menu text="View/Query"
147
        position="650700000"
148
        is_separator="true"/>
149 42037 fdiaz
150 40435 jjdelcerro
      <menu text="tools"
151
        position="900000000"
152
        is_separator="true"/>
153
      <menu text="tools/Development"
154 42037 fdiaz
        position="908500000"
155 40435 jjdelcerro
        is_separator="true"/>
156
      <menu text="tools/Development/Disposables"
157 42037 fdiaz
        position="908500200"
158 40435 jjdelcerro
        is_separator="true"/>
159 42037 fdiaz
160
161 40435 jjdelcerro
      <menu text="Window"
162
        position="960000000"
163
        is_separator="true"/>
164
      <menu text="Help"
165
        position="990000000"
166
        is_separator="true"/>
167
168 42037 fdiaz
      <menu
169 40435 jjdelcerro
        text="File/nuevo_proyecto"
170
        name= "application-project-new"
171
        />
172 42037 fdiaz
      <menu
173 40435 jjdelcerro
        text="File/abrir_proyecto"
174
        name="application-project-open"
175
        />
176 42037 fdiaz
      <menu
177 40435 jjdelcerro
        text="File/guardar_proyecto"
178
        name="application-project-save"
179
        />
180 42037 fdiaz
      <menu
181 40435 jjdelcerro
        text="File/guardar_como"
182
        name="application-project-saveas"
183
        />
184 40893 jjdelcerro
185 40435 jjdelcerro
      <tool-bar name="project" position="1">
186
        <action-tool name="application-project-new"/>
187
        <action-tool name="application-project-open"/>
188
        <action-tool name="application-project-save"/>
189
      </tool-bar>
190
    </extension>
191
192
    <extension class-name="org.gvsig.app.extension.ViewProjectWindow"
193
      description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
194
      active="true">
195
196 42037 fdiaz
      <action
197 40435 jjdelcerro
        name="show-project-manager"
198
        label="_Show_project"
199
        tooltip="_Show_project_window"
200 42037 fdiaz
        action-command="show-project-manager"
201 40435 jjdelcerro
        icon="show-project-manager"
202
        position="400100000"
203
        accelerator="Alt+P"
204
        />
205
206 42037 fdiaz
      <menu
207 40435 jjdelcerro
        text="Show/_Project_manager"
208
        name="show-project-manager"
209
        />
210
    </extension>
211
212 41634 jjdelcerro
    <extension class-name="org.gvsig.app.extension.AddLayerDropingFile"
213
      description="Soporte para a?adir capas arrastrando el fichero al TOC."
214
      active="true"
215
      priority="20">
216
    </extension>
217
218 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.AddLayer"
219
      description="Extensi?n encargada de abrir las diferentes capas."
220
      active="true"
221
      priority="20">
222 42037 fdiaz
      <action
223 40435 jjdelcerro
        name="view-layer-add"
224
        label="Add_layer"
225
        tooltip="Add_layer"
226 42037 fdiaz
        action-command="view-layer-add"
227 40435 jjdelcerro
        icon="view-layer-add"
228
        position="650300000"
229
        accelerator="Alt+O"
230
        />
231
232 42037 fdiaz
      <menu
233 40435 jjdelcerro
        name="view-layer-add"
234 42037 fdiaz
        text="View/Add_layer"
235 40435 jjdelcerro
        />
236
      <tool-bar name="view" position="30010">
237
        <action-tool name="view-layer-add"/>
238
      </tool-bar>
239
    </extension>
240
241
    <extension class-name="org.gvsig.app.extension.BasicSymbologyExtension"
242
      description="Enables the  symbology."
243
      active="true"
244
      priority="20">
245
    </extension>
246
247
    <extension class-name="org.gvsig.app.extension.ZoomPrev"
248
      description="Extensi?n encargada de gestionar los zooms previos al actual."
249
      active="true">
250 42037 fdiaz
      <action
251 40435 jjdelcerro
        name="view-navigation-zoom-back"
252
        label="Zoom_back"
253
        tooltip="Zoom_back"
254 42037 fdiaz
        action-command="view-navigation-zoom-back"
255 40435 jjdelcerro
        icon="view-navigation-zoom-back"
256
        position="650100700"
257
        accelerator=""
258
        />
259
260 42037 fdiaz
      <menu
261 40435 jjdelcerro
        name="view-navigation-zoom-back"
262 42037 fdiaz
        text="View/Navigation/Zoom_back"
263 40435 jjdelcerro
        />
264
      <tool-bar name="view_navigation" position ="3">
265
        <action-tool name="view-navigation-zoom-back"/>
266
      </tool-bar>
267 42170 mcompany
    </extension>
268
269
    <extension class-name="org.gvsig.app.extension.ZoomNext"
270
      description="Extensi?n encargada de gestionar los zooms siguientes al actual."
271
      active="true">
272
      <action
273
        name="view-navigation-zoom-next"
274
        label="Zoom_next"
275
        tooltip="Zoom_next"
276
        action-command="view-navigation-zoom-next"
277
        icon="view-navigation-zoom-next"
278
        position="650100710"
279
        accelerator=""
280
        />
281
282
      <menu
283
        name="view-navigation-zoom-next"
284
        text="View/Navigation/Zoom_next"
285
        />
286
      <tool-bar name="view_navigation" position ="3">
287
        <action-tool name="view-navigation-zoom-next"/>
288
      </tool-bar>
289 40435 jjdelcerro
    </extension>
290 42170 mcompany
291 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.InfoToolExtension"
292
      description="Extensi?n encargada de gestionar la herramienta de info."
293
      active="true"
294
      priority="29">
295 42037 fdiaz
      <action
296 40435 jjdelcerro
        name="layer-info-by-point"
297
        label="_Information_by_point"
298
        tooltip="_Information_by_point"
299 42037 fdiaz
        action-command="layer-info-by-point"
300 40435 jjdelcerro
        icon="layer-info-by-point"
301
        position="600200000"
302
        accelerator=""
303
        />
304 42037 fdiaz
      <menu
305 40435 jjdelcerro
        name="layer-info-by-point"
306 42037 fdiaz
        text="Layer/Query/_Information_by_point"
307 40435 jjdelcerro
        />
308
      <tool-bar name="view_tools_query" position="5">
309
        <selectable-tool name="layer-info-by-point" />
310
      </tool-bar>
311
    </extension>
312 42037 fdiaz
313
314 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.MetadataPropertiesExtension"
315
      description="Extensi?n encargada de mostrar los metadatos de la capa seleccionada."
316
      active="true">
317
    </extension>
318
319 42037 fdiaz
320 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewControls"
321
      description="Extensi?n encargada de gestionar la vista."
322
      active="true"
323
      priority="30">
324
      <combo-scale name="view-change-scale"
325
        label="1:"
326
        elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
327
          value="10000"
328
          action-command="view-change-scale" />
329 42037 fdiaz
330
      <action
331 40435 jjdelcerro
        name="view-change-scale"
332 42037 fdiaz
        label="_Change_scale"
333
        action-command="view-change-scale"
334 40435 jjdelcerro
        />
335
336 42037 fdiaz
      <action
337 40435 jjdelcerro
        name="view-navigation-zoom-in-topoint"
338 42037 fdiaz
        label="Zoom_in"
339
        position="650100400"
340
        action-command="view-navigation-zoom-in-topoint"
341 40435 jjdelcerro
        icon="view-navigation-zoom-in-topoint"
342
        tooltip="Zoom_in"
343
        accelerator=""
344
        />
345 42037 fdiaz
      <action
346 40435 jjdelcerro
        name="view-navigation-zoom-out-topoint"
347 42037 fdiaz
        label="Zoom_out"
348
        position="650100500"
349
        action-command="view-navigation-zoom-out-topoint"
350 40435 jjdelcerro
        icon="view-navigation-zoom-out-topoint"
351
        tooltip="Zoom_out"
352
        accelerator=""
353
        />
354 42037 fdiaz
      <action
355 40435 jjdelcerro
        name="view-navigation-zoom-all"
356 42037 fdiaz
        label="Zoom_all"
357 42099 mcompany
        position="650100600"
358 42037 fdiaz
        action-command="view-navigation-zoom-all"
359 40435 jjdelcerro
        icon="view-navigation-zoom-all"
360 42037 fdiaz
        tooltip="Zoom_all"
361 40435 jjdelcerro
        accelerator=""
362
        />
363 42037 fdiaz
      <action
364 40435 jjdelcerro
        name="view-navigation-zoom-in-center"
365 42037 fdiaz
        label="Zoom_in_to_center"
366
        position="650100200"
367
        action-command="view-navigation-zoom-in-center"
368
        tooltip="Zoom_in_to_center"
369 40435 jjdelcerro
        icon="view-navigation-zoom-in-center"
370
        accelerator=""
371
        />
372 42037 fdiaz
      <action
373 40435 jjdelcerro
        name="view-navigation-zoom-out-center"
374 42037 fdiaz
        label="Zoom_out_to_center"
375
        position="650100300"
376
        action-command="view-navigation-zoom-out-center"
377
        tooltip="Zoom_out_to_center"
378 40435 jjdelcerro
        icon="view-navigation-zoom-out-center"
379
        accelerator=""
380
        />
381 42037 fdiaz
      <action
382 40435 jjdelcerro
        name="view-navigation-pan"
383 42037 fdiaz
        label="Pan"
384
        position="650100100"
385
        action-command="view-navigation-pan"
386 40435 jjdelcerro
        icon="view-navigation-pan"
387
        tooltip="Pan"
388
        accelerator=""
389
        />
390 42037 fdiaz
      <action
391 40435 jjdelcerro
        name="view-navigation-frame-manager"
392 42037 fdiaz
        label="Frame_manager"
393
        position="650109000"
394
        action-command="view-navigation-frame-manager"
395 40435 jjdelcerro
        icon="view-navigation-frame-manager"
396
        tooltip="Frame_manager"
397
        accelerator=""
398
        />
399
400 42037 fdiaz
401
      <action
402 40435 jjdelcerro
        name="layer-set-visible"
403 42037 fdiaz
        label="_Show_layers"
404
        position="600400100"
405 40435 jjdelcerro
        action-command="layer-set-visible"
406
        icon="layer-set-visible"
407
        tooltip="_Show_layers"
408
        accelerator=""
409
        />
410 42037 fdiaz
      <action
411 40435 jjdelcerro
        name="layer-set-hide"
412 42037 fdiaz
        label="_Hide_layers"
413 40435 jjdelcerro
        position="600400200"
414
        action-command="layer-set-hide"
415
        icon="layer-set-hide"
416
        tooltip="_Hide_layers"
417
        accelerator=""
418
        />
419 42037 fdiaz
      <action
420 40435 jjdelcerro
        name="layer-set-active"
421 42037 fdiaz
        label="_Set_Layers_active"
422 40435 jjdelcerro
        position="600400300"
423
        action-command="layer-set-active"
424
        icon="layer-set-active"
425
        tooltip="_Set_Layers_active"
426
        accelerator=""
427
        />
428 42037 fdiaz
      <action
429 40435 jjdelcerro
        name="layer-set-inactive"
430 42037 fdiaz
        label="_Set_Layers_inactive"
431
        position="600400400"
432 40435 jjdelcerro
        action-command="layer-set-inactive"
433
        icon="layer-set-inactive"
434
        tooltip="_Set_Layers_inactive"
435
        accelerator=""
436
        />
437
438 42037 fdiaz
      <action
439 40435 jjdelcerro
        name="view-locator-setup"
440 42037 fdiaz
        label="_Locator_setup"
441
        position="658000000"
442 40435 jjdelcerro
        action-command="view-locator-setup"
443
        icon="view-locator-setup"
444
        tooltip="_Locator_setup"
445
        accelerator=""
446
        />
447
448 42037 fdiaz
      <menu
449 40435 jjdelcerro
        name="view-navigation-zoom-in-topoint"
450 42037 fdiaz
        text="View/Navigation/Zoom_in"
451 40435 jjdelcerro
        />
452 42037 fdiaz
      <menu
453 40435 jjdelcerro
        name="view-navigation-zoom-out-topoint"
454 42037 fdiaz
        text="View/Navigation/Zoom_out"
455 40435 jjdelcerro
        />
456 42037 fdiaz
      <menu
457 40435 jjdelcerro
        name="view-navigation-zoom-all"
458 42037 fdiaz
        text="View/Navigation/Zoom_all"
459 40435 jjdelcerro
        />
460 42037 fdiaz
      <menu
461 40435 jjdelcerro
        name="view-navigation-zoom-in-center"
462 42037 fdiaz
        text="View/Navigation/Zoom_in_to_center"
463 40435 jjdelcerro
        />
464 42037 fdiaz
      <menu
465 40435 jjdelcerro
        name="view-navigation-zoom-out-center"
466 42037 fdiaz
        text="View/Navigation/Zoom_out_to_center"
467 40435 jjdelcerro
        />
468 42037 fdiaz
      <menu
469 40435 jjdelcerro
        name="view-navigation-pan"
470 42037 fdiaz
        text="View/Navigation/Pan"
471 40435 jjdelcerro
        />
472 42037 fdiaz
      <menu
473 40435 jjdelcerro
        name="view-navigation-frame-manager"
474 42037 fdiaz
        text="View/Navigation/Frame_manager"
475 40435 jjdelcerro
        />
476
477 42037 fdiaz
478
      <menu
479 40435 jjdelcerro
        name="layer-set-visible"
480 42037 fdiaz
        text="View/_Set_all_layers_to/visible"
481 40435 jjdelcerro
        />
482 42037 fdiaz
      <menu
483 40435 jjdelcerro
        name="layer-set-hide"
484 42037 fdiaz
        text="View/_Set_all_layers_to/Hidden"
485 40435 jjdelcerro
        />
486 42037 fdiaz
      <menu
487 40435 jjdelcerro
        name="layer-set-active"
488 42037 fdiaz
        text="View/_Set_all_layers_to/Active"
489 40435 jjdelcerro
        />
490 42037 fdiaz
      <menu
491 40435 jjdelcerro
        name="layer-set-inactive"
492 42037 fdiaz
        text="View/_Set_all_layers_to/Inactive"
493 40435 jjdelcerro
        />
494
495 42037 fdiaz
      <menu
496 40435 jjdelcerro
        name="view-locator-setup"
497 42037 fdiaz
        text="View/Locator_setup"
498 40435 jjdelcerro
        />
499 42037 fdiaz
500
501 40435 jjdelcerro
      <tool-bar name="view_navigation" position="3">
502
        <selectable-tool name="view-navigation-zoom-in-topoint" is-default="true" />
503
        <selectable-tool name="view-navigation-zoom-out-topoint" />
504
        <action-tool name="view-navigation-zoom-all"  />
505
        <action-tool name="view-navigation-zoom-in-center"  />
506
        <action-tool name="view-navigation-zoom-out-center"  />
507
      </tool-bar>
508 42037 fdiaz
509 40435 jjdelcerro
      <tool-bar name="view_navigation" position ="4">
510
        <selectable-tool name="view-navigation-pan"/>
511
        <action-tool name="view-navigation-frame-manager" />
512
      </tool-bar>
513
514
    </extension>
515
516
    <extension class-name="org.gvsig.app.extension.MeasureExtension"
517
      description="Extensi?n encargada de gestionar las operaciones de medir sobre la vista."
518
      active="true"
519
      priority="30">
520 42037 fdiaz
      <action
521 40435 jjdelcerro
        name="view-query-distance"
522 42037 fdiaz
        label="_Query_distance"
523
        position="650700200"
524
        action-command="view-query-distance"
525 40435 jjdelcerro
        icon="view-query-distance"
526 42037 fdiaz
        tooltip="_Query_distance"
527 40435 jjdelcerro
        accelerator=""
528
        />
529 42037 fdiaz
      <action
530 40435 jjdelcerro
        name="view-query-area"
531 42037 fdiaz
        label="_Query_area"
532
        position="650700100"
533
        action-command="view-query-area"
534 40435 jjdelcerro
        icon="view-query-area"
535
        tooltip="_Query_area"
536
        accelerator=""
537
        />
538
539
540 42037 fdiaz
      <menu
541 40435 jjdelcerro
        name="view-query-distance"
542 42105 mcompany
        text="Layer/Query/Distance"
543 40435 jjdelcerro
        />
544 42037 fdiaz
      <menu
545 40435 jjdelcerro
        name="view-query-area"
546 42105 mcompany
        text="Layer/Query/Area"
547 40435 jjdelcerro
        />
548
549
      <tool-bar name="view_tools_query" position="5">
550
        <selectable-tool name="view-query-distance" />
551
        <selectable-tool name="view-query-area" />
552
      </tool-bar>
553
554
    </extension>
555
556
    <extension class-name="org.gvsig.app.extension.ViewSelectionControls"
557
      description="Extensi?n encargada de gestionar la vista."
558
      active="true"
559
      priority="30">
560 41066 jldominguez
561 42037 fdiaz
      <action
562 40435 jjdelcerro
        name="selection-select-by-rectangle-view"
563 42037 fdiaz
        label="Select_by_rectangle"
564 42142 mcompany
        position="300020000"
565 42037 fdiaz
        action-command="selection-select-by-rectangle-view"
566 40435 jjdelcerro
        icon="selection-select-by-rectangle"
567 42037 fdiaz
        tooltip="Select_by_rectangle"
568 40435 jjdelcerro
        accelerator=""
569
        />
570
      <action
571
        name="selection-select-by-polygon"
572 42037 fdiaz
        label="Select_by_polygon"
573 42142 mcompany
        position="300030000"
574 42037 fdiaz
        action-command="selection-select-by-polygon"
575 40435 jjdelcerro
        icon="selection-select-by-polygon"
576 42037 fdiaz
        tooltip="Select_by_polygon"
577 40435 jjdelcerro
        accelerator=""
578
        />
579
580 42037 fdiaz
      <menu
581 40435 jjdelcerro
        name="selection-select-by-rectangle-view"
582 42037 fdiaz
        text="Selection/Select_by_rectangle"
583 40435 jjdelcerro
        />
584 42037 fdiaz
      <menu
585 40435 jjdelcerro
        name="selection-select-by-polygon"
586 42037 fdiaz
        text="Selection/Select_by_polygon"
587 40435 jjdelcerro
        />
588
589
      <tool-bar name="view_selection" position="6">
590
        <selectable-tool name="selection-select-by-rectangle-view" />
591
        <selectable-tool name="selection-select-by-polygon" />
592
      </tool-bar>
593
594
    </extension>
595 42037 fdiaz
596
597
598 41066 jldominguez
    <extension class-name="org.gvsig.app.extension.ViewSimpleSelectionControl"
599
      description="Extensi?n encargada de gestionar la herramienta de selecci?n simple."
600
      active="true"
601
      priority="30">
602 42037 fdiaz
      <action
603 41066 jldominguez
        name="selection-simple-select-view"
604 42037 fdiaz
        label="_Simple_select"
605 42142 mcompany
        position="300010000"
606 42037 fdiaz
        action-command="selection-simple-select-view"
607 41066 jldominguez
        icon="selection-simple-select"
608 42037 fdiaz
        tooltip="_Simple_select"
609 41066 jldominguez
        accelerator=""
610
        />
611
612 42037 fdiaz
      <menu
613 41066 jldominguez
        name="selection-simple-select-view"
614 42037 fdiaz
        text="Selection/Simple"
615 41066 jldominguez
        />
616
617
      <tool-bar name="view_selection" position="6">
618 41963 jjdelcerro
        <selectable-tool name="selection-simple-select-view" />
619 41066 jldominguez
      </tool-bar>
620
621 42037 fdiaz
    </extension>
622
623
624 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewSelectionByTheme"
625
      description="Extensi?n encargada de la selecci?n por tema."
626
      active="true"
627
      priority="30">
628 42037 fdiaz
      <action
629 40435 jjdelcerro
        name="selection-select-by-layer"
630 42142 mcompany
        position="300070000"
631 42037 fdiaz
        label="_Select_by_layer"
632 40435 jjdelcerro
        action-command="selection-select-by-layer"
633
        icon="selection-select-by-layer"
634 42037 fdiaz
        tooltip="_Select_by_layer"
635 40435 jjdelcerro
        accelerator=""
636
        />
637
638 42037 fdiaz
      <menu
639 40435 jjdelcerro
        name="selection-select-by-layer"
640 42037 fdiaz
        text="Selection/Select_by_layer"
641 40435 jjdelcerro
        />
642
    </extension>
643 42037 fdiaz
644 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewInvertSelection"
645
      description="Extensi?n encargada de hacer la selecci?n inversa."
646
      active="true"
647
      priority="30">
648 42037 fdiaz
      <action
649 40435 jjdelcerro
        name="selection-reverse-view"
650 42037 fdiaz
        label="_Reverse_selection"
651 42142 mcompany
        position="300100000"
652 42037 fdiaz
        action-command="selection-reverse-view"
653 40435 jjdelcerro
        icon="selection-reverse"
654 42037 fdiaz
        tooltip="_Reverse_selection"
655 40435 jjdelcerro
        accelerator=""
656
        />
657
658 42037 fdiaz
      <menu
659 40435 jjdelcerro
        name="selection-reverse-view"
660 42037 fdiaz
        text="Selection/Reverse"
661 40435 jjdelcerro
        />
662
663
      <tool-bar name="view_selection" position="6">
664
          <action-tool name="selection-reverse-view" />
665
      </tool-bar>
666
667
    </extension>
668 42037 fdiaz
669 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ViewPropertiesExtension"
670
      description="Extensi?n encargada de gestionar el di?logo de propiedades de la vista."
671
      active="true">
672 42037 fdiaz
      <action
673 40435 jjdelcerro
        name="view-properties"
674 42037 fdiaz
        label="_View_properties"
675
        position="659000000"
676 40435 jjdelcerro
        action-command="view-properties"
677
        icon="view-properties"
678 42037 fdiaz
        tooltip="_Show_view_properties"
679 40435 jjdelcerro
        accelerator=""
680
        />
681
682
683 42037 fdiaz
      <menu
684 40435 jjdelcerro
        name="view-properties"
685 42037 fdiaz
        text="View/Properties"
686 40435 jjdelcerro
        />
687
688
    </extension>
689
690
    <extension class-name="org.gvsig.app.extension.ZoomToSelectExtension"
691
      description="Extensi?n encargada de gestionar los eventos realizados sobre una capa."
692
      active="true">
693
694 42037 fdiaz
      <action
695 40435 jjdelcerro
        name="view-navigation-zoom-to-selection"
696 42037 fdiaz
        label="Zoom_to_selection"
697
        position="650100900"
698
        action-command="view-navigation-zoom-to-selection"
699 40435 jjdelcerro
        icon="view-navigation-zoom-to-selection"
700 42037 fdiaz
        tooltip="Zoom_to_selection"
701 40435 jjdelcerro
        accelerator=""
702
        />
703
704 42037 fdiaz
      <menu
705 40435 jjdelcerro
        name="view-navigation-zoom-to-selection"
706 42037 fdiaz
        text="View/Navigation/Zoom_to_selection"
707 40435 jjdelcerro
        />
708
709
      <tool-bar name="view_navigation" position="3">
710
        <action-tool name="view-navigation-zoom-to-selection" />
711
      </tool-bar>
712
713
    </extension>
714
715
    <extension class-name="org.gvsig.app.extension.ClearSelectionExtension"
716
      description="Extensi?n encargada de limpiar la selecci?n."
717
      active="true">
718
719 42037 fdiaz
      <action
720 40435 jjdelcerro
        name="selection-clear-view"
721 42037 fdiaz
        label="_Clear_selection"
722 42142 mcompany
        position="300110000"
723 42037 fdiaz
        action-command="selection-clear-view"
724 40435 jjdelcerro
        icon="edit-clear"
725 42037 fdiaz
        tooltip="_Clear_selection"
726 40435 jjdelcerro
        accelerator=""
727
        />
728
729 42037 fdiaz
      <menu
730 40435 jjdelcerro
        name="selection-clear-view"
731 42037 fdiaz
        text="Selection/_Clear"
732 40435 jjdelcerro
        />
733
734
      <tool-bar name="view_selection" position="6">
735
        <action-tool name="selection-clear-view" />
736
      </tool-bar>
737
738
    </extension>
739
740 41641 jjdelcerro
    <extension class-name="org.gvsig.app.extension.SelectByAttributesExtension"
741 40435 jjdelcerro
      description="Extensi?n encargada de abrir el di?logo para filtrar una vista."
742
      active="true">
743
744 42037 fdiaz
      <action
745 41641 jjdelcerro
        name="selection-by-attributes-layer"
746 42037 fdiaz
        label="_Select_by_attributes"
747 42142 mcompany
        position="300080000"
748 42037 fdiaz
        icon="selection-by-attributes"
749
        tooltip="_Select_by_attributes"
750 41641 jjdelcerro
        action-command="selection-by-attributes-layer"
751 40435 jjdelcerro
        accelerator=""
752
        />
753
754 42037 fdiaz
      <menu
755 41641 jjdelcerro
        name="selection-by-attributes-layer"
756 42037 fdiaz
        text="Selection/_Select_by_attributes"
757 40435 jjdelcerro
        />
758
759 41962 jjdelcerro
      <tool-bar name="view_selection" position="12">
760 41641 jjdelcerro
        <action-tool name="selection-by-attributes-layer" />
761 40435 jjdelcerro
      </tool-bar>
762
763
    </extension>
764
765
    <extension class-name="org.gvsig.app.extension.dispose.DisposableManagementExtension"
766
      description="Extensi?n con informaci?n sobre disposables."
767
      active="true"
768
      priority="1000">
769
770 42037 fdiaz
      <action
771 40435 jjdelcerro
        name="tools-devel-disposables-show-pendings"
772 42037 fdiaz
        label="_Show_pendings_disposables"
773
        position="908500200"
774
        tooltip="_Show_pendings_disposables"
775 40435 jjdelcerro
        action-command="tools-devel-disposables-show-pendings"
776
        icon="tools-devel-disposables-show-pendings"
777
        accelerator=""
778
        />
779 42037 fdiaz
      <action
780 40435 jjdelcerro
        name="tools-devel-disposables-free-all"
781 42037 fdiaz
        label="_Free_all_disposables"
782
        position="908500201"
783 40435 jjdelcerro
        action-command="tools-devel-disposables-free-all"
784
        icon="tools-devel-disposables-free-all"
785 42037 fdiaz
        tooltip="_Free_all_disposables"
786 40435 jjdelcerro
        accelerator=""
787
        />
788
789 42037 fdiaz
      <menu
790 40435 jjdelcerro
        name="tools-devel-disposables-show-pendings"
791 42037 fdiaz
        text="tools/Development/Disposables/Show_pendings"
792 40435 jjdelcerro
        />
793 42037 fdiaz
      <menu
794 40435 jjdelcerro
        name="tools-devel-disposables-free-all"
795 42037 fdiaz
        text="tools/Development/Disposables/Free_all"
796 40435 jjdelcerro
        />
797
798
    </extension>
799
800 41280 jjdelcerro
    <extension class-name="org.gvsig.app.extension.TranslationsPackageExtension"
801
      description="Extensi?n para la creacion de paquetes de traducciones."
802
      active="true"
803
      priority="1000">
804
805 42037 fdiaz
      <action
806 41280 jjdelcerro
        name="tools-devel-translations-package"
807 42037 fdiaz
        label="_Translations_package"
808
        position="908500200"
809
        tooltip="_Translations_package"
810 41280 jjdelcerro
        action-command="tools-devel-translations-package"
811
        icon="tools-devel-translations-package"
812
        accelerator=""
813
        />
814
815 41284 jjdelcerro
816 42037 fdiaz
      <menu
817 41280 jjdelcerro
        name="tools-devel-translations-package"
818 42037 fdiaz
        text="tools/Development/_Translations_package"
819 41280 jjdelcerro
        />
820
821 41284 jjdelcerro
822 41280 jjdelcerro
    </extension>
823
824 41323 jjdelcerro
    <extension class-name="org.gvsig.app.extension.develtools.EditingListenerExtension"
825
      description="Monitor de operaciones de edition."
826
      active="true"
827
      priority="1000">
828
829 42037 fdiaz
      <action
830 41323 jjdelcerro
        name="tools-devel-show-editing-listener"
831 42037 fdiaz
        label="Show editing monitor"
832
        position="908500200"
833
        tooltip="Show editing monitor"
834 41323 jjdelcerro
        action-command="tools-devel-show-editing-listener"
835
        icon="tools-devel-show-editing-listener"
836
        accelerator=""
837
        />
838
839 42037 fdiaz
      <menu
840 41323 jjdelcerro
        name="tools-devel-show-editing-listener"
841 42078 jbadia
        text="tools/Development/Show_editing_monitor"
842 41323 jjdelcerro
        />
843
    </extension>
844
845 40435 jjdelcerro
    <extension class-name="org.gvsig.app.extension.ShowDevelInfoExtension"
846
      description="Presenta informacion relevante para debug."
847
      active="true"
848
      priority="30">
849 42037 fdiaz
      <action
850 40435 jjdelcerro
        name="tools-devel-show-persistencefactories"
851 42037 fdiaz
        label="_Show_persistence_factories"
852
        tooltip="_Show_persistence_factories"
853
        position="908500400"
854 40435 jjdelcerro
        action-command="tools-devel-show-persistencefactories"
855
        icon="tools-devel-show-persistencefactories"
856
        accelerator=""
857
        />
858 42037 fdiaz
      <action
859 40435 jjdelcerro
        name="tools-devel-show-icontheme"
860 42037 fdiaz
        label="_Show_icon_theme_information"
861
        tooltip="_Show_icon_theme_information"
862
        position="908500300"
863 40435 jjdelcerro
        action-command="tools-devel-show-icontheme"
864
        icon="tools-devel-show-icontheme"
865
        accelerator=""
866
        />
867 42037 fdiaz
      <action
868 40435 jjdelcerro
        name="tools-devel-show-actions"
869 42037 fdiaz
        label="_Show_actions_information"
870
        tooltip="_Show_actions_information"
871
        position="908500100"
872 40435 jjdelcerro
        action-command="tools-devel-show-actions"
873
        icon="tools-devel-show-actions"
874
        accelerator=""
875
        />
876 42037 fdiaz
      <action
877 40435 jjdelcerro
        name="tools-devel-show-plugin-report"
878 42037 fdiaz
        label="_Show_plugin_report"
879
        tooltip="_Show_plugin_report_of_actions_menus_and_icons"
880
        position="908500100"
881 40435 jjdelcerro
        action-command="tools-devel-show-plugin-report"
882
        icon="tools-devel-show-plugin-report"
883
        accelerator=""
884
        />
885 42037 fdiaz
      <action
886 40435 jjdelcerro
        name="tools-devel-show-menus"
887 42037 fdiaz
        label="_Show_menu_information"
888
        tooltip="_Show_menu_information"
889
        position="908500200"
890 40435 jjdelcerro
        action-command="tools-devel-show-menus"
891
        icon="tools-devel-show-menus"
892
        accelerator=""
893
        />
894 42037 fdiaz
      <action
895 40435 jjdelcerro
        name="tools-devel-show-menus-by-plugin"
896 42037 fdiaz
        label="_Show_menu_by_plugin_information"
897
        tooltip="_Show_menu_ordered_by_plugin_information"
898
        position="908500300"
899 40435 jjdelcerro
        action-command="tools-devel-show-menus-by-plugin"
900
        icon="tools-devel-show-menus-by-plugin"
901
        accelerator=""
902
        />
903 42037 fdiaz
      <menu
904 40435 jjdelcerro
        name="tools-devel-show-persistencefactories"
905 42078 jbadia
        text="tools/Development/Show_persistence_factories"
906 40435 jjdelcerro
        />
907 42037 fdiaz
      <menu
908 40435 jjdelcerro
        name="tools-devel-show-icontheme"
909 42078 jbadia
        text="tools/Development/Show_icon_theme_information"
910 40435 jjdelcerro
        />
911 42037 fdiaz
      <menu
912 40435 jjdelcerro
        name="tools-devel-show-plugin-report"
913 42078 jbadia
        text="tools/Development/Show_plugin_report_of_actions_menus_and_icons"
914 40435 jjdelcerro
        />
915 42037 fdiaz
      <menu
916 40435 jjdelcerro
        name="tools-devel-show-actions"
917 42078 jbadia
        text="tools/Development/Show_actions_information"
918 40435 jjdelcerro
        />
919 42037 fdiaz
      <menu
920 40435 jjdelcerro
        name="tools-devel-show-menus"
921 42078 jbadia
        text="tools/Development/Show_menu_information"
922 40435 jjdelcerro
        />
923 42037 fdiaz
      <menu
924 40435 jjdelcerro
        name="tools-devel-show-menus-by-plugin"
925 42078 jbadia
        text="tools/Development/Show_menu_by_plugin_information"
926 40435 jjdelcerro
        />
927
928
    </extension>
929
930
931
    <extension class-name="org.gvsig.app.extension.PaletteViewInfoExtension"
932
      description="Extensi?n encargada transformar la ventana activa en palette."
933
      active="true">
934
935 42037 fdiaz
      <action
936 40435 jjdelcerro
        name="window-convert-to-tool"
937 42037 fdiaz
        label="_Convert_to_tool"
938
        tooltip="_Convert_regular_window_to_tool_window"
939
        position="960300000"
940 40435 jjdelcerro
        action-command="window-convert-to-tool"
941
        icon="window-convert-to-tool"
942
        accelerator=""
943
        />
944
945 42037 fdiaz
      <menu
946 40435 jjdelcerro
        name="window-convert-to-tool"
947 42037 fdiaz
        text="Window/Convert_to_tool"
948 40435 jjdelcerro
        />
949
950
    </extension>
951
952
    <extension class-name="org.gvsig.app.extension.RestoreViewInfoExtension"
953
      description="Extensi?n encargada transformar la ventana palette en su original."
954
      active="true">
955
956
      <action
957
        name="window-restore-from-tool"
958 42037 fdiaz
        label="_Restore_tool"
959
        tooltip="_Restore_tool_window_to_regular_window"
960
        position="960400000"
961 40435 jjdelcerro
        action-command="window-restore-from-tool"
962
        icon="window-restore-from-tool"
963
        accelerator=""
964
        />
965
966
967 42037 fdiaz
      <menu
968 40435 jjdelcerro
        name="window-restore-from-tool"
969 42037 fdiaz
        text="Window/Restore_from_tool"
970 40435 jjdelcerro
        />
971
972
    </extension>
973
974
    <extension class-name="org.gvsig.app.extension.About"
975
      description="Extensi?n encargada de abrir una ventana con la informaci?n relativa al programa."
976
      active="true"
977
      priority="90090">
978
979
      <action
980
        name="help-about"
981 42037 fdiaz
        label="_About"
982
        tooltip="_Show_about"
983
        position="999000000"
984 40435 jjdelcerro
        action-command="help-about"
985
        icon="help-about"
986
        accelerator=""
987
        />
988
989 42037 fdiaz
      <menu
990 40435 jjdelcerro
        name="help-about"
991 42037 fdiaz
        text="Help/About"
992 40435 jjdelcerro
        />
993
994
    </extension>
995 42037 fdiaz
996 40435 jjdelcerro
    <extension
997
            class-name="org.gvsig.app.extension.BrowseSymbolsExtension"
998
            description="" active="true">
999
1000 42037 fdiaz
            <action
1001
                 name="tools-symbology-browse-symbols"
1002 40435 jjdelcerro
                 label="_Browse_symbols"
1003 42037 fdiaz
                 tooltip="_Browse_symbols"
1004 40435 jjdelcerro
                 action-command="tools-symbology-browse-symbols"
1005 42037 fdiaz
                 icon="tools-symbology-browse-symbols"
1006
                 position="900400050"
1007
                 accelerator=""
1008 40435 jjdelcerro
            />
1009
            <menu
1010 42037 fdiaz
                 name="tools-symbology-browse-symbols"
1011 41816 jjdelcerro
                 text="tools/Symbols/Browse_symbols"
1012 40435 jjdelcerro
            />
1013
        </extension>
1014
1015 42037 fdiaz
1016
            <extension class-name="org.gvsig.app.extension.UndoViewExtension"
1017
      description="Extensi?n encargada de deshacer la edici?n sobre la capa activa."
1018
      active="true" >
1019
1020
            <action
1021
                name="edit-undo-layer"
1022
                label="_Undo"
1023
                tooltip="_Undo_last_modification_in_the_active_layer"
1024
                position="200100000"
1025
                action-command="edit-undo-layer"
1026
                icon="edit-undo"
1027
                accelerator=""
1028
                />
1029
1030
            <menu
1031
                name="edit-undo-layer"
1032
                text="Edit/_Undo"
1033
                />
1034
1035
            <tool-bar name="edit_tools">
1036
                <action-tool name="edit-undo-layer"/>
1037
            </tool-bar>
1038
1039
    </extension>
1040
1041
    <extension class-name="org.gvsig.app.extension.RedoViewExtension"
1042
            description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
1043
            active="true">
1044
1045
            <action
1046
                name="edit-redo-layer"
1047
                label="_Redo"
1048
                tooltip="_Redo_last_modification_in_the_active_layer"
1049
                position="200200000"
1050
                action-command="edit-redo-layer"
1051
                icon="edit-redo"
1052
                accelerator=""
1053
                />
1054
1055
            <menu
1056
                name="edit-redo-layer"
1057
                text="Edit/_Redo"
1058
                />
1059
1060
            <tool-bar name="edit_tools">
1061
                <action-tool name="edit-redo-layer"/>
1062
            </tool-bar>
1063
1064
        </extension>
1065
1066
    <extension class-name="org.gvsig.app.extension.ViewCommandStackExtension"
1067
      description="Extensi?n encargada de administrar la pila de comados de edici?n sobre una vista."
1068
      active="true">
1069
1070
            <action
1071
                name="edit-undo-redo-actions-layer"
1072
                label="_Undo_redo_history"
1073
                tooltip="_Undo_redo_history"
1074
                position="200300000"
1075
                action-command="edit-undo-redo-actions-layer"
1076
                icon="edit-undo-redo-actions"
1077
                accelerator=""
1078
                />
1079
1080
            <menu
1081
                name="edit-undo-redo-actions-layer"
1082
                text="Edit/_Undo_redo_history"
1083
                />
1084
1085
            <tool-bar name="edit_tools">
1086
                <action-tool name="edit-undo-redo-actions-layer"/>
1087
            </tool-bar>
1088
1089
    </extension>
1090
1091
1092
        <!--
1093
        ***********************************
1094
        Copy/paste features between layers
1095
        using system clipboard
1096
        ***********************************
1097
        -->
1098
1099
        <extension class-name="org.gvsig.app.extension.clipboard.CopyFeaturesToClipboardExtension"
1100
            description="Copy selected features to system clipboard"
1101
            active="true">
1102
1103
            <action
1104
                name="layer-modify-clipboard-copy"
1105
                label="_Copy_selected_features_to_clipboard"
1106
                tooltip="_Copy_selected_features_to_clipboard"
1107
                position="601105000"
1108
                action-command="layer-modify-clipboard-copy"
1109
                icon="layer-modify-clipboard-copy"
1110
                accelerator=""
1111
                />
1112
1113
            <menu
1114
                name="layer-modify-clipboard-copy"
1115
                text="Layer/Modify/_Copy_selected_features_to_clipboard"
1116
                />
1117
1118
            <tool-bar name="layer_modify">
1119
                <action-tool
1120
                    name="layer-modify-clipboard-copy"
1121
                    />
1122
            </tool-bar>
1123
        </extension>
1124
1125
        <extension class-name="org.gvsig.app.extension.clipboard.PasteFeaturesFromClipboardExtension"
1126
            description="Paste features from system clipboard into editing layer"
1127
            active="true">
1128
1129
            <action
1130
                name="layer-modify-clipboard-paste"
1131
                label="_Paste_features_from_clipboard"
1132
                tooltip="_Paste_features_from_clipboard"
1133
                position="601105100"
1134
                action-command="layer-modify-clipboard-paste"
1135
                icon="layer-modify-clipboard-paste"
1136
                accelerator=""
1137
                />
1138
1139
            <menu
1140
                name="layer-modify-clipboard-paste"
1141
                text="Layer/Modify/_Paste_features_from_clipboard"
1142
                />
1143
1144
            <tool-bar name="layer_modify">
1145
                <action-tool
1146
                    name="layer-modify-clipboard-paste"
1147
                    />
1148
            </tool-bar>
1149
        </extension>
1150
1151
1152 40435 jjdelcerro
  </extensions>
1153
1154
</plugin-config>