cjprecord / editra

Editra - Developers Text Editor
Other
3 stars 0 forks source link

Column overtype not working as expected #817

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Enter a block of text such as this:
AAAA   bbbb   cccc
AAAA   bbbb   cccc
AAAA   bbbb   cccc
AAAA   bbbb   cccc
AAAA   bbbb   cccc

2.In Column Edit mode, select all the b's.
3.Replace the b's with d's.

What is the expected output? What do you see instead?
Expected:
AAAA   d   cccc
AAAA   d   cccc
AAAA   d   cccc
AAAA   d   cccc
AAAA   d   cccc

Instead, got this:
AAAA   d   cccc
AAAA      cccc
AAAA      cccc
AAAA      cccc
AAAA      cccc

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Editra v0.7.20 on Windows 7 SP1.

What method of install was your version installed with (Binary/Source)?
Binary

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

Original issue reported on code.google.com by mt.trans...@gmail.com on 7 Mar 2014 at 6:21