helwardany / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Extreme slowdown very often #602

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write or edit practically any code
2. type and delete sections normally
3.

What is the expected output? What do you see instead?
I expect at the most a little stutter when typing because of the codeHint etc., 
but I get a few seconds of sometimes computer-wide freezes pretty often.
What version of the product are you using? On what operating system?
Pyscripter 2.4.3 ,Python 2.7, Windows 7 32 bit.
Please provide any additional information below.
I'd like to use this over IDLE but it's hard when it's so slow.

Original issue reported on code.google.com by cranberr...@gmail.com on 18 Jan 2012 at 8:12

GoogleCodeExporter commented 9 years ago
Is there anything special in your installation?  e.g. Is PyScripter running 
from a network drive? Are you working with files belonging to large complex 
packages/projects, anything else?

Clearly the slowdown you observe is not a general problem with PyScripter.  
With tens of thousands of users, the general feedback is that is one of the 
fastest Python IDEs.  So help resolve this issue by helping identify the source 
of the slowdown.

Original comment by pyscripter on 7 Feb 2012 at 10:59

GoogleCodeExporter commented 9 years ago
I have the same problem, and I found this report while trying to find a 
solution, or at least a cause.  Every 100 edits or so, the waiting circular 
spinning icon comes up, and the pyscripter window freezes, and fades out.  The 
computer is usable if I place focus on other windows.  Within a minute it is 
back and working correctly.

I looked at the "new file" * indicator but could not see any correlation with a 
possible autosave and this delay behaviour.  I am doing some single threaded 
text file parsing, single open file, read, close, then single open file for 
write, then close.

The problem occurs with local storage and with network storage, likely not an 
issue.  Problems occurs at work on corp network as well as at home on home 
network with no shared drives.

It is not so bad to make pyscripter unusable.  Now that I've played with it, I 
need to RTFM and learn how to use more features.

Pyscripter 2.5.3.0 x64, Python 2.7.3, Win 7.0

Original comment by harry....@gmail.com on 2 Apr 2013 at 1:04

GoogleCodeExporter commented 9 years ago
Issue 786 has been merged into this issue.

Original comment by pyscripter on 24 Mar 2015 at 6:19

GoogleCodeExporter commented 9 years ago
My issue is not the same as this at all. Should not have been merged.

Original comment by janitar1...@gmail.com on 24 Mar 2015 at 10:27