Commit Graph

37 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
4fd398ddfb Fixed leaking interfaces from 05d256c 2014-02-07 15:13:13 -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
c196396ad0 Unignore and fix warnings elsewhere 2013-12-23 19:44:42 +00:00
Birunthan Mohanathas
950192b8eb Additional change to e1872e6: Move Plugins.props as well 2013-11-03 20:23:16 +02:00
Birunthan Mohanathas
e1872e67bb Move .props files to Build\VS\ 2013-11-03 20:18:42 +02:00
Birunthan Mohanathas
2315fe8cc5 Remove unnecessary duplication in .vcxproj files 2013-10-20 17:45:43 +03:00
Birunthan Mohanathas
68dce478d5 FileView: Change wildcard matching to use PathMatchSpec 2013-06-03 18:40:37 +03:00
Birunthan Mohanathas
7581e3ac98 Move basic project options into Project.props 2013-05-01 13:02:17 +03:00
Brian Ferguson
f16224793e FileView: Tweaks 2013-03-26 15:14:37 -06:00
Brian Ferguson
275b48ebf1 FileView: Fixed crash when using the Open command. 2013-03-25 22:47:59 -06:00
Birunthan Mohanathas
38976c10d2 Additional change to 14f0e4d 2013-03-23 18:28:32 +02:00
Birunthan Mohanathas
14f0e4df87 FileView: Partially revert last commits due to lack of testing 2013-03-23 18:17:48 +02:00
Birunthan Mohanathas
1ad44083eb FileView: Fix crash caused by creating thread even when another is active 2013-03-21 20:52:42 +02:00
Birunthan Mohanathas
f58f4d71b6 Fix dumb mistake in 1562a24 2013-03-21 18:11:21 +02:00
Birunthan Mohanathas
1562a24322 Additional change to c7d8f7e 2013-03-21 18:06:14 +02:00
Birunthan Mohanathas
06fcdff785 FileView: Tweaks and fixes 2013-03-21 15:27:47 +02:00
Birunthan Mohanathas
c7d8f7ea8a FileView: Remove use of TerminateThread 2013-03-21 14:38:03 +02:00
Brian Ferguson
967cb5afc0 FileView: Code cleanup 2013-03-12 17:10:26 -06:00
Brian Ferguson
ddbdc71111 FileView: Fixed heap corruption. 2013-03-07 22:53:58 -07:00
Brian Ferguson
4cf416bd3f FileView: Fixed icon issue with the thread. 2013-03-05 10:32:39 -07: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
7186f0988a FileView: Tweaks and cosmetics. 2013-02-28 14:46:17 -07:00
Brian Ferguson
c7071ebbf8 FileView: Code Cleanup. 2013-02-28 09:33:13 -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
091a185e51 FileView: "Drives" are now counted as folders for Type=FolderCount 2013-02-22 13:40:36 -07:00
Brian Ferguson
9ce1403cbe Fixed crash when referencing an invalid path. 2013-02-07 13:17:11 -07:00
Brian Ferguson
403ce655bc FileView plugin: Changed "Update" command to reset the index offset 2013-02-02 20:33:29 -07:00
Brian Ferguson
a96151b8f8 FileView: Fixed default icon index (off by 1) when non IconPath is specified. 2013-01-25 21:24:03 -07:00
Brian Ferguson
c894c54afe Fixed typo in 9ba6e01 2013-01-16 15:24:34 -07:00
Brian Ferguson
9ba6e01be0 Added FinishAction to the FileView plugin 2013-01-16 15:21:17 -07:00
Brian Ferguson
24e080dfc0 FileView: Updated version 2013-01-10 09:48:38 -07:00
Brian Ferguson
21a716c6db Changed indexing to be one-based, instead of zero-based (like Webparser) 2013-01-10 09:38:55 -07:00
Birunthan Mohanathas
fba5fb9995 Minor tweaks 2013-01-10 17:32:53 +02:00
Brian Ferguson
15d6872b72 FileView plugin: Initial commit 2013-01-09 22:51:15 -07:00