[ https://issues.apache.org/jira/browse/NETBEANS-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomáš Procházka closed NETBEANS-4406. ------------------------------------- > Unable to type in 2 consecutive curly brackets in a YAML file if there's no > closing pair of curly brackets first > ---------------------------------------------------------------------------------------------------------------- > > Key: NETBEANS-4406 > URL: https://issues.apache.org/jira/browse/NETBEANS-4406 > Project: NetBeans > Issue Type: Bug > Components: yaml - Editor > Affects Versions: 12.0, 11.3 > Reporter: Kevin Jones > Priority: Minor > Fix For: 12.0 > > > Create a new project (I have tried html and php) > Create a new yaml file > try and type in > {code:java} > - this: {{ }}{code} > After the first open bracket, you can't type in the second. > If you type in the closing pair of curly brackets, you can then go back and > type in the second of the opening curly brackets in the following sequence: > {code:java} > - this: { > - this: { } > - this: { }} > - this: {{ }}{code} > This is not ideal, and should allow the double-open curly bracket straight > away. > If you are editing above an already-complete set of curly brackets, you can > enter the opening pair in correctly - see "that" below > {code:java} > - that: {{ }} > - this: {{ }} > - other: {{code} > Attempting to enter a line after the last complete set ("other", above) is > prevented by the system again. > A workaround at the moment is to add a closing pair of curly brackets at teh > bottom of the document, but this is not ideal. > This works OK in 11.2, not in 11.3, not working in 12.0 beta 4 > > Environment: > *Product Version:* Apache NetBeans IDE 12.0-beta4 > *Java:* 13.0.2; Java HotSpot(TM) 64-Bit Server VM 13.0.2+8 > *Runtime:* Java(TM) SE Runtime Environment 13.0.2+8 > *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) > -- 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