Please remember last entry for ctrl-E

Are you missing a feature? Request its implementation here.
aiken
Posts: 3
Joined: Sat Feb 18, 2006 12:06 am

Please remember last entry for ctrl-E

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
aiken
Posts: 3
Joined: Sat Feb 18, 2006 12:06 am

Post by aiken »

Thanks!

-b
Post Reply