Revision 4613

View differences:

trunk/extensions/extCAD/config/config.xml
73 73
			description="Extensi?n encargada de gestionar los eventos realizados sobre las geometr?as."
74 74
			active="true">
75 75
			<menu text="geometry/seleccionar" action-command="SELCAD" icon="images/SelCAD.png"/>
76
			<!--menu text="geometry/insert/point" action-command="POINT" icon="images/Point.png"/-->
77
			<!--menu text="geometry/insert/line" action-command="LINE" icon="images/Rect.png"/-->
78
			<!--menu text="geometry/insert/polyline" action-command="POLYLINE" icon="images/Line.png"/-->
79
			<!--menu text="geometry/insert/polygon" action-command="POLYGON" icon="images/Poligon.png"/-->
80
			<!--menu text="geometry/insert/rectangle" action-command="RECTANGLE" icon="images/Rectangle.png"/-->
81
			<!--menu text="geometry/insert/circle" action-command="CIRCLE" icon="images/Circle.png"/-->
82
			<!--menu text="geometry/insert/ellipse" action-command="ELLIPSE" icon="images/Ellipse.png"/-->
83
			<!--menu text="geometry/insert/arc" action-command="ARC" icon="images/Arc.png"/-->
84 76
			<!--menu text="geometry/insert/spline" action-command="SPLINE" icon="images/Spline.png"/-->
85 77
			<menu text="geometry/insert/copy" action-command="COPY" icon="images/Copy.png"/>
86 78
			<menu text="geometry/insert/move" action-command="MOVE" icon="images/Move.png"/>
......
88 80
			<!--menu text="geometry/insert/matriz" action-command="MATRIZ" icon="images/Matriz.png"/-->
89 81
			<!--menu text="geometry/insert/symmetry" action-command="SYMMETRY" icon="images/Symmetry.png"/-->
90 82
			<menu text="geometry/insert/rotate" action-command="ROTATION" icon="images/Rotation.png"/>
91
			<menu text="geometry/insert/stretch" action-command="STRETCHING" icon="images/Stretching.png"/>
83
			<!--menu text="geometry/insert/stretch" action-command="STRETCHING" icon="images/Stretching.png"/-->
92 84
			<menu text="geometry/insert/scale" action-command="SCALE" icon="images/Scale.png"/>
93 85
			<!--menu text="geometry/insert/extend" action-command="EXTEND" icon="images/Extend.png"/-->
94 86
			<!--menu text="geometry/insert/trim" action-command="TRIM" icon="images/Trim.png"/-->
95 87
			<!--menu text="geometry/insert/unite_separate" action-command="UNIT" icon="images/Unit.png"/-->
96
			<menu text="geometry/insert/exploit" action-command="EXPLOIT" icon="images/Exploit.png"/>
88
			<!--menu text="geometry/insert/exploit" action-command="EXPLOIT" icon="images/Exploit.png"/-->
97 89
			<!--menu text="geometry/insert/chaflan" action-command="CHAFLAN" icon="images/Chaflan.png"/-->
98 90
			<!--menu text="geometry/insert/join" action-command="JOIN" icon="images/Join.png"/-->
99 91

  
100 92
			<tool-bar name="insert">
101 93
				<selectable-tool icon="images/SelCAD.png" action-command="SELCAD" tooltip="selection" group="vista"/>
102
				<!--selectable-tool icon="images/Point.png" action-command="POINT" tooltip="point" group="vista"/-->
103
				<!--selectable-tool icon="images/Rect.png" action-command="LINE" tooltip="line" group="vista"/-->
104
				<!--selectable-tool icon="images/Line.png" action-command="POLYLINE" tooltip="polyline" group="vista"/-->
105
				<!--selectable-tool icon="images/Poligon.png" action-command="POLYGON" tooltip="polygon" group="vista"/-->
106
				<!--selectable-tool icon="images/Rectangle.png" action-command="RECTANGLE" tooltip="rectangle" group="vista"/-->
107
				<!--selectable-tool icon="images/Circle.png" action-command="CIRCLE" tooltip="circle" group="vista"/-->
108
				<!--selectable-tool icon="images/Ellipse.png" action-command="ELLIPSE" tooltip="ellipse" group="vista"/-->
109
				<!--selectable-tool icon="images/Arc.png" action-command="ARC" tooltip="arc" group="vista"/-->
110 94
				<!--selectable-tool icon="images/Spline.png" action-command="SPLINE" tooltip="spline" group="vista"/-->
111 95
			</tool-bar>
112 96
			<tool-bar name="modificar">
......
117 101
				<!--selectable-tool icon="images/Matriz.png" action-command="MATRIZ" tooltip="matriz" group="vista"/-->
118 102
				<!--selectable-tool icon="images/Symmetry.png" action-command="SYMMETRY" tooltip="symmetry" group="vista"/-->
119 103
				<selectable-tool icon="images/Rotation.png" action-command="ROTATION" tooltip="rotation" group="vista"/>
120
				<selectable-tool icon="images/Stretching.png" action-command="STRETCHING" tooltip="stretch" group="vista"/>
104
				<!--selectable-tool icon="images/Stretching.png" action-command="STRETCHING" tooltip="stretch" group="vista"/-->
121 105
				<selectable-tool icon="images/Scale.png" action-command="SCALE" tooltip="scale" group="vista"/>
122 106
				<!--selectable-tool icon="images/Extend.png" action-command="EXTEND" tooltip="extend" group="vista"/-->
123 107
				<!--selectable-tool icon="images/Trim.png" action-command="TRIM" tooltip="trim" group="vista"/-->
124 108
				<!--selectable-tool icon="images/Unit.png" action-command="UNIT" tooltip="unite_separate" group="vista"/-->
125
				<selectable-tool icon="images/Exploit.png" action-command="EXPLOIT" tooltip="exploit" group="vista"/>
109
				<!--selectable-tool icon="images/Exploit.png" action-command="EXPLOIT" tooltip="exploit" group="vista"/-->
126 110
				<!--selectable-tool icon="images/Chaflan.png" action-command="CHAFLAN" tooltip="chaflan" group="vista"/-->
127 111
				<!--selectable-tool icon="images/Join.png" action-command="JOIN" tooltip="join" group="vista"/-->
128 112
				<selectable-tool icon="images/EditVertex.png" action-command="EDITVERTEX" tooltip="edit_vertex" group="vista"/>

Also available in: Unified diff