Index: trunk/doc/user/06_feature/scripting/intro.html =================================================================== --- trunk/doc/user/06_feature/scripting/intro.html (revision 26559) +++ trunk/doc/user/06_feature/scripting/intro.html (revision 26560) @@ -113,7 +113,24 @@ defined in one-liners are also discarded after the one-liner finished. For such use cases, stored script shall be written. +

1.3. Live Scripting

+

+Action LiveScript() pops up the Live Scripting window. The script +entered here can be executed, saved or loaded. +

+The main use case is experimenting with board edit (object generation) +sctipts: pcb-rnd keeps track of board edits execution may have done and +can undo them. The re-run button combines "undo the effects of the +previous run and run the new version of the script" into a single click. +

+Using the persistent mode allows developers to debug, fix and finalize +a script that is intended to be used as a stored script. This mode allows +the script to register actions. +

+A +Live Scripting Tutorial is available in the knowledge pool. +

Scripting - Developer Intro