ci_edit
ci_edit copied to clipboard
A terminal text editor with mouse support and ctrl+Q to quit.
Actually, if we want to later support opening projects, we should be able to open directories and set our working directory to that.
I was looking into a bug with line selection at the end of the document and noticed that in a couple other gui editors the selection seems to be more...
There is blank space drawn after the end of the document. I'm thinking of using that space to welcome user and provide some help/tips.
I think it'll be helpful to be able to run the install command without running sudo. Maybe install it into the user directory rather than root?
 'URIs' is half highlighted.. and cucumber isn't a real word? :( RIP. And then there are other words too.
I've gotten a feature request to install ci_edit via apt-get to make the install process super simple for apt-get users.
Is this a feature that has yet to be fully implemented? I see the groundwork laid out, but It doesn't seem to be functional (or I'm just using it wrong)....
I have created this issue to continue the discussion raised in #95
I traced this error to **applyPalette** in ci_program.py. **setUpPalette** has a try-catch block where it's try block and the catch block currently do the same thing, causing the crash. This...
these days i have been always seeing ci_edit source code, everything is ok but i can not run it on pycharm. below is the error stacktrace when i ran Ci_program:...