-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spyder becomes unresponsive while loading a large source file #404
Comments
From pierre.raybaut on 2010-10-07T13:22:34Z I'm not sure it can be done easily but I'll see what I can do. Summary: Spyder becomes unresponsive while loading a large source file |
From pierre.raybaut on 2011-04-15T13:23:24Z Labels: -Priority-Low Priority-Medium Milestone-Release2.1 |
From pierre.raybaut on 2011-05-16T01:14:34Z Labels: Cat-Editor |
From pierre.raybaut on 2011-10-15T07:16:23Z Labels: -Milestone-Release2.1 Milestone-Release2.2 |
From pierre.raybaut on 2012-03-18T13:49:23Z Labels: -Milestone-Release2.2 Milestone-v2.2 |
From pierre.raybaut on 2012-03-18T13:58:26Z Labels: -Milestone-v2.2 MS-v2.2 |
From pierre.raybaut on 2012-03-18T14:13:52Z Labels: -Type-Enhancement Type-Enh |
From ccordoba12 on 2013-02-11T08:53:13Z Labels: -MS-v2.2 MS-v2.3 |
From pierre.raybaut on 2013-05-11T05:57:32Z Labels: -MS-v2.3 MS-v2.4 |
You opened this @blink1073? |
I just tried opening a 32000 line file on Windows 7 64 bit and it works much better. |
@goanpeca, that Steve is not @blink1073, but just a guy that reported a lot of issues a very long time ago and then mentioned that he switched to another IDE. |
From [email protected] on 2010-10-06T10:32:58Z
I have a generated python file that contains 2251 classes and is ~37000 lines long. Spyder takes a long time (a minute or more) to load the file and become responsive and allow editing, etc. It would be nice if parsing for the outline, syntax checking, etc. on large files was done at low priority in the background so the file could be immediately browsed, searched, and/or edited while the parsing takes place.
What version of the product are you using? On what operating system?
spyder 2.0.0beta4, Windows XP, python 2.6.1
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=404
The text was updated successfully, but these errors were encountered: