Bug 562618 - Automatically open Interactive Rebase view
Summary: Automatically open Interactive Rebase view
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 5.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 5.8   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2020-04-29 11:29 EDT by Pierre-Yves Bigourdan CLA
Modified: 2020-05-11 06:30 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Yves Bigourdan CLA 2020-04-29 11:29:09 EDT
When initiating an interactive rebase through the IDE, there's a high likelihood that users will then want to use the "Interactive Rebase" view.

However, this is not a view that I use often (but really enjoy it when I do :)), so I personally close it as soon as I'm done.

It would be nice if the view could be automatically opened when starting the interactive rebase, and closed once it's done. Ideally these behaviours could be configurable by a couple of user preferences.
Comment 1 Thomas Wolf CLA 2020-05-08 09:00:52 EDT
Opening the view automatically is possible and makes sense. Shouldn't need any preference either.

Automatically closing it may not be the best; it'd be rather non-standard behavior.
Comment 2 Pierre-Yves Bigourdan CLA 2020-05-09 09:29:52 EDT
(In reply to Thomas Wolf from comment #1)
> Opening the view automatically is possible and makes sense. Shouldn't need
> any preference either.
> 
> Automatically closing it may not be the best; it'd be rather non-standard
> behavior.

Makes sense.
Comment 3 Eclipse Genie CLA 2020-05-09 12:17:47 EDT
New Gerrit change created: https://git.eclipse.org/r/162749
Comment 4 Eclipse Genie CLA 2020-05-09 18:05:33 EDT
Gerrit change https://git.eclipse.org/r/162749 was merged to [master].
Commit: http://git.eclipse.org/c/egit/egit.git/commit/?id=cdd907590d3174fc2d9c10a4b4f66b9625cafbc8
Comment 5 Lars Vogel CLA 2020-05-11 06:30:46 EDT
Thanks, very useful.