You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Some (JIRA)" <ji...@apache.org> on 2018/04/28 00:25:00 UTC

[jira] [Created] (NETBEANS-741) Block comments for non-Java languages insert an asterisk on each new line.

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 &amp; 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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