summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyEdit.py
Commit message (Collapse)AuthorAgeFilesLines
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-3/+3
| | | | carbon-compatible).
* Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ↵Jack Jansen2000-06-071-1/+1
| | | | "if uthread".
* added experimental microthread support for use with stackless python -- bw ↵Just van Rossum2000-04-091-10/+68
| | | | compatible (jvr)
* changed the "method find" algorithm so the function/class/method popup menu ↵Just van Rossum1999-12-231-3/+8
| | | | also works with space-indented source files -- jvr
* Minor indentation cleanup -- jvrJust van Rossum1999-10-301-1/+1
|
* Oliver Steele writes:Just van Rossum1999-05-211-2/+20
| | | | | | | """Despite the best intentions of Anarchie and Internet Explorer, I often end up with Python source files (and other text files that I'd like to edit with PythonIDE) that use '\n' instead of '\r' as a line separator (and therefore sh
* - made "Save options..." dialog more generic, so it's also usable from RoboFogJust van Rossum1999-04-221-4/+5
| | | | | - mark file as dirty after changing the creator of the file so we can_save... -- jvr
* added "Save options" menu to popup so users can set the creator of scripts ↵Just van Rossum1999-02-271-0/+56
| | | | -- jvr
* fixed problem with "reloading" sub-sub-modules -- jvrJust van Rossum1999-02-051-3/+4
|
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-16/+16
|
* better sys.path munging when running scripts -- jvrJust van Rossum1999-02-011-8/+2
|
* First Checked In.Just van Rossum1999-01-301-0/+1126