blueznl wrote:but I need that editor somewhat fixed...
I didn't notice any errors in it, what's wrong?
It's running rather irregular here when I edit longer code, every time I change a line and move the cursor vertically, the IDE seems to be busy for half a second which is very annoying. I didn't have this on the 4.02 version.
Might just be me...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Thanks Srod! At least now I know I am not the only one. And yes, it's indeed in a larger source, lemme check... yep. 8000 lines. So it looks like this gets more visible on longer code.
And if it's a Scintilla change, then that's not one for the better
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
The Scintilla library has been through a big change to do with styles and indicators (it's for the best - in the long run). This is the most likely reason for the slowdown.
It's possible that the library will be optimised to solve the problem (I'm sure other apps are also seeing the slowdown). In the short term you could always break your code up into smaller, more manageable code - the smaller the file - the faster it should be.
Although saying that, ReportBuilder is over 20,000 lines long and I can't be bothered to break it up into smaller chunks! I just use a faster PC...
DoubleDutch wrote:The Scintilla library has been through a big change to do with styles and indicators (it's for the best - in the long run). This is the most likely reason for the slowdown.
It's possible that the library will be optimised to solve the problem (I'm sure other apps are also seeing the slowdown). In the short term you could always break your code up into smaller, more manageable code - the smaller the file - the faster it should be.
Although saying that, ReportBuilder is over 20,000 lines long and I can't be bothered to break it up into smaller chunks! I just use a faster PC...
I may look like a mule, but I'm not a complete ass.
blueznl wrote:It's running rather irregular here when I edit longer code, every time I change a line and move the cursor vertically, the IDE seems to be busy for half a second which is very annoying. I didn't have this on the 4.02 version...
DoubleDutch wrote:I think that its a change in Scintilla - may be wrong though.
I am currently editing a 8000 lines source with jaPBe [using Scintilla 1.73] on my old PII-300MHz without any slow downs when moving cursor vertically
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
It's awfully slow here unless I turn off font smoothing. And recently it has started to lag very much when I scroll using the touchpad (not a problem when I scroll with the mouse). It seems like it gets slower when the file size is over so-and-so large, but huge files doesn't seem to make it much worse. And if there's a lot of code in view it seems to make it worse.
Edit: Also recently, it has started to hang for half a second and discard any input when a running program finishes. It only happens with complex programs and is much more common when the program is compiled with threadsafe.
dontmailme wrote:10,000 lines on a 1.6Ghz pentium laptop.....
and no slowdown
Yeah guys, get control of your computers.. Sounds like you don't
maintain them very well. If you're wondering what I mean, I'll need
to start a whole thread on keeping your system up to par.
dontmailme wrote:10,000 lines on a 1.6Ghz pentium laptop.....
and no slowdown
Yeah guys, get control of your computers.. Sounds like you don't
maintain them very well. If you're wondering what I mean, I'll need
to start a whole thread on keeping your system up to par.
- np
You take that right back. I'll have you know I wash my laptop in soap and water every day. Once a week it gets a bath and dried in the tumble dryer and on Saturday night it's out having a few beers with the lads!
Show me a computer which gets better treatment than that!
I may look like a mule, but I'm not a complete ass.