Tamas Miklossy
Tamas Miklossy
Please find the test_not_ok.dot file in the attached zip [test_not_ok.zip](https://github.com/ellson/MOTHBALLED-graphviz/files/1391036/test_not_ok.zip) If I remove the FONT tag surrounding the TABLE tag, it works, but I would like to keep it to...
Thanks for the clarification and your fast reply! If I remove the FONT tag surrounding the TABLE tag, but leave the space character in line 8, it would also solve...
I see. Thanks for your detailed explanation!
@mikeauen It could be also interesting which Xtext version you use.
Thanks! Do you see any entries in the Error View?
I mean the Error view, not the Problem view.
And how about the Eclipse Log file? https://javapapers.com/tips/eclipse-log-file-location/
Based on the stacktrace from @mikeauen I could reproduce the problem with the following java program: ``` public class Main { public static void main(String[] args) { String pattern =...
See also a similar discussion in the [Xtext forum](https://www.eclipse.org/forums/index.php/t/439313/).
I think the most appropriate solution would be to allow any IDs for the keywords in the grammar and implement the validation / content assist in a way that it...