void saveActiveTab()
Save the active script-tab to the stored file path.
Classes for the script editor used within the editor to create and modify Python and Lua scripts.
void actionPerformed(final ActionEvent e)
Save the currently active tab
Action listener for SAVE actions.
final ScriptEditControl scriptEditControl
The ScriptEditControl to forwards to.
ScriptEditControl - Manages events and data flow for the script editor entity.
Save(@NotNull final ScriptEditControl scriptEditControl)
Creates a new instance.