SublimeText codemp plugin -- code multiplexer
Find a file
cschen 1e5aeda755 BIG CHANGE: fanculo avevo scritto un poema non ho voglia di riscriverlo.
TLDR: updated bindings, "virtual" classes now do less, and only deal with
managing the persistence of the codemp object within the editor.
the actual commands do the interaction with codemp.

moved away from asyncio, now its callbacks spawned on the async sublime thread.

the client now is much more central and knows everything.

split the join command into join workspace and join buffer, as it was before.
simpler and better ux.


Former-commit-id: 71c96d321fef2620da4301a8f7af5dff138921cd
2024-08-23 20:59:06 +02:00
.github/workflows initial commit 2023-08-17 18:39:47 +02:00
bindings BIG CHANGE: fanculo avevo scritto un poema non ho voglia di riscriverlo. 2024-08-23 20:59:06 +02:00
ext initial commit 2023-08-17 18:39:47 +02:00
src BIG CHANGE: fanculo avevo scritto un poema non ho voglia di riscriverlo. 2024-08-23 20:59:06 +02:00
.gitignore added buffer disconnection, sending of cursor and buffer events working, to test the receiving part 2023-11-23 14:36:33 +01:00
.gitmodules initial commit 2023-08-17 18:39:47 +02:00
.python-version initial commit 2023-08-17 18:39:47 +02:00
build.sh fix: logger does not panic anymore on reload. 2024-08-04 19:52:12 +02:00
Codemp.sublime-commands BIG CHANGE: fanculo avevo scritto un poema non ho voglia di riscriverlo. 2024-08-23 20:59:06 +02:00
plugin.py BIG CHANGE: fanculo avevo scritto un poema non ho voglia di riscriverlo. 2024-08-23 20:59:06 +02:00