Separating documents and tools when saving/restoring layout #405
MihaMarkic
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
The core problem here is that documents and tools are not separated - they can be merged together. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can do it easily with json serializer |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd separate saving tools and documents layout. The reason is that I consider tools positioning global while documents are tied to a certain project.
Imagine Visual Studio - documents are only relevant in context of a solution but tools layout are solution agnostic.
The way layout works in Dock, I think, the only way is to manipulate generated or read JSON content.
Any other idea?
Beta Was this translation helpful? Give feedback.
All reactions