~ubuntu-branches/ubuntu/saucy/python3.3/saucy-proposed

« back to all changes in this revision

Viewing changes to Lib/idlelib/ColorDelegator.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-05-15 21:42:49 UTC
  • mfrom: (1.2.9) (22.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130515214249-otmm671u8fiylkc2
Tags: 3.3.2-1ubuntu1
Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
            self.config_colors()
52
52
            self.bind("<<toggle-auto-coloring>>", self.toggle_colorize_event)
53
53
            self.notify_range("1.0", "end")
 
54
        else:
 
55
            # No delegate - stop any colorizing
 
56
            self.stop_colorizing = True
 
57
            self.allow_colorizing = False
54
58
 
55
59
    def config_colors(self):
56
60
        for tag, cnf in self.tagdefs.items():