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

[jira] [Updated] (NETBEANS-776) Formatting error in multiline comments on lines starting with '\*' characters.

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

Mehmet Durgel updated NETBEANS-776:
-----------------------------------
    Summary: Formatting error in multiline comments on lines starting with '\*' characters.  (was: Formatting error when lines starting with '\*' characters.)

> 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 &amp; 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: 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