Called by the token marker when a syntax token has been parsed.
Parameters: seg - The segment containing the text Parameters: id - The token type (one of the constants in theToken class). Parameters: offset - The start offset of the token Parameters: length - The number of characters in the token Parameters: context - The line context since: jEdit 4.2pre3
Init some variables that will be used when marking tokens.
This is called before
JEditBuffer.markTokens(intTokenHandler) to store some data that will be required and that we don't want
to put in the parameters
Parameters: styles - Parameters: fontRenderContext - Parameters: expander - Parameters: out - Parameters: wrapMargin -