CommonEditorConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants for interacting with ICommonEditorAssetService and Common Editor languages.
public ref class CommonEditorConstants abstract sealed
public static class CommonEditorConstants
type CommonEditorConstants = class
Public Class CommonEditorConstants
- Inheritance
-
CommonEditorConstants
Fields
AssetName |
Name used to identify all Common Editor assets. |
BraceHighlightingTagger |
Name of the TextMate's brace higlighting tagger provider. |
ContentTypeName |
Name of the content type under from which all TextMate based languages are derived. |
TextMateBraceContentTypeName |
Activates TextMate brace completion. |
TextMateCommentUncommentCommandsContentTypeName |
Comment/uncomment selection ContentType name. Activates TextMate comment and uncomment selection commands. |
TextMateIndentationContentTypeName |
Activates TextMate smart indentation. |
TextMateLanguageConfigurationContentTypeMappingKey |
Name of the registry key under which new language configuration file for TextMate can be defined when mapping it to a content type. |
TextMateLanguageConfigurationGrammarMappingKey |
Name of the registry key under which new language configuration file for TextMate can be defined when mapping it to a TextMate grammar. |
TextMateOnTypeIndentationContentTypeName |
Activates TextMate on type indentation. |
TextMateRepositoryKey |
Name of the registry key under which new repositories for TextMate grammars can be defined. |