May be this information will be helpful for somebody.
By default ‘Script’ fields in properties panel have 2 lines in height. This is terribly inconvenient. You have to increase size each time you work with scripts.
To fix it:
- Install any of modeler plugin. For example, I use camunda-modeler-plugin-usertask-generatedform-preview.
- Find file style\style.css in plugin directory.
- Add this lines to style.css:
textarea#cam-script-val {
height: 500px;
}
Done, enjoy!