> How does one turn on syntax highlighting in PythonIDE? I'm sure its > there somewhere if it is truly an IDE, but I cannot seem to find the > switch.Look for Wtext.py, and replace self.do_fontify = 0with self.do_fontify = True--http://mail.python.org/pipermail/pythonmac-sig/2003-November/009279.html