Commit Graph

66 Commits

Author SHA1 Message Date
syedm 78bf2d666d Completions bug fixes and switch to a better html lsp 2026-01-10 19:24:38 +00:00
syedm b20702928a Fix diagnostics box width to be a bit more smarter 2026-01-10 18:16:18 +00:00
syedm 2c1e69181a Bug Fixes and optimizations 2026-01-10 17:15:09 +00:00
syedm b2a64f219f Completions bug fixes 2026-01-10 07:56:40 +00:00
syedm e9da17eb34 Basic completion support 2026-01-06 11:39:17 +00:00
syedm a905e333fc Lsp completion logic 2026-01-04 03:27:17 +00:00
syedm ac04754318 Cleanup and ui bar 2026-01-03 17:46:04 +00:00
syedm 0390a1bc5d Cleanup 2025-12-30 15:22:09 +00:00
syedm dc507dfc23 Make syntax highlighting smoother 2025-12-30 10:56:31 +00:00
syedm 26e0b06e24 Add strikethrough support 2025-12-30 10:55:32 +00:00
syedm 235eafb01c Rearrange code and cleanup 2025-12-30 01:19:50 +00:00
syedm 04179d1a4e Cleanup and add visible whitespaces. 2025-12-29 21:55:49 +00:00
syedm c7068d33d7 Feat: add hover boxes and diagnostics from lsp 2025-12-29 15:56:51 +00:00
syedm 6108f78be3 Fix lsp bugs
- Fix: Incorrect setting of incremental edits for lsp and more
2025-12-27 09:53:46 +00:00
syedm bfaba81317 Add lsp's for many different languages and minor fixes 2025-12-27 04:31:08 +00:00
syedm a38ba1f813 Minor fixes and optimizations 2025-12-26 22:13:11 +00:00
syedm 655f0e7d77 Feat: Add syntax highlighting for a lot more languages 2025-12-26 20:46:36 +00:00
syedm b6e40ae1a6 Add tree-sitter grammars for common languages I use. 2025-12-25 22:01:58 +00:00
syedm f3c87431a3 Add lsp warnings and updates support (and other minor fixes) 2025-12-25 18:14:45 +00:00
syedm 69b981097e Improve syntax highlight injection logic 2025-12-25 04:55:56 +00:00
syedm 659628835d Add tree-sitter injections support & cleanup 2025-12-25 04:14:53 +00:00
syedm a10dd92249 Basic lsp and precompiler header support 2025-12-24 11:08:25 +00:00
syedm 43f443e128 Add virtual text support in editor rendering 2025-12-22 17:18:45 +00:00
syedm a12e2fb1c4 Add better indentation and pasting 2025-12-22 14:56:48 +00:00
syedm 7307387f64 Optimize line iterator 2025-12-19 20:46:52 +00:00
syedm d5145d88a7 Basic indentation support 2025-12-18 18:55:08 +00:00
syedm f347f50dbe Stuff 2025-12-18 17:06:47 +00:00
syedm f764c78c6b Folding update test 2025-12-18 15:40:25 +00:00
syedm 4f19c2f6c1 Stuff 2025-12-18 15:21:25 +00:00
syedm d82389bc42 Add jumping hooks for faster navigation 2025-12-14 12:17:38 +00:00
syedm 5fae2f3bb6 Add alt+arrow support 2025-12-14 10:52:56 +00:00
syedm aa25bf0ac3 Fixes and cleanup 2025-12-14 09:49:17 +00:00
syedm 628000f851 Add proper selection modes and word jumping 2025-12-13 20:43:04 +00:00
syedm 5153770ee9 Add selection + clipboard support (cut/copy/paste) 2025-12-13 17:50:44 +00:00
syedm a59111162c Add line numbers 2025-12-13 16:47:07 +00:00
syedm d8c281d7d7 Set cursor types 2025-12-13 15:35:42 +00:00
syedm d9ebf83588 Add mouse support 2025-12-13 15:08:31 +00:00
syedm e83cc6cf02 Add scrolling support and other minor fixes 2025-12-13 13:43:51 +00:00
syedm 38839408b1 idk 2025-12-13 01:05:06 +00:00
syedm d5f5dd21b0 Treat input thread as the non-blocking it is 2025-12-13 00:55:09 +00:00
syedm ce06ca8057 Add basic modes and mode-navigation 2025-12-13 00:48:42 +00:00
syedm dad7d844ca Add unicode input support 2025-12-13 00:23:59 +00:00
syedm e6ce95a1d4 Cleanup 2025-12-12 22:19:44 +00:00
syedm 06c7b7dfaa Bump highlight limits 2025-12-12 21:03:05 +00:00
syedm fd70a40a49 Update preffered cursor column for edits properly 2025-12-12 20:47:28 +00:00
syedm 39542bac33 Undo editor size to fullscreen 2025-12-12 20:31:00 +00:00
syedm ce74e75f04 Major bug fixes 2025-12-12 20:29:34 +00:00
syedm 7349cfd00a Add wide character support (tabs/emojis) and other minor fixes 2025-12-12 16:36:36 +00:00
syedm 17e8521f6a Modularize insertion/deletion 2025-12-11 18:00:17 +00:00
syedm 24c5b70af1 Major code cleanup. 2025-12-10 22:51:19 +00:00