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

Niklas Matthies updated NETBEANS-4781:
--------------------------------------
    Description: 
When Java conditionals or loop expressions are shown in the breadcrumbs, any 
single-quote character (e.g. as a character literal delimiter) is not shown 
verbatim, but encoded as "'". See the attached screenshot.

The problem may be that "'" is not a valid HTML 4 character reference 
(only HTML 5 and XML/XHTML 1.0). In that case, either the presentation logic 
has to be augmented to understand "'", or else the code generating the 
character reference has to be changed to generate "'" or "'" 
instead;

  was:When Java conditionals or loop expressions are shown in the breadcrumbs, 
any single-quote character (e.g. as a character literal delimiter) is not shown 
verbatim, but HTML-encoded as "'". See the attached screenshot.


> Java expressions in breadcrumbs show single quotes as "'"
> --------------------------------------------------------------
>
>                 Key: NETBEANS-4781
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4781
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Editor
>    Affects Versions: 12.0
>            Reporter: Niklas Matthies
>            Priority: Major
>         Attachments: NETBEANS-4781.png
>
>
> When Java conditionals or loop expressions are shown in the breadcrumbs, any 
> single-quote character (e.g. as a character literal delimiter) is not shown 
> verbatim, but encoded as "'". See the attached screenshot.
> The problem may be that "'" is not a valid HTML 4 character 
> reference (only HTML 5 and XML/XHTML 1.0). In that case, either the 
> presentation logic has to be augmented to understand "'", or else 
> the code generating the character reference has to be changed to generate 
> "'" or "'" instead;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to