Graphite icon indicating copy to clipboard operation
Graphite copied to clipboard

Rearrange and dock tabs and panel groups in the editor workspace

Open Keavon opened this issue 3 years ago • 2 comments

This should eventually hook up to the Rust editor backend to save the workspace layout but a frontend-only implementation is all this issue requires for now.

Keavon avatar Jun 13 '21 03:06 Keavon

~~Blocked on #225~~

Keavon avatar Jul 17 '21 10:07 Keavon

The main complexity with this is handling when multiple documents are in the screen at once. Currently we rely on active_document() to distribute messages in the backend and have one active tool for the entire editor. When backend responses are generated (i.e. a newly rendered svg), we then have no way to tell which document panel they are for.

0HyperCube avatar Apr 28 '22 16:04 0HyperCube