SlicerMorph / SlicerScriptEditor

a simple programming editor for Slicer based on monaco
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Allow saving of scripts to .py files and rename module #45

Closed lassoan closed 1 week ago

lassoan commented 1 week ago

Using the new customizable file extension in the text storage (https://github.com/Slicer/Slicer/pull/7961), the scripts can now be saved as .py files in the scene.

Also renamed module and extension to Script Editor, and consolidated the 3 modules into 1.

fixes #44