Skip to content

Add support for code hover/select of method name with spaces, etc. #641

Open
@eric-milles

Description

@eric-milles

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions