EditorWindowDock.txt 733 B

12345678910111213141516
  1. TODO:
  2. - Add proper slider style and possibly set a different one depending if its vertical or horizontal
  3. - I might need to add EditorGUI (similar to EngineGUI)
  4. - Test out minimum dock container size and maybe increase it a bit
  5. - (Unrelated) Can't click and drag a scroll handle
  6. Polish TOOD:
  7. - Change cursor icon when window is dragged
  8. - Prevent docking if available size is less than 20 pixels, otherwise there might be some weirdness
  9. ------------------------
  10. Other things to remember:
  11. - Possibly add a way to have hidden widgets in the EditorWidgetContainer (like side-bars that pop on mouse over in Visual Studio)
  12. - A way to persist window states
  13. - Also a way to reset all widgets to original locations