spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.28k stars 1.61k forks source link

No way to disable introspection in the Editor #8301

Closed max3-2 closed 5 years ago

max3-2 commented 5 years ago

Problem Description

On MacOS and spyder 4.0.0 beta1, Code Introspection cannot be disabled. This is the issue for either style or error markers.

What steps reproduce the problem?

  1. Install anaconda or other python distribtution with last stable spyder 3.x
  2. Start spyder, type some lines which lead to introspection markers. Style or errors.
  3. Depending on your setting, you will see the markers or not. Change the Settings under Editor->Introspection. The markers will appear / disappear.
  4. Update to spyder 4.0.0 beta1
  5. Repeat 2 and 3.

What is the expected output? What do you see instead?

Expected is the same as in 2 and 3. However Code Introspection is always on. When unchecking, nothing happens but the check is disappearing. On Apply, nothing changes. On OK, nothing changes, Prefs closing. When re-opening Prefs, checkmarks are back on. Restart spyder to no avail.

Versions

ccordoba12 commented 5 years ago

Thanks for reporting. We'll address this in our next beta.

ccordoba12 commented 5 years ago

This is a duplicate of #8121.