itdominator
  • https://www.itdominator.com/
  • I'm a guy who loves space, Gnu/Linux, Unix, and blender stuff. I maintain my own distribution called Sol-OS and maintain various coding projects. Go @nasa!!

  • Joined on 2021-02-16
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-04-15 06:57:01 +00:00
41f3501e1f feat(code): improve comment toggling, terminal navigation, and editor event wiring
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-04-13 05:57:00 +00:00
2d4c8e4f31 feat(lsp): improve shutdown lifecycle and response handling
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-04-13 05:52:41 +00:00
12b5fe7304 feat: improve LSP lifecycle, terminal widget, and code folding support
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-04-11 20:38:24 +00:00
d8e0185d1c Refactor LSP manager architecture and event + completion pipeline
fd1f5b8d64 refactor: remove split_pane_manager plugin and harden view handling
Compare 2 commits »
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-04-11 20:38:01 +00:00
a8ad015e05 Refactor LSP manager architecture and event + completion pipeline
0dc21cbb82 refactor: remove split_pane_manager plugin and harden view handling
Compare 2 commits »
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-04-05 02:42:14 +00:00
890c6cdfcc refactor(editor): remove legacy split-view system and introduce source view lifecycle
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-04-05 02:39:05 +00:00
69e766dc28 feat(editor): introduce split pane manager plugin and refactor source view system
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-04-04 19:23:07 +00:00
5911f37449 refactor(command-system): replace legacy CommandSystem with SourceViewCommandSystem
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-04-04 19:22:34 +00:00
b13d9c2397 refactor(command-system): replace legacy CommandSystem with SourceViewCommandSystem
itdominator pushed to main at itdominator/Newton-LSP 2026-04-03 06:26:27 +00:00
75a0d62655 Add WIP TCP connection type; move to use async methods; send client successful server start message
itdominator pushed to main at itdominator/Newton-LSP 2026-04-01 07:39:42 +00:00
abf404de17 Fix arg parse on server start
itdominator pushed to main at itdominator/Newton-LSP 2026-04-01 05:39:38 +00:00
5b5850729c Updated to pass workspace as parameter for server args
itdominator pushed to main at itdominator/Newton-LSP 2026-04-01 01:54:07 +00:00
9115b93eda Updated godot language server args; added save script; small cleanup
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-03-30 05:45:44 +00:00
e367e31890 refactor(cursor): centralize movement logic and enhance word navigation
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-03-30 05:42:01 +00:00
6e46279da4 refactor(cursor/multi-insert): unify movement logic and improve word navigation
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-03-29 19:35:13 +00:00
d90415bffc Fix: Improve code folding functionality and gutter rendering
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-03-29 19:06:06 +00:00
bd277c0214 Refactor LSP manager and file handling
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-03-29 19:02:28 +00:00
ead45abdc8 Fix: Improve code folding functionality and gutter rendering
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-03-29 08:11:16 +00:00
62a866d9bb feat(tree-sitter, views): initialize AST on focus and emit source view creation event
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-03-28 21:16:49 +00:00
dc2997ec16 feat(lsp, ui, core): refactor LSP initialization, improve config handling, and clean up TreeSitter