options:xml:colored-indent-guides-count

Colored Indent Guides Count

By default, HippoEDIT calculates unique colors only for 5 leading indent guides. If a number of leading guides for the same line is bigger than 5, colors will repeat.

You can adjusting default value defined by XML flag in settings.xml:

<Source_Editor>
   <ColoredIndentGuidesCount>7</ColoredIndentGuidesCount>
</Source_Editor>

Default value is 5.

#xml_option