mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
TraverseUI test fixed
This commit is contained in:
+1
@@ -70,6 +70,7 @@ public class CodeFragmentFactoryContextWrapper implements CodeFragmentFactory{
|
||||
|
||||
|
||||
private PsiElement wrapContext(Project project, final PsiElement originalContext) {
|
||||
if (project.isDefault()) return originalContext;
|
||||
PsiElement context = originalContext;
|
||||
final DebugProcessImpl process = DebuggerManagerEx.getInstanceEx(project).getContext().getDebugProcess();
|
||||
if (process != null) {
|
||||
|
||||
Reference in New Issue
Block a user