Page 1 of 1

CTRL-C sometimes does not work

Posted: Thu Jul 29, 2010 1:19 pm
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

Re: CTRL-C sometimes does not work

Posted: Thu Jul 29, 2010 1:25 pm
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

Re: CTRL-C sometimes does not work

Posted: Thu Jul 29, 2010 6:53 pm
by eranif
eranif wrote:With your test case, I will be able to provide a more accurate fix
Committed in SVN trunk.

Eran

Re: CTRL-C sometimes does not work

Posted: Sat Jul 31, 2010 9:23 am
by josee
Thank you !

Jörg