Commit Graph

16 Commits

Author SHA1 Message Date
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 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 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
syedm bc67d2e682 Make tree-sitter read function utilize faster rope reading
- By removing any allocations/deallocation that the function would have used
2025-12-10 18:02:37 +00:00
syedm 9900b83871 Minor fixes 2025-12-09 23:18:06 +00:00
syedm 136c546c1f Add better precompiler control 2025-12-08 19:16:18 +00:00
syedm 2121339e67 Shift spans between highlights properly 2025-12-08 17:02:43 +00:00
syedm 2c3f8f2e46 Switch folds from c-style array to std::vector 2025-12-07 18:18:54 +00:00
syedm 7acf35c8ea Switch to c++ 2025-12-07 17:22:12 +00:00