Skip to content

Latest commit

 

History

History
71 lines (61 loc) · 3.37 KB

History.md

File metadata and controls

71 lines (61 loc) · 3.37 KB

Version 2 - 0.5.0 - 2014/08/10

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

Version 2 - 0.4.1 - 2014/08/04

  • Fixed issue #8:
    • Added control's name (or type if no name) to the window title.
    • Reintroduced the search box

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

Version 2 - 0.2.0 - 2013/09/17

  • First working support of events (just displaying their name for now).
  • Some refactoring and clean-up

Version 2 - 0.1.0 - 2012/08/07

  • Not quite yet fnished! but tagged so that issues created in github can reference it.

Version 1.2.5 - 2011/01/10

Version 1.2.4 - 2011/01/09

Version 1.2.3 - 2011/01/02

Version 1.2.2 - 2010/08/23

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

Version 1.2.1

  • First build on codeplex by Corneliu I. Tusnea