Open
Description
Consider the following:
def "some method name for whatever reason"() {
}
Code hover/select (F2/F3) should treat entrie method name string as one entity. Currently selection has been disabled in org.codehaus.groovy.eclipse.codebrowsing.requestor.CodeSelectHelper.isStringLiteral(ASTNode, char[], int, int)
. With the extra clause removed from "isStringLiteral", selection takes place on individual words of the method name only.