[issue22354] Idle: highlite tabs

Ezio Melotti report at bugs.python.org
Sun Nov 2 16:33:30 CET 2014


Ezio Melotti added the comment:

> Possible ways to highlite is to have a light grey: 
> <--> 
> » (at the beginning of the tab)

FWIW the latter (») is what I usually see used, with a lighter color to distinguish it from regular text.

> 3. Should tab space in comments and strings be shaded?  I think so.
> If so, should the shading match the comment/string foreground color?

Tabs in comments and strings should generally be avoided (\t can be used in strings), and at least for Python source I would assume they don't occur too frequently, so I wouldn't worry too much about this issue.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22354>
_______________________________________


More information about the Python-bugs-list mailing list