Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20635) +++ trunk/doc/user/09_appendix/action_details.html (revision 20636) @@ -626,6 +626,12 @@

Loads a new datafile (layout) and, if confirmed, overwrites any existing unsaved data. If no filename is specified a file select box will popup. +

le

+

+The +filename + is passed to the footprint loader. If no filename is specified a file select box will popup. +

loadfootprint

Loads a single footprint by name, rather than by reference or through the library. If a refdes and value are specified, those are inserted into the footprint as well. The footprint remains in the paste buffer. Index: trunk/doc/user/09_appendix/action_src/le.html =================================================================== --- trunk/doc/user/09_appendix/action_src/le.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/le.html (revision 20636) @@ -0,0 +1,2 @@ +The filename is passed to the +footprint loader. If no filename is specified a file select box will popup. Index: trunk/src_plugins/shand_cmd/command.c =================================================================== --- trunk/src_plugins/shand_cmd/command.c (revision 20635) +++ trunk/src_plugins/shand_cmd/command.c (revision 20636) @@ -102,16 +102,7 @@ static const char pcb_acts_LoadElementToBuffer[] = "le [name]"; static const char pcb_acth_LoadElementToBuffer[] = "Loads an element (subcircuit, footprint) into the current buffer."; - -/* %start-doc actions le - -The filename and the searchpath (@emph{elementSearchPaths}) are passed to the -element loader. If no filename is specified a file select box will popup. - -@colonaction - -%end-doc */ - +/* DOC: le.html */ static fgw_error_t pcb_act_LoadElementToBuffer(fgw_arg_t *res, int argc, fgw_arg_t *argv) { const char *filename;