Bug 553507 - Repository groups expanded state not restored after restart
Summary: Repository groups expanded state not restored after restart
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 5.6   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-26 15:49 EST by Michael Keppler CLA
Modified: 2019-11-26 16:08 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Keppler CLA 2019-11-26 15:49:58 EST
Expand a repository group and restart Eclipse. After a restart all repository groups are not expanded. This forces users to do additional clicks to actually work with the repos.
Comment 1 Thomas Wolf CLA 2019-11-26 16:08:28 EST
The view generally does not save/restore the expansion state of nodes. neither does package explorer, BTW.

For repo groups it might be doable and make sense, too.

Correct way is probably via an IMemento. See the javadoc of IContentNavigatorService.