SetFolderType icon indicating copy to clipboard operation
SetFolderType copied to clipboard

[Feature Request] Some Features

Open amymor opened this issue 2 years ago • 1 comments

  1. An INI config file within the application that allows modification of only the current folder, not all subfolders. Users can toggle Enable/Disable it through context menu.
  2. Add a separate entry to the menu for setting default drop effect.
desktop.ini
[.ShellClassInfo]
DefaultDropEffect = N
 1 - Copy
 2 - Move
 4 - Create a shortcut

3 Add another entry to menu for setting a icon (that's already specified in INI config file) as folder icon. 4. Include an option during the installation that makes it only display with Shift+Right-Click.

Concept:

Untitled

Config.ini
# set predefined icon
Icon=Path\to\icon.ico,0

# Do not change this line manually, set it through context menu instead.
IncludeSub=1

amymor avatar Dec 11 '23 01:12 amymor

Great suggestions. You're basically proposing a whole desktop.ini settings manager. Intriguing.

I'm currently working on some WinSetView enhancements, so it may be some time before I circle back to this one.

Although this could be more fun to work on. I'll see what I can do.

Thanks!

LesFerch avatar Dec 11 '23 01:12 LesFerch