-
I'm exploring the possibility of implementing the [language server protocol ](https://microsoft.github.io/language-server-protocol/) (lsp) for tads3. As far as I can tell I would have to extend the ne…
-
👋 while [updating frobtads build on the homebrew side](https://github.com/Homebrew/homebrew-core/pull/178620), I noticed the license is missing, any pointer about the license? Thanks!
-
When entering an open curly brace, it puts the cursor outside of the braces instead of inside when auto-newline is enabled.
-
I noticed you were experimenting with implementing tads3 support. Were you planning on fully supporting it, or did it prove to be infeasible?
-
```
What steps will reproduce the problem?
1. Start File with ending *.gam
2.
3.
What is the expected output? What do you see instead?
There is only text but no pics. Starting the same file on a PC s…
-
From https://intfiction.org/t/ifdb-search-anomaly/66571/12:
>Finally, as you can see, there are currently no validation rules for IFDB’s IFIDs. Reading over the Treaty, I think someone could cook u…
-
Hello. Nice tool. I think it is really neat.
I wrote a build system for TADS3 called t3sketch, https://github.com/dustinlacewell/t3sketch which used draw.io diagrams as source data. My code generat…
-
Gargoyle currently displays TADS menus like this:
![screenshot of a TADS menu](https://user-images.githubusercontent.com/59074/143327097-a3aae883-0903-47e7-98bf-7e36e6b78843.png)
But as explaine…
-
I tried to compile this project according to the INSTALL file (with separate build dir) on Linux Mint (like Ubuntu) with gcc 11.4.0.
First, I got the following error:
```
CXX tads3/charmap…
-
In a recent PR, it become apparent, that there are a lot of places where the whitespace following a Keyword has been often implemented as the `Text` token. Instead the more specific `Text.Whitespace` …