Skip to content

Commit a3f965b

Browse files
authored
Merge pull request #10123 from TerryGLee/tglee-patch95
clarify Max Length info
2 parents fc24b7c + ef8a705 commit a3f965b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Options, Text Editor, Advanced
33
description: Learn how to use the Advanced dialog box to change global settings for the Visual Studio text editor.
4-
ms.date: 06/17/2022
4+
ms.date: 06/23/2022
55
ms.topic: reference
66
f1_keywords:
77
- VS.ToolsOptionsPages.Text_Editor.Advanced
@@ -100,7 +100,7 @@ Selected by default, the option copies text that includes colors and ligatures.
100100
101101
### Max length
102102

103-
Use this option to increase or decrease the maximum character count of text you copy or cut from your code. The default is set to **10240**.
103+
Use this option to increase or decrease the maximum character count of rich text you can copy or cut from your code. The default is set to **10240**. (Beyond this limit, text is still copied, but as plain text rather than rich text.)
104104

105105
### Use accurate classification
106106

0 commit comments

Comments
 (0)