次の方法で共有


CommonEditorConstants Class

Definition

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.

Applies to