Ctrl-V paste problem

General questions regarding the usage of CodeLite
williamhong
CodeLite Curious
Posts: 1
Joined: Sat Nov 15, 2014 11:21 pm
Genuine User: Yes
IDE Question: c++
Contact:

Ctrl-V paste problem

Post by williamhong »

Hi,

I have text paste problem in CodeLite editor. Ctrl + V cannot paste the clipboard content right every time, sometimes text was appended at the beginning of the line, sometimes current line was duplicated and sometimes wrong text (probably the text in search condition) was pasted. It occurs intermittently and it's really a pain for me since text paste is frequently used in coding.

Environment as follows:
Codelite version: 6.1
Is it a self compiled version of codelite: No
Your OS: ubuntu-14.04-desktop-amd64 in vmware player 6.0.4 on Windows 7 64bit
Compiler version: gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2

Thanks