Posted by
ravas on
Jun 14, 2015; 12:16am
URL: https://forum.librecad.org/updating-rs-commands-tp5711646p5711654.html
I've added commands for 20 actions:
Line:
- parallel through point: ptp, pp
- orthogonal: ortho, perp
- tangent(P,C): tangentpc, tanpc
- horizontal: horizontal, hor
- vertical: vertical, ver
- bisector: bisect, bi
- polygon2: polygon2v, poly2
- freehand: free, fhl
Spline:
- spline: spline, spl
- spline through points: spline2, stp
Circle:
- two point: circle2, c2
- three point: circle3, c3
- tangent to 3: tan3, ct3
Ellipse:
- inscribed: ellipseinscribed, ie, ei
Info:
- distance point to point: distance, dist, dpp
- angle: angle, ang
- area: area, ar
Modify:
- attributes: modifyattr, attr, ma
- properties: properties, prop
- fillet: fillet, fi
Let me know what you think.
Using the example:
{{"circle", QObject::tr("circle", "draw circle")}}
There are three things to input: command, command, description
What exactly is the description ("draw circle") used for?
When I input "ci" the command line output reads: "ci (circle)"
It seems like "ci (draw circle)" would be expected.