Method GetLexStyle
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.dll
GetLexStyle(StringItemInfo, ref TextStyle)
Retrieves lex state corresponding to given parser style.
public virtual ILexStyle GetLexStyle(StringItemInfo style, ref TextStyle textStyle)
Parameters
styleStringItemInfoIndex of parser style.
textStyleTextStyleAdditional text styles.
Returns
- ILexStyle
LexStyle by its index.