Commit Graph

8 Commits

Author SHA1 Message Date
7cba5cc109 Fixed line endings and applied gitignore 2014-07-26 09:43:40 +03:00
Brian Ferguson
67aeaf5392 Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
Brian Ferguson
05d256ced3 FileView: Added support for opening the properties or context menu for each item. A user-defined item can also be used on parent measures (in case someone wants to open the properties/context menu from another source - a "dummy" parent measure will be needed).
Usage:
!CommandMeasure MeasureName ContextMenu
!CommandMeasure MeasureName Properties
2014-02-07 12:34:16 -07:00
Birunthan Mohanathas
da92def9fc Define WIN32_LEAN_AND_MEAN globally 2013-12-24 11:20:19 +00:00
Birunthan Mohanathas
68dce478d5 FileView: Change wildcard matching to use PathMatchSpec 2013-06-03 18:40:37 +03:00
Brian Ferguson
60286236f6 FileView: When using Recursive=2, Option WildcardSearch now only searches for files instead of folders. 2013-03-04 21:39:45 -07:00
Brian Ferguson
dee19de15c FileView: Added Recursive=2 option. Commands FollowPath and PreviousFolder do not work with this option. Also, ShowFile, ShowFolder, and ShowDotDot have no effect on this option.
Drives are now sorted.
Folders have dates and times.
Lots of tweaks and cleanup.
Updated to version 2.
2013-02-28 09:15:28 -07:00
Brian Ferguson
15d6872b72 FileView plugin: Initial commit 2013-01-09 22:51:15 -07:00