Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groovy AST Viewer displays inconsistent labels and types #1187

Closed
eric-milles opened this issue Nov 1, 2020 · 1 comment
Closed

Groovy AST Viewer displays inconsistent labels and types #1187

eric-milles opened this issue Nov 1, 2020 · 1 comment
Assignees
Milestone

Comments

@eric-milles
Copy link
Member

eric-milles commented Nov 1, 2020

Typical nodes display a label and a value for the property name and value. Sometimes the value is substituted with a type instead -- when the toString is not very useful. Sometimes the type of a node is displayed after a dash and sometimes not. Sometimes the same thing is displayed for the name and type/value.

image

@eric-milles eric-milles self-assigned this Nov 1, 2020
@eric-milles eric-milles added this to the v4.0.0 milestone Nov 1, 2020
@eric-milles
Copy link
Member Author

eric-milles commented Nov 2, 2020

image

and after using the "Go Into" button from the toolbar (restored functionality) on the "[1] : Dated" node:

image

and an example of zooming in on a method declaration:

image

eric-milles added a commit that referenced this issue Nov 3, 2020
rework TreeNodeFactory into ContentProvider, LabelProvider, ViewerFilter

#1186 #1187
eric-milles added a commit that referenced this issue Nov 3, 2020
rework TreeNodeFactory into ContentProvider, LabelProvider, ViewerFilter

#1186 #1187
eric-milles added a commit that referenced this issue Nov 4, 2020
rework TreeNodeFactory into ContentProvider, LabelProvider, ViewerFilter

#1186 #1187
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant