Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 10729) +++ trunk/doc/user/09_appendix/action_reference.html (revision 10730) @@ -29,14 +29,14 @@ Benchmark (RND)Benchmark the GUI speed.Benchmark() BreakupBreakup group(s) found in context named in first arg, place resulting objects in the context named in second arg if present or on sheet if not presentBreakup(selected|buffer|object, group|poly[gon]|all, [sheet|grp-oid])construct plugin BrowseScriptsPresent a dialog box for browsing scriptsBrowseScripts()script plugin -BufferChkChk content of buffer; if first arg is symbol, the first symbol group is saved, if sheet the whole buffer is saved as sheetBufferChk([group|symbol|sheet, [filename], [fmt]) +BufferChkReturns whether buffer num is active or notBufferChk(num) BufferClearEmpty currently active paste buffer.BufferClear() BufferCopyCopy selection to currently active paste buffer.BufferCopy([x, y]) BufferCutCut selection to currently active paste buffer: copy objects then remove them from the sheet.BufferCut() -BufferLoadLoad content of buffer; if first arg is symbol, the first symbol group is saved, if sheet the whole buffer is saved as sheetBufferLoad([group|symbol|all, [filename], [fmt]) +BufferLoadLoad content of buffer from fileBufferLoad([group|symbol|all, [filename], [fmt]) BufferPastePaste selection from active paste buffer to the board at crosshair or x;y.BufferPaste([x, y]) BufferSaveSave content of buffer; if first arg is symbol, the first symbol group is saved, if sheet the whole buffer is saved as sheetBufferSave([group|symbol|all, [filename], [fmt]) -BufferSwitchSwitch content of buffer; if first arg is symbol, the first symbol group is saved, if sheet the whole buffer is saved as sheetBufferSwitch([group|symbol|sheet, [filename], [fmt]) +BufferSwitchActivates buffer numBufferSwitch(num) Center (RND)Moves the pointer to the center of the window.Center()lib_hid_common plugin ChkGridSizeReturn 1 if the currently selected grid matches the expected_size. If argument is "none" return 1 if there is no grid.ChkGridSize(expected_size)
ChkGridSize(none) ChkGridUnitsReturn 1 if currently selected grid unit matches the expected (normally mm or mil)ChkGridUnits(expected) @@ -103,6 +103,7 @@ gui_MessageBoxIntenal: GUI frontend action. Do not use directly.lib_hid_common plugin gui_PromptForIntenal: GUI frontend action. Do not use directly.lib_hid_common plugin HelpOn-line action helpHelp() +HlibraryRehashRebuild the in-memory tree of hierarchic sheet librariesHlibraryRehash() IDPBasic idpath manipulation.IDP([print|free|dup], idpath)act_read IDPListBasic idpath list manipulation.IDPList(alloc)
IDPList(free|clear|print|dup|length, list)
IDPList(get|pop|remove, list, idx)
IDPList(prepend|append|push, list, idpath)act_read InfoBarFileChangedPresent the "file changed" warning info bar with buttons to reload or cancelInfoBarFileChanged(open|close)sch_dialogs