SublimeText codemp plugin -- code multiplexer
Find a file
Camillo Schenone 705c5e014e feat: major refactor.
the client doesn't hold the task manager anymore, instead it is now a
singleton that all objects dump their tasks into to be managed.
This allows to better separate the responsibilities of the various
virtual-objects. The client now is also a module-singleton which allows
us to remove that ugly global variable.

fixup: uses relative imports instead that absolute ones with Codemp in front.
rename of codemp_client.py into just client.py

Former-commit-id: 4a0cc20e82f9631931ba2f61379a61c461b1f291
2024-08-04 19:57:59 +02:00
.github/workflows initial commit 2023-08-17 18:39:47 +02:00
bindings fix: logger does not panic anymore on reload. 2024-08-04 19:52:12 +02:00
ext initial commit 2023-08-17 18:39:47 +02:00
src feat: major refactor. 2024-08-04 19:57:59 +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.rs 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
Cargo.toml chore: name change and build script tweak, adding the wheel 2024-03-23 18:55:26 +01:00
Codemp.sublime-commands feat: Stacco nuova version. 2024-02-24 17:00:29 +01:00
plugin.py feat: major refactor. 2024-08-04 19:57:59 +02:00