This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
Releases: odalet/Hawkeye2
Releases · odalet/Hawkeye2
Version 2 - 0.5.0
- 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
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).