Declarative scope provider disabling qualified namespace [message #1115268] |
Mon, 23 September 2013 19:05  |
Eclipse User |
|
|
|
In my grammar I need to specify the scope of references based on the rules that applies. However, the grammar should still allow the references to be entered by both qualified and simple names.
I have extended the AbstractDeclarativeScopeProvider class and added my scope_... method. This works fine; however, I cannot have namespace for the reference anymore when the scope is defined.
How can I define the scope of a reference, but still have Qualified name base namespace (parent.child) enabled? I do not implement a name provider, I just use the default one using the rule QualifiedName : ID.ID;
When I comment the scope provider the namespace based referencing works fine.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.24427 seconds