simvx.ide.edit_actions¶
Edit command handlers – undo, redo, clipboard, line operations, folding, bookmarks.
Module Contents¶
Classes¶
Handles all edit-menu actions and bookmark/history navigation. |
API¶
- class simvx.ide.edit_actions.EditActions(ide: simvx.ide.app.Root)[source]¶
Handles all edit-menu actions and bookmark/history navigation.
Methods access the editor panel and IDE state through the
idereference.Initialization