summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyEdit.py
Commit message (Collapse)AuthorAgeFilesLines
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-4/+5
|
* macdinkingJust van Rossum2001-11-021-4/+4
|
* some support for syntax coloring, disabled for nowJust van Rossum2001-11-021-7/+12
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-5/+5
|
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-2/+1
|
* - fixed some re usage, partly so it'll still work when re uses pre insteadJust van Rossum2001-07-101-2/+2
| | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again..
* - minor cleanup, removed bogus commentsJust van Rossum2001-07-051-9/+13
| | | | | - make method reload handle __private attrs correctly - fixed whole word search
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-23/+19
| | | | any further encoding conversion troubles.
* One more macroman<->latin1 conversion victim.Jack Jansen2001-05-231-19/+19
|
* Use re in stead of regex, so we get rid of the annoying warning during startup.Jack Jansen2001-02-211-19/+23
|
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-291-1/+2
|
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-231-1/+1
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-1/+1
|
* Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵Just van Rossum2000-10-201-22/+63
| | | | there (but is disabled), functionality is not there.
* 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