Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Previous/Next/Parent/Highlight buttons + 4 Property tabs

Pre-release
Pre-release
Compare
Choose a tag to compare
@odalet odalet released this 01 Aug 15:29
· 10 commits to master since this release

Version 2 - 0.4.0 - 2014/08/01

  • Fixed issue #9: reintroducing the following buttons:
    • Go to Parent
    • Previous/Next
    • Highlight selection

Version 2 - 0.3.0 - 2013/10/27

  • Fixed issue #7: now we have 4 tabs:
    Properties and 2. Events show public and private instance properties and events organized by their
    original category (CategoryAttribute), 3. All Properties and 4. All Events show everything (including
    static members) organized by their owning type.
    Notes: The Properties tab is the standard tab coming with the .NET property grid; other tabs are custom
    and prefixed with a number so that they appear in the correct order (the .NET property grid reorders tabs based
    on their name).