orbitalquark
orbitalquark
You are correct, thanks for the report.
Fixed via https://github.com/orbitalquark/textadept/commit/8fdd8273adf5c68be4a90503aa8aa26021e2c808
Thanks for the heads up, I will look into this when I have some time.
Ada improvements were committed in Scintillua: https://github.com/orbitalquark/scintillua/commit/9fd3ed6d4f13458a11a8fc38dd6aa3ded72f3c48.
Thanks for your help. I'm afraid at this point I'm just going to have to drop BSD support. I simply don't have the capacity to support it :(
The next nightly version of Textadept should support auto-detecting and auto-switching between light and dark themes on Linux: https://github.com/orbitalquark/textadept/commit/2fd8e565fe42e50920113c96964939578671363d. I tested on Kubuntu, switching between light and dark Qt themes,...
Yes, the manual's appendix mentions that not all key sequences are recognized properly, so shift+non-ascii characters seem to fall under this category, at least in the Windows terminal version. I...
Encodings are tricky. The entire buffer is replaced when there is an encoding change. I'm not positive that a byte-for-byte comparison can determine equality after an encoding change. Therefore, I'm...
Sometimes what you say is true, but not always. Changing the encoding can change how the file is written on disk (in fact, sometimes you *want* to change a file's...
No problem. As I mentioned before, encodings are hard... Textadept assumes UTF-8 by default, but tries to detect other common encodings like CP1252 and UTF-16 via `io.encodings` (https://orbitalquark.github.io/textadept/api.html#io.encodings). If Textadept...