Name |
Description |
TextPasteIndentEngine |
Represents a decorator of an IStateMachineIndentEngine instance that provides logic for text paste events. |
TextPasteUtils |
Defines some helper methods for dealing with text-paste events. |
TextPasteUtils.PlainTextPasteStrategy |
Doesn't do any formatting. Serves as the default strategy. |
TextPasteUtils.StringLiteralPasteStrategy |
Escapes chars in the given text so that they don't break a valid string literal. |
TextPasteUtils.TextPasteStrategies |
Wrapper that discovers all defined text-paste strategies and defines a way to easily access them through their PasteStrategy type. |
TextPasteUtils.VerbatimStringPasteStrategy |
Escapes chars in the given text so that they don't break a valid verbatim string. |