Option to hide find arrows

Started by swbrains, June 10, 2011, 10:30:02 PM

Previous topic - Next topic

swbrains

I saw another post where this was mentioned, but it was a very old thread not specifically related to the find arrows in the margins.

I wanted to add my request for an option to hide the blue  find arrow (and the small blue caret in the actual text) or not display them at all.  I also find them distracting.  My preference would be to to have the find function simply highlight each occurrence as it's found.  Then I can unselect it when I start typing or move the cursor.  This seems to be how my other editors have worked and I'm kind of used to it.

Thanks!

alex

I think it was right post :)

HE is backward compatible, so old features are still inside ;)
Feature was added in 1.43:
Quote
  • New. New XML property added which controls visibility of markers in editor window: 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). Details...

So, to disable all markers, you need to modify settings.xml and add this line to <Source_Editor> section:
<Marker line="false" position="false" anchor="false" selection="false"/>

BR, Alex
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]