Bug 76968 - Team->Commit usability improvements
Summary: Team->Commit usability improvements
Status: RESOLVED DUPLICATE of bug 74660
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-25 15:47 EDT by tonis CLA
Modified: 2004-11-08 12:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tonis CLA 2004-10-25 15:47:16 EDT
1. There should be possible to assign shortcut keys to commit, update actions
because they happen so often. Shortcut should work with editor, navigator or
package explorer view. Context menu would also be good but shortcut is must have.

2. CVS commit dialog should by default show last commit message selected by
default. So I could commit with only one enter. Or if I wanna change text I can
just start typing. It happens too often that I must select old message.

3. In synchronized view there should be possible to remove files from view with
just one 'DEL' or other easily accessible key.

4. In commit dialog there should be Organize Import checkbox so that cleaning
not used imports can be done automatically.
Comment 1 Michael Valenta CLA 2004-11-08 12:30:00 EST
Here ae my responses to each request

1) Marking as a duplicate of bug 74660 which requests this

2) WONTFIX since some repositories have a template which must be used to prime 
the commit dialog. You'll just have to do an extra click when committing 
multiple times with the same comment (altough you may want to checkout Change 
Sets availabel from the Outgoing mode of the Synchronize view).

3) WONTFIX : The DEL key is bound to the global delete in the synchronize 
view. A custom keybinding for Remove fro View fits into case 1)

4) We are investigating the possibility of including 3rd party processors in a 
Commit. This would allow you to write your own participant that does a 
Organize imports. The Eclipse platform could never include such a thing since 
CVS and JDT know nothing about each other.

*** This bug has been marked as a duplicate of 74660 ***