Wish Designer script - Double click tree to insert

barx

Well-Known Member
Licensed User
Longtime User
In larger, complex layouts it can really become a pain typing the view names all the time. So, what about make the new fancy tree on left having the function to insert the view name into the current designer script when item double clicked?

i.e I double click txtEmailAddress in tree and it inserts 'txtEmailAddress' at current position in script window.
 
Top