I like to use Eclipse's Java editor feature that allows the me to split the editor window into several panes so I can look at multiple files at once.
Often the layout of the splits is context dependent. Ideally I'd like to be able to save the layout itself as well preserve which files were open. IntelliJ IDEA supports saving the complete context including split window layouts.
I am already familiar with and use the Mylyn task context save/restore. In fact, the Mylyn task restore actually destroys and clears the split-window arrangement upon task switch. There's a five-year-old Mylyn bug report for this defect.
It seems that the save perspective feature also doesn't save the pane layout. Is there a way to do this with or without a plugin?