I'm demoing UEStudio, and I'm having a lot of trouble getting it to do some simple things.
When I type a left bracket, left paren, or single/double quote, I'd like it to type the opposing symbol and put my caret in the center of the two, like this:
Typing
- Code: Select all
{
causes
- Code: Select all
{|}
to occur. It would seem that the Advanced Configuration setting "Auto Complete One-Symbol List" would do this, but checking it does not cause it to work. Is there something I can place in my configuration file to allow this to work?

