-
-
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
Console loses cursor focus to help #17837
Comments
Hey @nerdfever, thanks for reporting. Although it's unclear in your bug report, I guess you have this option enabled, right? If that's the case, then I can't reproduce this with the latest Spyder (5.3.0): So, please download our Windows installer for 5.3.0 from here and try again with it. |
Yes, problem doesn't exist in 5.3.0. I still would perfer to keep seeing the Variable Explorer unless I hit F2 (or something). Maybe that can be an option someday... But this is workable - thanks!! |
What do you mean by this? Do you want that when the IPython console is automatically connected to Help, we don't change the focus to the second pane after typing parenthesis on the first? |
Sorry for not being clear. I mean I'd like to uncheck the boxes under Tools>Preferences>Help>Automatic Connections (so that the help pane doesn't automatically replace the Variable Explorer pane), but still have the option to press F2 (or some other unoccupied key binding) to get the Help pane, with automatic contents, when I want it. While I'm wishing (of course it's terribly unfair to ask for things from people who do this on a volunteer basis, but...):
As always, thanks for your work on Spyder!! |
Is there a way to install Spyder 5.3.0 in the Anaconda environment? 5.3.0 is not finding my installed packages (esp. win32api); I tried installing the 5.3.0 Spyder_64bit_full.exe at the same location where Anaconda put spyder.exe (for me, c:/Program_Files/Anaconda3/Scripts), but no joy. |
No, it's not possible, sorry. |
Thanks. Solution was WinPython. (The Spyder_64bit_full.exe install doesn't include PIP, which was the problem.) |
What steps will reproduce the problem?
As soon as you type the last letter of the function name that uniquely idenfies the function, the Variable Explorer pane goes away and is replaced by the Help pane, with the function docsrtring and related info displayed.
AND the cursor focus is no longer in the Console window. To finish typing your line in the Console, you must to click in the Console pane.
This is very similar to (closed) issue 3317 at #3317.
I find the unasked-for help mildly annoying (I want to continue to look at the Variable Explorer).
But that's minor compared to losing cursor focus.
The text was updated successfully, but these errors were encountered: