"Oodi Pilzer" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
Hi, I am trying to duplicate the indenting functionality of the IDLE into 
another environment used in an educational setting at MIT.  As Python is 
open software, I assume I can look at the source code for the IDLE.  If 
someone could kindly give me a pointer as to where I might find the source 
code for this functionality, I would very much appreciate it.

--------------------------------------------------------------------------------

After installation, .../Python2.x/Lib/idlelib/*.py are the IDLE source 
files.
For indentation, I would first look in EditorWindow.py.

tjr





_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to