Klipper with codelite

CodeLite installation/troubleshooting forum
greymattr
CodeLite Curious
Posts: 1
Joined: Wed Mar 16, 2011 1:29 am
Genuine User: Yes
IDE Question: C++
Contact:

Klipper with codelite

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Klipper with codelite

Post 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
Make sure you have read the HOW TO POST thread
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Klipper with codelite

Post by DavidGH »

Hi,

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

Regards,

David
Post Reply