You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting a variable (double left click) in the editor all similar variables are highlighted. This does not work when the variable is a greek symbol.
What steps will reproduce the problem?
select variable in editor by double clicking on it
Example α = 15 y = 2 x = α+y
selecting y in line 2 will highlight y in line 3
selecting alpha in line 1 will not highlight alpha in line 3
Description of the problem
When selecting a variable (double left click) in the editor all similar variables are highlighted. This does not work when the variable is a greek symbol.
What steps will reproduce the problem?
Example
α = 15
y = 2
x = α+y
selecting y in line 2 will highlight y in line 3
selecting alpha in line 1 will not highlight alpha in line 3
Versions and main components
Dependencies
IPython >=4.0 : 5.3.0 (OK)
cython >=0.21 : 0.25.2 (OK)
jedi >=0.9.0 : 0.10.2 (OK)
nbconvert >=4.0 : 5.1.1 (OK)
numpy >=1.7 : 1.12.1 (OK)
pandas >=0.13.1 : 0.20.1 (OK)
pycodestyle >=2.3: 2.3.1 (OK)
pyflakes >=0.6.0 : 1.5.0 (OK)
pygments >=2.0 : 2.2.0 (OK)
pylint >=0.25 : 1.6.4 (OK)
qtconsole >=4.2.0: 4.3.0 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.5.6 (OK)
sympy >=0.7.3 : 1.0 (OK)
The text was updated successfully, but these errors were encountered: