cancel
Showing results for 
Search instead for 
Did you mean: 

Writing script for scripttasks in Activiti Designer

tlmacal
Champ in-the-making
Champ in-the-making
I feel this must be an obvious question but I have failed to find any reference to it, so I'm just going to ask. I find the script field window in the properties tab for a script task to be way too small for writing and editing script. At the same time, I find it difficult to edit the script in a text or XML editing window in Eclipse because of it's seemingly random placement in the source and all of the clutter of the XML tagging.

Is there a way to increase the size of the script field window in the Activiti Designer plugin in Eclipse? If not, what are suggested approaches for editing script text for a script task?

Thanks!

Tim MacAlpine
2 REPLIES 2

warper
Star Contributor
Star Contributor
Copy script to clipboard, paste and edit it in notepad++, copy-paste it back

tlmacal
Champ in-the-making
Champ in-the-making
Except for the inevitable copy/paste errors, that is a simple enough solution. Funny that no matter how sophisticated our development languages and tools get, we can't seem to get past copy/paste from a text editor. I guess we just can't improve on a good text editor.

Thanks.