Copy from eclipse to vim in unix

  • Thread starter Thread starter lcr2139
  • Start date Start date
  • Tags Tags
    Eclipse Unix
AI Thread Summary
To copy code from Eclipse to the vi text editor in Unix without retyping, first select the code in Eclipse. Then, switch to vi and enter insert mode by pressing 'i'. Finally, paste the code by clicking the middle mouse button or simultaneously pressing both the left and right mouse buttons.
lcr2139
Messages
58
Reaction score
0
I would like to copy some code that I wrote in eclipse to vi text editor in unix without retyping the entire code. Is there a way to do this?
 
Technology news on Phys.org
Welcome to PF, lcr2139! :smile:

Select the code in eclipse.
Switch to vi and put it into insert mode by pressing 'i'.
Click middle mouse button (or both left and right button) to paste.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top