-
Notifications
You must be signed in to change notification settings - Fork 322
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
Allow document to be docked in floating window. #107
Conversation
…he SelectedIndex of the TabControl to the selectedContentIndex of the pane model. This will cause the tabcontrol do switch to the correct panel when IsActive is set.
Dock document in floating window. Todo: check undock last document.
Reinstated highlight when window is active.
Hi, Unfortunately, I am not able to merge this as it is right now :-( - My guess is that my latest change (removal of Xceed.Wpf. namespaces and switching to TAB based coding style) makes this merge impossible. I could try and repair this in a local folder and fix this with another pull request but then you are no longer the visible contributor of this change and you might even be able to repair this more accurately than me since you know your changes better... Would you be able to please re-apply your changes on a current copy of my repository? |
Hi,
Thanks for your message. We already figured it was not an easy task. We'll look into applying the changes to a newer version took keep up to date. Thanks for considering applying the changes.
It might take some time before it is done.
Groeten,
Marco
ing. Marco Konijnenburg | Head Software Engineering group
AMOLF | Advanced Research Center for Nanolithography (ARCNL)
Science Park 104, 1098XG Amsterdam, The Netherlands
P.O. Box 41883, 1009DB Amsterdam, The Netherlands
T. +31-20-7547100
http://www.amolf.nl <http://www.amolf.nl/> | http://www.arcnl.nl <http://www.arcnl.nl/>
…-----Original message-----
From: Dirkster99 <notifications@github.com>
Sent: Tuesday 21st January 2020 16:59
To: Dirkster99/AvalonDock <AvalonDock@noreply.github.com>
Cc: SE <SE@amolf.nl>; Author <author@noreply.github.com>
Subject: Re: [Dirkster99/AvalonDock] Allow document to be docked in floating window. (#107)
Hi,
thank you for your contribution.
Unfortunately, I am not able to merge this as it is right now :-( - My guess is that my latest change (removal of Xceed.Wpf. namespaces and switching to TAB based coding style) makes this merge impossible. I could try and repair this in a local folder and fix this with another pull request but then you are no longer the visible contributor of this change and you might even be able to repair this more accurately than me since you know your changes better...
Would you be able to please re-apply your changes on a current copy of my repository?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Added implementation to support docking documents in a floating window. |
Can you contact me directly to discuss your plans with the library? |
I have sent 2 messages via Email please let me know if you did not receive these.... |
Added check for Model.Root not null, or should it always be set somewhere.
This addition is to allow documents to be docked in a floating window, like Visual Studio does.