7349cfd00ad7427980d1480af8e452e339a4fec9
Copyright 2025 Syed Daanish
Crib
A TUI IDE.
TODO
- Fix both scrolling functions / they are absolutely messed up.
- Change
next_lineto setout_lenand also re-addlineto the iterator. - Add
hooksin files that can be set/unset/jumped to. - Add support for text selection (slect range / all).
- Add support for delete key.
- Add support for ctrl + arrow key.
- Add support for ctrl + backspace.
- Add underline highlight for current word and all occurences.
- Add bg highlight for current line.
- Add line numbers.
- Add support for copy/cut/paste.
- Add mouse support.
- Add modes for editing - insert, select, normal, etc.
- Add folding support.
- Add feature where doing enter uses tree-sitter to add newline with indentation.
- it should also put stuff like
}on the next line.
- it should also put stuff like
- Add support for brackets/quotes to auto-close.
- Add support for LSP.
- Add support for virtual cursor where edits apply at all the places.
- Add search / replace along with search / virtual cursors
- Add scm files for all the supported languages. (2/14) Done.
- Add codeium/copilot support.
Description
Languages
C++
50.1%
tree-sitter-query
48.8%
Makefile
1.1%