Table of Contents

Method LoadThemeFromStream

Namespace
Alternet.Syntax.Parsers.TextMate
Assembly
Alternet.Syntax.Parsers.TextMate.v10.dll

LoadThemeFromStream(Stream, IRegistryOptions)

Loads a theme from the given file.

public bool LoadThemeFromStream(Stream stream, IRegistryOptions options = null)

Parameters

stream Stream

The Stream containing theme data.

options IRegistryOptions

Registry options to locate included themes

Returns

bool

True if success; otherwise, false