Page 1 of 1

Please remember last entry for ctrl-E

Posted: Sat Feb 18, 2006 12:09 am
by aiken
I'm really enjoying oxygen, but one little bit is driving me nuts.

In the work I'm doing now, I'm replacing a lot of freeform text in xslt sheets with proper <xsl:text> - wrapped text. So ctrl-e is nice. However, I have to type xsl:text over and over and over again. If this dialog would save the last used tag, it would save me a ton of time.

Thanks
-b

Posted: Sat Feb 18, 2006 9:08 am
by george
Hi,

The last element used in a surround with action is used to create dinamically another action that repeats that surround with operation. For instance if you use xsl:text to surround with xsl:text then you have an action "surround with xsl:text". That action can be triggered with CTRL+/ by default but the shortcut is configurable.

Best Regards,
George

Posted: Thu Mar 02, 2006 9:39 pm
by aiken
Thanks!

-b