[
https://issues.apache.org/jira/browse/NETBEANS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16645503#comment-16645503
]
Christian Lenz commented on NETBEANS-55:
----------------------------------------
[~lfsaestrella] unfortunately not. It is not working proper in every language
sometimes you got the closing bracket right after you type the opening and
sometimes not, depends on the language.
> 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
> Priority: Major
>
> 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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists