I am usually working with console application and it is really annoying that I can not copy or paste anything on the console. How do I make it possible to copy & paste?
|
feedback
|
migrated from stackoverflow.com Jul 31 '10 at 11:00
This question came from our site for professional and enthusiast programmers.
If you're working frequently with console applications, you probably should make QuickEdit mode the default. Unless you're using something like Far that handles mouse input as well. | |||||||||
feedback
|
|
Hey you need to use mouse for copy pasting on consol....that is the method that I follow! On linux consol double click on word to copy the word and then press both mouse buttons at a time to paste it where the cursor is!! Just use triple click to copy complete line! | |||||
feedback
|
|
If you're talking about running a .NET application, switch off debugging. | ||||
|
feedback
|