Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified browser dialogs and fixed issues with tooltips and link selection #20

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

GenesisFR
Copy link

@GenesisFR GenesisFR commented Mar 24, 2019

Had this on the back burner for a while.

I replaced the OpenFileDialog and FolderBrowserDialog with CommonOpenFileDialog from the WindowsAPICodePack. It makes selecting folders more convenient and allows selecting files and folders with the same component.

Also fixed formatting issues in tooltips, removed "Directory Junction" when selecting file symbolic link and made code a bit cleaner overall.

Had to retarget the project to .NET 4.5.2 since WindowsAPICodePack isn't compatible with earlier versions. Also disabled code signing since it was preventing me from compiling the project.

It should fix #19.

@GenesisFR GenesisFR changed the title Replaced the default FolderBrowserDialog with a better version Unified file and folder browser dialogs and fixed issues with tooltips Mar 24, 2019
@GenesisFR GenesisFR changed the title Unified file and folder browser dialogs and fixed issues with tooltips Unified browser dialogs and fixed issues with tooltips and link selection Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Browse for folder suggestion
1 participant