Evan Teran

Results 43 issues of Evan Teran

NEdit5 only rendered lines that were entirely visible. This wasn't an issue because the window could only be resized in whole character increments. So, we should either: 1. Find a...

[.editorconfig](https://editorconfig.org/) is quickly emerging as a well-supported standard for setting directory tree editor settings. Supporting this should be easy enough since they offer a pretty simple Qt implementation. And it...

enhancement

Add a menu item that will open the config directory in the file explorer of your system :-) See discussion #262

After I complete the regex engine refactor, I'd like to have it be able to optionally optimize the regexs by performing transformations similar to the ones found here: https://bisqwit.iki.fi/source/regexopt.html I've...

enhancement

Many people prefer a block style cursor similar to those found in console-based editors, we should support this.

enhancement

Right now, you can theme nedit by changing the style and window colors. This is very effective, but I think users would like to have a list of themes available...

enhancement

The original nedit had a few features involving X secondary selections. Unfortunately, Qt doesn't have any real notion of secondary selections so to implement this, we'll have to use some...

bug

I'd like the make macro processing an independent process, where interaction with the current buffer or window would be done via RPC. This has a few advantages: 1. If for...

enhancement

nedit has a few "hidden" settings, that are only accessible via X resources. We should expose them via an advanced settings dialog. Especially since X resource support is phased out...

enhancement

This may end up being very complex to do well, but I think it's a worthy goal. I personally love nedit's keyboard bindings, but if we want to be the...

enhancement