Author Topic: The 02 August 2014 build (9854) is out.  (Read 30410 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 02 August 2014 build (9854) is out.
« Reply #15 on: August 15, 2014, 10:09:19 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.

Offline damorin

  • Multiple posting newcomer
  • *
  • Posts: 52
Re: The 02 August 2014 build (9854) is out.
« Reply #16 on: August 15, 2014, 10:47:57 pm »
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.