IJPL-158155 Invocation of unresolved method com.intellij.ide.actions.searcheverywhere.SymbolSearchEverywhereContributor.createContext(Project, SmartPsiElementPointer) : DataContext)

GitOrigin-RevId: b3f4dbcf281bb464a1a520699b5db0d8b1937576
This commit is contained in:
Vladimir Krivosheev
2024-07-11 15:00:22 +02:00
committed by intellij-monorepo-bot
parent 8d8130566f
commit 18cee4ed54
2 changed files with 2 additions and 0 deletions

View File

@@ -13825,6 +13825,7 @@ a:com.intellij.ide.actions.searcheverywhere.AbstractGotoSEContributor
- p:myScopeDescriptor:com.intellij.ide.util.scopeChooser.ScopeDescriptor
- p:<init>(com.intellij.openapi.actionSystem.AnActionEvent):V
- psf:applyPatternFilter(java.lang.String,java.util.regex.Pattern):java.lang.String
- sf:createContext(com.intellij.openapi.project.Project,com.intellij.psi.SmartPsiElementPointer):com.intellij.openapi.actionSystem.DataContext
- pa:createModel(com.intellij.openapi.project.Project):com.intellij.ide.util.gotoByName.FilteringGotoByModel
- p:createScopes():java.util.List
- pf:doGetActions(com.intellij.ide.actions.searcheverywhere.PersistentSearchEverywhereContributorFilter,com.intellij.ide.util.ElementsChooser$StatisticsCollector,java.lang.Runnable):java.util.List

View File

@@ -111,6 +111,7 @@ abstract class AbstractGotoSEContributor protected constructor(event: AnActionEv
get() = myProject
companion object {
@JvmStatic
fun createContext(project: Project?, psiContext: SmartPsiElementPointer<PsiElement?>?): DataContext {
val parentContext = if (project == null) null else SimpleDataContext.getProjectContext(project)
val context = psiContext?.element