提交 Subclipse 的所有快捷方式
我已经安装了 subclipse 并将快捷键 ctl-k 分配给了 commit 命令。 唯一的问题是,当我按 ctl-k 时,它只尝试提交我在编辑器中打开的当前文件。 我可以提交所有已更改/新文件的唯一方法是单击根项目文件夹并按 ctl-k。 有没有办法指定一个快捷方式来提交所有文件,而无需导航到根项目文件夹?
I have installed subclipse and I have assigned the shortcut ctl-k to the commit command. Only problem is when I press ctl-k, it only attempts to commit the current file I have open in my editor. The only way I can get the commit to commit all changed/new files is to click the root project folder and press ctl-k. Is there a way to assign a shortcut to commit all files without having to navigate to the root project folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不这么认为。 Subclipse 中的提交命令似乎对当前选择执行提交(递归地)。 因此,您需要选择根文件夹来提交所有文件。
请注意,许多命令适用于当前选择。
例如,当选择没有 .svn 信息的目录时,您是否尝试按 Ctrl+K ?
I don't think so. The commit command from Subclipse seems to perform the commit (recursively) on the current selection. Thus you need to select your root folder to commit all your files.
Note that lot of commands works on the current selection.
have you try to press Ctrl+K when for example a directory with no .svn infos is selected ?
我今天刚刚发现的事情:确保您的键盘命令所属的命令组已针对您当前的视角激活。 您可以在“自定义视角”中激活命令组。
Something I just found out today: make sure whichever Command Group your keyboard command belongs to is activated for your current perspective. You can activate the Command Groups in "Customize Perspective".