Bug 73526 - [typing] copy complete line to clipboard
Summary: [typing] copy complete line to clipboard
Status: RESOLVED DUPLICATE of bug 23625
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-09 05:16 EDT by frank musolf CLA
Modified: 2004-12-07 06:26 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description frank musolf CLA 2004-09-09 05:16:12 EDT
hi,

it is possible to copy by ctrl+c the complete line from editor to clipboard if 
the cursor stands at beginning of a line and no text is marked ?

this was a nice feature in microsoft visual c++ ide.

frank musolf
Comment 1 Dani Megert CLA 2004-09-10 11:45:43 EDT
Do you want to use the copied line in the same editor? If so, simply use
Ctrl+Shift+Arrow_Up/Down ones to copy the line and then Ctrl+Arrow_Up/Down to
move it. This does not depend on the caret being at beginning of a line.

Otherwise I'd prefer to add a separate command instead of smart behavior.
Comment 2 Ilja Brest CLA 2004-09-13 04:45:35 EDT
as I've understood, frank was asking for the feature of copying of a whole line 
into clipboard without marking it. the keystroke ctrl+c has no functionality if 
nothing was marked, so why don't use it as ms visual studio does? 

the ctrl+shift+arrow up/down doesn't do the same, it just navigate to the next/
previous method in a class (in a java editor).

ilja
Comment 3 Dani Megert CLA 2004-12-07 06:26:56 EST

*** This bug has been marked as a duplicate of 23625 ***