-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl+I doesn't seem to work on the editor on current tree on Windows #3053
Comments
it was ok with beta2 in previous WinPython ... I'm a little lost on the root cause of this
doesn't propose the possible "s" function either. (again in the editor only) |
hum, either I just mistaken, either it works again with latest comit... strange |
Great! We changed the internals of our completion machinery (in pull request #3049), so that could be the reason why this is working again! :-) |
On the other end, starting the new spyder:
Any suggestion to get the qtconsole back ? ... after a jupyter-qtconsole start (and stop), and a spyder re-start, it's ok again.... ==> something seems not stable in yesterday comit |
It seems a pythonw process continues to run when I stop (red cross on top right) a Spyder_launched_with_async_server, on Windows |
This bug is still in production though it's closed. I'm reproducing the exact same steps that are in the bug description. Should I make a new issue? Version and main components
Dependencies
|
Same problem with 3.1.4 on MacOS 10.12.5. Spyder installed through Anaconda. Initially it worked, but then suddenly I have exactly the same problems:
For "Console" everything works fine. Please help, thanks. jedi >=0.9.0 : 0.10.2 (OK) P.S. I had to set export EVENT_NOKQUEUE=1 , as I got some warning about queue and read about the solution by defining this variable. But I guess this has no connection to the issue described above, as the error was also before setting this variable. |
OK, I solved this problem by myself. Uninstalled Jedi 0.10.2, installed Jedi 0.9.0. |
@CoderCoderCoder it didnt work for me tho |
Problem has returned in 3.3.1 |
i concur. 3.3.1 has the same issue, ctrl+i will only work from the console. PLUS for me, the online help panel will always return "Unable to load page" on whatever item i select from the module index ... do you have any suggestions on this? |
Same even i am facing the same problem |
Description of your problem
What steps will reproduce the problem?
is it normal nothing shows up at step 3?
Versions and main components
Dependencies
jedi >=0.8.1 : 0.9.0 (OK)
matplotlib >=1.0: 1.5.1 (OK)
nbconvert >=4.0 : 4.1.0 (OK)
numpy >=1.7 : 1.10.4 (OK)
pandas >=0.13.1 : 0.18.0rc2 (OK)
pep8 >=0.6 : 1.7.0 (OK)
pyflakes >=0.6.0: 1.1.0 (OK)
pygments >=1.6 : 2.1.3 (OK)
pylint >=0.25 : 1.5.4 (OK)
qtconsole >=4.0 : 4.2.0 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.3.6 (OK)
sympy >=0.7.3 : 1.0 (OK)
The text was updated successfully, but these errors were encountered: