SublimeText codemp plugin -- code multiplexer
Find a file
cschen 1b9809e167 feat: spawn run_forever loop on a separate thread which will receive tasks
to run.
feat: add a special function to run blocking functions on the worker thread
fix: wait for the thread to finish when stopping.

Former-commit-id: 33a10f6a22be1a46f272da198f6e672a798ee2c6
2024-08-10 19:03:44 +02:00
.github/workflows initial commit 2023-08-17 18:39:47 +02:00
bindings chore: adapting plugin to new glue + new glue 2024-08-09 09:17:38 +02:00
ext initial commit 2023-08-17 18:39:47 +02:00
src feat: spawn run_forever loop on a separate thread which will receive tasks 2024-08-10 19:03:44 +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 feat: leave workspace command and separation between activating a workspace and materializing it on disk and in the editor 2024-08-09 14:23:29 +02:00
plugin.py feat: wrote executor on the sublime worker thread, (should be correct) 2024-08-09 20:33:56 +02:00