SublimeText codemp plugin -- code multiplexer
Find a file
Camillo Schenone fa5f03bd6b switched to more solid (but uglier) way to check for input focus.
Changed how to get from a sublime view to a virtual buffer by means of tags. (maybe slow)
added some syntactic sugar


Former-commit-id: 2003fe0838af7e47258c6d10d84e2142dfa3da1b
2024-02-23 17:49:26 +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 switched to more solid (but uglier) way to check for input focus. 2024-02-23 17:49:26 +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 Updated bindings to lib version v0.6 2024-02-16 20:46:16 +00:00
Codemp.sublime-commands Major code refactor, to support v0.6 codemp. Should work, minor details to go through, like internal buffer mappings. 2024-02-21 23:59:49 +01:00
plugin.py switched to more solid (but uglier) way to check for input focus. 2024-02-23 17:49:26 +01:00
pyproject.toml initial commit 2023-08-17 18:39:47 +02:00