Editing parameters in your default Text editor

Let’s assume you have an extremely long expression that needs to go into a parameter. Something like:

if(strmatch("*"+substr(tab(strcat("../../display",opdigits("../..")),$OPD,3),rindex(tab(strcat("../../display",opdigits("../..")),$OPD,3),".")+1,5)+"*",tab("$window/ui/drag",0,0)),1,2)

It can be very frustrating to edit this in the Parameter Window itself - instead click on the parameter and press ‘Alt+e’ to open the expression in your default Text editor.

markus