Revision 42098 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.mainplugin/src/main/resources-plugin/config.xml

View differences:

config.xml
35 35
<!-- 			active="true" -->
36 36
<!-- 			priority="1"> -->
37 37
<!-- 		</extension> -->
38
		
38

  
39 39
		<extension class-name="org.gvsig.selectiontools.app.extension.SelectAllExtension"
40 40
			description="Extension that allows select all geometries of the selected vectorial layers."
41 41
			active="true"
42 42
			priority="30">
43
		        <action 
43
		        <action
44 44
			  name="selection-select-all"
45 45
			  label="_Select_all"
46 46
			  tooltip="_Select_all"
47
			  action-command="SELALL" 
47
			  action-command="SELALL"
48 48
			  icon="selection-select-all"
49 49
			  position="300400000"
50 50
			  accelerator=""
51 51
			  />
52
			
53
			<menu 
52

  
53
			<menu
54 54
			  name="selection-select-all"
55 55
			  text="Selection/SelectAll"
56 56
			  />
......
58 58
			<tool-bar name="view_selection" position="6">
59 59
				<action-tool name="selection-select-all"/>
60 60
			</tool-bar>
61
		</extension>		
61
		</extension>
62 62
		 <extension class-name="org.gvsig.selectiontools.app.extension.SelectByCircleExtension"
63 63
			description="Extension that allows select all geometries of the selected vectorial layers that are contained or intersect with a circle defined by the user."
64 64
			active="true"
65 65
			priority="30">
66
		        <action 
66
		        <action
67 67
			  name="selection-select-by-circle"
68 68
			  label="_Select_by_circle"
69 69
			  tooltip="_Select_by_circle"
70
			  action-command="SELCIRCLE" 
70
			  action-command="SELCIRCLE"
71 71
			  icon="selection-select-by-circle"
72 72
			  position="301000000"
73 73
			  accelerator=""
74 74
			  />
75 75

  
76
			<menu 
76
			<menu
77 77
			  name="selection-select-by-circle"
78 78
			  text="Selection/Select_by_circle"
79 79
			  />
......
81 81
			<tool-bar name="view_selection" position="6">
82 82
				<selectable-tool name="selection-select-by-circle"/>
83 83
			</tool-bar>
84
		</extension>		
84
		</extension>
85 85
		<extension class-name="org.gvsig.selectiontools.app.extension.SelectByPolylineExtension"
86 86
			description="Extension that allows select all geometries of the selected vectorial layers that intersect with a polyline defined by the user."
87
			active="false"
87
			active="true"
88 88
			priority="30">
89
		        <action 
89
		        <action
90 90
			  name="selection-select-by-polyline"
91 91
			  label="Select_by_polyline"
92 92
			  tooltip="Select_by_polyline"
93
			  action-command="SELPOLYLINE" 
93
			  action-command="SELPOLYLINE"
94 94
			  icon="selection-select-by-polyline"
95
			  position="301300000"
95
			  position="301400000"
96 96
			  accelerator=""
97
			  />		  
97
			  />
98 98
			<menu
99 99
			  name="selection-select-by-polyline"
100 100
			  text="Selection/Select_by_polyline"
......
102 102
			<tool-bar name="view_selection" position="6">
103 103
				<selectable-tool name="selection-select-by-polyline" />
104 104
			</tool-bar>
105
		</extension>		
105
		</extension>
106 106

  
107 107
 		<extension class-name="org.gvsig.selectiontools.app.extension.SelectByBufferExtension"
108 108
			description="Extension that allows select all geometries of the selected vectorial layers that intersect with a buffer around their previously selected geometries."
109 109
			active="true"
110 110
			priority="30">
111
		        <action 
111
		        <action
112 112
			  name="selection-select-by-buffer"
113 113
			  label="Select_by_buffer"
114 114
			  tooltip="Select_by_buffer"
115
			  action-command="SELBUFFER" 
115
			  action-command="SELBUFFER"
116 116
			  icon="selection-select-by-buffer"
117 117
			  position="301300000"
118 118
			  accelerator=""
119
			  />			  
119
			  />
120 120
			<menu
121 121
			  name="selection-select-by-buffer"
122 122
			  text="Selection/Select_by_buffer"
......
126 126
				<action-tool name="selection-select-by-buffer" />
127 127
			</tool-bar>
128 128
		</extension>
129
				
129

  
130 130
	</extensions>
131 131
</plugin-config>

Also available in: Unified diff