ci_edit
ci_edit copied to clipboard
A terminal text editor with mouse support and ctrl+Q to quit.
Hello, I have looked up previous issues related to color schemes (#5, #15 ) but I think i have better color scheme implementation idea which will enhance the UI of...
I have added a one click button, which will automatically set up ci_edit and run the editor in the Repl.it online environment. 
Improve unit, functional, and integration tests for better coverage and maintainability.
Right now it uses 'black', but it would be nice if a pref setting would allow use of yapf or other formatter.
From the ReadMe, I can see that we can undo the changes even after closing the file. Am I right in my interpretation or we can undo the changes only...
Fixes #137 @aaxu /cc
I am thinking of the `C-e check` function that would try to compile the code and highlight the errors in the code if there are any.
It is convenient to work on multiple files with a split, especially when browsing the function usage in one file and the function definition in another, I'm proposing to add...
I noticed that the unit tests are intermingled with the application logic source code, do we need to move them to the appropriate `tests` directory as it normally is in...
Does it support ctags? From the source code I can see that doesn't. I'm proposing to add it.