码迷,mamicode.com
首页 > 其他好文 > 详细

Sublime Text安装SVN插件

时间:2018-08-03 20:17:10      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:nbsp   update   sub   tortoise   col   lse   插件   over   ref   

下载插件

Sublime Text2/3 SVN插件 点击下载

安装插件

点击设置(Preferences)->浏览程序包(Browse Packages,,,),新建TortoiseSVN文件夹,将下载好的SVN包复制到新建Sublime Text 3\Packages\TortoiseSVN\里面即可

技术分享图片

重启Sublime Text

配置插件

Preferences->Package Settings->TortoiseSVN->Settings - User

{
// Auto close update dialog when no errors, conflicts and merges
"autoCloseUpdateDialog": false,
// Auto close commit dialog when no errors, conflicts and merges
"autoCloseCommitDialog": false,
"tortoiseproc_path": "D:\\TortoiseSVN\\bin\\TortoiseProc.exe" //你自己的TortoiseProc.exe路径
}

Preferences->Package Settings->TortoiseSVN->Key Bindings - User

[
{"keys": ["ctrl+alt+space"], "command": "reindent" },
{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["alt+f3"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+alt+down"], "command": "duplicate_line" },
{ "keys": ["ctrl+alt+k"], "command": "show_panel", "args": {"panel": "find_in_files"} },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+u"], "command": "svn_update" },
{ "keys": ["alt+c"], "command": "svn_commit" },
{ "keys": ["alt+r"], "command": "svn_revert" },
{ "keys": ["alt+l"], "command": "svn_log" },
{ "keys": ["alt+d"], "command": "svn_diff" }
]

可根据习惯自己设置

Sublime Text安装SVN插件

标签:nbsp   update   sub   tortoise   col   lse   插件   over   ref   

原文地址:https://www.cnblogs.com/tufujie/p/9416052.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!