CTRL-C sometimes does not work

CodeLite installation/troubleshooting forum
josee
CodeLite Enthusiast
Posts: 37
Joined: Fri Feb 05, 2010 10:57 am
Genuine User: Yes
IDE Question: C++
Contact:

CTRL-C sometimes does not work

Post by josee »

Hi Eran,

on Ubuntu 10.04, Codelite 2.6.0.4189 sometimes CTRL-C/V does not work.
(It means: CTRL-V does not insert anything it just does nothing).
CTRL-U works fine. If you change into another edit window and switch back
than it works again.

The problem is reproducible by pressing entering the beginning of a function name
(init_ ...) and then pressing CTRL-SPACE. Then select with the left mouse button one element of the "complete word" dialog.
After pressing ESC the dialog diasappears. Then CTRL-C/V does not work anymore.
It works after switching to another window (another program window or another editor window of codelite) and then back.

Keep on the good work.

Jörg
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CTRL-C sometimes does not work

Post by eranif »

josee wrote: The problem is reproducible by pressing entering the beginning of a function name
(init_ ...) and then pressing CTRL-SPACE. Then select with the left mouse button one element of the "complete word" dialog.
After pressing ESC the dialog diasappears. Then CTRL-C/V does not work anymore.
It works after switching to another window (another program window or another editor window of codelite) and then back.
Thanks for providing such a clear test case for how to reproduce it.

In the meantime, I committed a "rough" fix to SVN trunk which fixes this, by disabling something else - but at least the Ctrl-C/V/X is now working.

With your test case, I will be able to provide a more accurate fix

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CTRL-C sometimes does not work

Post by eranif »

eranif wrote:With your test case, I will be able to provide a more accurate fix
Committed in SVN trunk.

Eran
Make sure you have read the HOW TO POST thread
josee
CodeLite Enthusiast
Posts: 37
Joined: Fri Feb 05, 2010 10:57 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CTRL-C sometimes does not work

Post by josee »

Thank you !

Jörg
Post Reply