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 24971 - Java Indentation Engine: add a "Add space after Leading Star in Comment" option
Summary: Java Indentation Engine: add a "Add space after Leading Star in Comment" option
Status: RESOLVED DUPLICATE of bug 22217
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-19 20:56 UTC by brenthale
Modified: 2007-11-05 13:42 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 brenthale 2002-06-19 20:56:56 UTC
A good deal of java coding has a space between the star 
(*) and the text of the comment.  The current Java 
Indentation Engine leaves the cursor right next to the 
star after a hard return within a comment.  It would be 
nice if it would also add a space.  Therefore it appears 
to me that an "Add space after Leading Star in Comment" 
option should be provided.  If "False" the behaviour would 
be it is now (The cursor is left at the '|' character:

/**
 *|

Whereas if the value is "True" it would act like this:

/**
 * |
Comment 1 Marek Grummich 2002-07-22 10:09:22 UTC
Set target milestone to TBD
Comment 2 Jesse Glick 2004-09-14 17:39:04 UTC

*** This issue has been marked as a duplicate of 22217 ***