Description
The top menubar items (File, Edit, etc.) are currently static placeholders. Basic IDE functionality like "Save," "Search," and "New File" should be accessible from these menus.
Tasks
- All options, etc.: wire "File > Save" to the saveActiveFile() function in script.js.
- Or implement a global "Search" modal (Edit > Find).
- Or add "New File" and "New Folder" functionality to the File menu.
- etc... there are a LOT of options in antigravity, but I guess they don't ALL need adding.
Description
The top menubar items (File, Edit, etc.) are currently static placeholders. Basic IDE functionality like "Save," "Search," and "New File" should be accessible from these menus.
Tasks