首页 > 其他 > 详细

sublime text2 禁止自动打开最近文件

时间:2014-03-26 21:42:57      阅读:546      评论:0      收藏:0      [点我收藏+]

sublime text2启动后默认会打开上次退出时未关闭的文件,会降低响应速度。处理方法如下:

菜单:preference->settings-default

修改:

bubuko.com,布布扣
    // 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": false,

    // remember_open_files makes the application start up with the last set of
    // open files. Changing this to false will have no effect if hot_exit is
    // true
    "remember_open_files": false,
bubuko.com,布布扣

sublime text2 禁止自动打开最近文件,布布扣,bubuko.com

sublime text2 禁止自动打开最近文件

原文:http://www.cnblogs.com/JonnyLulu/p/3625015.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!