Closed parallels999 closed 1 month ago
Hi, Thank you for the observation. Should be ok with the latest release : https://github.com/haidubogdan/netbeans-php-blade-plugin/releases
Thanks
It seems that the presence of '?' near ':' charcter still triggers freeze on delete action.
After debugging the issue inside the IDE modules. I found to be due to a infinite while loop triggered by Brace Matcher if the first token is a parenthesis or a bracket for which I created a issue https://github.com/apache/netbeans/issues/7803
For the moment the best solution is to not embed parenthesis or combination of parenthesis and brakets for php embedded tokens. This implementation is available since version 2.5.05. For the moment It covers a maximum of 2 consecutive parenthesis.
Try to write letter by letter on a blade file