Table of Contents

Class TextMateRepository

Namespace
Alternet.Syntax.Parsers.TextMate
Assembly
Alternet.Syntax.Parsers.TextMate.v9.dll
public class TextMateRepository : CodeCompletionRepository, ICodeCompletionRepository, IDisposable, ITextMateRepository
Inheritance
TextMateRepository
Implements

Constructors

TextMateRepository(TextMateParser, bool, ISyntaxTree)

Properties

AlphaImages

Represents collection of alpha images used for code completion.

AlphaImagesHighDpi

Gets Alpha ImageList attached to this CodeCompletionRepository for high DPI.

Images

Represents collection of images used for code completion.

ImagesHighDpi

Represents collection of images used for code completion for high DPI.

Methods

AddMember(IListMembers, string, int)
CodeCompletion(CodeCompletionArgs, string, Point, IDictionary<string, string>)
FillSnippet(IListMembers, string, int)
FillSnippets(IListMembers, string)
GetCodeSnippets(string)

Returns code snippets for the given language.

IsStructureGuideNode(ISyntaxNode, out IRange)

Indicates whether specified ISyntaxNode is guide node.

ListMembers(CodeCompletionArgs, string, Point, IDictionary<string, string>)
LoadImages()