Sublime Forum

Starts with last edited and stops responding

#1

I’m new at all computer related things, and I’m working through “Python Crash Course” at the moment.
In one of the earlier chapters it has me do a for loop and print out the numbers one to a million.
Well… guess that’s to much for my laptop. But when I go to reopen sublime, it ALWAYS opens on that file, and tries to run the loop again. I’ve tried uninstalling, but it still opens on that file. Any chance someone could help me figure this out?

0 Likes

#2

Sublime doesn’t run any external program unless you tell it to do so, though it will indeed keep its state from run to run so that when you quit and restart the same files you had open will remain open (and any unsaved changes to files will be waiting for you to save them, etc).

Are you using some third party package of some sort of run your code, like SublimeREPL or something like that? What you’re describing here sounds suspiciously like a symptom of the session restoring back an excessively large scrollback buffer from a previous run.

0 Likes