Some created NETBEANS-741:
-----------------------------

             Summary: Block comments for non-Java languages insert an asterisk 
on each new line.
                 Key: NETBEANS-741
                 URL: https://issues.apache.org/jira/browse/NETBEANS-741
             Project: NetBeans
          Issue Type: Improvement
          Components: editor - Completion & Templates
    Affects Versions: 9.0
            Reporter: Some


When insert a block comment (non-docblock), each new line within the block 
comment is prefixed with an asterisk. This should only happen for docblock type 
comments.

This is the current behavior:

/*
 *
 *
 */

But it should be this behaviour:

/*


*/

For docblock comments it should be this behaviour:

/**
 *
 *
 */

All languages should have an option to toggle this if desired (PHP, javascript, 
etc)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to