Skip to content

Commit 48bc849

Browse files
authored
Merge pull request #3087 from MicrosoftDocs/master
10/15 AM Publish
2 parents 9ceaf69 + 6c4268d commit 48bc849

11 files changed

+247
-228
lines changed
8.62 KB
Loading
8.16 KB
Loading

docs/debugger/media/refreshwatch.png

4.51 KB
Loading
3.03 KB
Loading
3.97 KB
Loading
6.53 KB
Loading

docs/debugger/watch-and-quickwatch-windows.md

Lines changed: 240 additions & 221 deletions
Large diffs are not rendered by default.

docs/porting/port-migrate-and-upgrade-visual-studio-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Port, Migrate, and Upgrade Projects
33
description: A reference for the support in Visual Studio 2017 for projects created in earlier versions of Visual Studio, and how Visual Studio decides when it needs to migrate a project.
4-
ms.date: 06/19/2018
4+
ms.date: 10/09/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-ide-general
77
ms.topic: conceptual

docs/python/installing-python-interpreters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Selecting and installing Python interpreters
33
description: A complete list of Python interpreters that are supported in Visual Studio with brief instructions on where to find their installers.
4-
ms.date: 09/04/2018
4+
ms.date: 10/09/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual
@@ -17,7 +17,7 @@ ms.workload:
1717

1818
By default, installing the Python development workload in Visual Studio 2017 also installs Python 3 (64-bit). You can optionally choose to install 32-bit and 64-bit versions of Python 2, Python 3, Anaconda 2, and Anaconda 3, as described in [Installation](installing-python-support-in-visual-studio.md).
1919

20-
You can also manually install any of the interpreters listed in the table below outside of the Visual Studio installer. For example, if you installed Anaconda 3 before installing Visual Studio, you don't need to install it again through the Visual Studio installer.
20+
You can also manually install any of the interpreters listed in the table below outside of the Visual Studio installer. For example, if you installed Anaconda 3 before installing Visual Studio, you don't need to install it again through the Visual Studio installer. You can also install an interpreter manually if, for example, a newer version of available that doesn't yet appear in the Visual Studio installer.
2121

2222
For **Visual Studio 2015 and earlier**, you must manually install one of the interpreters.
2323

@@ -29,7 +29,7 @@ Visual Studio shows all known environments in the [**Python Environments**](mana
2929

3030
| Interpreter | Description |
3131
| --- | --- |
32-
| [CPython](https://www.python.org/) | The "native" and most commonly-used interpreter, available in 32-bit and 64-bit versions (32-bit recommended). Includes the latest language features, maximum Python package compatibility, full debugging support, and interop with [IPython](http://ipython.org/). See also: [Should I use Python 2 or Python 3?](https://wiki.python.org/moin/Python2orPython3). Note that Visual Studio 2015 and earlier do not support Python 3.6+ and can give errors like **Unsupported python version 3.6**. Use Python 3.5 or earlier instead. |
32+
| [CPython](https://www.python.org/) | The "native" and most commonly-used interpreter, available in 32-bit and 64-bit versions (32-bit recommended). Includes the latest language features, maximum Python package compatibility, full debugging support, and interop with [IPython](http://ipython.org/). See also: [Should I use Python 2 or Python 3?](https://wiki,python.org/moin/Python2orPython3). Note that Visual Studio 2015 and earlier do not support Python 3.6+ and can give errors like **Unsupported python version 3.6**. Use Python 3.5 or earlier instead. |
3333
| [IronPython](https://github.com/IronLanguages/ironpython2) | A .NET implementation of Python, available in 32-bit and 64-bit versions, providing C#/F#/Visual Basic interop, access to .NET APIs, standard Python debugging (but not C++ mixed-mode debugging), and mixed IronPython/C# debugging. IronPython, however, does not support virtual environments. |
3434
| [Anaconda](https://www.continuum.io) | An open data science platform powered by Python, and includes the latest version of CPython and most of the difficult-to-install packages. We recommend it if you can't otherwise decide. |
3535
| [PyPy](https://www.pypy.org/) | A high-performance tracing JIT implementation of Python that's good for long-running programs and situations where you identify performance issues but cannot find other resolutions. Works with Visual Studio but with limited support for advanced debugging features. |

docs/python/installing-python-support-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Installing Python support
33
description: How to install the Python Tools for Visual Studio (PTVS) in Visual Studio 2017, 2015, 2013, 2012, and 2010, including options and installation locations.
4-
ms.date: 09/24/2018
4+
ms.date: 10/09/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/vsto/custom-xml-parts-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ms.workload:
7070
### Modify XML parts without starting the Office application
7171
You can add or modify a custom XML part without starting Excel, PowerPoint, or Word. This is useful if you want to work with XML data in a document on a computer that does not have Microsoft Office applications installed, such as a server.
7272

73-
To add a custom XML part without starting Microsoft Office, use classes in the Open XML SDK. These classes are designed to provide access to Open XML content that is specific to Office documents. For example, to add a custom XML part to an Excel workbook, you use the [AddNewPart\<T>](http://msdn.microsoft.com/47c348c0-77ab-a504-5097-bcd6a213921a) method of a [WorkbookPart](http://msdn.microsoft.com/d011e6f4-77dd-d02d-66ef-dc4a9e7b26f2) object. For more information, see [Open XML SDK 2.0](http://msdn.microsoft.com/f6a9ae68-7989-4208-97f5-3c945137a0ab).
73+
To add a custom XML part without starting Microsoft Office, use classes in the Open XML SDK. These classes are designed to provide access to Open XML content that is specific to Office documents. For example, to add a custom XML part to an Excel workbook, you use the [AddNewPart\<T>](https://msdn.microsoft.com/library/office/cc562657.aspx) method of a [WorkbookPart](https://msdn.microsoft.com/library/office/documentformat.openxml.packaging.workbookpart.aspx) object. For more information, see [Open XML SDK](/office/open-xml/open-xml-sdk).
7474

7575
## Bind custom XML parts to Word content controls
7676
You can bind content controls in a Word solution to elements in a custom XML part. When a content control is bound to a custom XML part, the data in the custom XML part is displayed in the user interface (UI) of the content control. If a user edits text in the control, the corresponding XML element is automatically updated. Similarly, if element values in the custom XML parts are changed, the content controls that are bound to the XML elements display the new data. For more information, see [Content controls](../vsto/content-controls.md).
@@ -82,4 +82,4 @@ ms.workload:
8282
[Content controls](../vsto/content-controls.md)
8383
[Walkthrough: Bind content controls to custom XML parts](../vsto/walkthrough-binding-content-controls-to-custom-xml-parts.md)
8484

85-
85+

0 commit comments

Comments
 (0)