|
|
|
|
|
|
|
|
|
|
|
|
|
Re: port existing Eclipse Plugin to Intellij [message #1735882 is a reply to message #1735874] |
Thu, 23 June 2016 08:40  |
Eclipse User |
|
|
|
i have no idea on this as well (no grammar). - did you take a very same grammar and model files that worked in eclipse?
for me it looks there must be something missing e.g. and impl for implicit imports or qualifiednameprovider.
or there is a cross ref in the grammar that does not allow to parse certain things.
if i have a look at decimal-format the qualified name seems to be abcompany_default.datatype-decimal.decimal-format
since the datatype-decimal is a keyword you cannot write the qualified name
so there must be a implicit or explicit import for abcompany_default.datatype-decimal*
or the nameprovider must give it a different name.
from your code i seem many customization classes on scoping and stuff like that as that as well.
so do you have any unit tests that makes the base file beeing green?
and i am not faminilar with the details of the xtext idea impl.
but i have the feeling the idea support is still very clunky. at least when using this maven multi module stuff in idea
|
|
|
Powered by
FUDForum. Page generated in 0.27693 seconds