mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-763
Make python console extracting completion data from REPL
This commit is contained in:
@@ -28,6 +28,10 @@ public abstract class PsiPolyVariantReferenceBase<T extends PsiElement> extends
|
||||
super(psiElement);
|
||||
}
|
||||
|
||||
public PsiPolyVariantReferenceBase(final T psiElement, final boolean soft) {
|
||||
super(psiElement, soft);
|
||||
}
|
||||
|
||||
public PsiPolyVariantReferenceBase(final T element, final TextRange range, final boolean soft) {
|
||||
super(element, range, soft);
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ import javax.swing.*;
|
||||
* @author Gregory.Shrago
|
||||
*/
|
||||
public class LanguageConsoleViewImpl extends ConsoleViewImpl {
|
||||
private LanguageConsoleImpl myConsole;
|
||||
protected LanguageConsoleImpl myConsole;
|
||||
|
||||
public LanguageConsoleViewImpl(final Project project, String title, final Language language) {
|
||||
this(project, new LanguageConsoleImpl(project, title, language));
|
||||
|
||||
Reference in New Issue
Block a user