Skip to content

Commit 297ef9a

Browse files
Merge pull request #4589 from gewarren/ide-toc
[ide] Replace duplicate toc nodes
2 parents 71e2fbd + 041809e commit 297ef9a

25 files changed

+128
-215
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,11 @@
12651265
"redirect_url": "/visualstudio/extensibility/walkthrough-creating-a-basic-isolated-shell-application",
12661266
"redirect_document_id": false
12671267
},
1268+
{
1269+
"source_path": "docs/ide/customizing-the-editor.md",
1270+
"redirect_url": "/visualstudio/ide/how-to-change-text-case-in-the-editor",
1271+
"redirect_document_id": false
1272+
},
12681273
{
12691274
"source_path": "docs/ide/accessibility-features-of-the-help-viewer.md",
12701275
"redirect_url": "/visualstudio/help-viewer/accessibility-features",

docs/ide/customizing-the-editor.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ You can use menu commands or keyboard shortcuts to convert the case of selected
3636
3737
## See also
3838

39-
- [Customize the editor](../ide/customizing-the-editor.md)
4039
- [Text Editor options dialog box](../ide/reference/text-editor-options-dialog-box.md)
4140
- [Features of the code editor](../ide/writing-code-in-the-code-and-text-editor.md)

docs/ide/how-to-customize-menus-and-toolbars-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ You can customize Visual Studio not only by adding and removing toolbars and men
114114
## See also
115115

116116
- [Personalize the IDE](../ide/personalizing-the-visual-studio-ide.md)
117-
- [Customize the editor](../ide/customizing-the-editor.md)
117+
- [Customize the editor](../ide/how-to-change-text-case-in-the-editor.md)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@ In **Virtual Space** mode, spaces are inserted at the end of each line of code.
5757
5858
## See also
5959

60-
- [Customize the editor](../ide/customizing-the-editor.md)
6160
- [Customize window layouts in Visual Studio](../ide/customizing-window-layouts-in-visual-studio.md)
6261
- [Fonts and Colors, Environment, Options dialog box](../ide/reference/fonts-and-colors-environment-options-dialog-box.md)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ You can also create multiple instances of an editor window. This feature allows
5050

5151
## See also
5252

53-
- [Customize the editor](../ide/customizing-the-editor.md)
5453
- [Features of the code editor](../ide/writing-code-in-the-code-and-text-editor.md)
5554
- [Customize window layouts](../ide/customizing-window-layouts-in-visual-studio.md)

docs/ide/quickstart-personalize-the-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ We explored just a couple ways of customizing the colors in Visual Studio. We ho
111111

112112
## See also
113113

114-
- [Customize the editor](../ide/customizing-the-editor.md)
114+
- [Customize the editor](../ide/how-to-change-text-case-in-the-editor.md)
115115
- [Visual Studio IDE Overview](../get-started/visual-studio-ide.md)

docs/ide/reference/convert-foreach-linq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ This refactoring applies to:
3838
3. Select **Convert to LINQ** or **Convert to Linq (call form)**.
3939

4040
![LINQ query result sample](media/convert-foreach-to-LINQ-result.png)
41-
41+
4242
![LINQ call form result sample](media/convert-foreach-to-LINQ-callform-result.png)
43-
43+
4444
### Sample code
4545

4646
```csharp
@@ -73,4 +73,4 @@ public class Class1
7373

7474
- [Refactoring](../refactoring-in-visual-studio.md)
7575
- [Preview Changes window](../../ide/preview-changes.md)
76-
- [Tips for .NET Developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
76+
- [Tips for .NET Developers](../csharp-developer-productivity.md)

docs/ide/reference/convert-local-function-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ This refactoring applies to:
4141
## See also
4242

4343
- [Refactoring](../refactoring-in-visual-studio.md)
44-
- [Tips for .NET Developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
44+
- [Tips for .NET Developers](../csharp-developer-productivity.md)

docs/ide/reference/extract-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ This refactoring applies to:
7777
## See also
7878

7979
- [Refactoring](../refactoring-in-visual-studio.md)
80-
- [Tips for .NET Developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
80+
- [Tips for .NET Developers](../csharp-developer-productivity.md)

docs/ide/reference/generate-deconstructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ This code generation applies to:
4646

4747
- [Code generation](../code-generation-in-visual-studio.md)
4848
- [Preview changes](../../ide/preview-changes.md)
49-
- [Tips for .NET developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
49+
- [Tips for .NET developers](../csharp-developer-productivity.md)

docs/ide/reference/generate-usings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This code generation applies to:
2626

2727
1. Copy code from a file and paste it into a new one without including the necessary `using` statements. The resulting error is accompanied by a code fix that adds the missing `using` statements.
2828

29-
> [!NOTE]
29+
> [!NOTE]
3030
> You need to enable this suggestion in **Tools > Options > Text Editor > C# > Advanced > Using Directives**.
3131
3232
2. Select Ctrl+. to open the **Quick Actions and Refactorings** menu.
@@ -41,4 +41,4 @@ This code generation applies to:
4141

4242
- [Code generation](../code-generation-in-visual-studio.md)
4343
- [Preview Changes](../../ide/preview-changes.md)
44-
- [Tips for .NET developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
44+
- [Tips for .NET developers](../csharp-developer-productivity.md)

docs/ide/reference/how-to-change-fonts-and-colors-in-the-editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ You can change the default font face, adjust the font size, and change the foreg
4444

4545
## See also
4646

47-
- [Customize the editor](../../ide/customizing-the-editor.md)
4847
- [Text Editor Options dialog box](../../ide/reference/text-editor-options-dialog-box.md)
4948
- [Features of the code editor](../../ide/writing-code-in-the-code-and-text-editor.md)
5049
- [How to: Change fonts and colors in Visual Studio](../../ide/how-to-change-fonts-and-colors-in-visual-studio.md)

docs/ide/reference/how-to-display-line-numbers-in-the-editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ You can display or hide line numbering in your code.
3131
3232
## See also
3333

34-
- [Customizing the Editor](../../ide/customizing-the-editor.md)
3534
- [Text Editor Options Dialog Box](../../ide/reference/text-editor-options-dialog-box.md)
3635
- [Features of the code editor](../../ide/writing-code-in-the-code-and-text-editor.md)

docs/ide/reference/how-to-display-urls-as-links-in-the-editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ You can choose to have the Code Editor treat Uniform Resource Locators (URLs) in
3939

4040
## See also
4141

42-
- [Customizing the Editor](../../ide/customizing-the-editor.md)
4342
- [Text Editor Options Dialog Box](../../ide/reference/text-editor-options-dialog-box.md)
4443
- [Features of the code editor](../../ide/writing-code-in-the-code-and-text-editor.md)

docs/ide/reference/how-to-manage-word-wrap-in-the-editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ If you're familiar with word wrap in Notepad++, Sublime Text, or Visual Studio C
4949

5050
## See also
5151

52-
- [Customizing the Editor](../../ide/customizing-the-editor.md)
5352
- [Text Editor Options Dialog Box](../../ide/reference/text-editor-options-dialog-box.md)
5453
- [Features of the code editor](../../ide/writing-code-in-the-code-and-text-editor.md)

docs/ide/reference/invert-conditional-logical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ This refactoring applies to:
3737
## See also
3838

3939
- [Refactoring](../refactoring-in-visual-studio.md)
40-
- [Tips for .NET Developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
40+
- [Tips for .NET Developers](../csharp-developer-productivity.md)

docs/ide/reference/invert-if-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ This refactoring applies to:
4141
## See also
4242

4343
- [Refactoring](../refactoring-in-visual-studio.md)
44-
- [Tips for .NET Developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
44+
- [Tips for .NET Developers](../csharp-developer-productivity.md)

docs/ide/reference/options-dialog-box-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Selecting or unselecting **Show all settings** applies all changes you have made
3939

4040
## See also
4141

42-
- [Customizing the Editor](../../ide/customizing-the-editor.md)
42+
- [Customizing the Editor](../how-to-change-text-case-in-the-editor.md)

docs/ide/reference/options-text-editor-general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ When selected, vertical lines appear in the editor that line up with structured
9090
- [Options, Text Editor, All Languages, Tabs](../../ide/reference/options-text-editor-all-languages-tabs.md)
9191
- [Options, Text Editor, File Extension](../../ide/reference/options-text-editor-file-extension.md)
9292
- [Identifying and Customizing Keyboard Shortcuts](../../ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md)
93-
- [Customizing the Editor](../../ide/customizing-the-editor.md)
93+
- [Customizing the Editor](../how-to-change-text-case-in-the-editor.md)
9494
- [Using IntelliSense](../../ide/using-intellisense.md)

docs/ide/reference/setting-language-specific-editor-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Visual Studio offers a variety of text editor options that apply to specific pro
4848

4949
## See also
5050

51-
- [Customize the editor](../../ide/customizing-the-editor.md)
51+
- [Customize the editor](../how-to-change-text-case-in-the-editor.md)
5252
- [Create portable, custom editor settings with EditorConfig](../../ide/create-portable-custom-editor-options.md)
5353
- [Personalize the Visual Studio IDE](../../ide/personalizing-the-visual-studio-ide.md)

docs/ide/reference/unused-values-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ This refactoring applies to:
3737
## See also
3838

3939
- [Refactoring](../refactoring-in-visual-studio.md)
40-
- [Tips for .NET Developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
40+
- [Tips for .NET Developers](../csharp-developer-productivity.md)

docs/ide/reference/use-block-body-lambda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This refactoring applies to:
1818

1919
**What:** Lets you refactor a lambda expression to use an expression body or a block body.
2020

21-
**When:** You prefer lambda expressions to use either an expression body or a block body.
21+
**When:** You prefer lambda expressions to use either an expression body or a block body.
2222

2323
**Why:** Lambda expressions can be refactored to improve readability according to your user preference.
2424

@@ -34,4 +34,4 @@ This refactoring applies to:
3434
## See also
3535

3636
- [Refactoring](../refactoring-in-visual-studio.md)
37-
- [Tips for .NET Developers](../../ide/visual-studio-2017-for-dotnet-developers.md)
37+
- [Tips for .NET Developers](../csharp-developer-productivity.md)

docs/ide/writing-code-in-the-code-and-text-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can share your Visual Studio settings with another developer, have your sett
7878

7979
To define new hotkeys or redefine existing hotkeys, go to **Tools** > **Options** > **Environment** > **Keyboard**. For more information about hotkeys, see [Default keyboard shortcuts](../ide/default-keyboard-shortcuts-in-visual-studio.md).
8080

81-
For more information about customizing the editor, see [Customize the editor](../ide/customizing-the-editor.md). For JavaScript-specific editor options, see [JavaScript editor options](../ide/reference/options-text-editor-javascript-formatting.md).
81+
For JavaScript-specific editor options, see [JavaScript editor options](../ide/reference/options-text-editor-javascript-formatting.md).
8282

8383
## See also
8484

0 commit comments

Comments
 (0)