Skip to content
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

PR: Several fixes for the Variable Explorer #3675

Merged
merged 23 commits into from
Dec 28, 2016

Conversation

ccordoba12
Copy link
Member

@ccordoba12 ccordoba12 commented Nov 11, 2016

Fixes #3759
Fixes #3459


Fixes:

  1. Remove get_ipython, quit and exit from view for IPython consoles.
  2. Show empty Numpy arrays.
  3. Don't show protected attributes for unsupported objects.
  4. Don't show an empty viewer for un-serializable objects.
  5. Adjust rows to contents in NamespaceBrowser.
  6. Adjust viewer size for unsupported objects.

TODO:

  • Remove the remote editing option. This option has no effect right now and it's not possible to use it reliably in our IPython consoles. That's is because it needs the Qt backend to be set for it to work and there's no way for us to know what backend is being set at any moment.

@ccordoba12 ccordoba12 added this to the v3.1 milestone Nov 11, 2016
@goanpeca goanpeca changed the title Several fixes for the Variable Explorer PR: Several fixes for the Variable Explorer Nov 11, 2016
@ccordoba12 ccordoba12 merged commit 3f82769 into spyder-ide:3.x Dec 28, 2016
@ccordoba12 ccordoba12 deleted the varexp-fixes branch December 28, 2016 21:19
ccordoba12 added a commit that referenced this pull request Dec 28, 2016
Fixes #3759
Fixes #3459

Conflicts:
- spyder/config/main.py
- spyder/plugins/variableexplorer.py
- spyder/widgets/variableexplorer/collectionseditor.py
- spyder/widgets/variableexplorer/namespacebrowser.py
- spyder/widgets/variableexplorer/utils.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant