Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 36430) +++ trunk/doc/user/09_appendix/action_details.html (revision 36431) @@ -2240,7 +2240,7 @@

Syntax summary: -PstkProto([noundo,] unite|isect|sub, [poly1, poly2, [poly...]]) +PolyBool([noundo,] unite|isect|sub, [poly1, poly2, [poly...]])
Help text: Perform polygon boolean operation on the clipped polygons referred. A poly is either and idpath, selected, found or object (for the object under the cursor). When not specified, two object polygons are used.
Registered by: @@ -3901,11 +3901,11 @@ id is an arbitrary string assigned by the user. id - must be unique per pcb-rnd session per script and may contain alphanumeric characters and undescrore. + must be unique per application session per script and may contain alphanumeric characters and undescrore.

fn - is the file name of the script, which is a path. Pcb-rnd does not do any search, it only opens the path as specified. + is the file name of the script, which is a path. Librnd does not do any search, it only opens the path as specified.

lang @@ -3927,7 +3927,7 @@

Registered by:n/a

-This action displays a message to the log window. This action is primarily provided for use by scripts and external programs which may interface with pcb-rnd. If multiple arguments are given, each one is sent to the log window followed by a newline. +This action displays a message to the log window. This action is primarily provided for use by scripts and external programs which may interface with the application. If multiple arguments are given, each one is sent to the log window followed by a newline.

If there are 2 or more arguments and the first argument matches, in a case sensitive manner, one of the below keywords, the message is registered on the specified error level. Else the PCB_MSG_INFO error level is used.

@@ -4120,11 +4120,11 @@ and save the resulting cookie string

  • - may use the cookie string to register to core pcb-rnd infrastructure that requires cookie, such as + may use the cookie string to register to core application or librnd infrastructure that requires cookie, such as createmenu
  • - can depend on pcb-rnd to call any unregistering associated with this specific cookie atomatically after script unload ( + can depend on the application to call any unregistering associated with this specific cookie atomatically after script unload ( preunload ). @@ -4265,43 +4265,13 @@ - Arc -
    - Arrow -
    - Copy -
    - InsertPoint -
    - Line -
    - Lock -
    - Move -
    - None -
    - PasteBuffer -
    - Poly -
    - PolyHole -
    - Rectangle -
    - Remove -
    - Rotate -
    - Text -
    - Thermal -
    - Via -
    - ... + <app-specific-tool-name> - Select the indicated tool. + Select the indicated tool. Tool names depend on the application and plugins loaded. For example in pcb-rnd one of the valid tool names is + +Line + +. @@ -4331,7 +4301,7 @@ Stroke - If pcb-rnd was built with libstroke, this invokes the stroke input method. If not, this will restart a drawing mode if you were drawing, else it will select objects. + If librnd was built with libstroke, this invokes the stroke input method. If not, this will restart a drawing mode if you were drawing, else it will select objects. Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 36430) +++ trunk/doc/user/09_appendix/action_reference.html (revision 36431) @@ -13,7 +13,7 @@
    -This is pcb-rnd 3.0.5-dev (svn r36326) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 3.2.0-dev , Revision: 36429 +This is pcb-rnd 3.0.5-dev (svn r36326) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 3.2.0-dev , Revision: 36430
    Action Description Syntax Plugin
    AboutPresent the about boxAbout()dialogs plugin