aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* "disenable" lol...HEADdev cschen2025-09-28-2/+3
* CodempLogger in own panel cschen2025-08-02-19/+117
* fix: erase password setting instead of setting it to false cschen2025-03-06-1/+3
* feat: handle workspace events cschen2025-02-23-1/+19
* feat: addd the "share current buffer" commandv0.6.1 cschen2025-02-22-6/+91
* fix: clearer creation of virtual workspaces and buffers. cschen2025-02-22-93/+110
* fix: properly reraise the exception from browser cschen2025-02-22-1/+1
* fix whole buffer selection upon attach. cschen2025-02-22-0/+4
* fix join buffer input handlersv0.5.0 cschen2025-02-19-19/+18
* made create and delete workspaces as internal commands as well. cschen2025-02-18-36/+48
* fixed the qpbrowser, now creation and deletion work as intended. cschen2025-02-18-34/+14
* i'm dumb, and i was wondering why the LOGGER was not printing messages... cschen2025-02-18-6/+6
* Make create buffer and delete buffer, be internal commands. Dealing with the ... cschen2025-02-18-76/+52
* fixed the back button for the workspace browser cschen2025-02-17-3/+2
* add comment for the fucking sublime crashing voodoo, I have no idea... cschen2025-02-17-8/+9
* added debug message on successfull workspace leave. cschen2025-02-17-2/+3
* fixed README cschen2025-02-17-7/+7
* adds message on successfull detachment. cschen2025-02-17-0/+2
* Revert "remove the timeout async call" cschen2025-02-17-10/+8
* new line flags multiline cschen2025-02-17-1/+4
* dont' drop the handle cschen2025-02-17-1/+1
* remove useless intermediate variable cschen2025-02-17-2/+1
* remove the timeout async call cschen2025-02-17-8/+10
* import gc: for bisect cschen2025-02-17-0/+1
* fix create buffer input handlers cschen2025-02-17-10/+11
* fix: make leave buffer take only a buffer id as argument cschen2025-02-17-14/+5
* fix connection workflow cschen2025-02-17-6/+7
* add information on how to install package control v4 cschen2025-02-17-4/+19
* feat: completely reworked the connection flow. Now profiles can be specified ... cschen2025-02-16-27/+104
* fix input handler so they can accept single elements cschen2025-02-16-4/+5
* get only joined workspaces for the leave buffer command cschen2025-02-16-1/+1
* attempts at better dropping procedure for buffers cschen2025-02-16-2/+4
* fix: use vbuff_from_view function. cschen2025-02-16-2/+6
* chore: improved the generic input handlers cschen2025-02-15-19/+15
* fix: now when joining a buffer the text is correctly loaded and the syntax is... cschen2025-02-15-18/+13
* chore: greatly improved the readability of the connect input handler cschen2025-02-15-19/+10
* fix: adds back the commands so that they are available. cschen2025-02-15-2/+8
* feat: adds small utility to check if a view is a codemp buffer cschen2025-02-15-11/+17
* print which library version we're using on plugin load. cschen2025-02-15-1/+2
* chore: minor fixes and renaming cschen2025-01-18-73/+80
* fix :readmev0.4.1 cschen2024-11-30-1/+3
* fix: remove old comments cschen2024-11-30-10/+1
* fix: remove .no-sublime-package and update readme cschen2024-11-30-15/+21
* try an async sending.v0.4 cschen2024-11-30-1/+1
* eheh, fix cschen2024-11-30-3/+1
* Merge branch 'viewtag' into dev cschen2024-11-30-1087/+1399
|\
| * disables using `change_id()` as it was introducing complications.viewtag cschen2024-11-19-46/+67
| * feat: Add sync command. cschen2024-11-19-0/+11
| * fix/tweaks: minor changes and fixes cschen2024-11-03-16/+12
| * fix: wrongly calling command to create workspace instead of buffer. cschen2024-11-03-6/+3