EditorWindowDock.txt 624 B

123456789101112131415
  1. TODO:
  2. - Closing all docked widgets causes an exception
  3. - Test out minimum dock container size and maybe increase it a bit
  4. - (Unrelated) Can't click and drag a scroll handle
  5. Polish TOOD:
  6. - Change cursor icon when window is dragged
  7. - Prevent docking if available size is less than 20 pixels, otherwise there might be some weirdness
  8. ------------------------
  9. Other things to remember:
  10. - Possibly add a way to have hidden widgets in the EditorWidgetContainer (like side-bars that pop on mouse over in Visual Studio)
  11. - A way to persist window states
  12. - Also a way to reset all widgets to original locations