Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fixes, removed obsolete warning | Just van Rossum | 2002-07-12 | 1 | -10/+3 |
| | |||||
* | Added a "run with commandline Python" flag. Works in MachoPython, should work | Jack Jansen | 2002-03-31 | 1 | -12/+54 |
| | | | | | in OSX MacPython (untested), and should be disabled/removed in OS9 (but that doesn't happen yet). | ||||
* | repair damage: canceling the "save options" dialog now works again. | Just van Rossum | 2002-03-29 | 1 | -4/+3 |
| | |||||
* | Completely revamped newline handling. PyEdit is now newline-preserving | Jack Jansen | 2002-03-29 | 1 | -20/+55 |
| | | | | | | | | | (if a single newline convention is used in the sourcefile), and the "save options" has a newline style radio button. The creator radio button also has the new choices PythonW and None. Just: just shout (and revert) if you don't agree. | ||||
* | Added minimal support for floating windows. | Just van Rossum | 2002-02-04 | 1 | -1/+7 |
| | |||||
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 1 | -2/+4 |
| | | | | | | | | MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope. | ||||
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 1 | -4/+5 |
| | |||||
* | macdinking | Just van Rossum | 2001-11-02 | 1 | -4/+4 |
| | |||||
* | some support for syntax coloring, disabled for now | Just van Rossum | 2001-11-02 | 1 | -7/+12 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -5/+5 |
| | |||||
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -2/+1 |
| | |||||
* | - fixed some re usage, partly so it'll still work when re uses pre instead | Just van Rossum | 2001-07-10 | 1 | -2/+2 |
| | | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again.. | ||||
* | - minor cleanup, removed bogus comments | Just van Rossum | 2001-07-05 | 1 | -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 Rossum | 2001-06-19 | 1 | -23/+19 |
| | | | | any further encoding conversion troubles. | ||||
* | One more macroman<->latin1 conversion victim. | Jack Jansen | 2001-05-23 | 1 | -19/+19 |
| | |||||
* | Use re in stead of regex, so we get rid of the annoying warning during startup. | Jack Jansen | 2001-02-21 | 1 | -19/+23 |
| | |||||
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 1 | -1/+2 |
| | |||||
* | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
| | |||||
* | Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵ | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
| | | | | there (but is disabled), functionality is not there. | ||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 1 | -3/+3 |
| | | | | carbon-compatible). | ||||
* | Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ↵ | Jack Jansen | 2000-06-07 | 1 | -1/+1 |
| | | | | "if uthread". | ||||
* | added experimental microthread support for use with stackless python -- bw ↵ | Just van Rossum | 2000-04-09 | 1 | -10/+68 |
| | | | | compatible (jvr) | ||||
* | changed the "method find" algorithm so the function/class/method popup menu ↵ | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
| | | | | also works with space-indented source files -- jvr | ||||
* | Minor indentation cleanup -- jvr | Just van Rossum | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -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 RoboFog | Just van Rossum | 1999-04-22 | 1 | -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 Rossum | 1999-02-27 | 1 | -0/+56 |
| | | | | -- jvr | ||||
* | fixed problem with "reloading" sub-sub-modules -- jvr | Just van Rossum | 1999-02-05 | 1 | -3/+4 |
| | |||||
* | re-checkin with "ISO-8859 translation" turned on. | Just van Rossum | 1999-02-02 | 1 | -16/+16 |
| | |||||
* | better sys.path munging when running scripts -- jvr | Just van Rossum | 1999-02-01 | 1 | -8/+2 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+1126 |