Page 1 of 1

Klipper with codelite

Posted: Wed Mar 16, 2011 1:35 am
by greymattr
Hi,

I love CodeLite... it's my new favorite editor...
There is one question I have.

I am using it with KDE on linux. In almost all applications when I highlight some text it is automatically saved to the 'klipper' clipboard, and then I can use the middle mouse button to paste the text I selected.

This all happens without the need to use a CTRL-C, or CTRL-V, and in KDE works in 99% of all terminals and applications, but not in codelite. In code light I have to actually select copy, ( or CTRL-V ) before the selected text is copied on my clipboard. Works in vim, kwrite, gedit, geany, xterm, kdevelop, eclipse, anjunta, etc.

Is there any setting I can change in codelite so highlighted text is automatically copied to the clip board?

( if not, I still love codelite and will continue to use it ) this feature would just be really cool.

Re: Klipper with codelite

Posted: Wed Mar 16, 2011 10:14 am
by eranif
greymattr wrote:Is there any setting I can change in codelite so highlighted text is automatically copied to the clip board?
Please submit a feature requests for this

Eran

Re: Klipper with codelite

Posted: Wed Mar 16, 2011 3:03 pm
by DavidGH
Hi,

This theoretically works if you build against wx2.9. In practice it doesn't, because of this wx bug.

Regards,

David