Home
last modified time | relevance | path

Searched refs:colorizing (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DColorDelegator.py93 colorizing = False variable in ColorDelegator
100 if self.colorizing:
118 if not self.colorizing:
129 if self.allow_colorizing and self.colorizing:
133 if self.allow_colorizing and not self.colorizing:
148 if self.colorizing:
153 self.colorizing = True
160 self.colorizing = False
DHISTORY.txt141 - multi-window text editor with multiple undo, Python colorizing
242 - Closing a window that is still colorizing now actually works.
DREADME.txt91 config-highlight.def # Defaults for colorizing
DNEWS.txt729 - New files are colorized by default, and colorizing is removed when
919 - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
DChangeLog1093 Patch by Tim Peters to speed up colorizing of big multiline strings.
1277 Hack to close a window that is colorizing.
/external/fmtlib/doc/bootstrap/
Dalerts.less57 // Generate contextual modifier classes for colorizing the alert.
/external/python/cpython2/Doc/library/
Didle.rst21 * Python shell window (interactive interpreter) with colorizing
24 * multi-window text editor with multiple undo, Python colorizing,