[IDE] Progress when loading sources
[IDE] Progress when loading sources
It would be great if the team had the time to implement a small progressbar in the statusbar of the IDE for use when loading big source files. It would make the IDE more responsive. This isn't a big issue, as the IDE is already fast - takes only 2-3 seconds to load a 800kb source, but it would make it look a bit better. Thanks.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Re: [IDE] Progress when loading sources
Buy an SSD instead. My machine loads 400 preferences into a structure and a 3.2MB file into 222 distinct PB arrays in under 600 milliseconds. Who needs progress bars?Inf0Byt3 wrote:It would be great if the team had the time to implement a small progressbar in the statusbar of the IDE for use when loading big source files. It would make the IDE more responsive. This isn't a big issue, as the IDE is already fast - takes only 2-3 seconds to load a 800kb source, but it would make it look a bit better. Thanks.
Re: [IDE] Progress when loading sources
Sure, but the hard-disk isn't the bottleneck herenospam wrote: Buy an SSD instead. My machine loads 400 preferences into a structure and a 3.2MB file into 222 distinct PB arrays in under 600 milliseconds. Who needs progress bars?

And then why did Microsoft add progressbars in their IDEs?
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Re: [IDE] Progress when loading sources
Oh, yes, I forgot about that. I also have an Intel i7-3770 CPU.Inf0Byt3 wrote:nospam wrote:Sure, but the hard-disk isn't the bottleneck here. If anything, it's the CPU...
To make sure that you always had a reminder right in front of your face that you needed to upgrade your hardware.And then why did Microsoft add progressbars in their IDEs?

Anyway, I'll shut up now. I don't have the problem you mention and I can't add any value.
Re: [IDE] Progress when loading sources
Mine shows quite a lag sometimes, but then I do load some very large source files and I do have the slowest laptop on the planet!
I may look like a mule, but I'm not a complete ass.
Re: [IDE] Progress when loading sources
Loading a 350kB include file with 9.000 lines of code only can take up to 6-7 seconds here (IDE showing busy cursor).
I think parsing+highlighting takes much more time with extensive macro usage.
I think parsing+highlighting takes much more time with extensive macro usage.