SublimeText codemp plugin -- code multiplexer
Find a file
Camillo Schenone 2d8fb97166 Fix: Ignore cursor events for unknown buffers, print a warn
Former-commit-id: fb53518d4bba645283edcf349ce9eda9dc081b7d
2023-12-18 22:09:24 +01:00
.github/workflows initial commit 2023-08-17 18:39:47 +02:00
bindings removed old select_buffer code from the bindings, atm not required. 2023-12-02 22:21:56 +01:00
ext initial commit 2023-08-17 18:39:47 +02:00
src Fix: Ignore cursor events for unknown buffers, print a warn 2023-12-18 22:09:24 +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 Fix: Ignore cursor events for unknown buffers, print a warn 2023-12-18 22:09:24 +01:00
pyproject.toml initial commit 2023-08-17 18:39:47 +02:00