orbitalquark

Results 95 comments of orbitalquark
trafficstars

Okay, then I don't know what the problem is. With a fresh install of Textadept 11.5 alpha on Linux (running with -u /tmp), I am able to run Lua files...

If you download a release zip from the Textadept project or from https://github.com/orbitalquark/textadept-lsp/releases/tag/latest, it will have everything you need. If you are downloading a source archive from this project, you'll...

That's a legitimate error, so thanks for the report. It should be fixed via https://github.com/orbitalquark/textadept-lsp/commit/bb042d651c48a4825c1e4422779643ea04c1e1c1.

Thanks for the suggestion. I'm not sure how I feel about exposing implementation-specific details to user scripts. In this case, `find_references()` would be returning a table (or nil) of locations,...

Yes, I try to keep it up to date.

This change does not correctly handle the following input: The "width=100" line will not be highlighted correctly, but the line below it will. This is why I had to use...

I've updated to Qt 6.7 on macOS (https://github.com/orbitalquark/textadept/commit/ffef0281e6d2ec8fcf6e802f903b489b20529fb1) and I'm not seeing the greyed out menu items anymore. Hopefully this will be fixed for you in tonight's nightly build.

I've fixed the crash here: https://github.com/orbitalquark/textadept/commit/74dbf29c53faa11f924662482725b1de4b2ec99d. You'll instead get an error trying to run `textadept-curses $file < /dev/tty`: ``` $ ./textadept-curses < /dev/tty could not initialize termkey: Bad file descriptor...