Method ReparseText
ReparseText()
When implemented by a class, reparses entire text.
void ReparseText()
ReparseText(bool)
When implemented by a class, reparses entire text.
Specifies whether parser should perform the task in the separate threadvoid ReparseText(bool useThread)
Parameters
useThread
bool
ReparseText(bool, int, int)
When implemented by a class, 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.void ReparseText(bool useThread, int first, int last)