grischpel opened a new issue, #6037:
URL: https://github.com/apache/netbeans/issues/6037
### Apache NetBeans version
Apache NetBeans 18
### What happened
For example I have these line of code
``` <div class="col mb-4{f:if(condition: '{hoverimage}', then: '
hover-area-image-grid')}"> ```
If i use code formatting for html, then my vue and/or typo3 fluid syntax
will break and I cant find any settings to prevent this to become this:
```
<div class="col mb-4{
f:if(condition: '{hoverimage}', then: '
hover-area-image-grid')
}">
<f:link.typolink parameter="{obj.elem.link}">
<div class="p-3 d-flex flex-column image-grid-item"
style="background-color: {
obj.elem.bgcolor
}
;">
<div class="{
imageGridWrapperTopSection
}"</div>
### How to reproduce
Everytime if you use ALT + Shift + F
### Did this work correctly in an earlier version?
Apache NetBeans 17
### Operating System
Windows 11
### JDK
Microsoft Build of OpenJDK mit Hotspot 11.0.17+8 (x64)
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
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