Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20606) +++ trunk/doc/user/09_appendix/action_details.html (revision 20607) @@ -952,6 +952,38 @@ +

setvalue

+

+Arguments: +

+ + + + + + + + + +
+ Grid + + Sets the grid spacing. +
+ Line +
+ LineSize +
+ Changes the thickness of new lines. +
+ Text +
+ TextScale +
+ Changes the size of new text. +
+ +

toggleview

If you pass an integer, that layer is specified by index (the first layer is Index: trunk/doc/user/09_appendix/action_src/setvalue.html =================================================================== --- trunk/doc/user/09_appendix/action_src/setvalue.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/setvalue.html (revision 20607) @@ -0,0 +1,14 @@ +Arguments: +

+ +
Grid + Sets the grid spacing. + +
Line
LineSize +
Changes the thickness of new lines. + +
Text
TextScale +
Changes the size of new text. + +
+ Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 20606) +++ trunk/src/change_act.c (revision 20607) @@ -738,31 +738,9 @@ return 0; } -/* --------------------------------------------------------------------------- */ - static const char pcb_acts_SetValue[] = "SetValue(Grid|Line|LineSize|Text|TextScale, delta)"; - static const char pcb_acth_SetValue[] = "Change various board-wide values and sizes."; - -/* %start-doc actions SetValue - -@table @code - -@item Grid -Sets the grid spacing. - -@item Line -@item LineSize -Changes the thickness of new lines. - -@item Text -@item TextScale -Changes the size of new text. - -@end table - -%end-doc */ - +/* DOC: setvalue.html */ static fgw_error_t pcb_act_SetValue(fgw_arg_t *res, int argc, fgw_arg_t *argv) { int fnc_id;