TeamDman
TeamDman
 Happens with and without line numbers enabled
ensure that the "compile failed" label in the examples list doesn't show outside of dev
https://github.com/TeamDman/SuperFactoryManager/blob/a14693853d70e5db68de381e12f1b15896a2c24c/src/main/java/ca/teamdman/sfml/ast/ASTBuilder.java#L220-L222 https://github.com/TeamDman/SuperFactoryManager/blob/a14693853d70e5db68de381e12f1b15896a2c24c/src/main/java/ca/teamdman/sfml/ast/ASTBuilder.java#L245-L247 https://github.com/TeamDman/SuperFactoryManager/blob/a14693853d70e5db68de381e12f1b15896a2c24c/src/main/antlr/sfml/SFML.g4#L17-L22 it's supported in the .g4 file but the multiply is missing.
f3 open editor click and drag to select text fps drops probably doing something stupid on each mouse pixel move
Currently, SFM has keybinds like ctrl+c and ctrl+/ and `\` for accepting intellisense suggestions. Might be good to detach keybinds from actions, add a command palette, and add key bindings...
This may be a breaking change, currently labels can be quoted to enable spaces and stuff but the resourceid rules currently use quotes for regex
in 1.20.1 looks like I introduced this and forgot to go backwards with it lol
would probably fix #247