This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 86824 - Remember commit message over multiple commits
Summary: Remember commit message over multiple commits
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 101674 103170 (view as bug list)
Depends on:
Blocks: 89590
  Show dependency tree
 
Reported: 2006-10-10 03:04 UTC by kitfox
Modified: 2007-05-03 08:54 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
A patch which add message history combo box for previous commit messages. (15.34 KB, application/octet-stream)
2006-10-17 14:51 UTC, lkishalmi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kitfox 2006-10-10 03:04:59 UTC
It would be useful for the Commit dialog to cache the last commit message used
and when  the next commit aciton is taken, to initialize the message text area
with the text of the last message (similar to how the CVS commit dialog works).
 This will make it easier to make several commits in a row which should have the
same message.
Comment 1 Maros Sandor 2006-10-10 09:45:12 UTC
Reasonable, we'll do it for CVS too.
Comment 2 lkishalmi 2006-10-17 14:51:37 UTC
Created attachment 35288 [details]
A patch which add message history combo box for previous commit messages.
Comment 3 Tomas Stupka 2006-10-17 16:25:03 UTC
thanks for the patch 

the problems are that 
- the way it's implemented isn't persitent over a nb restart (correct me if i'm
wrong)
- we are still not sure how the UI should look like.

:(
regards
Comment 4 lkishalmi 2006-10-17 19:19:25 UTC
You are right it's not persistent. It is just an usable raw idea, took not more
than 10 minutes to implement. 
Comment 5 Maros Sandor 2007-02-07 13:08:39 UTC
Commit dialog now offers messages history.

/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/commit/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.19; previous revision: 1.18
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/commit/CommitPanel.java,v
 <--  CommitPanel.java
new revision: 1.10; previous revision: 1.9
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/commit/CommitPanel.form,v
 <--  CommitPanel.form
new revision: 1.7; previous revision: 1.6
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/commit/CommitAction.java,v
 <--  CommitAction.java
new revision: 1.56; previous revision: 1.55
/shared/data/ccvs/repositor�y/versioncontrol/src/org/netbeans/modules/versioning/util/StringSelector.java,v
 <--  StringSelector.java
new revision: 1.4; previous revision: 1.3
Comment 6 madth31 2007-04-14 03:05:06 UTC
Being using this in M8 and just wanted to say that the netbeans team rocks!
Comment 7 Tomas Stupka 2007-04-19 09:00:41 UTC
*** Issue 101674 has been marked as a duplicate of this issue. ***
Comment 8 Tomas Stupka 2007-05-03 08:54:13 UTC
*** Issue 103170 has been marked as a duplicate of this issue. ***