Skip to content
  • Philip Chimento's avatar
    search: Add API to search invisible text · 2bfd531e
    Philip Chimento authored and Christian Hergert's avatar Christian Hergert committed
    The underlying GtkTextView has this capability, so we can expose an API
    in GtkSourceSearchSettings to do this. The API is a property named
    'visible-only' and a setter and getter function. The property defaults
    to TRUE, giving the previously existing behaviour. If you set the
    property to false, then search matches may include invisible text.
    
    Closes: #51
    2bfd531e