Skip to content

Commit 3fffd75

Browse files
Merge pull request #10348 from TerryGLee/tglee-patch116
change Solution Explorer menu bar to toolbar
2 parents 017597a + 161c9ea commit 3fffd75

6 files changed

+9
-9
lines changed
Loading
Loading
-192 KB
Binary file not shown.

docs/ide/solutions-and-projects-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'What are Visual Studio solutions & projects?'
33
description: Learn about Visual Studio projects and solutions, how to create new projects from a template, and how to view & manage projects in Solution Explorer.
44
ms.custom: "SEO-VS-2020, contperf-fy21q2"
5-
ms.date: 08/25/2022
5+
ms.date: 08/26/2022
66
ms.topic: conceptual
77
f1_keywords:
88
- vs.openproject
@@ -80,7 +80,7 @@ After you create a new project, you can use **[Solution Explorer](use-solution-e
8080

8181
![Screenshot of Solution Explorer with two projects in Visual Studio.](../ide/media/solution-explorer.png)
8282

83-
The toolbar across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, filter pending changes, show all files, collapse all nodes, view [properties](managing-project-and-solution-properties.md) pages, preview code in the [code editor](writing-code-in-the-code-and-text-editor.md), and more.
83+
The [toolbar](use-solution-explorer.md#solution-explorer-toolbar) across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, filter pending changes, show all files, collapse all nodes, view [properties](managing-project-and-solution-properties.md) pages, preview code in the [code editor](writing-code-in-the-code-and-text-editor.md), and more.
8484

8585
Many menu commands are available from the [right-click context menu](use-solution-explorer.md#solution-node-context-menu-options) on various items in **Solution Explorer**. These commands include building a project, managing NuGet packages, adding a reference, renaming a file, and running tests, just to name a few. For more information, see [Learn about Solution Explorer](use-solution-explorer.md).
8686

docs/ide/use-solution-explorer.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Learn about Solution Explorer
33
description: Learn how you can use the Solution Explorer tool window in Visual Studio to create & manage your files, projects, and solutions.
4-
ms.date: 08/24/2022
4+
ms.date: 08/26/2022
55
ms.topic: conceptual
66
ms.custom: contperf-fy22q4
77
helpviewer_keywords:
@@ -29,13 +29,13 @@ By default, the Solution Explorer tool window appears as a pane in the upper-rig
2929

3030
Let's take a look at the Solution Explorer tool window and its UI (user interface). We'll start with an annotated screenshot of an open C# console solution that has two projects.
3131

32-
:::image type="content" source="media/solution-explorer-tool-window.png" alt-text="An annotated screenshot of the Solution Explorer tool window in Visual Studio." lightbox="media/solution-explorer-tool-window.png":::
32+
:::image type="content" source="media/solution-explorer-tool-window-sml.png" alt-text="An annotated screenshot of the Solution Explorer tool window in Visual Studio." lightbox="media/solution-explorer-tool-window-lrg.png":::
3333

3434
The following table is a text-equivalent of the annotated screenshot, but with a few handy links you can use to learn more.
3535

3636
|UI element |Action |
3737
|----------------------|---------|
38-
|[**Menu** bar](#solution-explorer-menu-bar) | Control how your files appear |
38+
|[**Toolbar**](#solution-explorer-toolbar) | Control how your files appear |
3939
|**Search** bar | Search for specific files and file types |
4040
|**Main** window | View and manage your files, projects, & solutions |
4141
|[**Solution** node](#solution-node-context-menu-options) | Manage your solution(s) |
@@ -44,13 +44,13 @@ The following table is a text-equivalent of the annotated screenshot, but with a
4444
|**Program** node | View, edit, and manage your program or application (app) |
4545
|[**Git Changes** tab](../version-control/git-with-visual-studio.md) | Use Git & GitHub within Visual Studio to collaborate on projects with your team |
4646

47-
## Solution Explorer menu bar
47+
## Solution Explorer toolbar
4848

49-
To continue, let's take a closer look at the menu bar in Solution Explorer.
49+
To continue, let's take a closer look at the toolbar in Solution Explorer.
5050

51-
:::image type="content" source="media/solution-explorer-menu-bar.png" alt-text="Screenshot of the Solution Explorer menu bar in Visual Studio." lightbox="media/solution-explorer-menu-bar.png":::
51+
:::image type="content" source="media/solution-explorer-toolbar.png" alt-text="Screenshot of the Solution Explorer toolbar in Visual Studio.":::
5252

53-
The menu bar contains the following UI elements, from left to right:
53+
The toolbar contains the following UI elements, from left to right:
5454

5555
|UI element |Action |
5656
|---------|---------|

0 commit comments

Comments
 (0)