EdSetLexerΒΆ

EdSetLexer sets the file type for the syntax highlighting.

bool = EdSetLexer(hEdit, ssLexer)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hEdit

Identifies the editor.

ssLexer

ssLexer is "uniscript", "xml, "text", "lua", "po".

History

Version Description
R2013.5 Documented.

id-1630041