Re: Substitute text



On Fri, 2016-08-19 at 12:38 +0200, Stefan Salewski wrote:
Next problem: Before doing the replace, I want to highlight the
symbols. Currently I am doing that by underlining. But I would like
to
highlight with the search-match color from the xml scheme. 

  <!-- Search Matching -->
  <style name="search-match"                    background="yellow"/>

Maybe I found it.

gtksourcesearchcontext.c

style = gtk_source_style_scheme_get_style (style_scheme, "search-match");


No I have to find out how I can apply that style to symbols in my buffer...



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]