[PB6.03beta1] IDE slower?

Working on new editor enhancements?
User avatar
marcoagpinto
Addict
Addict
Posts: 1051
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

[PB6.03beta1] IDE slower?

Post by marcoagpinto »

Heya,

While editing the main file of a project, around 33K of lines or so, it became slower to type and move the cursor around the text.

This only used to happen many years ago in my old laptop, not in this i7 one.

Can someone confirm?

Thanks!


// Moved from "Bugs - Windows" to "The PureBasic Editor" (Kiffi)
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: [PB6.03beta1] IDE slower?

Post by jassing »

Maybe?

I've noticed some slowness in structured autocomplete

ie:

Code: Select all

structure xyz
  a.l
  b.l
endstructure
define mno.xyz
mno\  ;<<< there seems to be a  pause here; where as previously it seemed to go popup a/b rather quickly.
but it only happens on larger source files. I thought it was just my machine being overloaded.
BarryG
Addict
Addict
Posts: 4173
Joined: Thu Apr 18, 2019 8:17 am

Re: [PB6.03beta1] IDE slower?

Post by BarryG »

I haven't noticed any slowness on my 60K source file.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: [PB6.03beta1] IDE slower?

Post by jassing »

BarryG wrote: Sun Jun 11, 2023 10:05 pm I haven't noticed any slowness on my 60K source file.
Yea, I'm not convinced it's an IDE issue, I think it's an old laptop coupled with a psychological thing ("What is new?" "Oh, the ide, that must be the problem")

I just tossed my experience into the ring in case others were experiencing some slowdown, then a pattern might emerge, but mine is very specific (only the structure auto-complete on large files)
User avatar
marcoagpinto
Addict
Addict
Posts: 1051
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: [PB6.03beta1] IDE slower?

Post by marcoagpinto »

My laptop isn't that old:
Display 17.3'' (1920×1080 pixels)
Intel Core i7-9750H Hexa-Core 2.60 GHz
32 GB RAM DDR4 2666 MHz
Graphic Board GeForce RTX 2060 6 GB
Post Reply