Author Topic: Option to hide find arrows  (Read 167 times)

Offline swbrains

  • Newbie
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Option to hide find arrows
« on: June 10, 2011, 09:30:02 pm »
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!

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Option to hide find arrows
« Reply #1 on: June 10, 2011, 09:46:57 pm »
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:
Code: [Select]
<Marker line="false" position="false" anchor="false" selection="false"/>
BR, Alex

Offline swbrains

  • Newbie
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Option to hide find arrows
« Reply #2 on: June 10, 2011, 11:21:55 pm »
Thanks!

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
493 Views
Last post February 19, 2009, 05:34:04 pm
by alex
13 Replies
1131 Views
Last post April 18, 2009, 08:10:43 pm
by Arthur
1 Replies
490 Views
Last post April 18, 2009, 09:19:53 pm
by alex
4 Replies
939 Views
Last post May 04, 2009, 03:06:58 pm
by Arthur
2 Replies
412 Views
Last post June 29, 2009, 04:29:44 am
by Arthur