Re: Substitute text
- From: Stefan Salewski <mail ssalewski de>
- To: Sébastien Wilmet <swilmet gnome org>, gnome-devtools gnome org
- Subject: Re: Substitute text
- Date: Fri, 19 Aug 2016 13:01:27 +0200
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]