SublimeText codemp plugin -- code multiplexer
Find a file
Camillo Schenone a26a51cecf fix: properly handle the cleanup of workspaces when closing a window containing them. as well as tagging a window similarly to how we tag views that contain a buffer managed by codemp.
fix: TaskManager, properly implement the stopping logic: Tasks in asyncio when .cancel()'ed are not immediatelly stopped.
but only a request of cancellation is made. subsequently awaiting the task allows it to raise a cancelledError exception,
do any necessary cleanup (finally block).
chore: removed unused import in lib.

Former-commit-id: 04f294c50b180e3676fd026d9a47732cdf6511a6
2024-02-27 00:06:58 +01:00
.github/workflows initial commit 2023-08-17 18:39:47 +02:00
bindings Updated bindings to lib version v0.6 2024-02-16 20:46:16 +00:00
ext initial commit 2023-08-17 18:39:47 +02:00
src fix: properly handle the cleanup of workspaces when closing a window containing them. as well as tagging a window similarly to how we tag views that contain a buffer managed by codemp. 2024-02-27 00:06:58 +01: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 Got a bindings library that compiles. 2023-08-25 03:05:53 +02:00
Cargo.toml feat: Stacco nuova version. 2024-02-24 17:00:29 +01:00
Codemp.sublime-commands feat: Stacco nuova version. 2024-02-24 17:00:29 +01:00
plugin.py fix: properly handle the cleanup of workspaces when closing a window containing them. as well as tagging a window similarly to how we tag views that contain a buffer managed by codemp. 2024-02-27 00:06:58 +01:00
pyproject.toml initial commit 2023-08-17 18:39:47 +02:00