Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20560) +++ trunk/doc/user/09_appendix/action_details.html (revision 20561) @@ -16,6 +16,10 @@ Block , which checks to see if the deletions or additions actually did anything. If not, the serial number is set to the saved number, as there's nothing to undo. If something did happen, the serial number is incremented so that these actions are counted as a single undo step. +

changejoin

+

+The join flag determines whether a line or arc, drawn to intersect a polygon, electrically connects to the polygon or not. When joined, the line/arc is simply drawn over the polygon, making an electrical connection. When not joined, a gap is drawn between the line and the polygon, insulating them from each other. +

netlist

Each of these actions apply to a specified set of nets. Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 20560) +++ trunk/doc/user/09_appendix/action_reference.html (revision 20561) @@ -12,7 +12,7 @@

Action Reference

@@ -32,7 +32,7 @@ - + Index: trunk/doc/user/09_appendix/action_src/changejoin.html =================================================================== --- trunk/doc/user/09_appendix/action_src/changejoin.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/changejoin.html (revision 20561) @@ -0,0 +1,5 @@ +The join flag determines whether a line or arc, drawn to intersect a +polygon, electrically connects to the polygon or not. When joined, +the line/arc is simply drawn over the polygon, making an electrical +connection. When not joined, a gap is drawn between the line and the +polygon, insulating them from each other. Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 20560) +++ trunk/src/change_act.c (revision 20561) @@ -616,16 +616,8 @@ static const char pcb_acth_ChangeJoin[] = "Changes the join (clearance through polygons) of objects."; -/* %start-doc actions ChangeJoin +/* DOC: changejoin.html */ -The join flag determines whether a line or arc, drawn to intersect a -polygon, electrically connects to the polygon or not. When joined, -the line/arc is simply drawn over the polygon, making an electrical -connection. When not joined, a gap is drawn between the line and the -polygon, insulating them from each other. - -%end-doc */ - static fgw_error_t pcb_act_ChangeJoin(fgw_arg_t *res, int argc, fgw_arg_t *argv) { int op;
\n -This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20559 +This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20560
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
ChangeDrillSizeChanges the drilling hole size of objects.ChangeDrillSize(Object, delta|style)
ChangeDrillSize(SelectedPins|SelectedVias|Selected|SelectedObjects, delta|style)
ChangeFlagSets or clears flags on objects.ChangeFlag(Object|Selected|SelectedObjects, flag, value)
ChangeFlag(SelectedLines|SelectedPins|SelectedVias, flag, value)
ChangeFlag(SelectedPads|SelectedTexts|SelectedNames, flag, value)
ChangeFlag(SelectedElements, flag, value)
flag = thermal | join
value = 0 | 1
ChangeHoleoldactions plugin
ChangeJoinChanges the join (clearance through polygons) of objects.ChangeJoin(ToggleObject|SelectedLines|SelectedArcs|Selected)
ChangeJoinChanges the join (clearance through polygons) of objects.ChangeJoin(ToggleObject|SelectedLines|SelectedArcs|Selected)
ChangeNameSets the name (or pin number) of objects.ChangeName(Object)
ChangeName(Layout|Layer)
ChangeNonetlistChanges the nonetlist flag of subcircuits.ChangeNonetlist(ToggleObject)
ChangeNonetlist(SelectedElements)
ChangeNonetlist(Selected|SelectedObjects)
ChangeOctagonoldactions plugin