while self.living? do
mistake = Mistake.new
self.learn_from!(mistake) unless mistake.fatal?
endphillip.koebbe wrote:I have hot_exit and remember_open_files set to true (the defaults) and I don't have any problems with open files not being remembered. If I close the window the project is in (ie, using the close button, not the Close Project menu item), close ST2, launch ST2, and reopen the project, all the files I had open when I closed the window are still open. If I leave the project window open when I close ST2, it will be open again (with all the files still open) the next time I launch ST2.
I've never used the Close Project menu item.
Am I on the same page as the rest of you?
C0D312 wrote:Just make a macro or plugin that closes the project and quits the app. Then bind that to command-q
Problem solved
BestGreek wrote:I have hot_exit and remember_open_files both set to false. I do however have those setting set to true in my project file per-project. It seems like the setting in the project file should override the normal preference file. In my use case if I open random files I don't want them to re-open the next time I launch ST2. If its a project I do want them remembered. I think this is a bug in the priority of the file settings but its just a guess.
while self.living? do
mistake = Mistake.new
self.learn_from!(mistake) unless mistake.fatal?
endUsers browsing this forum: No registered users and 6 guests