copy without selection ?

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

copy without selection ?

Postby jonnygarrett » Thu Oct 07, 2004 7:58 pm

hi

is it possible to copy the current line without having to make a selection (ie. ctrl+c copies the whole line at the cursor if something isn't currently selected) ?

thanks

Jonathan
User avatar
jonnygarrett
Newbie
 
Posts: 4
Joined: Wed Oct 06, 2004 11:00 pm

Re: copy without selection ?

Postby Mofi » Fri Oct 08, 2004 1:51 am

Only with a macro, but the cursor is always positioned to column 1 of the active line.

Macro for copying actual line without line break

InsertMode
ColumnModeOff
HexOff
UnixReOff
Key HOME
StartSelect
Key END
Copy
EndSelect
Key HOME

Macro for copying actual line with line break

InsertMode
ColumnModeOff
HexOff
UnixReOff
Key HOME
StartSelect
Key Ctrl+DOWN ARROW
Copy
EndSelect
Key UP ARROW

Edited on 2006-09-12: Since v11.00 there is also a configuration option for this issue - see Configuration - Editor - Miscellaneous - Enable copy/append of current line when no selection is active.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4055
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: copy without selection ?

Postby jonnygarrett » Thu Jan 13, 2005 3:36 pm

thanks Mofi

(I forgot all about my post !)

Jonathan
User avatar
jonnygarrett
Newbie
 
Posts: 4
Joined: Wed Oct 06, 2004 11:00 pm


Return to UltraEdit General Discussion