Re: tag indentation using applescript?

2011-08-03 Thread Watts Martin
Steve Kalkwarf wrote: I think a clipping file with: #INSERTION# (where expands to a literal return, and is a literal tab) would do the trick. Actually, there's a small catch or two here. :) A few months ago I tried to do what I thought would be a very simple clipping and/or script so wh

Re: tag indentation using applescript?

2011-08-03 Thread Steve Kalkwarf
On Aug 3, 2011, at 12:26 PM, Rick Yentzer wrote: > Hey, I like the indenting certain tags in order to format my code a certain > way. > > For instance, > > > > If the insertion point is between the >< I would hit the following keys > before I'm ready to insert my next line of code: > return

tag indentation using applescript?

2011-08-03 Thread Rick Yentzer
Hey, I like the indenting certain tags in order to format my code a certain way. For instance, If the insertion point is between the >< I would hit the following keys before I'm ready to insert my next line of code: return + tab + return, then move back one line to where the "tab" is.