Sublime Text 2 の右上のウィンドウにある [X] をクリックしてしまったことが何度もありました。その後、元に戻す/やり直しの履歴が失われます。
編集: デフォルトおよびユーザー設定で hot_exit を false に設定しようとしました。
Sublime Text 2 の右上のウィンドウにある [X] をクリックしてしまったことが何度もありました。その後、元に戻す/やり直しの履歴が失われます。
編集: デフォルトおよびユーザー設定で hot_exit を false に設定しようとしました。
Preferences.sublime-settingsでhot_exitを探します
// Exiting the application with hot_exit enabled will cause it to close
// immediately without prompting. Unsaved modifications and open files will
// be preserved and restored when next starting.
//
// Closing a window with an associated project will also close the window
// without prompting, preserving unsaved changes in the workspace file
// alongside the project.
"hot_exit": true,
false に設定します。