ci_edit
ci_edit copied to clipboard
A terminal text editor with mouse support and ctrl+Q to quit.
Besides ctags, would be nice to implement the support for the trendy language server protocol
I am proposing to add a command to open a file inside the current working directory with the fuzzy search.
Note: This is a possible suggestion. - When user attempts to quit after unsaved changes - User is prompted whether to save, not save or cancel quitting - On keypress...
Not sure if it is possible to efficiently keep a saved state of the current modified file in case of an unexpected exit (shutdown, restart, terminal closed). Maybe it would...
I was wondering if the issues board was still being updated, since I wanted to get back into working on this project. Perhaps maybe creating a slack channel would be...
Hi there. I found your text editor awesome and greatly like it. Thanks for a great job!! But I have a dummy question if there is an ability to add...
I tried to run ci_edit on an ARM development board. Since SSH is not available I used the serial connection. (this may mean that the colour support of the terminal...
This PR includes a new object in the TextBuffer object that tracks the file on disk using threads. If in single-threaded mode, the object will not automatically track the file,...
Implement text wrapping and maybe scrolling as well.
A tree of redo chains where every path from the root to a leaf is a "redo chain." This is actually really cool since sometimes when I undo to see...