News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

copy/paste does not work

Started by king601, May 11, 2013, 06:00:52 PM

Previous topic - Next topic

king601

Hello again  ;D ,


So I started using code blocks as I learn C . Surprisingly enough during that time I have not used copy/paste because my C topics were still for beginners  but as I started advancing in the hard topics copy/paste were needed. However , I discovered  I can't make copy/paste whether it from keyboard CRTL-C/CRTL-V or by using mouse (right-click > edit > copy/paste). I do not know why . Code blocks run fine . I am running Manjaro linux which based on Arch Linux with XFCE installed on top of it. I installed code blocks through official repositories of Arch linux .

Side note: I went to setting>Editor>keyboard short cuts > I looked at copy/paste and there was no binding keyboard key , so I tried to do it by my self . When I did that , I receive error  "KeyBinding File corrupted, please delete >>then gave its location . I went and deleted the file  but it did not solve the problem. I also tried solving the problem by  re-installed code blocks but the same problem exists.

p2rkw

Try to disable xfce-clipman and/or xfce-clipman-plugin.

frickson

I'm having the same problem as the OP. Have the problem when running Xfce Clipman, Parcellite, or no clipboard manager at all.

Code::Blocks version: 12.11
System: OpenSUSE 12.3 x86_64

oBFusCATed

Does copy paste work in Scite?
Have you tried a night build?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

frickson

Sorry for taking so long to reply.

I changed some settings in Parcellite, and copy & paste seems to be working fine now. But trying to assign Ctrl+C and Ctrl+V inside C::B still gives the "KeyBinding file corrupted" error. So I'm guessing that Parcellite (or other clipboard managers) have a lock on those, and C::B puts up that error by default. Maybe it should say that those key combinations are reserved by the system, or something.

oBFusCATed

I don't think this is related to Parcellite. I think it is either keybinder's limitation, wxGTK or gtk+ limitation.

What version of Parcellite do you use?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

frickson

Percellite version is 1.0.2rc5
Clipman version is 1.2.3 (also gets the error)

Hmm, just checked, and I get the error without any clipboard manager running. So it must be something related to keybinder, wxGTK or gtk+ as you mentioned.