Feature request: Option to remove packages from domain classes dependencies
Hi,
Would it be possible to add an option to only display the simple classname of a groovy domain object, instead of the full name? Now I have something like com.example.houses.domain.impl.FrontDoor, but this clutters the diagram a bit, and I'm actually only interested in the FrontDoor part (and maybe part of the package name if I have multiple classes in different packages, but this is currently not the case, and totally not important)
Erik
Please sign in to leave a comment.
Yep, I think displaying a simple name with a qualified name as a tooltip would be better. A JIRA ticket please?
Done: http://www.jetbrains.net/jira/browse/GRVY-1450
PS: Small question: was there a Java -> Groovy refactoring somewhere, or was I dreaming about that? (I cannot find it! :))
Thia action just renames java file to groovy and vice versa - so I would not call it refactoring. It is available from editor tab (it is the only place where files rather than classes are displayed).