copy/paste with eclipse

Page 1 of 1

11 Replies - 1544 Views - Last Post: 14 February 2011 - 08:28 PM

#1 farasu123   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 19
  • Joined: 20-January 11

copy/paste with eclipse

Posted 13 February 2011 - 06:35 PM

Hi guys

i'm using eclipse IDE. I cant copy/paste any coding from/to eclipse IDE. Is it possible to do with eclipse IDE? anybody helpme please.. I have been facing this problem so many days.
Is This A Good Question/Topic? 0
  • +

Replies To: copy/paste with eclipse

#2 pbl   User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8381
  • View blog
  • Posts: 31,956
  • Joined: 06-March 08

Re: copy/paste with eclipse

Posted 13 February 2011 - 07:08 PM

<ctrl>C <ctrl>V does the job for me
I cut & paste code from this forum to my Eclipse or from Eclipse to thos forum a few times a day
Was This Post Helpful? 0
  • +
  • -

#3 cfoley   User is offline

  • Cabbage
  • member icon

Reputation: 2425
  • View blog
  • Posts: 5,068
  • Joined: 11-December 07

Re: copy/paste with eclipse

Posted 13 February 2011 - 07:10 PM

If you hover the mouse over a code section, a few buttons pop up in the top right of the code. One of them lets you copy the code. Does this help?
Was This Post Helpful? 0
  • +
  • -

#4 pbl   User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8381
  • View blog
  • Posts: 31,956
  • Joined: 06-March 08

Re: copy/paste with eclipse

Posted 13 February 2011 - 07:23 PM

View Postcfoley, on 13 February 2011 - 09:10 PM, said:

If you hover the mouse over a code section, a few buttons pop up in the top right of the code. One of them lets you copy the code. Does this help?

Then you just have to <ctrl>V it into your Eclipse
Was This Post Helpful? 0
  • +
  • -

#5 farasu123   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 19
  • Joined: 20-January 11

Re: copy/paste with eclipse

Posted 14 February 2011 - 07:29 PM

Sorry could not copy not even from notepad, word doc, to Eclipse. <ctrl>c, <ctrl>v not working. How can i solve this? please help me
Was This Post Helpful? 0
  • +
  • -

#6 pbl   User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8381
  • View blog
  • Posts: 31,956
  • Joined: 06-March 08

Re: copy/paste with eclipse

Posted 14 February 2011 - 07:34 PM

You are on Unix or Windows ?
Was This Post Helpful? 0
  • +
  • -

#7 farasu123   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 19
  • Joined: 20-January 11

Re: copy/paste with eclipse

Posted 14 February 2011 - 07:38 PM

View Postpbl, on 14 February 2011 - 07:34 PM, said:

You are on Unix or Windows ?



Windows vista
Was This Post Helpful? 0
  • +
  • -

#8 pbl   User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8381
  • View blog
  • Posts: 31,956
  • Joined: 06-March 08

Re: copy/paste with eclipse

Posted 14 February 2011 - 07:47 PM

Don't see why it wouldn't work

Open Notepad for a new file
Go onto your Eclipse on a class
Do <ctrl>a to select all the code (the background should turn to blue)
Do <ctrl>c to cut the code
Go into Notepad and do <ctrl>v
What happen ?
Was This Post Helpful? 0
  • +
  • -

#9 farasu123   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 19
  • Joined: 20-January 11

Re: copy/paste with eclipse

Posted 14 February 2011 - 07:53 PM

View Postpbl, on 14 February 2011 - 07:47 PM, said:

Don't see why it wouldn't work

Open Notepad for a new file
Go onto your Eclipse on a class
Do <ctrl>a to select all the code (the background should turn to blue)
Do <ctrl>c to cut the code
Go into Notepad and do <ctrl>v
What happen ?



When i select all text in eclipse class using <ctrl>a it didnt select all text in class instead it select initComponents() method name only, and copy and paste this text in notepad it paste only "component" word.
Was This Post Helpful? 0
  • +
  • -

#10 pbl   User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8381
  • View blog
  • Posts: 31,956
  • Joined: 06-March 08

Re: copy/paste with eclipse

Posted 14 February 2011 - 08:03 PM

In Eclipse:

- Windows
--- Preference
----- General
------- Keys

What is the "binding" for <ctrl>c
really don't see how you can have change it :)
Was This Post Helpful? 2
  • +
  • -

#11 farasu123   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 19
  • Joined: 20-January 11

Re: copy/paste with eclipse

Posted 14 February 2011 - 08:24 PM

Yes no key binding for cut copy, and paste. But now i have inserted, its working well. Thank u so much. Im really happy, :bananaman: :bigsmile:
Was This Post Helpful? 0
  • +
  • -

#12 pbl   User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8381
  • View blog
  • Posts: 31,956
  • Joined: 06-March 08

Re: copy/paste with eclipse

Posted 14 February 2011 - 08:28 PM

View Postfarasu123, on 14 February 2011 - 10:24 PM, said:

Yes no key binding for cut copy, and paste. But now i have inserted, its working well. Thank u so much. Im really happy, :bananaman: :bigsmile:

Really can't figure out how you broke it
Anyhow happy coding :^:
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1