You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Gunnar Grim (JIRA)" <ji...@apache.org> on 2017/11/16 18:15:00 UTC

[jira] [Created] (NETBEANS-147) Content in string literals are formatted by Format

Gunnar Grim created NETBEANS-147:
------------------------------------

             Summary: Content in string literals are formatted by Format
                 Key: NETBEANS-147
                 URL: https://issues.apache.org/jira/browse/NETBEANS-147
             Project: NetBeans
          Issue Type: Bug
          Components: cnd - Editor
    Affects Versions: 8.2
            Reporter: Gunnar Grim


When formatting an HTML page, string literal content is formatted.

Before formatting I had this attribute on a div in an Agular view:

ng-class="($first ? '' : 'hidden-xs hidden-sm')"

After formatting, NetBeans changed it into this: 

ng-class="($first ? '' : 'hidden - xs hidden - sm')"

This is pretty serious IMO since the page presentation is messed up by incorrect classes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)