Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Hyena on April 02, 2020, 05:35:45 pm

Title: Ctrl+C ---> Ctrl+V on the 20.03 release is buggy
Post by: Hyena on April 02, 2020, 05:35:45 pm
when I copy something using CTRL+C and then open another file and attempt to paste using CTRL+V it simply does not work. The clipboard buffer gets lost.
Title: Re: Ctrl+C ---> Ctrl+V on the 20.03 release is buggy
Post by: mimi89999 on April 02, 2020, 06:08:15 pm
Hello,
What operating system are you using?
Title: Re: Ctrl+C ---> Ctrl+V on the 20.03 release is buggy
Post by: Hyena on April 03, 2020, 04:12:39 pm
$  cat /etc/linuxmint/info
RELEASE=18.1
CODENAME=serena
EDITION="Cinnamon 64-bit"
DESCRIPTION="Linux Mint 18.1 Serena"
DESKTOP=Gnome
TOOLKIT=GTK
NEW_FEATURES_URL=http://www.linuxmint.com/rel_serena_cinnamon_whatsnew.php
RELEASE_NOTES_URL=http://www.linuxmint.com/rel_serena_cinnamon.php
USER_GUIDE_URL=help:linuxmint
GRUB_TITLE=Linux Mint 18.1 Cinnamon 64-bit


edit:
And even if I right click and choose copy, and then try to paste it into another file either another text editor or another file open from CB the buffer is lost. However, pasting works within the same file from where I copied inside CB. BTW CTRL+X (cut) works as expected in all these situations.
Title: Re: Ctrl+C ---> Ctrl+V on the 20.03 release is buggy
Post by: Pecan on April 03, 2020, 07:20:03 pm
What version of CodeBlocks?

Make sure you are not running the MouseSap plugin on linux.
Title: Re: Ctrl+C ---> Ctrl+V on the 20.03 release is buggy
Post by: oBFusCATed on April 04, 2020, 10:18:19 am
Are you using the packages for ubuntu 18.04?
Title: Re: Ctrl+C ---> Ctrl+V on the 20.03 release is buggy
Post by: Hyena on April 06, 2020, 08:57:31 am
What version of CodeBlocks?

Make sure you are not running the MouseSap plugin on linux.

Version 20.03

I disabled MouseSap and it started to work as expected! THANKS!