Index: action_details.html =================================================================== --- action_details.html (revision 32697) +++ action_details.html (revision 32698) @@ -275,7 +275,8 @@ Help text: Let the user edit the attributes of the layout, current or given layer, or selected subcircuit. -Registered by:n/a +Registered by: +oldactions plugin

Pops up a dialog letting the user edit the attributes of the pcb, a subcircuit, or a layer. @@ -513,7 +514,7 @@ Registered by:n/a

-For lines and arcs, this changes the width. For padstacks, this changes the shape size (but does not touch the hole diameter). For texts, this changes the scaling factor. For subcircuits, this changes the width of the silk layer lines and arcs for this subcircuit (TODO: is this still true?). +For lines and arcs, this changes the width. For padstacks, this changes the shape size (but does not touch the hole diameter). For texts, this changes the scaling factor. For subcircuits, this changes the width of the lines and arcs and shape sizes of padstacks (thus mostly relative values make sense).

ChangeSizes

@@ -838,7 +839,7 @@ Syntax summary: Display(SubcID, template) Display(Grid|Redraw|Pinout|PinOrPadName) -Display(CycleClip|CycleCrosshair|ToggleAllDirections|ToggleStartDirection) +Display(CycleClip|ToggleAllDirections|ToggleStartDirection) Display(ToggleGrid|ToggleRubberBandMode|ToggleUniqueNames) Display(ToggleName|ToggleClearLine|ToggleFullPoly|ToggleSnapPin) Display(ToggleSnapOffGridLine|ToggleHighlightOnPoint|ToggleCheckPlanes) Index: action_reference.html =================================================================== --- action_reference.html (revision 32697) +++ action_reference.html (revision 32698) @@ -13,7 +13,7 @@ @@ -145,6 +145,7 @@ + @@ -367,6 +368,9 @@ + + + Index: formats.html =================================================================== --- formats.html (revision 32697) +++ formats.html (revision 32698) @@ -248,7 +248,7 @@
-This is pcb-rnd 2.2.2 (svn r32473) an interactive printed circuit board editor , Revision: 32507 +This is pcb-rnd 2.2.4 (svn r32639) an interactive printed circuit board editor , Revision: 32696
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
exteditextedit(object|selected|buffer, [interactive|method])Invoke an external program to edit a specific part of the current board.extedit plugin
ExtobjConvFromCreate a new extended object of extotype by converting existing objectsExtobjConvFrom(selected|buffer, extotype)
ExtobjConvFrom(object, extotype, [idpath])
ExtobjGUIPropEditInvoke the extobj-implementation-specific GUI property editor, if availableExtobjGUIPropEdit([object, [idpath]])
ExtobjToggleConvert an extobj into a plain subc or backExtobjToggle([object, [idpath]])
extrouteExecuted external autorouter to route the board or parts of the boardextroute(board|selected, router, [confkey=value, ...])extern autorouter plugin
fawkExecute a script one-liner using a specific languageOneliner(lang, script)script plugin
fbasExecute a script one-liner using a specific languageOneliner(lang, script)script plugin
SetUnitsSet the default measurement units.SetUnits(mm|mil)
SetValueChange various board-wide values and sizes.SetValue(Grid|Line|LineSize|Text|TextScale, delta)
shapeInteractive shape generator.shape()shape plugin
sklineTool for drawing sketch linesskline()sketch_route plugin
skretriangulateReconstruct CDT on all layer groupsskretriangulate()sketch_route plugin
sktransformTransform sketch to geometrical wiringsktransform(rect|oct|alldir)sketch_route plugin
smartdisperseDisperse subcircuits into clusters, by netlist connectionsSmartDisperse([All|Selected])smartdisperse plugin
splitUse one or more objects as cutting edge and trim or split other objects. First argument is the cutting edgetrim([selected|found|object], [selected|found|object])
split([selected|found|object], [selected|found|object])
ddraft plugin
StatusSetTextReplace status printout with text temporarily; turn status printout back on if text is not provided.StatusSetText([text])lib_hid_pcbui/statusno works - PADS ascii (.asc; netlists + footprint info) + PADS ascii (.asc, netlists + footprint info) n/a
import_protel_net @@ -299,7 +299,7 @@ n/a - bom (Bill of Materials; text) + bom (Bill of Materials, text)
export_dsn no works @@ -306,7 +306,7 @@ n/a - specctra .dsn (padstacks and subcircuits; works with freerouting.net) + specctra .dsn (padstacks and subcircuits, works with freerouting.net)
export_dxf no works @@ -369,7 +369,7 @@ n/a - OpenEMS (simulation; matlab files) + OpenEMS (simulation, matlab files)
export_openscad no WIP