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 main at itdominator/Newton-LSP 2026-04-19 02:22:17 +00:00
5e05ffea16 Externalized parts of Docker file to base image; Updated README
itdominator pushed to main at itdominator/Podman 2026-04-19 02:16:25 +00:00
5e2170184c Initial push
itdominator created branch main in itdominator/Podman 2026-04-19 02:16:25 +00:00
itdominator pushed to release/newton_gtk at itdominator/Newton-Editor 2026-04-16 04:06:08 +00:00
0c3de1334a Fix line-based editing behavior for cut and duplicate commands
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-04-16 04:05:45 +00:00
7ab919f925 Fix line-based editing behavior for cut and duplicate commands
itdominator pushed to develop at itdominator/Python-With-Gtk-Template 2026-04-15 06:59:41 +00:00
383db1270e feat(code): adjust split view shortcut and register text insert event
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