Files
Python-With-Gtk-Template/plugins/code/tabs_bar/manifest.json
itdominator b724d41f6c Remove tabs UI from code editor and move to plugin. Enhance plugin system.
- Remove tabs controller, tab widget, and tabs widget files and move to plugin
- Delete plugins/README.txt
- Add register_controller method to controller system for plugin use
- Add error handling for plugin crashes via futures callback
2026-02-26 21:09:14 -06:00

8 lines
119 B
JSON

{
"name": "Tabs Bar",
"author": "ITDominator",
"version": "0.0.1",
"support": "",
"requests": {}
}