$SELECTEDTEXT$ only expands once
eklein@ahd.com
Posts: 17 Bronze 2
Using 7.0.0.40
setup a new snippet
sum ( $SELECTEDTEXT$ ) as tot_$SELECTEDTEXT$
when it expands the $SELECTEDTEXT$ only expands the second time it appears
Example result
sum ( $SELECTEDTEXT$ ) as tot_Current_db
setup a new snippet
sum ( $SELECTEDTEXT$ ) as tot_$SELECTEDTEXT$
when it expands the $SELECTEDTEXT$ only expands the second time it appears
Example result
sum ( $SELECTEDTEXT$ ) as tot_Current_db
Comments
The current implementation of $SELECTEDTEXT$ only expands once per a line, I think your snippet is a good example of why we would want to expand it more than this though! I'll have a look into removing this restriction and should have a new build for you later today.
Thanks,
Aaron.
Thanks,
Aaron.
Thanks for you quick response