- 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).
- Fixed issue #8:
- Added control's name (or type if no name) to the window title.
- Reintroduced the search box
- Fixed issue #9: reintroducing the following buttons:
- Go to Parent
- Previous/Next
- Highlight selection
- 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).
- First working support of events (just displaying their name for now).
- Some refactoring and clean-up
- Not quite yet fnished! but tagged so that issues created in github can reference it.
- Fixed the Hawkeye does not detect x86 applications on x86 Windows!!!. See http://hawkeye.codeplex.com/workitem/7791
- Fixed the can't open Reflector 7 issue. See http://hawkeye.codeplex.com/workitem/7784
- Provided two versions of Hawkeye: one targets .NET 2 , the other .NET 4
- Added new config file
settings.xml
and an option in it allowing to configure Hawkeye's hot key (empty to disable it). See http://hawkeye.codeplex.com/workitem/7480 - Added a Go To Parent button to the toolbar. See http://hawkeye.codeplex.com/workitem/7156
- Added Back/Forward buttons to the toolbar. See http://hawkeye.codeplex.com/workitem/7157
- Removed assemblies strong naming (this prepares the next release).
- Added the Snapshot feature (based on code by Sharpmao; see http://hawkeye.codeplex.com/workitem/2783)
- Updated the About box so that it supports VS designer.
- Modified the About box to include the history (this file) and the credits.
- Updated the link to Hawkeye (in Corneliu's text in the About box) to http://hawkeye.codeplex.com/
- Removed the "copyright" and "all rights reserved" and replaced with a link to the Ms-RL license
- Fixed the "Show Source Code in Reflector" button (cf. patch #2728)
- Removed the reference to a missing WPF plugin from
ACorns.Hawkeye.CoreUI.dll.config
- Fixed references to extenders in code (TODO: declare the extenders in
app.config
). Only the search box is loaded. - Simplified the solution configurations: now there are only x64 and x86 configurations that need be built both.
- Updated the main form code so that it supports VS designer.
- Added this file (History.txt)
- First build on codeplex by Corneliu I. Tusnea