You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/08/11 13:38:44 UTC

[GitHub] [netbeans] junichi11 commented on a change in pull request #1418: [NETBEANS-1047] Don't add whitespace to a wrong place when textual operators are used

junichi11 commented on a change in pull request #1418: [NETBEANS-1047] Don't add whitespace to a wrong place when textual operators are used
URL: https://github.com/apache/netbeans/pull/1418#discussion_r312739463
 
 

 ##########
 File path: php/php.editor/src/org/netbeans/modules/php/editor/indent/FormatVisitor.java
 ##########
 @@ -2558,4 +2560,9 @@ protected static boolean isWhitespace(final CharSequence text) {
     private static boolean isAnonymousClass(ASTNode astNode) {
         return astNode instanceof ClassInstanceCreation && ((ClassInstanceCreation) astNode).isAnonymous();
     }
+
+    private static boolean isPHPOperator(PHPTokenId id) {
 
 Review comment:
   Will do it. Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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