News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 02 August 2014 build (9854) is out.

Started by killerbot, August 02, 2014, 10:52:00 PM

Previous topic - Next topic

Jenna

Quote from: damorin on August 15, 2014, 09:09:11 PM
Hi,

I was editing a quite large file and there was some indentation issue, after selecting everything (all 11000 lines) and pressing TAB twice, C::B just ended (no report, no dialog, just quitting).

Here how to reproduce:

- Create a 11K lines test file with this bash script (in Cygwin):

    for i in {1..11000}; do echo "Test $i" >> Test.txt; done

- Open C::B (no project)
- Open the file.
- Select all lines (from 1 to 110000)
- Press TAB
- Wait for completion
- Press TAB again.
- Wait for C::B to quit.

C::B 9854 running on WinXP SP 3.


Try to disable the changebar in "Settings -> Editor -> Margins and caret -> Left margin" and post if it works.

damorin

Quote
Try to disable the changebar in "Settings -> Editor -> Margins and caret -> Left margin" and post if it works.

Yes it's working now.

Thanks
One problem at a time and we will get there.