SublimeText codemp plugin -- code multiplexer
Find a file
Camillo Schenone 8808405a3a First steps towards the migration, updated the bindings, and python side wrapper
Former-commit-id: fe60dec9d36c28b9f86048a0791349a804c66c8f
2023-11-22 12:25:08 +01:00
.github/workflows initial commit 2023-08-17 18:39:47 +02:00
bindings First steps towards the migration, updated the bindings, and python side wrapper 2023-11-22 12:25:08 +01:00
ext initial commit 2023-08-17 18:39:47 +02:00
src First steps towards the migration, updated the bindings, and python side wrapper 2023-11-22 12:25:08 +01:00
.gitignore .gitignore fixes and codemp cargo git dependency 2023-08-17 18:57:21 +02: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 First steps towards the migration, updated the bindings, and python side wrapper 2023-11-22 12:25:08 +01:00
Codemp.sublime-commands Rearranged some code. Implemented a python buffer class to abstract the differences between buffers on the server and on the editor. Switched to a single event listener that we move around. 2023-09-05 16:07:22 +02:00
plugin.py Rearranged some code. Implemented a python buffer class to abstract the differences between buffers on the server and on the editor. Switched to a single event listener that we move around. 2023-09-05 16:07:22 +02:00
pyproject.toml initial commit 2023-08-17 18:39:47 +02:00