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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -