Irina Rapoport
Irina Rapoport
Silly me. I forgot to do `docker run -i`. Please disregard.
I'll piggyback a loosely related issue here. Again, unnecessary verbosity, since I've already answered the `Do you want to modify all pending recurrences of this same task? (yes/no) yes` question....
Thank you for a quick answer. Just did that. Beautiful! This leads me to a couple more questions. 1. Is there any way to import a package name, so that...
Ah, then thank you very much for your help.
BTW, maybe you also know how to remove those ugly error messages, short of changing name in every rule? `MyTokenType.DOT expected, got ";"` Any way to substitute token names with...
No, I am getting this in tool tips in an actual IntelliJ. My generated GenElementTypes.java has the following: `IElementType DIVIDE = new MyTokenType("DIVIDE"); ` And, in .flex ` "/" {...
LOL, a well asked question answers itself. The culprit was `MyTokenType.toString()`. `DIVIDE` is still not as good as `/` would have been, but much better now.