This may already be obvious to heavy Eclipse/CFEclipse/FlexBuilder users, but there's a really simple way to move one or more lines of code around without having to use copy/paste.
To move a single line of code, place the cursor anywhere on the line and click alt-up arrow to move the code up one line, or alt-down arrow to move the code down one line.
To move multiple lines of code at once, highlight the code you wish to move and use the same alt-up arrow/alt-down arrow shortcut. It's that easy!
Announcement: Boosting Performance and Scale for ColdFusion Applications with Ehcache (Webinar)
Rob Brooks-Bilson said: Hi Carl,
The event is being hosted by Terracotta, so they're using their infrastructure to host.
...
[More]
Announcement: Boosting Performance and Scale for ColdFusion Applications with Ehcache (Webinar)
Carl Von Stetten said: Might I suggest presenting through a ColdFusion meetup (http://www.meetup.com/col...)?
[More]
Fix for Vista's: The User Profile Service service failed the logon. User profile cannot be loaded
jebise said: I had the same issue whenever i crated a new account but on windows 7. This thread was helpful but i...
[More]
Fix for Vista's: The User Profile Service service failed the logon. User profile cannot be loaded
warwick said: Thanks Charles your a bloody legend.I done exactly as you suggested to fix this annoying problem and...
[More]
Converting HomeSite + Snippets to CFEclipse Snippets with ColdFusion
Andy said: Thanks Rob!
I was looking for something like this for a couple weeks now. Moved from Homesite+ to ...
[More]
http://trac.cfeclipse.org/cfeclipse/wiki/ShortcutK...
It's good to review this now and then and learn something new :)
Jim, thanks for the link to the wiki. I skimmed it once, but obviously it never sank in.
EG:
highlight line/block of code then:
- ctrl + alt + up arrow to copy the code above current position
- ctrl + alt + up down to copy the code below current position
Eclipse/CFEclipse/FB2 is great!
Thanks, Rob
Yep, click and drag is supported as well. I just thought it was really cool that you could move one or more lines up or down the way they've implemented it. I find myself needing this sort of functionality more often than I realized.