oracle/opengrok

support for WPF resources in definition?

Open

#856 ouverte le 7 sept. 2014

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Java (747 forks)batch import
enhancementhelp wantedindexer

Métriques du dépôt

Stars
 (4 060 stars)
Métriques de merge PR
 (Merge moyen 2j 17h) (11 PRs mergées en 30 j)

Description

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.

Guide contributeur