[ 
https://issues.apache.org/jira/browse/NETBEANS-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mehmet Durgel updated NETBEANS-776:
-----------------------------------
    Description: 
After formatting two space characters added to start of a lines which start 
with '*' characters.
Before  :
/* ---------------------- *\
 *   Multi Line Comment   *
\* ---------------------- */
After formatting :
/* ---------------------- *\
 *   Multi Line Comment   *
  \* ---------------------- */


## This doesn't work either ##
Before formatting :
/*
 * ---------------------- *
 *   Multi Line Comment   *
\* ---------------------- *
 */
After formatting :
/*
 * ---------------------- *
 *   Multi Line Comment   *
  \* ---------------------- *
 */

## Only this works fine ##
/*
 * ---------------------- *
 *   Multi Line Comment   *
 * ---------------------- *
 */

  was:
After formatting two space characters added to start of a lines which start 
with '\*' characters.
{{
Before  :
/* ---------------------- *\
 *   Multi Line Comment   *
\* ---------------------- */
After formatting :
/* ---------------------- *\
 *   Multi Line Comment   *
  \* ---------------------- */


## This doesn't work either ##
Before formatting :
/*
 * ---------------------- *
 *   Multi Line Comment   *
\* ---------------------- *
 */
After formatting :
/*
 * ---------------------- *
 *   Multi Line Comment   *
  \* ---------------------- *
 */

## Only this works fine ##
/*
 * ---------------------- *
 *   Multi Line Comment   *
 * ---------------------- *
 */}}


> Formatting error in multiline comments on lines starting with '\*' characters.
> ------------------------------------------------------------------------------
>
>                 Key: NETBEANS-776
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-776
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Formatting & Indentation
>    Affects Versions: 8.2
>         Environment: linux mint 18.2
>            Reporter: Mehmet Durgel
>            Priority: Minor
>
> After formatting two space characters added to start of a lines which start 
> with '*' characters.
> Before  :
> /* ---------------------- *\
>  *   Multi Line Comment   *
> \* ---------------------- */
> After formatting :
> /* ---------------------- *\
>  *   Multi Line Comment   *
>   \* ---------------------- */
> ## This doesn't work either ##
> Before formatting :
> /*
>  * ---------------------- *
>  *   Multi Line Comment   *
> \* ---------------------- *
>  */
> After formatting :
> /*
>  * ---------------------- *
>  *   Multi Line Comment   *
>   \* ---------------------- *
>  */
> ## Only this works fine ##
> /*
>  * ---------------------- *
>  *   Multi Line Comment   *
>  * ---------------------- *
>  */



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to