Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20599) +++ trunk/doc/user/09_appendix/action_details.html (revision 20600) @@ -88,6 +88,10 @@

The join flag determines whether a line or arc, drawn to intersect a polygon, electrically connects to the polygon or not. When joined, the line/arc is simply drawn over the polygon, making an electrical connection. When not joined, a gap is drawn between the line and the polygon, insulating them from each other. +

changesize

+

+For lines and arcs, this changes the width. For padstacks, this changes the shape size (but does not touch the hole diameter). For texts, this changes the scaling factor. For subcircuits, this changes the width of the silk layer lines and arcs for this subcircuit (TODO: is this still true?). +

changesizes

Call ChangeSize, ChangeDrillSize and ChangeClearSize with the same arguments. If any of them did not fail, return success. Index: trunk/doc/user/09_appendix/action_src/changesize.html =================================================================== --- trunk/doc/user/09_appendix/action_src/changesize.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/changesize.html (revision 20600) @@ -0,0 +1,6 @@ +For lines and arcs, this changes the width. For padstacks, this +changes the shape size (but does not touch the hole diameter). For +texts, this changes the scaling factor. For subcircuits, this +changes the width of the silk layer lines and arcs for this subcircuit +(TODO: is this still true?). + Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 20599) +++ trunk/src/change_act.c (revision 20600) @@ -267,18 +267,8 @@ "ChangeSize(SelectedObjects|Selected, delta|style)\n" "ChangeSize(SelectedLines|SelectedPins|SelectedVias, delta|style)\n" "ChangeSize(SelectedPads|SelectedTexts|SelectedNames, delta|style)\n" "ChangeSize(SelectedElements, delta|style)"; - static const char pcb_acth_ChangeSize[] = "Changes the size of objects."; - -/* %start-doc actions ChangeSize - -For lines and arcs, this changes the width. For padstacks, this -changes the shape size (but does not touch the hole diameter). For -texts, this changes the scaling factor. For subcircuits, this -changes the width of the silk layer lines and arcs for this element. - -%end-doc */ - +/* DOC: changesize.html */ static fgw_error_t pcb_act_ChangeSize(fgw_arg_t *res, int argc, fgw_arg_t *argv) { const char *function;