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


in sublime know if don't save changes in file later 1 can start left off. opened new tab in sublime , closed application before save file. sublime save temp file somewhere in computer (i using mac osx)

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

the contents of files large json blob contains individual tab contents. search in file file name / tab name / key word in document , should able need.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

parcelable - Unmarshalling unknown type code exception while reading parcel values in Android 4.4+ -