Dynamic height of scripting textareas

Writing a lot of workflow conditions, actions and doing tests using the sandbox leads me to this feature request:

I adjust the hight of my scripting textarea a lot, because I cannot see a lot of code in 5 rows. After executing my sandbox code, the page is reloaded and the textarea is reset to 5 rows.

Is it possible to adjust the textare.row attribute to the lines-of-code? (Including a min-max check, to avoid too small and too big areas).
Or is it possible to add a user setting variabel, to change the default row size?

Same for scripting textareas in workflows.

2 Likes

There are multiple way to solve the issue. This was the first iteration of the feature and based on valuable feedback like this we can better understand how the preview is used to make it better.

I can think of a few way to adjust or even “remember” the size of the preview if it is resized via the UI. We’ll test those along with your suggestion and see what works best.

Thanks for the suggestions and feedback!