ci_edit icon indicating copy to clipboard operation
ci_edit copied to clipboard

A terminal text editor with mouse support and ctrl+Q to quit.

Results 55 ci_edit issues
Sort by recently updated
recently updated
newest added

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...

enhancement

I have added a one click button, which will automatically set up ci_edit and run the editor in the Repl.it online environment. ![image](https://user-images.githubusercontent.com/18247709/70490273-f9367380-1acb-11ea-9da1-e99a14c748b4.png)

Improve unit, functional, and integration tests for better coverage and maintainability.

enhancement
help wanted

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...

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.

enhancement

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...

enhancement

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.

enhancement