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

Summary: Should be possible to auto-wrap commit text for 80-col width
Product: versioncontrol Reporter: eskild <eskild>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89591    

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.