Index: action_details.html =================================================================== --- action_details.html (revision 29900) +++ action_details.html (revision 29901) @@ -1926,6 +1926,26 @@ Loads a new datafile (layout) and, if confirmed, overwrites any existing unsaved data. If no filename is specified a file select box will popup. +

LayerByStack

+
+

+ +
Syntax summary: +LayerByStack(select, prev|next) +
Help text: +Layer operations based on physical layer stacking +
Registered by:n/a +
+

+First argument determines what to perform. When first argument is +select +, the second argument is either +prev + or +next + and the previous or next layer on the layer stack is selected. Note: layers are displayed in the layer stack order in the layer selector widget (normally on the left side of the main window) so prev/next is stepping up/down on that list. +

+

le

Index: action_reference.html =================================================================== --- action_reference.html (revision 29900) +++ action_reference.html (revision 29901) @@ -13,7 +13,7 @@ @@ -176,7 +176,7 @@ - + Index: action_src/layerbystack.html =================================================================== --- action_src/layerbystack.html (nonexistent) +++ action_src/layerbystack.html (revision 29901) @@ -0,0 +1,9 @@ +First argument determines what to perform. + +When first argument is select, the second argument is either +prev or next and the previous or next layer on the layer +stack is selected. Note: layers are displayed in the layer stack order in +the layer selector widget (normally on the left side of the main window) so +prev/next is stepping up/down on that list. + +
-This is pcb-rnd 2.2.0 (svn r29779) an interactive printed circuit board editor , Revision: 29899 +This is pcb-rnd 2.2.0 (svn r29779) an interactive printed circuit board editor , Revision: 29900
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
jostleMake room by moving wires away.Jostle(diameter)jostle plugin
lLoads layout data.l [name] [format]shand_cmd plugin
LayerBindingChange the layer binding.LayerBinding(object)
LayerBinding(selected)
LayerBinding(buffer)
dialogs plugin
LayerByStackLayer operations based on physical layer stackingLayerByStack(select, prev|next)
LayerByStackLayer operations based on physical layer stackingLayerByStack(select, prev|next)
LayerObjDupDuplicate srcobj on a layer. Srcobj is specified by an idpath. For now data must be "pcb". Returns the idpath of the new object or 0 on error.LayerObjDup([noundo,] data, layer, srcobj)act_draw
LayerPropGuiChange layer flags and propertiesLayerPropGui(layerid)dialogs plugin
leLoads an element (subcircuit, footprint) into the current buffer.le [name]shand_cmd plugin