SPE editor slow?

T

timmy

hello i've been using the SPE editor on a moderately large project and
it's constantly pausing during editing, like it's attempting to check
something as i edit.
as you can imagine a 4 second pause every few characters is EXTREMELY
annoying when you just want to get some work done. i really like SPE's
layout and features but if it's going to be dogshit slow all the time
i'll have to change. please help!
 
S

SPE - Stani's Python Editor

timmy schreef:
hello i've been using the SPE editor on a moderately large project and
it's constantly pausing during editing, like it's attempting to check
something as i edit.
as you can imagine a 4 second pause every few characters is EXTREMELY
annoying when you just want to get some work done. i really like SPE's
layout and features but if it's going to be dogshit slow all the time
i'll have to change. please help!

SPE does error syntax checking which works fine for normal sized python
files. With these settings you can speed up SPE for larger projects:
1. Edit>Preferences>Editor: Check realtime with "none" (default value:
compiler)
2. Edit>Preferences>Editor: Update sidebar "when clicked"

You can first try step 1, if you want SPE faster, use step 2 as well.

Stani
 
T

timmy

SPE said:
timmy schreef:




SPE does error syntax checking which works fine for normal sized python
files. With these settings you can speed up SPE for larger projects:
1. Edit>Preferences>Editor: Check realtime with "none" (default value:
compiler)
2. Edit>Preferences>Editor: Update sidebar "when clicked"

You can first try step 1, if you want SPE faster, use step 2 as well.

Stani

thanks stani i actually had an incling that 2. was the real problem.
i've got probably 200 or so clases in my project and it was pausing
mainly when it came to names of things or a .
i changed it to on clicked and it's fine now.

it still does something else though that i'm at a loss to fix. when i
open a file or run a script is throws up errors saying "Failed to
display HTML document in ISO-8859-1 encoding"

i guess thats a problem with those bottom info windows?
 
S

SPE - Stani's Python Editor

timmy schreef:
thanks stani i actually had an incling that 2. was the real problem.
i've got probably 200 or so clases in my project and it was pausing
mainly when it came to names of things or a .
i changed it to on clicked and it's fine now.

it still does something else though that i'm at a loss to fix. when i
open a file or run a script is throws up errors saying "Failed to
display HTML document in ISO-8859-1 encoding"

i guess thats a problem with those bottom info windows?

The bottom info window is indeed a wxhtml window. Please check if this
problem also occurs in the wxpython demo. If yes, report this on the
wxpython-user mailing list, otherwise report to my gmail address.

Stani

Stani
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top