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

Releases: odalet/Hawkeye2

Version 2 - 0.5.0

10 Aug 16:42
Compare
Choose a tag to compare
Version 2 - 0.5.0 Pre-release
Pre-release
  • Plugin API available
  • Capture Plugin: captures an image of the selected control and places it in the clipboard.
  • Decompile Plugin (works with ILSpy and Reflector).

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

01 Aug 15:29
Compare
Choose a tag to compare

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).

0.2.0

17 Sep 20:10
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Now able to display events in their tab