[ 
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 '{noformat}\*{noformat}' characters.

Before formatting :
{code:java}
/* ---------------------- *\
 *   Multi Line Comment   *
\* ---------------------- */
{code}
After formatting :
{code:java}
/* ---------------------- *\
 *   Multi Line Comment   *
  \* ---------------------- */
{code}
----
This doesn't work either

Before formatting :
{code:java}
/*
 * ---------------------- *
 *   Multi Line Comment   *
\* ---------------------- *
 */
{code}
After formatting :
{code:java}
/*
 * ---------------------- *
 *   Multi Line Comment   *
  \* ---------------------- *
 */
{code}
----
Only this works fine
{code:java}
/*
 * ---------------------- *
 *   Multi Line Comment   *
 * ---------------------- *
 */
{code}

  was:
After formatting two space characters added to start of a lines which start 
with '\*' characters.

Before formatting :
{code:java}
/* ---------------------- *\
 *   Multi Line Comment   *
\* ---------------------- */
{code}
After formatting :
{code:java}
/* ---------------------- *\
 *   Multi Line Comment   *
  \* ---------------------- */
{code}
----
This doesn't work either

Before formatting :
{code:java}
/*
 * ---------------------- *
 *   Multi Line Comment   *
\* ---------------------- *
 */
{code}
After formatting :
{code:java}
/*
 * ---------------------- *
 *   Multi Line Comment   *
  \* ---------------------- *
 */
{code}
----
Only this works fine
{code:java}
/*
 * ---------------------- *
 *   Multi Line Comment   *
 * ---------------------- *
 */
{code}


> 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 '{noformat}\*{noformat}' characters.
> Before formatting :
> {code:java}
> /* ---------------------- *\
>  *   Multi Line Comment   *
> \* ---------------------- */
> {code}
> After formatting :
> {code:java}
> /* ---------------------- *\
>  *   Multi Line Comment   *
>   \* ---------------------- */
> {code}
> ----
> This doesn't work either
> Before formatting :
> {code:java}
> /*
>  * ---------------------- *
>  *   Multi Line Comment   *
> \* ---------------------- *
>  */
> {code}
> After formatting :
> {code:java}
> /*
>  * ---------------------- *
>  *   Multi Line Comment   *
>   \* ---------------------- *
>  */
> {code}
> ----
> Only this works fine
> {code:java}
> /*
>  * ---------------------- *
>  *   Multi Line Comment   *
>  * ---------------------- *
>  */
> {code}



--
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