simvx.core.file_state¶
File lifecycle signals shared between Editor and IDE state objects.
Module Contents¶
Classes¶
Mixin providing file lifecycle signals for editor/IDE state objects. |
Data¶
API¶
- simvx.core.file_state.log¶
‘getLogger(…)’
- class simvx.core.file_state.FileStateMixin[source]¶
Mixin providing file lifecycle signals for editor/IDE state objects.
Both
simvx.editor.Stateandsimvx.ide.Stateinherit from this to share the same signal interface. When the IDE is embedded in the editor,simvx.ide.Statecan accept external Signal instances to share withsimvx.editor.State, eliminating the need for manual signal forwarding.