Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > SPE editor slow?

Reply
Thread Tools

SPE editor slow?

 
 
timmy
Guest
Posts: n/a
 
      11-05-2006
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!
 
Reply With Quote
 
 
 
 
SPE - Stani's Python Editor
Guest
Posts: n/a
 
      11-06-2006
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

 
Reply With Quote
 
 
 
 
timmy
Guest
Posts: n/a
 
      11-06-2006
SPE - Stani's Python Editor wrote:
> 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
>


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?
 
Reply With Quote
 
SPE - Stani's Python Editor
Guest
Posts: n/a
 
      11-06-2006
timmy schreef:

> SPE - Stani's Python Editor wrote:
> > 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
> >

>
> 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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stani's python ide 'spe' editor problem Rick King Python 1 04-09-2008 08:19 PM
SPE (Stani's Python Editor) web site? John DeRosa Python 7 12-06-2006 10:38 PM
ANN: SPE 0.8.3.c Python IDE editor SPE - Stani's Python Editor Python 4 11-01-2006 10:20 PM
Anyone using SPE editor on Ubuntu? SPE - Stani's Python Editor Python 2 01-05-2006 05:44 PM
UPDATE: SPE 0.7.4.d Python Editor released Stani Python 2 07-26-2005 01:39 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57