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 210472 - Javadoc for functions doesn't start with asterisk on new line
Summary: Javadoc for functions doesn't start with asterisk on new line
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-31 09:25 UTC by Vladimir Riha
Modified: 2012-09-11 07:34 UTC (History)
1 user (show)

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 Vladimir Riha 2012-03-31 09:25:18 UTC
Simple test case:

/**
 * 
 */
function func(){
}

Now place cursor on the 2nd line of comment and press Enter
=> new line should start with '*' but it doesn't


Product Version: NetBeans IDE Dev (Build 2012-03-30_00-31-03 )
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Linux version 2.6.38-13-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Martin Fousek 2012-09-11 07:30:20 UTC
Already fixed (by fixing typing interceptors). BTW, you should get indentation length after the asterisk equal to the indentation on the previous line.

Marking as fixed.
Comment 2 Vladimir Riha 2012-09-11 07:34:14 UTC
thanks, verified

Product Version: NetBeans IDE Dev (Build 201209110001)
Java: 1.7.0_07; Java HotSpot(TM) Client VM 23.3-b01
System: Linux version 3.2.0-29-generic-pae running on i386; UTF-8; en_US (nb)