This is an old revision of the document!
Markers configuration
HippoEDIT 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 node does does not exist, because it equal to default, so you need to create it).
#xml_option