Some proposals in content assisting are hidden [message #1769932] |
Sun, 06 August 2017 07:42  |
Eclipse User |
|
|
|
Hi
The proposals are correctly shown in content assisting after scoping is done. I have removed almost all the ambiguities in grammar too. But I have one issue that is once I add a particular rule called QueryOutput as follows content assisting is not working as expected.
Query:
{Query}(ann3 += Annotation)* FROM (qInp = QueryInput ) (querySec = QuerySection)? outRate=OutputRate? (qOutput = QueryOutput)
;
But when I put (qOutput = QueryOutput)? like this no issue is coming. I have attached the grammar file below. I have added following in mwe2 file.
parserGenerator = {
debugGrammar=true
antlrParam = "-Xconversiontimeout"
antlrParam = "40000"
options = {
ignoreCase = true
backtrack=false
memoize = true
classSplitting=true
fieldsPerClass = "300"
methodsPerClass= "800"
}
}
Can you please provide a clue why this is happening?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04999 seconds