Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0RC1
-
Fix Version/s: 2.8.0.Release
-
Component/s: Editor
-
Labels:
-
Number of attachments :
Description
We need to support Java search of the contents of binary groovy files
As described in GRECLIPSE-856, the first step is to create a GroovyClassFile class.
Then, we need to ensure that LanguageSupport.maybePerformDelegatedSearch() also works on GroovyClassFiles.
Finally, we need to ensure that this method is also called on GroovyClassFiles (currently, binary files are ignored).