Pasting block of code.

General questions regarding the usage of CodeLite
whobertoos
CodeLite Curious
Posts: 1
Joined: Fri Mar 14, 2014 12:12 pm
Genuine User: Yes
IDE Question: C++
Contact:

Pasting block of code.

Post by whobertoos »

Pasting vertical block does not work in block mode.
A block of text can be slected.
E.g. in the following text
1234
1234

select 23 in both lines.
Move cursor to first line between 5 and 6.
5678
5678
Paste results in
523
23
678
5678

Is there a way to paste in block mode?
Setup:
Codelite 5.4. Ubuntu 12.04 LTS 64bit.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Pasting block of code.

Post by eranif »

Iirc, I have already tried to debug this and it seems like a bug wxStyledTextCtrl which itself is a wrapper to scintilla.
Does it work in scite? ( apt-get install scite)

Eran
Make sure you have read the HOW TO POST thread
Post Reply