oracle/opengrok

support for WPF resources in definition?

Open

#856 geöffnet am 7. Sept. 2014

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (747 Forks)batch import
enhancementhelp wantedindexer

Repository-Metriken

Stars
 (4.060 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 17h) (11 gemergte PRs in 30 T)

Beschreibung

Hi,

When working in WPF, we define resources and use them.

Resource definition is made, for example, like this:

<Style x:Key="actionTemplateSelector">...</Style>

Using the resource can either be in C#, or in other Xaml files, like this for example:

<Button Style="{StaticResource actionTemplateSelector}" />

If I could search for a resource key by its definition, it will really help a lot. Today, we always do the full search and scan all the pages until we find x:key=”[the resource we searched for]”.

Is there a way to make definition search (or symbol search) work? thanks.

Contributor Guide