Commit graph

537 commits

Author SHA1 Message Date
990c12797c
feat: add a very simple info view 2024-09-10 20:21:41 +02:00
b970031a7f
feat: don't treat unknown LSP notifications as errors 2024-09-05 22:15:07 +02:00
2060588a28
feat: respond to client/registerCapability requests with a null result 2024-09-05 22:15:07 +02:00
79ba5d32cd
feat: add basic support for responding to requests from a language server 2024-09-05 22:10:47 +02:00
9cff9717c0
feat: format json with hjson 2024-09-05 22:06:59 +02:00
4ac6818a4f
fix: allow tab characters in bracketed paste operations
closes #39
2024-09-05 16:41:05 +02:00
929f6b50b3
fix: do not break out of bracketed paste on sanitizer fail
Log and drop the bad bytes instead.
2024-09-05 16:39:51 +02:00
d286aae67a
refactor: move bracketed paste handling to functions and log errors 2024-09-05 16:39:13 +02:00
75b1c85723
fix: print a message to stderr if setlocale fails 2024-09-03 17:34:12 +02:00
ea70d45363
refactor: use splitScalar instead of splitAny in list_languages 2024-09-03 14:44:24 +02:00
86fdfe98e2
fix: render syntax for overlapping tree-sitter captures 2024-09-03 14:41:26 +02:00
447b735c0b
feat: add windows support in --list-languages 2024-09-02 22:33:51 +02:00
595919c764
feat: colorize --list-languages output 2024-09-02 21:43:39 +02:00
72a40a6711
Merge branch 'yhyadev-list-languages-checkmark' 2024-09-02 21:20:04 +02:00
8810048f91
fix: adjust list_languages column header alignment 2024-09-02 21:19:44 +02:00
0e19fbdd75
fix: avoid list_languages.write_checkmark on windows until support is added 2024-09-02 21:19:43 +02:00
Yhya Ibrahim
7fad128304 fix: pass allocator to list_languages.list 2024-09-02 20:33:46 +03:00
Yhya Ibrahim
adf1725737 feat: in list_languages write a checkmark behind an executable and x if not an executable 2024-09-02 20:21:20 +03:00
4d25f77e1b
feat: add toggle_input_mode (F2) home screen key binding 2024-09-02 17:33:28 +02:00
462da0e992
fix: make sure users can get out of helix mode with F2 or the command palette 2024-09-02 17:29:36 +02:00
7b812d73ea
refactor: change a -> allocator 2024-09-02 14:31:49 +02:00
gabydd
ad58b1868d stub out almost all helix keybindings 2024-09-02 13:44:48 +02:00
gabydd
7dbb5458f5 start porting over helix keybindings
some are completly wrong many have comments about
what the proper helix command looks like,
only touches normal mode
2024-09-02 13:44:48 +02:00
7b877de6d7
feat: use palatte instance specific name and icon 2024-08-31 21:13:55 +02:00
4a04b44fef
fix: don't render both logo and overlay mode icon 2024-08-31 21:07:02 +02:00
e7b3c5c91a
fix(windows): minor build fixes for windows 2024-08-31 21:02:28 +02:00
267ccdd069
fix: do not restore project MRU history for files that don't exist 2024-08-30 22:03:18 +02:00
a1ba46cba8
fix: update color for typst file_type 2024-08-30 21:07:15 +02:00
2d67d4a2c6
feat: use current file name as default for save as 2024-08-30 21:03:45 +02:00
e79f10d59f
feat: add typst file type 2024-08-30 20:58:57 +02:00
8c1f1b806b
feat: update tree-sitter to add typst 2024-08-30 20:58:39 +02:00
de1ef110b1
docs: remove false statement about vim commands from help.md 2024-08-30 20:27:35 +02:00
72893f4407
docs: add save_as to help.md 2024-08-30 20:27:18 +02:00
3ec4f5d429
feat: add flow mode keybinding for save_as (C-S-s) 2024-08-30 20:25:26 +02:00
a2674c121e
feat: add save_as mini mode 2024-08-30 20:25:26 +02:00
34540bbff0
feat: add editor.save_file_as command 2024-08-30 20:25:26 +02:00
c54896a86c
refactor: split open_file mini mode into file_browser & open_file 2024-08-30 20:15:51 +02:00
0a33c7a85c
feat: update libvaxis to add proper URI encoding for OSC7 2024-08-30 13:50:33 +02:00
062c989e6f
fix(open_file): restore match expression when returning to first completion 2024-08-29 21:46:17 +02:00
d4162e9f64
fix(open_file): fix matching in project root 2024-08-29 21:45:32 +02:00
8beddc5ea2
feat(open_file): complete files per directory with simple prefix matching 2024-08-29 21:36:51 +02:00
16b28c0254
feat: add project_manager.request_path_files 2024-08-29 21:35:25 +02:00
538e0f6809
fix: don't render app logo in mini modes 2024-08-29 19:21:39 +02:00
9b80687373
fix: sort by length (shortest first) for equal fuzzy matching scores in palette 2024-08-29 19:09:25 +02:00
9d93ba5319
fix: correct clock widget tick timer calculations
and avoid calling .cancel() on timer tick
2024-08-29 16:57:15 +02:00
629e6048aa
fix: use thespian.store/restore_error in tui.deinit
This prevents errors in tui.deinit, for example DEADSEND messages from timers,
from over writing the final exit message from the tui actor.
2024-08-29 16:53:54 +02:00
c348aa9656
fix: use correct DEADSEND matching in project_manager 2024-08-29 16:53:34 +02:00
336ea8684e
feat: update thespian and add delay_send_cancellable tags 2024-08-29 16:52:26 +02:00
c01576412a
refactor: prefer orelse to if(pred) |x| x else y 2024-08-29 13:13:45 +02:00
xdBronch
1caf2aa0f6 dont error on empty saves 2024-08-29 01:07:59 +02:00