You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
loony
Posted - Nov 15 2011 : 3:42:41 PM I use eclipse for python coding in linux at work and it got a realy good feature I use all the time.
With "ctrl+alt+down or up arrow" it copy the line or the selection to the line below or the line above. Then with "alt+down or up arrow" it moves the line or selection one line up/down..
It also preserves the clippboard..
Would love to see this in vax :)
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Nov 16 2011 : 11:51:03 AM You should be able to do this quite quickly and easily with some IDE macros. Also the IDE already has the command "Edit.LineTranspose", which is bound to Shift+Alt+T for me.
There are some sample macros here that might give you some ideas on how to get started: