Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20598) +++ trunk/doc/user/09_appendix/action_details.html (revision 20599) @@ -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. +

changesizes

+

+Call ChangeSize, ChangeDrillSize and ChangeClearSize with the same arguments. If any of them did not fail, return success. +

chklayer

Returns 1 if the specified layer is the active layer. Index: trunk/doc/user/09_appendix/action_src/changesizes.html =================================================================== --- trunk/doc/user/09_appendix/action_src/changesizes.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/changesizes.html (revision 20599) @@ -0,0 +1,2 @@ +Call ChangeSize, ChangeDrillSize and ChangeClearSize +with the same arguments. If any of them did not fail, return success. Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 20598) +++ trunk/src/change_act.c (revision 20599) @@ -243,15 +243,8 @@ "ChangeSizes(SelectedObjects|Selected, delta|style)\n" "ChangeSizes(SelectedLines|SelectedPins|SelectedVias, delta|style)\n" "ChangeSizes(SelectedPads|SelectedTexts|SelectedNames, delta|style)\n" "ChangeSizes(SelectedElements, delta|style)"; - static const char pcb_acth_ChangeSizes[] = "Changes all sizes of objects."; - -/* %start-doc actions ChangeSize - -Call pcb_act_ChangeSize, ActionChangeDrillSize and pcb_act_ChangeClearSize -with the same arguments. If any of them did not fail, return success. -%end-doc */ - +/* DOC: changesizes.html */ static fgw_error_t pcb_act_ChangeSizes(fgw_arg_t *res, int argc, fgw_arg_t *argv) { fgw_error_t a, b, c;