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 141316

Summary: Smart multiline comment
Product: cnd Reporter: avp <avp>
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description avp 2008-07-23 12:05:54 UTC
When user select few lines (select from <code1.2> to <code2.2>)
..
 <code1.1><code1.2><code1.3>
 <code2.1><code2.2><code2.3>
..
and press Ctrl+/ 
code are commented so
..
 <code1.1> /* <code1.2><code1.3>
 <code2.1><code2.2> */<code2.3>
..