I have a .cpp file with about 1100 lines of code
Deleting lines using CTRL-SHIFT-L is pretty slow (around 3 lines/sec)
vha
FIXED: [13.60b1] Performance issue
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: [13.60b1] Performance issue
I'm not able to reproduce this. I've tried with different cpp files. Some much larger than yours. Maybe an issue with some setting?
Re: ??? [13.60b1] Performance issue
Rickard,
Although the performance is not as bad as I first stated (performance is in fact about 10 lines / sec instead), I found the reason of it:
- without document map visible, I delete around 25 lines / sec
- with the document map visible, I delete around 10 lines/ sec
vha
Although the performance is not as bad as I first stated (performance is in fact about 10 lines / sec instead), I found the reason of it:
- without document map visible, I delete around 25 lines / sec
- with the document map visible, I delete around 10 lines/ sec
vha
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: ??? [13.60b1] Performance issue
Fixed in next release. All functions adding or deleting lines should now be as fast as when the document map is hidden.