-
I confirm this bug with OpenOffice Impress. It also happens with graphics in Inkscape. This bug requires Parcellite to be exited in order to work efficiently with these tools. This is very annoying because Parcellite is such a great tool.
2009-07-31 10:20:25 UTC in Parcellite
-
Hi,
you should use something like:
myrule: integer
-> ^(I integer)
;
and you must add I to the list of tokens (add it to the tokens section on top of your grammar file).
Search for 'Imaginary nodes' on http://www.antlr.org/wiki/display/ANTLR3/Tree+construction.
2009-06-23 15:52:28 UTC in ANTLR IDE
-
No, that's fine. Thank you for the explanation.
2009-06-16 17:30:48 UTC in ANTLR IDE
-
Thank you for your quick reply. In fact, I would like users of my project to be able to compile without the AntlrIDE plugin. So, I'm writing an ant file and I've just noticed that antlr and AntlrIDE place tokens files in different directories.
I would like things to be consistent between users of the plugin and users of ant. I've just added a move rule to the antlr target in the build.xml...
2009-06-16 17:14:05 UTC in ANTLR IDE
-
Hi,
is it possible to change the directory where the tokens files are generated? What is the option passed to Antlr in order to change this?.
2009-06-16 16:53:00 UTC in ANTLR IDE
-
I had a similar configuration yes. Now it works like a charm under Eclipse 3.5RC4.
2009-06-16 14:12:01 UTC in ANTLR IDE
-
Try using a more recent Eclipse like 3.5RC4. I had a similar problem this morning with 3.4. After I installed the newer Eclipse, everything went fine.
2009-06-16 13:57:23 UTC in ANTLR IDE
-
Excellent, thank you very much. Can't wait for it.
Is there any place where I can learn more about this new version?.
2009-06-11 11:46:46 UTC in ANTLR IDE
-
Hi,
thank you very much for your plugin, I use it everyday and it works really well. Currently, all my grammars are in the same Eclipse project. I now would like to separate the parsing phase from the generation phase in different Eclipse projects.
This does not seem to be supported by your plugin yet: the generation grammar can't refer to the generated tokens file which is part of an...
2009-06-11 08:54:43 UTC in ANTLR IDE