Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 20669) +++ trunk/doc/user/09_appendix/action_reference.html (revision 20670) @@ -12,12 +12,12 @@

Action Reference

- + @@ -174,7 +174,7 @@ - + Index: trunk/doc/user/09_appendix/action_src/vendor.html =================================================================== --- trunk/doc/user/09_appendix/action_src/vendor.html (revision 20669) +++ trunk/doc/user/09_appendix/action_src/vendor.html (nonexistent) @@ -1,2 +0,0 @@ -This will modify all of your drill holes to match the list of allowed -sizes for your vendor. Index: trunk/doc/user/09_appendix/action_src/applyvendor.html =================================================================== --- trunk/doc/user/09_appendix/action_src/applyvendor.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/applyvendor.html (revision 20670) @@ -0,0 +1,2 @@ +This will modify all of your drill holes to match the list of allowed +sizes for your vendor. Index: trunk/src_plugins/vendordrill/vendor.c =================================================================== --- trunk/src_plugins/vendordrill/vendor.c (revision 20669) +++ trunk/src_plugins/vendordrill/vendor.c (revision 20670) @@ -108,7 +108,7 @@ static const char apply_vendor_syntax[] = "ApplyVendor()"; static const char apply_vendor_help[] = "Applies the currently loaded vendor drill table to the current design."; -/* DOC: vendor.html */ +/* DOC: applyvendor.html */ fgw_error_t pcb_act_ApplyVendor(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_event(PCB_EVENT_BUSY, NULL);
\n -This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20659 +This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20669
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
AddRatsAdd one or more rat lines to the board.AddRats(AllRats|SelectedRats|Close)
ApplyVendorApplies the currently loaded vendor drill table to the current design.ApplyVendor()vendor drill mapping
ApplyVendorApplies the currently loaded vendor drill table to the current design.ApplyVendor()vendor drill mapping
ArcNewCreate a pcb arc segment on a layer. For now data must be "pcb". Returns the ID of the new object or 0 on error.ArcNew(data, layer, centx, centy, radiusx, radiusy, start_ang, delta_ang, thickness, clearance, flags)act_draw
AtomicSave or restore the undo serial number.Atomic(Save|Restore|Close|Block)
AttributesLet the user edit the attributes of the layout, current or given
layer, or selected subcircuit.
Attributes(Layout|Layer|Element|Subc)
Attributes(Layer,layername)
RemoveSelectedRemoves any selected objects.pcb_remove_selected()
RenumberRenumber all subcircuits. The changes will be recorded to filename
for use in backannotating these changes to the schematic.
Renumber()
Renumber(filename)
renumber plugin
RenumberBlockTODORenumberBlock(old_base,new_base)renumber plugin
RenumberBufferTODORenumberBlock(old_base,new_base)renumber plugin
RenumberBufferTODORenumberBlock(old_base,new_base)renumber plugin
ReplaceFootprintReplace the footprint of the selected components with the footprint specified.ReplaceFootprint()
ReportProduce various report.Report(Object|DrillReport|FoundPins|NetLength|NetLengthTo|AllNetLengths|[,name])report plugin
ReportObjectReport on the object under the crosshairReportObject()report plugin