|
Re: Content Assist with INT [message #1729785 is a reply to message #1729784] |
Tue, 19 April 2016 05:57   |
|
please set more context: is this about content assist in eclipse, in idea, in web ?????
did you debug the proposalprovider ?!?
do you have any customizations there?
asuming you have web and no customizations.
ide proposal provider has obviously no case that handles INT.
please file a ticket for that.
another point is that your INT goes to dev/null which is (kind of) bad from a modeling point of view
thus a grammar like
LastNTimeGroup:
lastTimeGroup= 'last' count=INT ('days'|'weeks'|'months')
;
would be better and solves your problem (at least partially)
so please customize the proposal provider and file a bug.
see _createProposals(Assignment, ...) and _createProposals(RuleCall,....)
Need professional support for Xtext, Xpand, EMF?
Go to: https://www.itemis.com/en/it-services/methods-and-tools/xtext
Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
|
|
|
|
Powered by
FUDForum. Page generated in 0.01965 seconds