You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tomáš Procházka (Jira)" <ji...@apache.org> on 2021/01/02 21:01:00 UTC

[jira] [Resolved] (NETBEANS-3202) Strange behaviour with new text block feature in editor

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

Tomáš Procházka resolved NETBEANS-3202.
---------------------------------------
    Fix Version/s: 11.3
       Resolution: Fixed

Fix was merged.

> Strange behaviour with new text block feature in editor
> -------------------------------------------------------
>
>                 Key: NETBEANS-3202
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3202
>             Project: NetBeans
>          Issue Type: Bug
>          Components: editor - Other
>    Affects Versions: 11.2
>            Reporter: Benjamin Graf
>            Assignee: Akshay Gupta
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 11.3
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Write a buggy text block and trying to solve in editor ends up in strange behavior: 
> Reproduce:
> Write new class variable:
> {code:java}
> public static String x = """test""";
> {code}
> trying to correct with line break after the first three double quotes tries to and just another double quote
> {code:java}
> public static String x = """"
> + "test""";
> {code}
> Could only be fixed in editor by writing it from scratch (correct JDK 13 syntax!).



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

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