Version History - EZNamespaceExtensions.Net

 

What's new in v2.0

  • NEW FUNCTIONALITY : Support for notification when the OK button of file open/save dialog is clicked and the default shell view (not custom view) is used.
  • NEW FUNCTIONALITY : Ability to parse display names.
  • NEW FUNCTIONALITY : Now supports dragdrop from a Windows Forms application (.Net DataObject) to the namespace extension.
  • NEW METHOD : NSEFolder.GetChildFromDisplayNameEx and NSEFolder.GetChildFromDisplayName methods
  • NEW PROPERTY : NSEDragEventArgs.HWnd property allows access of the main Windows Explorer window during dragdrop.
  • NEW PROPETY : NSEDataObject.ParentFolder and NSEDataObject.Children properties allows access of the parent folder and dragged children respectively during dragdrop.
  • NEW METHOD : NSEFolder.Initialize allows initialization of a folder from a PIDL.
  • NEW METHOD : Helper method Utils.GetPIDLListFromDataObject retrieves the list of PIDLs if any present in a dataobject.
  • NEW METHOD : NSEShellView.GetNSEFolder method allows retrieving the folder instance from a custom view.
  • NEW METHOD : NSEFolder.GetCurrentCustomView method allows retrieving the custom view associated with the folder instance.
  • NEW METHOD : NSEItem.Select.
  • NEW FUNCTIONALITY : Handle to explorer window is available in NSEFolder.GetChildren method.
  • NEW MEMBER : QueryContextMenuFlags.ForFileMenu enumeration member.
  • NEW CLASSES : CommonDialogOKButtonClickedEventArgs and GetChildrenEventArgs classes.
  • NEW METHOD : NSEFolder.OnCommonDialogOKButtonClicked method allows handling when the OK button of file open/save dialog is clicked.
  • NEW PROPERY : NSEItem.Pidl and NSEItem.PidlAbsolute properties get the relative and absolute PIDL of an item.
  • BUGFIX : 'Tab' and other keys did not work correctly in a custom view.
  • BUGFIX : Saving in the file save dialog on Windows Vista failed with a 'Not implemented' error message.
  • BUGFIX : NSEItem.NotifyUpdated method failed in some cases.

What's new in v1.0

Initial release.