My IDE called Edi is powered by this project.
AvalonDock is a WPF Document and Tool Window layout container that is used to arrange documents and tool windows in similar ways than many well known IDEs, such as, Eclipse, Visual, Studio, PhotoShop and so forth. Here are some CodeProject articles:
- AvalonDock [2.0] Tutorial Part 1 - Adding a Tool Window
- AvalonDock [2.0] Tutorial Part 2 - Adding a Start Page
- AvalonDock [2.0] Tutorial Part 3 - AvalonEdit in AvalonDock
- AvalonDock [2.0] Tutorial Part 4 - Integrating AvalonEdit Options
- AvalonDock [2.0] Tutorial Part 5 - Load/Save Layout with De-Referenced DockingManager
My editor Edi is based on AvlonDock.
This repository contains a feature added fork from: https://github.com/xceedsoftware/wpftoolkit
Get the latest Debug build from Comtinues Integration.
Fixed height of titles of floating windows #1203
System.InvalidOperationException when window docking #1311 Check before Close in InternalClose #1310 Commit
LayoutRoot doesn't notify change for Children or ChildrenCount #1313 Commit
-
descendants of LayoutElement notify when their Children and ChildrenCount properties change
-
Fix for Issue #6 Drag and Drop of Document or ToolWindow content does not always work on (scaled) 4K display
-
(FIXED in 3.4) AvalonDock Bug after reloading layout ->
-
(FIXED in 3.4) Save Tool Window to Bottom and Reload does not work ->
-
Fixing an old styling issue on the Document Context Menu which appears with white background when styling for dark ->
-
Applied fix to LayoutAnchorable drawn behind LayoutDocument since v3.1 ->
-
Fixed Close Button Position in Generic Theme ->
-
Turned Height in MinHeight ->
-
Added fix on UseLayoutRounding="True" ->
-
Correct Build Configs for Any CPU, x86, x64 ->
-
Fixed DocManager.Layout Properties null after Layout load: LeftSide, TopSide, BottomSide, RightSide null bug after loading layout ->
https://github.com/Dirkster99/AvalonDock/commit/4bcb07f45e89e416257e668a209b238a26e5f414
in this repository was taken from the last Edi build: 131594 http://edi.codeplex.com/releases/view/131594
from CodePlex