Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 34697) +++ trunk/doc/user/09_appendix/action_details.html (revision 34698) @@ -2776,7 +2776,19 @@ GetSource - Returns the source file path the buffer is loaded from or nil if there is none. The return value is a string, usable from user scripts. + Returns the source file path the buffer is loaded from or nil if there is none. The return value is a string, usable from user scripts. + + + + Push + + Push the index of the currently active paste buffer into an internal stack. The stack is not board-specifiec. + + + + Pop + + Pop an index from the internal stack and set currently active paste buffer index accordingly. Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 34697) +++ trunk/doc/user/09_appendix/action_reference.html (revision 34698) @@ -13,7 +13,7 @@ Index: trunk/doc/user/09_appendix/action_src/pastebuffer.html =================================================================== --- trunk/doc/user/09_appendix/action_src/pastebuffer.html (revision 34697) +++ trunk/doc/user/09_appendix/action_src/pastebuffer.html (revision 34698) @@ -62,4 +62,12 @@
-This is pcb-rnd 2.3.2 (svn r34678) an interactive printed circuit board editor , Revision: 34696 +This is pcb-rnd 2.3.2 (svn r34678) an interactive printed circuit board editor , Revision: 34697
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin Returns the source file path the buffer is loaded from or nil if there is none. The return value is a string, usable from user scripts. +
Push + Push the index of the currently active paste buffer into an internal + stack. The stack is not board-specifiec. + +
Pop + Pop an index from the internal stack and set currently active paste + buffer index accordingly. +