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 2022/03/18 07:45:55 UTC

[GitHub] [netbeans] eglic opened a new issue #3805: php editor : infinte semicolon while autocomplet on "return"

eglic opened a new issue #3805:
URL: https://github.com/apache/netbeans/issues/3805


   ### Apache NetBeans version
   
   Apache NetBeans 13
   
   ### What happened
   
   from version 12.6 to 13.0: 
   
   1. create or open any php file
   2. input "ret" anywhere
   3. wait autocomplete menu popuped
   4. press "Enter" to select only option "return ...  Language Construct"
   5. netbeans insert "return ;;;;;;;;"
   6. the character ";"  will auto append infinity until press any key
   
   ### How to reproduce
   
   
   1. create or open any php file
   2. input "ret" anywhere
   3. wait autocomplete menu popuped
   4. press "Enter" to select only option "return ...  Language Construct"
   5. netbeans insert "return ;;;;;;;;"
   6. the character ";"  will auto append infinity until press any key
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 12.6
   
   ### Operating System
   
   microsoft windows 11
   
   ### JDK
   
   jdk-17.0.2 -x64
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [netbeans] fpiccinali commented on issue #3805: php editor : infinte semicolon while autocomplet on "return"

Posted by GitBox <gi...@apache.org>.
fpiccinali commented on issue #3805:
URL: https://github.com/apache/netbeans/issues/3805#issuecomment-1079882466


   Issue comfirmed also on Kubuntu 20.04. 
   
   ```
   Product Version: Apache NetBeans IDE 12.6
   Java: 11.0.14; OpenJDK 64-Bit Server VM 11.0.14+9-Ubuntu-0ubuntu2.20.04
   Runtime: OpenJDK Runtime Environment 11.0.14+9-Ubuntu-0ubuntu2.20.04
   System: Linux version 5.4.0-105-generic running on amd64; UTF-8; fr_FR (nb)
   ```


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

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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