refactor: remove InfoBarWidget in favor of plugin-based one

- Replace direct InfoBarWidget with set_info_labels command that emits events to plugins
- Replace mini view widget in favor of plugin-based one
- Add widget registry exposure for code-container and editors-container
- Fix DND mixin exec_with_args call (tuple args issue)
- Add break statements in tabs_widget loops for efficiency
- Add _update_transparency call to BaseContainer
This commit is contained in:
2026-02-25 23:31:31 -06:00
parent bc3fe1eee1
commit e9c0565c04
21 changed files with 139 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "Code MiniMap",
"author": "ITDominator",
"version": "0.0.1",
"support": "",
"requests": {}
}