Moving settings out of global space; added editor commands and wired them

This commit is contained in:
2025-12-16 20:25:24 -06:00
parent ce22ed6a53
commit 6acbcb53c2
25 changed files with 288 additions and 53 deletions

View File

@@ -6,6 +6,7 @@ gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
# Application imports
from .code.editors_container import EditorsContainer
@@ -35,4 +36,4 @@ class FooterContainer(Gtk.Box):
...
def _load_widgets(self):
...
self.add( EditorsContainer() )