/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ColorDelegator.py | 54 # No delegate - stop any colorizing 94 colorizing = False variable in class:ColorDelegator 99 if DEBUG: print "colorizing already scheduled" 101 if self.colorizing: 103 if DEBUG: print "stop colorizing" 105 if DEBUG: print "schedule colorizing" 108 close_when_done = None # Window to be closed when done colorizing 119 if not self.colorizing: 130 if self.allow_colorizing and self.colorizing: 131 if DEBUG: print "stop colorizing" [all...] |
README.txt | 7 IDLE features a multi-window text editor with multiple undo, Python colorizing, 14 There is a Python Shell window which features colorizing and command recall.
|
HISTORY.txt | 141 - multi-window text editor with multiple undo, Python colorizing 242 - Closing a window that is still colorizing now actually works.
|
NEWS.txt | 285 - New files are colorized by default, and colorizing is removed when 530 - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
|
ChangeLog | [all...] |
PyShell.py | 680 """Extend base class method: Add Colorizing [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ColorDelegator.py | 54 # No delegate - stop any colorizing 94 colorizing = False variable in class:ColorDelegator 99 if DEBUG: print "colorizing already scheduled" 101 if self.colorizing: 103 if DEBUG: print "stop colorizing" 105 if DEBUG: print "schedule colorizing" 108 close_when_done = None # Window to be closed when done colorizing 119 if not self.colorizing: 130 if self.allow_colorizing and self.colorizing: 131 if DEBUG: print "stop colorizing" [all...] |
README.txt | 7 IDLE features a multi-window text editor with multiple undo, Python colorizing, 14 There is a Python Shell window which features colorizing and command recall.
|
HISTORY.txt | 141 - multi-window text editor with multiple undo, Python colorizing 242 - Closing a window that is still colorizing now actually works.
|
NEWS.txt | 285 - New files are colorized by default, and colorizing is removed when 530 - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
|
ChangeLog | [all...] |
PyShell.py | 680 """Extend base class method: Add Colorizing [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 54 # No delegate - stop any colorizing 94 colorizing = False variable in class:ColorDelegator 99 if DEBUG: print "colorizing already scheduled" 101 if self.colorizing: 103 if DEBUG: print "stop colorizing" 105 if DEBUG: print "schedule colorizing" 108 close_when_done = None # Window to be closed when done colorizing 119 if not self.colorizing: 130 if self.allow_colorizing and self.colorizing: 131 if DEBUG: print "stop colorizing" [all...] |
README.txt | 7 IDLE features a multi-window text editor with multiple undo, Python colorizing, 14 There is a Python Shell window which features colorizing and command recall.
|
HISTORY.txt | 141 - multi-window text editor with multiple undo, Python colorizing 242 - Closing a window that is still colorizing now actually works.
|
NEWS.txt | 285 - New files are colorized by default, and colorizing is removed when 530 - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
|
ChangeLog | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 54 # No delegate - stop any colorizing 94 colorizing = False variable in class:ColorDelegator 99 if DEBUG: print "colorizing already scheduled" 101 if self.colorizing: 103 if DEBUG: print "stop colorizing" 105 if DEBUG: print "schedule colorizing" 108 close_when_done = None # Window to be closed when done colorizing 119 if not self.colorizing: 130 if self.allow_colorizing and self.colorizing: 131 if DEBUG: print "stop colorizing" [all...] |
README.txt | 7 IDLE features a multi-window text editor with multiple undo, Python colorizing, 14 There is a Python Shell window which features colorizing and command recall.
|
HISTORY.txt | 141 - multi-window text editor with multiple undo, Python colorizing 242 - Closing a window that is still colorizing now actually works.
|
NEWS.txt | 285 - New files are colorized by default, and colorizing is removed when 530 - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
|
ChangeLog | [all...] |
/external/clang/include/clang/Frontend/ |
TextDiagnostic.h | 47 /// This is a static helper that handles colorizing the level and formatting 59 /// This is a static helper to handle the line wrapping, colorizing, and 72 /// \param ShowColors Enable colorizing of the message.
|
/external/v8/build/android/pylib/utils/ |
logging_utils.py | 67 a colorizing handler at the same time as others, either register them
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
PictureDetailsActivity.java | 42 * main activity, colorizing it from the thumbnail's grayscale version at the 127 * size/location, colorizing it in parallel. In parallel, the background of the 263 * This is called by the colorizing animator. It sets a saturation factor that is then
|