Hi
I would like to raise
some issue using the code assist extension point :
1) I have one issue,
really annoying for my users
: in the case bellow, you see that there is Groovy proposals but no “Jspresso”
proposals…
I understand that when syntax errors exists the tree that represent the source
code is corrupted…
à Have you any suggestion for that ? Why groovy
proposal works and extension points proposals wouldn’t ?

2) About Unit
tests :
I was written unit
tests for my SJS DSL proposals… to do that I sought inspiration on your
unit tests for Groovy proposals…
But, unless I am mistaken,
there is no facilities to achieve unit tests on code assists extension point…
à Can you plan to add unit tests facilities for
code assist extension point ?
You will find attached two files : the abstract one is some GREclipse code I adapted,
the second one is one SJS proposal unit tests class.
Regards
Maxime
Attachment: cid:image001.png@01CB0A4D.AF2F66F0
Attachment: MethodCompletionTests.java (zipped)
Attachment: AbstractTests.java (zipped)