mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-158155 Invocation of unresolved method com.intellij.ide.actions.searcheverywhere.SymbolSearchEverywhereContributor.createContext(Project, SmartPsiElementPointer) : DataContext)
GitOrigin-RevId: b3f4dbcf281bb464a1a520699b5db0d8b1937576
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8d8130566f
commit
18cee4ed54
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user