-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
From samuel.l...@gmail.com on 2013-09-30T08:28:25Z
Spyder Version: 2.2.4
Python Version: 2.7.4
Qt Version : 4.8.4, PyQt4 (API v2) 4.10 on Linux
pyflakes >=0.5.0: 0.6.1 (OK)
pep8 >=0.6 : 1.3.3 (OK)
IPython >=0.13 : 0.13.2 (OK)
rope >=0.9.2 : 0.9.2 (OK)
sphinx >=0.6.6 : 1.1.3 (OK)
matplotlib >=1.0: 1.2.1 (OK)
sympy >=0.7.0 : None (NOK)
pylint >=0.25 : 0.26.0 (OK)
It would be highly preferrable to be able to specify syntax coloring for operators and brackets as well, since they are some of the most important parts of the code.
With operators, I mean characters like +, -, %, =, etc.
Brackets: (), {}, [] etc.
(For example, I ususally want to have them in some red color, to more easily see the structure of the code.)
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1585