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 97977 - No way to see the complete commit messages in Search History, Diff mode
Summary: No way to see the complete commit messages in Search History, Diff mode
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks: 89591
  Show dependency tree
 
Reported: 2007-03-15 14:33 UTC by kirillkh
Modified: 2007-04-02 09:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kirillkh 2007-03-15 14:33:55 UTC
1. search history of a file or group of files
2. switch to the Diff mode (instead of Summary mode)
3. expand a file node
4. if the commit message of some revision is too long to fit the "Message"
column, it is cut, and there is no way to see the rest

I think it would be sufficient to solve this with a multi-line tool-tip. But it
would be much nicer, if the tool-tip window were also scrollable (a-la editor's
javadoc pop-up), when the comment is really long. And even more so, if it was
possible to select and copy the text of the comment.
Comment 1 Maros Sandor 2007-03-19 10:43:48 UTC
We'll see what can be done.
Comment 2 Maros Sandor 2007-03-28 11:07:07 UTC
Commit message can now be expanded just like Tags.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/history/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.28; previous revision: 1.27
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/history/RevisionNode.java,v
 <--  RevisionNode.java
new revision: 1.23; previous revision: 1.22
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/history/DiffTreeTable.java,v
 <--  DiffTreeTable.java
new revision: 1.15; previous revision: 1.14
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/history/SummaryView.java,v
 <--  SummaryView.java
new revision: 1.34; previous revision: 1.33
Comment 3 kirillkh 2007-04-01 12:02:36 UTC
1. Thanks for fixing this, I like the new pop-up.
2. Reopening, as the new functionality suffers from the same dual-monitor
problem, as Issue #97968.
Comment 4 Maros Sandor 2007-04-02 09:10:26 UTC
This feature is implemented, let's track popup issues in #97968.