Can't you copy and paste data from the built-in command desk when the Clion, program is running under Ubuntu?

< H1 > in Ubuntu 18.04 STL under Clion 2018.3 < / H1 >

when running the program, the program standard input and output ( stdin stdout ) is input and output on the built-in command console of IDE.

sometimes the input data is long, and you don"t bother to redirect the input and output streams. Want to enter data via Ctrl + C and Ctrl V . However, it was found that the built-in command desk could not copy and paste.

there are also no paste and copy options in the right-click on the built-in command console.

so is there a solution for Clion to use a command desk that can be copied and pasted?

Dec.31,2021

Copy: < kbd > Ctrl + Insert < / kbd >
Paste: < kbd > Shift + Insert < / kbd >

You can also configure clion's Embedded Local Terminal with < kbd > Ctrl + Alt + S < / kbd >

Menu