chathurabuddi / intellij-jasper-report-support

📜 Jasper reports viewing and compiling support for Intellij Idea IDE
https://plugins.jetbrains.com/plugin/13043-jasper-report-support
MIT License
15 stars 17 forks source link

textField syntax highlighting textAdjust #19

Open treedust opened 4 years ago

treedust commented 4 years ago

for the jrxml files a textField tag currently hints incorrectly for the attribute textAdjust. The message that follows is Attribute textAdjust is not allowed here

image

chathurabuddi commented 4 years ago

Hi @treedust Thanks for the issue and contribution. I'll review your PR and merge it soon. Thanks

chathurabuddi commented 4 years ago

Useful Links https://github.com/TIBCOSoftware/jasperreports/releases/tag/6.11.0

isStretchWithOverflow boolean property of text fields has been deprecated and replaced by the new textAdjust property which adds a third option to scale down the font size in order for the text content to fit the design size of the text field element;

https://community.jaspersoft.com/questions/1156101/text-field-textadjust-property-not-working https://community.jaspersoft.com/jasperreports-library/issues/12446