I'm very interested. I just started using Aptana (coming from Homesite+) and I really really want to speed up my dev to where I was at with HS+. I'd love some more hotkey and snippet info.
On Thu, Sep 2, 2010 at 5:00 AM, Peter Boughton <[email protected]> wrote: > > > That coupled with StructKeyExists is a pain to type! > > Why on earth would you *type* it!? > > This is exactly why your IDE has Word Completion, Snippets and Templates! > > "Str" then <Alt-/> completes word to StructKeyExists > (press <Alt-/> again to cycle through other commonly used words) > > "ske" then <Ctrl-J> snippet for StructKeyExists([cursor]) > > "skel" then <Ctrl-Space>,<Enter> to select a template: > StructKeyExists([Struct],'[Value]') AND Len([Struct].[Value]) > > > (All this stuff is one of the things I keep meaning to write a full blog > article on... if anyone is interested let me know and I'll try getting to it > sooner, and post details here once done.) > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336753 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

