Search for all properties in layout files corresponding to the given JetProperty

This commit is contained in:
Yan Zhulanow
2015-03-24 20:25:20 +03:00
parent 96074bc948
commit 938248bd29
5 changed files with 40 additions and 32 deletions
@@ -32,7 +32,7 @@ public abstract class AndroidResourceManager(val project: Project) {
public abstract val androidModuleInfo: AndroidModuleInfo?
public open fun propertyToXmlAttribute(property: JetProperty): PsiElement? = null
public open fun propertyToXmlAttributes(property: JetProperty): List<PsiElement> = listOf()
public fun getLayoutXmlFiles(): Map<String, List<PsiFile>> {
val info = androidModuleInfo