Commit graph

13 commits

Author SHA1 Message Date
Markus Hofknecht ae919586aa [Feature] Show Hidden Folders Transparent #31 https://github.com/Hofknecht/SystemTrayMenu/issues/31
+Log exception in ShowInactiveTopmost
2019-08-03 09:27:33 +02:00
Peter Kirmeier 381dc3c8a0 Repeating a character in search will jump to next element starting with this character only at the beginning of the search
Means repeating a character in the middle of a search the character will be appended to the search string instead of jumping to next element (as this would prevent searching for any item which has same characters twice next to each other)

Fixes #30 https://github.com/Hofknecht/SystemTrayMenu/issues/30
2019-07-19 18:58:16 +02:00
Peter Kirmeier 04396f7134 Hide hidden entries
Windows Explorer settings are read to control if hidden/system files/directories are shown or hidden.
Base implementation for issue #1 https://github.com/Hofknecht/SystemTrayMenu/issues/1
Removed local Shell32 class as assembly reference to COM Shell uses same name.
2019-07-14 16:46:11 +02:00
Peter Kirmeier a1bb0a5604 Improved search function (no functional change)
Resolved warnings (pragma), add some comments and restructured code for better readability
2019-07-13 22:44:31 +02:00
Markus Hofknecht 828fda03af [BUG] autostart activate not always working #28 https://github.com/Hofknecht/SystemTrayMenu/issues/28
-upgrade earlier before load shortcut
-logging upgrade of settings / config and write config location into log

[BUG] Nullref when shortcut not possible to register #29 https://github.com/Hofknecht/SystemTrayMenu/issues/29
-nullref exception still possible -> do not start contextmenu before shortcut registered
2019-07-08 19:57:15 +02:00
Markus Hofknecht 87e00358ed [BUG] autostart activate not always working #28
https://github.com/Hofknecht/SystemTrayMenu/issues/28
2019-07-08 18:56:31 +02:00
Peter Kirmeier 4b0fda9373 improved filter for desktop.ini and thumbs.db
use filter while ignoring case and add thumbs.db to filter list

fixes #26 https://github.com/Hofknecht/SystemTrayMenu/issues/26
2019-07-07 13:12:33 +02:00
Peter Kirmeier 9eceae46c7 simplified ReadIcon
Removed code execution path that can never happen: Icon of an lnk's directory will be loaded directly within first call of ReadIcon, no need to call it again and then break as icon already exists
2019-07-07 13:02:53 +02:00
Markus Hofknecht 957c01a057 [Bug] Show name of the ink #16
https://github.com/Hofknecht/SystemTrayMenu/issues/16
2019-07-06 17:44:24 +02:00
Markus Hofknecht 2d301eb454 [Feature] Adjust about form #24
https://github.com/Hofknecht/SystemTrayMenu/issues/24
2019-07-06 17:11:55 +02:00
Markus Hofknecht 0f0aff4682 https://github.com/Hofknecht/SystemTrayMenu/issues/2 2019-07-06 16:47:08 +02:00
Peter Kirmeier 5dd5e68d3d Feature: Detection of inaccessible folders
When a folder cannot be accessed due to rights management, it will show 'inaccessible' instead of 'empty'
2019-07-05 23:09:55 +02:00
Markus Hofknecht 1c934f1717 Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00