Table of Contents

Method InitSyntax

Namespace
Alternet.Editor.Python
Assembly
Alternet.Editor.Python.v10.dll

InitSyntax(ICodeEnvironment, Type)

public static void InitSyntax(ICodeEnvironment codeEnvironment, Type parserType = null)

Parameters

codeEnvironment ICodeEnvironment
parserType Type

InitSyntax(IScriptEdit, ICodeEnvironment)

public static void InitSyntax(this IScriptEdit edit, ICodeEnvironment codeEnvironment = null)

Parameters

edit IScriptEdit
codeEnvironment ICodeEnvironment