You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/building-and-cleaning-projects-and-solutions-in-visual-studio.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ manager: ghogen
32
32
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).
33
33
34
34
> [!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, open the **Tools**menu, and then choose **Import and Export Settings**. For more information, see [Personalize the Visual Studio IDE](../ide/personalizing-the-visual-studio-ide.md).
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**.
36
36
37
37
### To build, rebuild, or clean an entire solution
38
38
@@ -75,7 +75,7 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
75
75
76
76
- On the menu bar, choose **Build**, **Build Solution** (CTRL+SHIFT+B).
77
77
78
-
When this check box is cleared, all projects, their dependencies, and the solution files are built when you run either of the preceding commands. By default, this check box is cleared.
78
+
When this check box is cleared, all projects, their dependencies, and the solution files are built when you run either of the preceding commands. By default, this check box is cleared.
79
79
80
80
### To build only the selected Visual C++ project
81
81
@@ -89,13 +89,13 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
89
89
90
90
-**Link Only***ProjectName*
91
91
92
-
These commands apply only to the [!INCLUDE[vcprvc](../code-quality/includes/vcprvc_md.md)] project that you chose, without building, rebuilding, cleaning, or linking any project dependencies or solution files. Depending on your version of [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)], the **Project Only** submenu might contain more commands.
92
+
These commands apply only to the [!INCLUDE[vcprvc](../code-quality/includes/vcprvc_md.md)] project that you chose, without building, rebuilding, cleaning, or linking any project dependencies or solution files. Depending on your version of [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)], the **Project Only** submenu might contain more commands.
93
93
94
94
### To compile multiple C++ project items
95
95
96
96
1. In **Solution Explorer**, choose multiple files that have can be compiled actions, open the shortcut menu for one of those files, and then choose **Compile**.
97
97
98
-
If the files have dependencies, the files will be compiled in dependency order. The compile operation will fail if the files require a precompiled header that isn't available when you compile. The compile operation uses the current active solution configuration.
98
+
If the files have dependencies, the files will be compiled in dependency order. The compile operation will fail if the files require a precompiled header that isn't available when you compile. The compile operation uses the current active solution configuration.
99
99
100
100
### To stop a build
101
101
@@ -105,12 +105,12 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
105
105
106
106
- Choose the Ctrl + Break keys.
107
107
108
-
## See Also
109
-
[How to: View, Save, and Configure Build Log Files](../ide/how-to-view-save-and-configure-build-log-files.md)
Copy file name to clipboardExpand all lines: docs/ide/creating-solutions-and-projects.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ While you can construct a project yourself by adding the necessary files to it,
36
36
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).
37
37
38
38
> [!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, choose **Tools**, **Import and Export Settings**. For more information, see [Personalize the Visual Studio IDE](../ide/personalizing-the-visual-studio-ide.md).
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**.
40
40
41
41
## To create a project from a project template
42
42
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.
Copy file name to clipboardExpand all lines: docs/ide/encodings-and-line-breaks.md
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Encodings and Line Breaks | Microsoft Docs"
2
+
title: "Visual Studio encoding and line break characters | Microsoft Docs"
3
3
ms.custom: ""
4
4
ms.date: "11/04/2016"
5
5
ms.reviewer: ""
@@ -24,14 +24,9 @@ ms.author: "gewarren"
24
24
manager: ghogen
25
25
---
26
26
# Encodings and Line Breaks
27
-
In Visual Studio you can use the **File/Advanced Save Options** settings to determine the type of line break characters you want. You can also change the encoding of a file with the same settings.
27
+
The following characters are interpreted as line breaks in Visual Studio:
28
28
29
-
> [!NOTE]
30
-
> If you have certain types of development settings (Visual Basic, F#, Web Development) you may not see **Advanced Save Options** on the menu. To change your settings (for example to General), open **Tools / Import and Export Settings**. For more information, see [Personalize the Visual Studio IDE](../ide/personalizing-the-visual-studio-ide.md).
31
-
32
-
In Visual Studio the following characters are interpreted as line breaks:
@@ -41,6 +36,18 @@ In Visual Studio you can use the **File/Advanced Save Options** settings to dete
41
36
42
37
- PS: Paragraph separator, Unicode character 2029
43
38
44
-
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.
39
+
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.
45
40
46
-
When you open a file that has a 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.
42
+
43
+
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.
44
+
45
+

46
+
47
+
> [!NOTE]
48
+
> 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).
49
+
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...**.
51
+
52
+
## See also
53
+
[Writing code in the editor](../ide/writing-code-in-the-code-and-text-editor.md)
title: "How to: Change Text Case in the Editor | Microsoft Docs"
2
+
title: "Convert text to uppercase or lowercase in the Visual Studio editor | Microsoft Docs"
3
3
ms.custom: ""
4
4
ms.date: "11/04/2016"
5
5
ms.reviewer: ""
@@ -17,30 +17,28 @@ author: "gewarren"
17
17
ms.author: "gewarren"
18
18
manager: ghogen
19
19
---
20
-
# How to: Change Text Case in the Editor
20
+
# How to: change text case in the Editor
21
21
You can use menu commands or keyboard shortcuts to convert the case of selected text to all upper case or to all lower case.
22
22
23
23
> [!NOTE]
24
-
> 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, choose **Import and Export Settings**on the**Tools** menu. For more information, see [Personalize the Visual Studio IDE](../ide/personalizing-the-visual-studio-ide.md).
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**.
25
25
26
-
## Procedure
27
-
28
-
#### To switch text to upper case
26
+
## To switch text to upper case
29
27
30
28
1. Select the text you want to convert.
31
29
32
30
2. On the **Edit** menu, select **Advanced**.
33
31
34
-
3. To convert text to all upper case, choose **Make Uppercase**, or press **CTRL**+**SHIFT**+**U**.
32
+
3. To convert text to all upper case, choose **Make Uppercase**, or press **Ctrl**+**Shift**+**U**.
35
33
36
-
— or —
34
+
— or —
37
35
38
-
To convert text to all lower case, choose **Make Lowercase**, or press **CTRL**+**U**.
36
+
To convert text to all lower case, choose **Make Lowercase**, or press **Ctrl**+**U**.
39
37
40
38
> [!TIP]
41
-
> To revert to the previous case formatting before this change, select **Undo** from the **Edit** menu.
39
+
> To revert to the previous case formatting before this change, select **Undo** from the **Edit** menu.
42
40
43
-
## See Also
44
-
[Customizing the Editor](../ide/customizing-the-editor.md)
Copy file name to clipboardExpand all lines: docs/ide/how-to-customize-menus-and-toolbars-in-visual-studio.md
+19-25Lines changed: 19 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -34,22 +34,12 @@ ms.author: "gewarren"
34
34
manager: ghogen
35
35
---
36
36
# How to: Customize Menus and Toolbars in Visual Studio
37
-
You can customize Visual Studio not only by adding and removing toolbars and menus on the menu bar but also by adding and removing commands on any given toolbar or menu.
37
+
You can customize Visual Studio not only by adding and removing toolbars and menus on the menu bar, but also by adding and removing commands on any given toolbar or menu.
38
38
39
39
> [!WARNING]
40
-
> After you customize a toolbar or menu, make sure that its check box remains selected in the **Customize** dialog box. Otherwise, your changes won't persist after you close and reopen Visual Studio.
40
+
> After you customize a toolbar or menu, make sure that its check box remains selected in the **Customize** dialog box. Otherwise, your changes won't persist after you close and reopen Visual Studio.
41
41
42
-
**In this topic:**
43
-
44
-
-[Adding, removing, or moving a menu on the menu bar](../ide/how-to-customize-menus-and-toolbars-in-visual-studio.md#bkmk_addmenu)
45
-
46
-
-[Adding, removing, or moving a toolbar](../ide/how-to-customize-menus-and-toolbars-in-visual-studio.md#bkmk_addtoolbar)
47
-
48
-
-[Customizing a menu or a toolbar](../ide/how-to-customize-menus-and-toolbars-in-visual-studio.md#bkmk_customize)
49
-
50
-
-[Resetting a menu or a toolbar](../ide/how-to-customize-menus-and-toolbars-in-visual-studio.md#bkmk_reset)
51
-
52
-
## <aname="bkmk_addmenu"></a> Adding, removing, or moving a menu on the menu bar
42
+
## Adding, removing, or moving a menu on the menu bar
53
43
54
44
1. On the menu bar, choose **Tools**, **Customize**.
55
45
@@ -59,13 +49,13 @@ You can customize Visual Studio not only by adding and removing toolbars and men
59
49
60
50
- To add a menu, choose the **Add New Menu** button, choose the **Modify Selection** button, and then name the menu that you want to add.
61
51
62
-

52
+

63
53
64
54
- To remove a menu, choose it in the **Controls** list, and then choose the **Delete** button.
65
55
66
56
- To move a menu within the menu bar, choose the menu in the **Controls** list, and then choose the **Move Up** or **Move Down** button.
67
57
68
-
## <aname="bkmk_addtoolbar"></a> Adding, removing, or moving a toolbar
58
+
## Adding, removing, or moving a toolbar
69
59
70
60
1. On the menu bar, choose **Tools**, **Customize**.
71
61
@@ -75,7 +65,7 @@ You can customize Visual Studio not only by adding and removing toolbars and men
75
65
76
66
- To add a toolbar, choose the **New** button, specify a name for the toolbar that you want to add, and then choose the **OK** button.
77
67
78
-

68
+

79
69
80
70
- To remove a custom toolbar, choose it in the **Toolbars** list, and then choose the **Delete** button.
81
71
@@ -84,43 +74,47 @@ You can customize Visual Studio not only by adding and removing toolbars and men
84
74
85
75
- To move a toolbar to a different docking location, choose it in the **Toolbars** list, choose the **Modify Selection** button, and then choose a location in the list that appears.
86
76
87
-
You can also drag a toolbar by its left edge to move it anywhere in the main docking area.
77
+
You can also drag a toolbar by its left edge to move it anywhere in the main docking area.
88
78
89
79
> [!NOTE]
90
80
> For more information about how to improve the usability and accessibility of toolbars, see [How to: Set IDE Accessibility Options](../ide/reference/how-to-set-ide-accessibility-options.md).
91
81
92
-
## <aname="bkmk_customize"></a> Customizing a menu or a toolbar
82
+
## <aname="customizing_menu">Customizing a menu or a toolbar</a>
93
83
94
84
1. On the menu bar, choose **Tools**, **Customize**.
95
85
96
-
The **Customize** dialog box opens.
86
+
The **Customize** dialog box opens.
97
87
98
88
2. On the **Commands** tab, choose the option button for the type of element that you want to customize.
99
89
100
90
3. In the list for that type of element, choose the menu or toolbar that you want to customize, and then perform one of the following sets of steps:
101
91
102
92
- To add a command, choose the **Add Command** button.
103
93
104
-
In the **Add Command** dialog box, choose an item in the **Categories** list, choose an item in the **Commands** list, and then choose the **OK** button.
94
+
In the **Add Command** dialog box, choose an item in the **Categories** list, choose an item in the **Commands** list, and then choose the **OK** button.
105
95
106
-

96
+

107
97
108
98
- To delete a command, choose it in the **Controls** list, and then choose the **Delete** button.
109
99
110
100
- To reorder commands, choose a command in the **Controls** list, and then choose the **Move Up** or **Move Down** button.
111
101
112
-
- To separate commands into groups, choose a command in the **Controls** list, choose the **Modify Selection** button, and then choose **Begin a Group** in the menu that appears.
102
+
- To group commands under a horizontal line, choose the first command in the **Controls** list, choose the **Modify Selection** button, and then choose **Begin a Group** in the menu that appears.
113
103
114
-
## <aname="bkmk_reset"></a> Resetting a menu or a toolbar
104
+
## Resetting a menu or a toolbar
115
105
116
106
1. On the menu bar, choose **Tools**, **Customize**.
117
107
118
-
The **Customize** dialog box opens.
108
+
The **Customize** dialog box opens.
119
109
120
110
2. On the **Commands** tab, choose the option button for the type of element that you want to reset.
121
111
122
112
3. In the list for that type of element, choose the menu or toolbar that you want to reset.
123
113
124
114
4. Choose the **Modify Selection** button, and then choose **Reset** in the menu that appears.
125
115
126
-
You can also reset all menus and toolbars by choosing the **Reset All** button.
116
+
You can also reset all menus and toolbars by choosing the **Reset All** button.
117
+
118
+
## See also
119
+
[Personalizing the IDE](../ide/personalizing-the-visual-studio-ide.md)
120
+
[Customizing the editor](../ide/customizing-the-editor.md)
0 commit comments