Readme cleanup
This commit is contained in:
Родитель
a3b2cc8b9a
Коммит
2f11cd03fc
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Title: Basic Source Control Provider Sample
|
||||
**Abstract:** Provides the basic requirements to implement a Source Control
|
||||
Provider.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
Provider.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: MSBuild, VSX
|
||||
|
@ -30,18 +30,9 @@ framework necessary to implement one.
|
|||
[ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit **F5** or choose the **Debug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
1. To build and execute the sample, open the .sln file, press **F5** after the sample is loaded
|
||||
2. Once loaded, navigate to **Tools > Options > Source Control > Plug-In Selection** and set _Managed Source Control Sample Basic Provider_ as the active source control provider.
|
||||
3. Once the active source control provider has been selected, several changes will be automatically applied to Visual Studio:
|
||||
4. The _Source control provider toolwindow_ automatically launches. The toolwindow can now be launched at any time by pressing **View > **_Source Control Provider Toolwindow_
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Title: Build Progress Bar Sample
|
||||
**Abstract:** Display a Progress Bar inside a Toolwindow.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
**Abstract:** Display a Progress Bar inside a Toolwindow.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -20,18 +20,9 @@ the current solution build.
|
|||
[ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
1. To build and execute the sample, open the .sln file, press **F5** after the sample is loaded
|
||||
2. Once loaded, choose the **View > Other Windows > Build Progress** menu command.
|
||||
3. A new tool window called "Build Progress" will open, displaying a WPF ProgressBar control. You can move, resize, or dock this tool window however you like.
|
||||
4. Open an existing buildable solution or create a new one using the **File > New > Project** menu command.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Title: Caret Fish Eye Provider Sample
|
||||
**Abstract:** Demonstrate how to implement the Line Transformation API. [ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
**Abstract:** Demonstrate how to implement the Line Transformation API.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -22,14 +22,6 @@ gradually appear smaller as they get farther away from the text caret.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit **F5** or choose the **Debug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Title: Code Sweep Sample
|
||||
**Abstract:** Sweep a solution looking for any words that match search terms
|
||||
in an XML Schema. Display any matches on the Task List.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
in an XML Schema. Display any matches on the Task List.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: MSBuild, VSX
|
||||
|
@ -32,13 +32,6 @@ task list.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Title: Combo Box Sample
|
||||
**Abstract:** Add a toolbar to Visual Studio that has four different kinds of
|
||||
dropdown combo boxes.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
dropdown combo boxes.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -39,14 +39,6 @@ There are four styles of Combo Boxes:
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the**Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Title: RGB Toolwindow Sample
|
||||
**Abstract:** Provides a multi-instance toolwindow with a toolbar.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
**Abstract:** Provides a multi-instance toolwindow with a toolbar.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -22,14 +22,6 @@ background color and move the toolbar within the frame.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit **F5** or choose the **Debug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Title: Completion Tooltip Customization Sample
|
||||
**Abstract:** Adjust the appearance of Completion Tooltips.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
**Abstract:** Adjust the appearance of Completion Tooltips.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -21,13 +21,6 @@ completion tooltip UI.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Title: Diff Classifier Sample
|
||||
**Abstract:** Provides a classifier with color highlighting that affects files
|
||||
with .diff or .patch extensions.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
with .diff or .patch extensions.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -23,14 +23,6 @@ with .diff or .patch filename extensions. Uses the classification API.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit **F5** or choose the **Debug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Title:Editor With Toolbox Sample
|
||||
**Abstract:** Modify the Editor to support a custom file type and construct
|
||||
toolbox items for the document.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
toolbox items for the document.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -30,14 +30,6 @@ Goals:
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Title: High-DPI Images and Icons
|
||||
**Abstract:** Use these helpers to make your images/icons in *VS 2013 only* scale on high dense displays.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
**Abstract:** Use these helpers to make your images/icons in *VS 2013 only* scale on high dense displays.
|
||||
|
||||
* Technologies: Visual Studio 2013
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -9,7 +9,7 @@
|
|||
**Description**
|
||||
|
||||
Visual Studio 2013 does not have built-in support for selecting different images for different DPI settings.
|
||||
Images are generally “scaled-up” at runtime to match the DPI scaling of the system. This sample provides
|
||||
Images are generally <EFBFBD>scaled-up<75> at runtime to match the DPI scaling of the system. This sample provides
|
||||
you with the unmanaged helper libraries needed to enable high-DPI images and icons in your Visual Studio 2013 UI.
|
||||
The managed DPI helper classes can be found in the Visual Studio 2013 SDK.
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# Title: Highlight Word Sample
|
||||
**Abstract:** Highlight any words that match the word currently under the text
|
||||
caret.
|
||||
[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -24,13 +23,6 @@ highlight all occurences of the word currently under the caret.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Title: Intra-Text Adornment Sample
|
||||
**Abstract:** Provide colored adornments to hexadecimal color values. [ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
**Abstract:** Provide colored adornments to hexadecimal color values.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -26,14 +26,6 @@ corresponds to the color of the swatch.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit **F5or choose the **Debug > Start Debuggingmenu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Title: LightBulb API Sample
|
||||
**Abstract:** This sample provides custom LightBulb functionality for txt
|
||||
files.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
files.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -21,13 +21,6 @@ can choose to make the word entirely uppercase or entirely lowercase.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Title: MSDN Search Sample
|
||||
**Abstract:** Demonstrate how to extend Quick Launch with custom search
|
||||
providers.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
providers.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: MSBuild, VSX
|
||||
|
@ -26,14 +26,6 @@ Launch**
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Title: Menu and Commands Sample
|
||||
**Abstract:** Create menu and command items and visualize them inside Visual
|
||||
Studio’s menus and toolbars. [ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
Studio’s menus and toolbars.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX, Menu
|
||||
|
@ -30,14 +30,6 @@ Goals:
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Title: Ook Language Integration Sample
|
||||
**Abstract:** Implement custom language support into Visual Studio for the
|
||||
esoteric language 'Ook!'.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
esoteric language 'Ook!'.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Editor, VSX
|
||||
|
@ -26,14 +26,6 @@ The _Ook!_ language supports the following features:
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Title: Options Page Sample
|
||||
**Abstract:** Add custom pages to the Visual Studio Options dialog.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
**Abstract:** Add custom pages to the Visual Studio Options dialog.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -45,14 +45,6 @@ persistence for each property of the options page.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Title: Reference Package Sample
|
||||
|
||||
**Abstract:** Provides the minimum requirements that a package needs to work
|
||||
as an extension.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
as an extension.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -24,14 +24,6 @@ Package.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit **F5** or choose the **Debug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Title: Reference Services Sample
|
||||
**Abstract:** Demonstrates how to be a Visual Studio service provider and
|
||||
consume Visual Studio services.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
consume Visual Studio services.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -39,13 +39,6 @@ The ServicesPackage class demonstrates how to proffer services. Specifically:
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Title: Running Document Table (RDT) Event Explorer Sample
|
||||
**Abstract:** Create an explorer that logs Running Document Table (RDT)
|
||||
events.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
events.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -44,15 +44,6 @@ a grid. Selecting an event in the grid displays its properties in the
|
|||
[ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. Press F5 to launch the visual studio experimental shell.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Title: Single File Generator Sample
|
||||
**Abstract:** Create a Single File Generator that uses an XML source file to
|
||||
generate a new C# file.[ View this sample online](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
generate a new C# file.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, MSDBuild, VSX
|
||||
|
@ -23,14 +23,6 @@ XML document against a schema and communicate errors through the Error List.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit **F5** or choose the **Debug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Title: Source Code Control Provider Sample
|
||||
**Abstract:** Provides a Source Code Control Provider.[ View this sample online ](https://github.com/Microsoft/VSSDK-Extensibility-Samples)
|
||||
**Abstract:** Provides a Source Code Control Provider.
|
||||
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
|
@ -33,14 +33,6 @@ Studio that can be selected as active source control provider.
|
|||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
** Run the sample
|
||||
|
||||
1. To run the sample, hitF5** or choose theDebug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# Title: ToDo Classification Sample
|
||||
**Abstract:** Highlight any instances of the text 'ToDo' in the Visual Studio
|
||||
Editor and display a glyph in the corresponding line.
|
||||
[ View this sample online ](https://github.com/Microsoft/VSSDK-Extensibility-Samples).
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
|
||||
|
@ -29,15 +28,7 @@ highlighted and a glyph will be displayed on that line.
|
|||
[ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
** Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
** Run the sample**
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the ** Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
2. Once loaded, open any file in the Text Editor.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
**Abstract**: Display an adornment with a typing speed meter in the Text
|
||||
Editor
|
||||
[ View this sample online ](https://github.com/Microsoft/VSSDK-Extensibility-Samples)
|
||||
|
||||
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
|
@ -31,12 +31,6 @@ The binaries for this sample can also be installed via the extension manager.
|
|||
[ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Title: Designer View Over XML Editor Sample
|
||||
|
||||
**Abstract:** Provides a WPF Editor when editing XML files that have the '.vstemplate' file extension.[ View this sample online ](https://github.com/Microsoft/VSSDK-Extensibility-Samples/)
|
||||
**Abstract:** Provides a WPF Editor when editing XML files that have the '.vstemplate' file extension.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell
|
||||
|
@ -23,15 +23,6 @@ for .vstemplate files.
|
|||
[ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit**F5** or choose the**Debug > Start Debugging** menu command. A new experimental instance of Visual Studio will launch.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
**Abstract:** Provides tool windows which host Windows Forms controls and WPF
|
||||
controls.
|
||||
[ View this sample online ](https://github.com/Microsoft/VSSDK-Extensibility-Samples)
|
||||
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -48,13 +48,6 @@ These include events such as moved, resized, shown, hidden, and so on.
|
|||
[ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To run the sample, hit F5 or choose the **Debug > Start Debugging** menu command. A new instance of Visual Studio will launch under the experimental hive.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
# Title: Windows Forms Controls Installer Sample
|
||||
**Abstract:** Load custom Windows Forms controls into the Toolbox. [View this sample online ](https://github.com/Microsoft/VSSDK-Extensibility-Samples)
|
||||
**Abstract:** Load custom Windows Forms controls into the Toolbox.
|
||||
|
||||
* Technologies: Visual Studio 2015 SDK
|
||||
* Topics: Visual Studio Shell, VSX
|
||||
|
@ -24,13 +24,6 @@ new items when a Windows Form is open in the Editor:
|
|||
* [ Visual Studio 2015 SDK ](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx)
|
||||
|
||||
|
||||
**Build the sample**
|
||||
|
||||
* Download the zip file associated with the sample
|
||||
* Unzip the sample to your machine
|
||||
* Double click on the .sln file to launch the solution
|
||||
|
||||
|
||||
**Run the sample**
|
||||
|
||||
1. To build and execute the sample, press **F5** after the sample is loaded
|
||||
|
|
Загрузка…
Ссылка в новой задаче