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 91210 - Should be possible to auto-wrap commit text for 80-col width
Summary: Should be possible to auto-wrap commit text for 80-col width
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: UI
Depends on:
Blocks: 89591
  Show dependency tree
 
Reported: 2006-12-18 15:00 UTC by eskild
Modified: 2007-02-27 14:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eskild 2006-12-18 15:00:59 UTC
The commit message box uses a proportional font. My company has a source file
policy about including $Log$ in the header and, as far as possible, keep line
widths < 80.

The proportional font makes this awkward to obtain.

Suggestion, then: An entry field saying "Wrap commit text at column ___" with a
default value of zero, meaning "don't wrap".

Whether this should be put in general preferences, or kept (and saved) in the
dialog, I don't know.
Comment 1 Maros Sandor 2007-02-27 13:51:14 UTC
Added the word-wrap option to CVS options.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/CvsOptionsController.java,v
 <--  CvsOptionsController.java
new revision: 1.2; previous revision: 1.1
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/CvsOptionsPanel.java,v
 <--  CvsOptionsPanel.java
new revision: 1.3; previous revision: 1.2
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsModuleConfig.java,v
 <--  CvsModuleConfig.java
new revision: 1.8; previous revision: 1.7
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitAction.java,v
 <--  CommitAction.java
new revision: 1.31; previous revision: 1.30
/shared/data/ccvs/repository/versioncontrol/src/org/netbeans/modules/versioning/util/Utils.java,v
 <--  Utils.java
new revision: 1.17; previous revision: 1.16
Comment 2 eskild 2007-02-27 14:07:53 UTC
Beautiful! Thank you for the fix; I look forward to using it.