options:xml:markers-configuration

Action unknown: addtobook

Markers configuration

Markers in HippoEDITHippoEDIT uses several kind of “markers” to help you in navigation and remembering recent positions in code. The markers are:

  • search result line (line attribute)
  • search result position (position attribute)
  • anchor position (anchor attribute)
  • selection start position (selection attribute)

Configuration

There is no UI configuration for markers visibility, but you can adjust what should be shown and what not (maybe you do not like some of them) in editor window using XML flags in settings.xml:

<Source_Editor> 
   <Marker line="true" position="true" anchor="true" selection="true"/>
<Source_Editor> 

By default, all markers are enabled.

To disable marker set attribute value to false (by default, the node does not exist, because of it equal to default, so you need to create it).

#xml_option