Adds a new outlining block definition.
Used to add a new outlining block definition to the internal array of the parser.
- Parameters
-
lpszOpen | Specifies the start token of the outlining block. |
lpszClose | Specifies the end token of the outlining block. |
lpszReplace | Specifies a string, which is shown instead of hidden text. |
bNested | Specifies whether the parser should search the smaller outlining blocks inside the current one. |
bIgnore | Specifies whether the block is only used to skip some text fragments. |
pKeywordsList | Pointer to keywords string list. |