Method ReparseText
ReparseText(bool, int, int)
Reparses entire text.
Specifies whether parser should perform the task in the separate thread Specifies first changed line in the source text. Specifies last changed line in the source text.public override void ReparseText(bool useThread, int first, int last)
Parameters
ReparseText()
Reparses entire text.
public override void ReparseText()
ReparseText(bool)
Reparses entire text.
Specifies whether parser should perform the task in the separate threadpublic override void ReparseText(bool useThread)
Parameters
useThread
bool