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

Old bug fixes and improvements of the new approach #25

Merged
merged 6 commits into from
Feb 17, 2017

Conversation

chekalin-v
Copy link
Contributor

  1. Methods and properties extraction. I changed it to get only public methods, declared only and sorted by name.
    Before:
    image

After:
image

  1. Changed behavior how to show enum values.
    Before:
    image

After:
image

  1. Fixed the issue related with GeometryInstance.SymbolGeometry. We could not drill down this property.
    Before:
    image

After:
image

  1. Removed property getter from the methods extraction. So for each property we saw method like get_SomeProperty:
    Before:
    image

After:
image

  1. Fixed the very old bug, related with geometry extraction. Whatever DetailLevel you select, it always showed the geometry for Fine DetailLevel.
    For active view. MEdium DetailLevel
    Before:
    image

After:
image

  1. Changed visual style of the separator. Changed color and shifted the title a bit.
    Before:
    image

After:
image

@jeremytammik jeremytammik merged commit cc5c9b3 into jeremytammik:master Feb 17, 2017
jeremytammik pushed a commit that referenced this pull request Feb 17, 2017
…provements to the new reflection approach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants