Class TextMateParser
[ToolboxBitmap(typeof(TextMateParser), "Parser.Generic.TextMate.Icon.bmp")]
public class TextMateParser : SyntaxParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport
- Inheritance
-
TextMateParser
- Implements
- Derived
Constructors
Properties
- FileName
Gets or sets file name of the file being parsed.
Methods
- CodeCompletion(string, StringItemInfo[], Point, CodeCompletionArgs)
Performs code completion for the specified text representing language element.
- CreateRepository()
Creates
ICodeCompletionRepository
to perform code completion functionality for this parser.
- GetCompletionType(char)
Obtains type of code completion window from specifies
char
parameter.
- GetMultiLineComment(out string, out string)
Gets the start and symbols multi-line comment.
- GetSingleLineComment()
Gets the string that represents start symbol of single line comment.
- GetSmartIndent(int, bool)
Returns indentation level of specified line.
- ParseText(int, int, string, ref StringItemInfo[])
Performs lexical analysis of given text.
- ParseText(int, int, string, ref int, ref int, ref int)
Performs lexical analysis of given text.
- ReparseText()
Reparses entire text.
- Reset()
Resets
SyntaxParser
to the start position.
- ResetOptions()
Resets
Options
to the default value.
- ShouldSerializeOptions()
Indicates whether the
Options
property should be persisted.
- ShouldSerializeUseScheme()
Indicates whether the
UseScheme
property should be persisted.