| 12345678910111213141516171819202122232425 |
- TODO:
- - When dragging a tab and then releasing the drag over another tab, that tab becomes active
- - When dragging a temp tab I drag it from its left side while it would be better to drag it from center
- - Vector subscript out of range issue I'm not sure how to reproduce
- - Clip tabs so that they don't overlap min/close buttons
- - (Unrelated) Can't click and drag a scroll handle
- Resize sliders
- - Add a button between docked windows
- - Allow the button to be dragged, and it will automatically resize separating widgets
- TitleBar dock/undock
- - Moving the dragged window over a title bar will temporarily dock the title bar and allow you to move it (as in first step)
- - If you release the mouse the window will then be permanently docked at that location
- Polish TOOD:
- - Change cursor icon when window is dragged
- - Prevent docking if available size is less than 20 pixels, otherwise there might be some weirdness
- ------------------------
- Other things to remember:
- - Possibly add a way to have hidden widgets in the EditorWidgetContainer (like side-bars that pop on mouse over in Visual Studio)
- - A way to persist window states
- - Also a way to reset all widgets to original locations
|