VS - 显示多个Diff窗口

时间:2016-02-12 03:22:38

标签: visual-studio visual-studio-2012 tfs diff

在Visual Studio中,例如VS2012,如何显示多个shares_schema窗口,例如在TFS中进行比较操作时?

enter image description here

因此,不是重新使用此shares_schema = { 'crystal_id': { 'type': 'objectid', 'required': True, 'data_relation': { 'resource': 'crystals', 'embeddable': True, }, }, 'user_id': { 'type': 'objectid', 'required': True, 'data_relation': { 'resource': 'users', 'embeddable': True, }, }, } shares = { 'internal_resource': True, 'schema': shares_schema, } crystals_shares = { 'schema': shares_schema, 'url': 'crystals/<regex("[a-f0-9]{24}"):crystal_id>/shares', 'datasource': {'source': 'shares'}, } 选项卡,而是只为您执行的每个比较操作打开一个,完成后需要关闭它们。

1 个答案:

答案 0 :(得分:2)

您只需点击打开的差异窗口中的保持打开按钮(位于右上角)即可。 enter image description here

这将在VS中打开一个新选项卡,如下面的屏幕截图所示。即使我正在研究VS2015。根据你的照片(也有这个按钮)。我认为这也适用于VS2012。 enter image description here

相关问题