EditorWindowDock.txt 1.3 KB

12345678910111213141516171819202122232425262728
  1. TODO:
  2. - Dock manager doesn't work as intended when I drag two windows onto it
  3. - Ensure that dragging items onto the title bar works
  4. Resize sliders
  5. - Add a button between docked windows
  6. - Allow the button to be dragged, and it will automatically resize separating widgets
  7. TitleBar dock/undock
  8. - Releasing the dragged window over the drop overlay will dock the window
  9. - Moving the dragged window over a title bar will temporarily dock the title bar and allow you to move it (as in first step)
  10. - If you release the mouse the window will then be permanently docked at that location
  11. CONSIDER getting rid of mouse event filters for DockManager
  12. - I can probably convert DockManager into a GUIElement?
  13. - EditorWidgetContainer as well!
  14. - Make sure to update GUITabbedTitleBar::tabDragEnd when I do convert it to GUIElement
  15. Polish TOOD:
  16. - Change cursor icon when window is dragged
  17. - Prevent docking if available size is less than 20 pixels, otherwise there might be some weirdness
  18. ------------------------
  19. Other things to remember:
  20. - Possibly add a way to have hidden widgets in the EditorWidgetContainer (like side-bars that pop on mouse over in Visual Studio)
  21. - A way to persist window states
  22. - Also a way to reset all widgets to original locations