p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

I made paste to work. Not sure if it's a good way though. #380

Closed Eugene-msc closed 9 years ago

Eugene-msc commented 9 years ago

It seems kind of an obvious way to do it, so there probably is a reason why nobody has done it yet.

nashley commented 9 years ago

@Eugene-msc I'm actually already working on clipboard functionality in my spare time, and I do have a paste system implemented. I've also added the ability to copy the current text input, but selecting multiple lines of text is the problem. However, I think your code is much cleaner anyway. :sweat_smile: Here's the branch if you want to look at it.

p-e-w commented 9 years ago

There were good things in the commits from both of you, so I took the liberty of cherry-picking them into https://github.com/p-e-w/finalterm/commit/c379f160ac5b0b20cfb9107b60704857c1a99792.

In particular, there are now both keyboard shortcuts and context menu entries. For some reason though, I could not get the Ctrl+Shift+V shortcut to work yet.

@Eugene-msc: Since I took code from your PR, I have credited you as an author in Final Term's about dialog (@nashley is already there).