-
Notifications
You must be signed in to change notification settings - Fork 669
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
Windows: Integrate with the navigation pane #6113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice if most of the code was put together in a separate windows specific file.
Otherwise i guess it's fine.
Maybe create a new WindowPaneHelper class, so you can move the code away from folderman? |
@jturcotte this is super cool! 🔝 Screenshots for ref: |
@CorneelDragon @haukman FYI ^ |
@michaelstingl Looks great! Thanks for the work and the update 👍 |
awesome! :) Thanks @jturcotte |
4372297
to
a790601
Compare
This is only the navigation pane, the SyncRootManager entries aren't handled yet. This follows the instructions from: https://msdn.microsoft.com/en-us/library/windows/desktop/dn889934%28v=vs.85%29.aspx Issue #5295
… integration Issue #5295
a790601
to
14f19a4
Compare
@ogoffart Moved to a |
This is only activated on Windows 10 and later and only include the navigation pane part of
https://msdn.microsoft.com/en-us/library/windows/desktop/dn889934%28v=vs.85%29.aspx
The "sync root provider" section still has to be done, which I suspect is what allows Microsoft
Office to display the cloud storage entry in its file management dialog.
Issue #5295