view:scope-separators

Scope separators

If this option enabled for syntax, the editor shows horizontal divider after specific scope area (function or subroutine for example) in text. Such divider can be used to visually divide area belonging to one function/method from area of another function method. Often this is done by manually entering a line like comments between blocks, but with help of HippoEDIT, you can get it automatically.

To enable this for the syntax, it is not enough to only enable this option on Display page of syntax, you should also have some scopes marked with Scope separator attribute in syntax schema. By default, this done for following syntaxes: ABAP, Basic (and all sub syntaxes as Visual Basic Script), NSIS, Lua, and Euphoria.

Scope separators between Subroutines in Visual Basic Script example