sublimetext2 - sublime Text 2 bring back unsaved files on osx -


In splendid I know that if you do not save the changes in a file later, then where are you left off? Before saving my file, I opened a great tab and stopped the application. Save a temporary file somewhere in the computer (using Mac OSX)

sublime text 2 store files located in ~ / library / application support / sublime text 2 / settings , .sublime_session

The contents of those files are a large JSON blob that has individual tab content, search the file for a key word in the file name / tab name / document, and you should be able to get that thing Which you need.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -