Herdo / SolutionStartPage

Solution Start Page for Visual Studio 2015 and 2017
31 stars 15 forks source link

Browse for a root folder dialog improvement #18

Closed v-kravets closed 6 years ago

v-kravets commented 6 years ago

Replaced "Browse for a root folder..." tree node selection dialog by tree node or folder selection dialog for VS 2017, 2015 Fixed: Unknown build error, Cannot resolve dependency to assembly 'Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0

Herdo commented 6 years ago

@v-kravets Why would the "Open solution folder" control be unused?

v-kravets commented 6 years ago

@Herdo It's easier to copy paste full folder path there from standard 'File Explore' or file manager for people who already have opened solution folder there instead of expanding tree nodes.

Herdo commented 6 years ago

@v-kravets I'm not talking about the "browse" dialog to edit the solution directory. Your commit commented out the click-able link that opens the Windows explorer. I'm talking about that one.

Further more, you can already freely edit the directory field (relative and absolute paths). You can paste links there. The "browse for directory" dialog is only there to search manually. Which, in the end, makes your commits kinda obsolete, tbh.

v-kravets commented 6 years ago

@Herdo, Sorry, this commit was only for myself and accidentally get into pull request. The whole PR created for 'Browse for a root folder...' dialog to replace tree folder selection dialog for 'Bulk add solutions(single group)' button, unsure whether it replaced tree selection dialog somewhere else. Please feel free to let me know if any steps from my side are needed(for example to remove latest personal commit and create new pull request) to get 'clean' PR useful for your code otherwise feel free to close it. Thank you for your time.