You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Luis Filipe de Sá Estrella (JIRA)" <ji...@apache.org> on 2017/09/17 19:41:00 UTC

[jira] [Updated] (NETBEANS-55) Incorrect brace matching in Netbeans 8.2

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

Luis Filipe de Sá Estrella updated NETBEANS-55:
-----------------------------------------------
    Component/s: editor - Formatting & Indentation

> Incorrect brace matching in Netbeans 8.2
> ----------------------------------------
>
>                 Key: NETBEANS-55
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-55
>             Project: NetBeans
>          Issue Type: Bug
>          Components: editor - Formatting & Indentation, php - Formatting & Indentation
>    Affects Versions: 8.2
>         Environment: Using netbeans with php support in Laravel environment.
>            Reporter: Luis Filipe de Sá Estrella
>
> I'm trying to use Netbeans 8.2 to develop a laravel application. I noticed that there are some inconsistencies on brace/parenthesis matching on certain situations. For example when I type the last brace in
> {quote}Route::get('app/test', function() {){quote}
> and press enter I expect
> {quote}Route::get('app/test', function() {
> }){quote}
> but I get
> {quote}Route::get('app/test', function() {
> ){quote}
> And when I type the same, but inserting a space between the brace and the parenthesis, like this
> {quote}Route::get('app/test', function() { ){quote}
> and when I put the cursor right after the brace and type enter, the result is
> {quote}Route::get('app/test', function() {
>     )
> }{quote}
> Note where both the ending brace and ending parenthesis are.



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