Skip to content

Commit cee1e6e

Browse files
committed
changed open to choose; fixed escaped brackets
1 parent f955768 commit cee1e6e

7 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ manager: ghogen
3232
By using the procedures in this topic, you can build, rebuild, or clean all or some of the projects or project items in a solution. For a step-by-step tutorial, see [Walkthrough: Building an Application](../ide/walkthrough-building-an-application.md).
3333

3434
> [!NOTE]
35-
> The UI in your edition of Visual Studio might differ from what this topic describes, depending on your active settings. To change your settings, for example to **General** or **Visual C++** settings, open **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
35+
> The UI in your edition of Visual Studio might differ from what this topic describes, depending on your active settings. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
3636
3737
### To build, rebuild, or clean an entire solution
3838

docs/ide/creating-solutions-and-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ While you can construct a project yourself by adding the necessary files to it,
3636
That being said, solutions and projects are not required to develop apps in Visual Studio. You can also just open code that you have cloned from Git or downloaded elsewhere. For more information, see [Develop code in Visual Studio without projects or solutions](../ide/develop-code-in-visual-studio-without-projects-or-solutions.md).
3737

3838
> [!NOTE]
39-
> The descriptions in this topic are based on the Visual Studio Community edition. The dialog boxes and menu commands you see might differ from those described here, depending on your settings or Visual Studio edition. To change your settings, for example to **General** or **Visual C++** settings, open **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
39+
> The descriptions in this topic are based on the Visual Studio Community edition. The dialog boxes and menu commands you see might differ from those described here, depending on your settings or Visual Studio edition. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
4040
4141
## To create a project from a project template
4242
1. There are multiple ways to create a new project in Visual Studio. On the Start Page, enter the name of a project template in the **Search project templates** box, or choose the **Create new project** link to open the **New Project** dialog box. You can also choose **File**, **New**, **Project...** on the menu, or choose the **New Project** button on the toolbar.

docs/ide/encodings-and-line-breaks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following characters are interpreted as line breaks in Visual Studio:
3838

3939
Text that is copied from other applications keeps the original encoding and line break characters. For example, when you copy text from Notepad and paste it into a text file in Visual Studio, the text has the same settings that it had in Notepad.
4040

41-
When you open a file that has different line break characters, you may see a dialog box that asks whether the inconsistent line break characters should be normalized and which type of line breaks to choose.
41+
When you open a file that has different line break characters, you may see a dialog box that asks whether the inconsistent line break characters should be normalized, and which type of line breaks to choose.
4242

4343
You can use the **File**, **Advanced Save Options** dialog box to determine the type of line break characters you want. You can also change the encoding of a file with the same settings.
4444

@@ -47,7 +47,7 @@ You can use the **File**, **Advanced Save Options** dialog box to determine the
4747
> [!NOTE]
4848
> If you don't see **Advanced Save Options** on the **File** menu, you can add it. Choose **Tools**, **Customize...**, and then choose the **Commands** tab. In the **Menu bar** drop-down list, choose **File**, then choose the **Add Command...** button. In the **Add Command** dialog box, under **Categories**, choose **File**, and then in the **Commands** list, choose **Advanced Save Options...**. Choose **OK** and then choose the **Move Down** button to move the command to any place in the menu. Choose **Close** to close the **Customize** dialog box. For more information, see [Customize menus and toolbars](../ide/how-to-customize-menus-and-toolbars-in-visual-studio.md#customizing_menu).
4949
50-
Alternatively, you can access the **Advanced Save Options** dialog box by choosing **File**, **Save /<file/> As...**. In the **Save File As** dialog box, choose the drop-down triangle next to the **Save** button and choose **Save with encoding...**.
50+
Alternatively, you can access the **Advanced Save Options** dialog box by choosing **File**, **Save \<file\> As...**. In the **Save File As** dialog box, choose the drop-down triangle next to the **Save** button and choose **Save with encoding...**.
5151

5252
## See also
5353
[Writing code in the editor](../ide/writing-code-in-the-code-and-text-editor.md)

docs/ide/how-to-change-text-case-in-the-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ manager: ghogen
2121
You can use menu commands or keyboard shortcuts to convert the case of selected text to all upper case or to all lower case.
2222

2323
> [!NOTE]
24-
> The dialog boxes and menu commands you see might differ from those described in this article, depending on your active settings or edition. To change your settings, for example to **General** or **Visual C++** settings, open **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
24+
> The dialog boxes and menu commands you see might differ from those described in this article, depending on your active settings or edition. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
2525
2626
## To switch text to upper case
2727

docs/ide/how-to-manage-editor-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ manager: ghogen
3434
You can display the Visual Studio code editor in various display modes.
3535

3636
> [!NOTE]
37-
> The dialog boxes and menu commands you see might differ from those described in this article depending on your active settings or edition. To change your settings, for example to **General** or **Visual C++** settings, open **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
37+
> The dialog boxes and menu commands you see might differ from those described in this article depending on your active settings or edition. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
3838
3939
## Enabling Full Screen mode
4040
You can choose to hide all tool windows and view only document windows by enabling **Full Screen** mode.

docs/ide/how-to-move-around-in-the-visual-studio-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ manager: ghogen
2727
The integrated development environment (IDE) has been designed to allow you to move from window to window and file to file in several different ways, depending on your preference or project requirements. You can choose to cycle through open files in the editor, or cycle through all active tool windows in the IDE. You also can switch directly to any file open in the editor, regardless of the order in which it was last accessed. These features can help increase your productivity when working in the IDE.
2828

2929
> [!NOTE]
30-
> The options available in dialog boxes, and the names and locations of menu commands you see, might differ from what is described in this article, depending on your active settings or edition. This article was written with **General** settings in mind. To change your settings, for example to **General** or **Visual C++** settings, open **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
30+
> The options available in dialog boxes, and the names and locations of menu commands you see, might differ from what is described in this article, depending on your active settings or edition. This article was written with **General** settings in mind. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
3131
3232
## Keyboard Shortcuts
3333
Almost every menu command in Visual Studio has a keyboard shortcut. You can also create your own custom shortcuts. For more information, see [Identifying and Customizing Keyboard Shortcuts](../ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md).

docs/ide/replace-in-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ manager: ghogen
2525
**Replace in Files** allows you to search the code of a specified set of files for a string or expression, and change some or all of the matches found. The matches found and actions taken are listed in the **Find Results** window selected in **Result options**.
2626

2727
> [!NOTE]
28-
> The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, for example to **General** or **Visual C++** settings, open **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
28+
> The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
2929
3030
You can use any of the following methods to display **Replace in Files** in the **Find and Replace** window.
3131

0 commit comments

Comments
 (0)