将“显示解决方案更改"设置为作为VS2013 TFS中包含的更改的默认视图选项 [英] Set "Show Solution Changes" as default view option for Included Changes in VS2013 TFS

查看:154
本文介绍了将“显示解决方案更改"设置为作为VS2013 TFS中包含的更改的默认视图选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

正如标题所述,在 Pending Changes 的视图中,VS列出了您版本中的更改,默认情况下会选择 Show All .在VS2013更新3中,默认情况下,我将此设置为显示解决方案更改.

As the title says, in the view for Pending Changes, where VS lists changes in your version, Show All is selected by default. In VS2013 update 3, i had this set to Show Solution Changes by default.

我必须更改此视图,以仅显示每次新的签入的解决方案更改.我希望默认值为显示解决方案更改.

I have to change this view to show only solution changes for every new check-in. I want the default to be Show Solution Changes.

推荐答案

据我测试,此默认设置由以下注册表项控制.如果此注册表项的值设置为1,则它应更改默认行为以通过解决方案更改"进行过滤.

As far as I tested, this default setting is controlled by the following registry entry. If the value of this registry entry is set as 1, then it should change the default behavior to filter by "Solution Changes".

"HKCU \ Software \ Microsoft \ VisualStudio \ 12.0 \ TeamFoundation \ SourceControl"

名称: FilterPendingChanges REG_DWORD

Name: FilterPendingChanges REG_DWORD

值:1 =显示解决方案更改

Value: 1 = Show Solution Changes

值:0 =全部显示

由于我们处于此主题上,因此,如果要将默认文件列表更改为列表视图"而不是树视图",则应修改以下注册表项:

Since we are on this topic, if you want to change the default file listing to "List View" instead of the "Tree View", you should modify the below Registry entry:

"HKCU \ Software \ Microsoft \ VisualStudio \ 12.0 \ TeamFoundation \ SourceControl \ PendingCheckins"

名称: ListLayout REG_DWORD

Name: ListLayout REG_DWORD

值:1 = TreeView

Value: 1 = TreeView

值:2 = ListView

Value: 2 = ListView

这篇关于将“显示解决方案更改"设置为作为VS2013 TFS中包含的更改的默认视图选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆