c736ad9fbe
fix: hash nil when not present
2025-02-15 16:28:22 +01:00
214f7db24b
fix: namespace ops must happen on main loop
...
this plugin is becoming a bit of vim.schedule hell...
maybe the :and_then() callback should make sure it runs on the main
loop? maybe offer an :and_then(), which runs on main loop, and a :and_then_soon(),
which runs in the callback thread itself
2025-02-15 12:49:56 +01:00
91bc8f8dba
fix: workspace event fields
2025-02-15 12:45:48 +01:00
e1f1343812
fix: window update should happen on main loop
2025-02-15 12:40:02 +01:00
e7dc51c79c
fix: print error when failed loading
...
also move back loading out of setup
2025-02-15 12:16:50 +01:00
f031ee8d5b
fix: load codemp native during setup
2025-02-15 11:56:19 +01:00
248b379f35
fix: events have different names
2025-02-15 11:53:50 +01:00
3390546457
fix: draw user cursors upon attaching to buffer
2025-01-18 15:35:24 +01:00
48f1556035
chore: reordered utils
2025-01-18 14:18:15 +01:00
b26510e836
chore: improved buffer.len function
2025-01-18 14:18:03 +01:00
c69cd8dd5a
fix: switch to new conversion functions
2025-01-18 14:17:20 +01:00
0e074bcf73
fix: create buf synchronously when sharing
2025-01-10 16:41:36 +01:00
683376be6e
fix: temporary userdata type check rather than nil
2024-11-17 19:26:17 +01:00
3769b2b216
feat: added byte2rowcol and rowcol2byte utils
2024-11-17 18:39:25 +01:00
ce6670fdb7
fix: set tick also when resynching
2024-11-17 17:01:55 +01:00
cc9b6769c2
chore: bump to 0.8.4
2024-11-17 16:49:07 +01:00
3f098185ca
fix: wrap process_changes fn to provide controller
2024-11-17 13:42:17 +01:00
c1f5cb2d5b
chore: bump version
2024-11-17 12:56:51 +01:00
5cb11a85d7
docs: workspace command args order
2024-10-28 02:35:05 +01:00
1543625bd5
fix: compare hash before change
...
this anticipates a fix that is going to land in 0.8.3
2024-10-27 19:54:43 +01:00
d15336cb4a
chore: leftover from async send
2024-10-27 19:52:57 +01:00
68cd197c07
fix: on desync, still reset lock
...
otherwise callback will never run again!!
2024-10-27 19:52:35 +01:00
638976317e
chore: move to separate fn the on_bytes cb
2024-10-27 19:52:08 +01:00
3ba6c30a48
fix: put user.name is buf mappings
2024-10-27 11:51:50 +01:00
04ca78ac16
fix: workspace controller, no longer need poller
2024-10-26 20:23:57 +02:00
a130c24687
fix: no longer async
2024-10-26 20:22:54 +02:00
0aab5cdd80
fix: leftover
2024-10-26 18:30:58 +02:00
7f0dd45ac0
fix: ack when applying changes
2024-10-26 18:28:40 +02:00
c92b1799b6
chore: updated to codemp 0.8
2024-10-26 18:16:18 +02:00
9e22411df8
chore: update usage with data structs
2024-10-26 17:51:16 +02:00
f5a5287065
fix: update window after disconnecting
2024-10-12 23:27:08 +02:00
594330c721
fix: always leave workspace before disconnecting
2024-10-12 23:24:33 +02:00
e0c1069939
fix: macos wants a .so?
...
i dont really get how macos dynamic libraries work...
2024-10-09 21:29:16 +02:00
41e065e157
fix: mac is aarch64 and not -gnu
2024-10-08 17:34:34 +02:00
f2d2f706f7
fix: macos sysname is Darwin, not Mac ?
2024-10-08 17:31:29 +02:00
7f5d7b23b5
fix: clear cursor, buffers, workspace and mappings
...
i think this is everything?
2024-10-03 00:13:10 +02:00
09a37f7b77
fix: since it gets 2-wide sometimes...
...
... make it 2-wide always but with leading letter
2024-10-02 23:24:55 +02:00
3e2ceb99de
fix: update window when moving across bufs
2024-10-02 23:23:53 +02:00
bdb991033a
fix: remove align end
...
hopefully blocks will be 1 wide again?
2024-10-02 23:22:56 +02:00
f8c2a00894
fix: update position for self too
2024-10-02 23:20:52 +02:00
3f71b36ccd
feat: show user initial in color block
2024-10-02 23:20:39 +02:00
3555572c2a
feat: put back blocks at end, show fname
2024-10-02 23:13:00 +02:00
2f3132b82d
feat: show users before buffers
...
so its visible even on very long buffer names
2024-10-02 23:02:26 +02:00
222869464f
fix: buf tick equals
...
in theory it should always be the same, because we call set_content()
and before that resolves our callback runs. HOWEVER, i dont know, nvim
is driving me insane...
2024-10-02 14:18:28 +02:00
a3fa3ea743
fix: 1-len cursors
2024-10-02 02:14:41 +02:00
28b14eb761
fix: bump codemp version, cancel promise
2024-10-01 21:08:28 +02:00
6094c7b7b8
fix: extend 0-width cursors
2024-09-28 18:15:23 +02:00
5d2f7fa2c7
fix: distinguish id of owned/not owned workspaces
2024-09-28 01:24:04 +02:00
b4e4d302bd
fix: cmd.exe with command
2024-09-28 01:21:28 +02:00
2b869bb7ab
fix: copy on windows
2024-09-28 01:19:05 +02:00