simvx.ide.file_tabs¶
File tab management – open, save, close, quit with unsaved-change prompting.
Module Contents¶
Classes¶
Manages file lifecycle actions for the IDE. |
Data¶
API¶
- simvx.ide.file_tabs.log¶
‘getLogger(…)’
- class simvx.ide.file_tabs.FileTabs(ide: simvx.ide.app.Root)[source]¶
Manages file lifecycle actions for the IDE.
All methods access IDE components through the
idereference passed at construction time, keeping this class decoupled from the node tree.Initialization