SublimeText codemp plugin -- code multiplexer
Find a file
Camillo Schenone 5741a91ce2 feat: updated how the textchange is handled python side. No longer splatted, added access to type methods.
Former-commit-id: 5eb0f10d187d5e9c97781c46cd8d24c919b52e04
2023-12-02 22:16:41 +01:00
.github/workflows initial commit 2023-08-17 18:39:47 +02:00
bindings feat: updated how the textchange is handled python side. No longer splatted, added access to type methods. 2023-12-02 22:16:41 +01:00
ext initial commit 2023-08-17 18:39:47 +02:00
src feat: updated how the textchange is handled python side. No longer splatted, added access to type methods. 2023-12-02 22:16:41 +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: updated how the textchange is handled python side. No longer splatted, added access to type methods. 2023-12-02 22:16:41 +01:00
Codemp.sublime-commands added initial automatic cursor color assignment, minor code refactor, and a disconnect client command. 2023-11-24 10:19:03 +01:00
plugin.py feat: updated how the textchange is handled python side. No longer splatted, added access to type methods. 2023-12-02 22:16:41 +01:00
pyproject.toml initial commit 2023-08-17 18:39:47 +02:00