Sardana Editor’s interface

Sardana editor is an IDE for developing sardana plugins such as macros or controllers. It is based on the Spyder project.

../../_images/sardanaeditor.png

Some features of the sardana editor are:

  • plugins modules navigation
  • reload of the plugin code on the server

At the time of writing this document there is no script to directly start the editor but you can launch it with the following command specifying the door to which you want to connect:

python -m sardana.taurus.qt.qtgui.extra_sardana.sardanaeditor <door_name>

Warning

Sardana editor is still under development. If you find a bug please check the project issues if it was already reported and if not report it or directly propose a fix.