Page 1 of 1

[added 115] How to use parentheses in text objects

PostPosted: May 1st, 2009, 8:52 pm
by kong
Hello,

I tried using pp(() and ap()) which does not seems to work. I also tried backslash \( \) and it doesn't work either.

Is there a way to use parentheses in text object? :roll:

PostPosted: May 1st, 2009, 11:49 pm
by Jikaru
No I don't think so...

PostPosted: May 2nd, 2009, 2:30 pm
by kong
Hmm, guess I'll have to live with it, then :wink:

PostPosted: May 2nd, 2009, 2:48 pm
by WinstonGFX
Now that there is unicode support you don't think he could call the unicode name for the parenthesis?

PostPosted: May 2nd, 2009, 3:06 pm
by Cliff Cawley
You will be able to in build 115.

I've added support for using \ to escape characters such as ( and )

So in build 115 you'll be able to do:

Code: Select All Code
track fs(12) pp(\() ap(\))


and when rendered it will look like

Code: Select All Code
(Jamiroquai - Planet Home)


Cliff :)

PostPosted: May 2nd, 2009, 8:48 pm
by kong
Wow, thanks a lot, Cliff :D