Posted 21 years ago
by GMilano
If I do some selection operation on the AutoReplacePerformed event the selection is replaced with the character that fire the replacement, there are cases (like my case) that i need to ignore the character that fire the autoreplace.
In my case when the user press foreach I wanna replace with foreach ( $Var$ in $coll$)
and after the replace is done i need to select $Var$, is there a workaround for this?
I would like to have in the autoreplaceentry something like AutoReplaceEntry.IgnoreTriggerCharacter = true;
In my case when the user press foreach I wanna replace with foreach ( $Var$ in $coll$)
and after the replace is done i need to select $Var$, is there a workaround for this?
I would like to have in the autoreplaceentry something like AutoReplaceEntry.IgnoreTriggerCharacter = true;