C# (CSharp) AppKit.TextKit.Formatter Namespace

Classes

Name Description
CSharpDescriptor Defines how C# should be colorized using a AppKit.TextKit.Formatter.LanguageFormatter.
HTMLDescriptor Defines how HTML should be colorized using a AppKit.TextKit.Formatter.LanguageFormatter.
KeywordDescriptor The AppKit.TextKit.Formatter.KeywordDescriptor class defines a keyword that will be set to a specific color when used with a AppKit.TextKit.Formatter.LanguageFormatter to do syntax highlighting in a NSTextView.
LanguageClosure The AppKit.TextKit.Formatter.LanguageClosure class holds information about a closure such as (), [], "" or '' that can be used to define a section of text in a AppKit.TextKit.Formatter.LanguageDescriptor. The Language Closure is used by auto complete in a AppKit.TextKit.Formatter.SourceTextView.
LanguageDescriptor
LanguageFormatCommand The AppKit.TextKit.Formatter.LanguageFormatCommand defines a formatting command that can be added to a AppKit.TextKit.Formatter.LanguageDescriptor. When a document editor is using the given AppKit.TextKit.Formatter.LanguageDescriptor, the AppKit.TextKit.Formatter.LanguageFormatCommands it defines will be added to the Formatting Menu.
LanguageFormatter
MarkDownDescriptor Defines how MarkDown should be colorized using a AppKit.TextKit.Formatter.LanguageFormatter.
SourceTextView
SourceTextViewDelegate The AppKit.TextKit.Formatter.SourceTextViewDelegate is used to respond to events that occur on a AppKit.TextKit.Formatter.SourceTextView.
XMLDescriptor Defines how XML should be colorized using a AppKit.TextKit.Formatter.LanguageFormatter.