11

Sublime Text 2 の右上のウィンドウにある [X] をクリックしてしまったことが何度もありました。その後、元に戻す/やり直しの履歴が失われます。

編集: デフォルトおよびユーザー設定で hot_exit を false に設定しようとしました。

ここに画像の説明を入力 ここに画像の説明を入力

4

2 に答える 2

9

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 に設定します。

于 2012-09-10T21:09:15.110 に答える