Commit graph

22 commits

Author SHA1 Message Date
cschen
95694dc2ec fix: simplify simplify simplify
Former-commit-id: 3e093fcaba0026c2585aca0ea9b714852f5e9839
2024-08-31 15:24:22 +02:00
cschen
1e5aeda755 BIG CHANGE: fanculo avevo scritto un poema non ho voglia di riscriverlo.
TLDR: updated bindings, "virtual" classes now do less, and only deal with
managing the persistence of the codemp object within the editor.
the actual commands do the interaction with codemp.

moved away from asyncio, now its callbacks spawned on the async sublime thread.

the client now is much more central and knows everything.

split the join command into join workspace and join buffer, as it was before.
simpler and better ux.


Former-commit-id: 71c96d321fef2620da4301a8f7af5dff138921cd
2024-08-23 20:59:06 +02:00
cschen
507fca5057 wip: moved to the promise model from the glue
Former-commit-id: be08024cd256b631697b6c8fda6d99f8ccb4ece8
2024-08-21 21:35:57 +02:00
cschen
73e8e9c061 chore: adapting plugin to new glue + new glue
Former-commit-id: 1ed7e6f519295e7f46b4bce3b5d3143e787b26a3
2024-08-09 09:17:38 +02:00
cschen
6dc8d17e9d feat: removed all wheel building from the repo, moved it to the codemp repo directly
feat: updated the plugin to latest glue.
feat: updated the bundled wheel

Former-commit-id: 59efd17b2225c700a6144572a1d44c873d1da268
2024-08-07 00:17:31 +02:00
Camillo Schenone
b66b368907 fix: logger does not panic anymore on reload.
cleanup: old lib version

Former-commit-id: 4dc9cc8048c8dd58438c8da8c2f2a57b16eaaec5
2024-08-04 19:52:12 +02:00
Camillo Schenone
7712d68cb5 chore: name change and build script tweak, adding the wheel
Former-commit-id: e77044f56c199268115c8768d69b4fe06357d6c3
2024-03-23 18:55:26 +01:00
Camillo Schenone
43d55e3143 fix: cleaned up build script, version bumps
Former-commit-id: 30e5f85a3e0bf9c4fbb3521b287043b6f55e76a6
2024-03-16 15:51:49 +01:00
Camillo Schenone
0a15f4a1f9 Version bump to 0.6.1 codemp, using standalone proto repo
Former-commit-id: 55fdb8a2e5efd4eed97cf72fd465f2aeed8bd510
2024-03-16 12:49:07 +01:00
Camillo Schenone
4b058396a1 fix: minor fixes to task manager
Former-commit-id: fc5c2f9b844126a87341a94f1ded299c73916fad
2024-03-03 19:12:20 +01:00
Camillo Schenone
4c89544981 Added tracing logging, removed some unhelpful python level logging messages
Former-commit-id: 68610be7c21c24dc9c354fc0162bed4dd3438606
2024-03-02 15:28:39 +01:00
Camillo Schenone
6831c07a64 Updated bindings to lib version v0.6
Former-commit-id: 488ee7005f9e286a489683db9853b53deab9443d
2024-02-16 20:46:16 +00:00
Camillo Schenone
5e1c0e597f removed old select_buffer code from the bindings, atm not required.
Former-commit-id: 01a0dee921f726229aa40f3253792bafd845a0c6
2023-12-02 22:21:56 +01:00
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
Camillo Schenone
7bac395fc4 fixed select_buffer in the lib
Former-commit-id: 13c418ed5990300a0c15278e490726dd01680dd2
2023-11-24 11:44:08 +01:00
Camillo Schenone
a22d8ff6e1 version bump to 0.3.0, supporting codemp 0.5, fixed content function, new bindings
Former-commit-id: 14b565f48f493c4c731a00e9511ef5af65332264
2023-11-24 11:31:00 +01:00
Camillo Schenone
5035034358 whops forgot the bindings
Former-commit-id: 546bf036805f71ee3adbc7510b8cee56e77c7a33
2023-11-22 12:29:54 +01:00
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
Camillo Schenone
fd528237b3 completed the text change compression to send a single operation to delta. Minor refactor, added stubs for further development
Former-commit-id: 83d6457ac959585d459d5b9af3e948e623bb6b8d
2023-08-29 23:38:39 +02:00
Camillo Schenone
6fe5effb68 Minor fixes in the lib, finished the python objects wrappers. Started working on plugin.py.
Former-commit-id: 3a5e587b1ba019bb9a263478cd2e08b9b532322e
2023-08-25 14:29:11 +02:00
Camillo Schenone
e387b726c8 Got a bindings library that compiles.
Former-commit-id: b08de0a869b6738131e96dd616ef0b96bfb2d975
2023-08-25 03:05:53 +02:00
Camillo Schenone
1ab1ac36be initial commit
Former-commit-id: fbb58155042cd05b869941cdbdd83819b7c1907e
2023-08-17 18:39:47 +02:00