Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-741

Block comments for non-Java languages insert an asterisk on each new line.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 9.0
    • None
    • None

    Description

      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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            Guy Some
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: