spyder-ide / spyder

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

Shortcut not correctly validated in Spyder 4 #11169

Open bmw2142 opened 4 years ago

bmw2142 commented 4 years ago

Description

What steps will reproduce the problem?

as the title

I change one shortcut but it fails to check whether the new shortcut is unique.

Versions

Dependencies

cloudpickle >=0.5.0          :  1.2.1 (OK)
pygments >=2.0               :  2.4.2 (OK)
qtconsole >=4.6.0            :  4.6.0 (OK)
nbconvert >=4.0              :  5.5.0 (OK)
sphinx >=0.6.6               :  2.1.2 (OK)
pylint >=0.25                :  2.3.1 (OK)
psutil >=0.3                 :  5.6.3 (OK)
qtawesome >=0.5.7            :  0.5.7 (OK)
qtpy >=1.5.0                 :  1.8.0 (OK)
pickleshare >=0.4            :  0.7.5 (OK)
zmq >=17                     :  18.0.0 (OK)
chardet >=2.0.0              :  3.0.4 (OK)
numpydoc >=0.6.0             :  0.9.1 (OK)
spyder_kernels >=1.8.1;<2.0.0:  1.8.1 (OK)
qdarkstyle >=2.7             :  2.7 (OK)
atomicwrites >=1.2.0         :  1.3.0 (OK)
diff_match_patch >=20181111  :  20181111 (OK)
intervaltree                 :  None (OK)
watchdog                     :  None (OK)
keyring                      :  None (OK)
pexpect >=4.4.0              :  4.7.0 (OK)
pympler                      :  None (OK)
sympy >=0.7.3                :  1.4 (OK)
cython >=0.21                :  0.29.12 (OK)
IPython >=4.0                :  7.6.1 (OK)
matplotlib >=2.0.0           :  3.1.0 (OK)
pandas >=0.13.1              :  0.24.2 (OK)
numpy >=1.7                  :  1.16.4 (OK)
scipy >=0.17.0               :  1.2.1 (OK)
pyls >=0.31.2;<0.32.0        :  0.31.2 (OK)
rtree >=0.8.3                :  0.8.3 (OK)
bmw2142 commented 4 years ago

Another small question. How to manually move a panel and aggregate to another in spyder 4.0? It works in the 3.X version.

ccordoba12 commented 4 years ago

I change one shortcut but it fails to check whether the new shortcut is unique.

Please post a screenshot of what you mean by this.

bmw2142 commented 4 years ago

In spyder 4.0, there is no warning while using the same shortcuts, and the result would be both shortcuts not working.

7 8

In spyder 3.X, there is a warning 121

ccordoba12 commented 4 years ago

@jnsebgosselin, could you take a look at this one?

jnsebgosselin commented 4 years ago

@jnsebgosselin, could you take a look at this one?

Yes I will take care of this.