haidubogdan / netbeans-php-blade-plugin

Netbeans 18+ module plugin for php blade template files
Apache License 2.0
26 stars 4 forks source link

[BUG] Netbeans freezes on `?:` ternary operator. #65

Open parallels999 opened 1 month ago

parallels999 commented 1 month ago

Try to write letter by letter on a blade file

@test($test ?: $default)
haidubogdan commented 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

parallels999 commented 1 month ago

Thanks

haidubogdan commented 1 day ago

It seems that the presence of '?' near ':' charcter still triggers freeze on delete action.