junichi11 opened a new issue, #5707:
URL: https://github.com/apache/netbeans/issues/5707

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   Cannot add spaces when Enum has cases.
   
   ### How to reproduce
   
   #### Example code
   ```php
   enum Enum1 {
       case A = 'A';
       case B = 'B';
       ^here
   }
   ```
   1. Move the caret to under the line of `case B = 'B;'`
   2. Type the space key
   3. Can't add spaces
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Ubuntu 22.04
   
   ### JDK
   
   OpenJDK 11.0.18
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to