#6791
kuo_city
Member

I try outline plugin in v8.01, In “Custom” mode
1. Each level ends when it find the same level begin.
2. Outline plugin determine the level when start of the line match the settings.

eg: If the Level 1 setting is “LV1”
LV1 <– Match
LV1GHKDHEJHJKH <–Match
__LV1 <– Not Match(because the line start with other chars)
Hope this help you.