Evan Teran

Results 446 comments of Evan Teran

Just out of curiosity, are you launching it via the client/server? It's a mode that I don't personally use much so it doesn't get tested as often.

Thank you for looking into this! I can't say that I understand **why** this would have the effect that you describe. The code in question is (obviously) trying to set...

Yes, at the moment the shortcuts are indeed hardcoded in the UI. (I may already have an issue for it, not sure). Basically I am a little unsure how to...

so, all text boxes **except** for the main text widget support Unicode since they are from Qt itself. The main text editor widget only supports the Latin-1 character set for...

Can you attach a copy of the file which demonstrates this issue, please? I have some theories as to what is happening, but I want to make sure that I...

Generally a good idea. I'll see what I can do :-)

If I understand you correctly, you are saying that **both** nedit and nedit-ng do not support certain characters that are outside of the ASCII character range? I definitely plan to...

Right. At the moment, text in the editor view is rendered as if it were using Latin-1. Adding generalized support for Unicode will be very complicated. For example, when the...

I discovered xnedit yesterday. It looks very promising as inspiration on how to get Unicode support into nedit-ng. It's definitely in the plan!