orbitalquark

Results 95 comments of orbitalquark
trafficstars

No, it would not be possible to do that. You'd either run out of styles or the LPeg pattern would grow too complex to create successfully.

This is a known limitation. Textadept's key bindings use characters emitted by keys, not the keys themselves. The only workaround that I know of is to create a map of...

Sorry, BSD is not supported. I don't have access to a BSD machine and haven't had any help in getting Textadept to work on it. Your crash is related to...

If Textadept ever supports BSD again (https://github.com/orbitalquark/textadept/commit/bb14dfe31c87ebf9b1489186c7a023ef6582d952), then this makes sense.

Thanks for the suggestion, but someone would have to submit a Simplified Chinese translation.

Sorry that you're experiencing this issue :( Your workaround works because I think that your Romanian characters are in the extended ASCII encoding, which Lua can handle when it comes...

Thanks for the link. It may be possible to use that or something similar.

> Hello! Sorry for the late response! No problem. > With UTF-8 locale option enabled I have this as a result from `_CHARSET` _CP65001_ and without UTF-8 enabled I have...

Okay, thanks for the extra information. I'll put it on my TODO list, but it's low priority since I've looked into this before with Greek and came up empty (the...

Unfortunately, GTK is not supported in Windows. It was in the past via cross-compilation from Linux, but since the switch to CMake, only Qt is supported on non-Linux platforms. If...