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

Multi dock from SamCooper #6

Merged
merged 19 commits into from
Jan 17, 2017
Merged

Multi dock from SamCooper #6

merged 19 commits into from
Jan 17, 2017

Conversation

hkmoon
Copy link
Owner

@hkmoon hkmoon commented Jan 17, 2017

This is a fairly massive change that does (approximately) the following:

Reformatting of the code to a single consistent style matching that of JFX (see RobertBColton#15)
Refactoring the DockNode/DockPane code so that most docking code is in DockPane (see RobertBColton#16)
Implemented the ability to Dock floating nodes into other floating nodes (see RobertBColton#17)

The basic approach for the multi-docking support is that DockNode now cannot exist outside a DockPane, so when you float a node it creates a new DockPane for it to float in.

@hkmoon hkmoon merged commit e2f0437 into hkmoon:master Jan 17, 2017
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.

3 participants