summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
Commit message (Collapse)AuthorAgeFilesLines
* interpret utf-8 file names on OSXJust van Rossum2003-01-091-0/+2
|
* removed silly & mask, avoiding FutureWarningJust van Rossum2003-01-091-2/+2
|
* macfsn is gone.Jack Jansen2002-12-261-1/+1
|
* Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. ↵Jack Jansen2002-12-131-2/+5
| | | | Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-131-3/+3
|
* another wrong assumption fixedJust van Rossum2002-12-131-3/+2
|
* and now the real fix...Just van Rossum2002-12-131-5/+2
|
* fixed bool browsing bug, sf bug #652591Just van Rossum2002-12-131-0/+1
|
* - reworked the object unpacking code, now supports new-style objects moreJust van Rossum2002-12-011-34/+46
| | | | | or less decently/completely. - cleaned up a little.
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-309-29/+28
| | | | attributes are no longer supported.
* hardcode some resources, removing annoying Widgets.rsrc dependencyJust van Rossum2002-11-242-15/+100
|
* workaround so the (otherwise still broken) IDE can at least quit in the ↵Just van Rossum2002-11-221-15/+14
| | | | Python 2.2 Jaguar addon install
* Another workaround, to find the IDE directory when we're in MacPython-OSXJack Jansen2002-11-181-0/+10
| | | | | | on Jaguar. Ceteram censeam W era packagendam esse.
* 'Replace all' in the find dialog didn't properly update the text view (it ↵Just van Rossum2002-10-241-5/+1
| | | | used to, though...). Fixed.
* cd to users home dir if no current dir has been set. Fixes bug #625734Just van Rossum2002-10-201-0/+5
|
* make sure the object browser can't crash because when the list data gets ↵Just van Rossum2002-09-161-6/+20
| | | | bigger than 32kB
* Mode rU for universal newlines, not rT. Spotted by Guido.Jack Jansen2002-09-121-2/+2
|
* Pass None to AHGotoPage().Jack Jansen2002-09-111-1/+1
|
* The debugger source view only understood mac-style linefeeds. Fixed.Jack Jansen2002-09-111-2/+3
|
* Reorganized order of help menu, and don't show Carbon documentationJack Jansen2002-09-061-3/+4
| | | | | entries on OS9 (where they are never available, and simply disabling them might lead people to think otherwise).
* Implemented the Help menu. The Python manual can be viewed (if installed)Jack Jansen2002-08-311-0/+102
| | | | | | | | and the selection can be looked up, and so can the Carbon manual. From the help menu you can also get to the online documentation, the Python website and the MacPython page. Untested in MacPython-OS9.
* If there's an environment variable PYTHONIDEPATH it points to the IDEJack Jansen2002-08-311-1/+4
| | | | folder. This allows running the IDE from the source tree on OSX.
* MenuID's are signed.Jack Jansen2002-08-311-0/+2
|
* fixed wrong classic MacOS pathname assumptionJust van Rossum2002-07-121-1/+1
|
* minor fixes, removed obsolete warningJust van Rossum2002-07-121-10/+3
|
* e macresource.need() to open the W resource file in the application initJack Jansen2002-04-032-1/+4
| | | | | | | | code (if it isn't open already). PythonIDE still opens the resource file "manually" because it also uses presence of the CURS resource to determine whether it needs to adjust sys.path.
* Got the example program to work in MachoPython.Jack Jansen2002-04-031-2/+4
|
* Added a "run with commandline Python" flag. Works in MachoPython, should workJack Jansen2002-03-311-12/+54
| | | | | in OSX MacPython (untested), and should be disabled/removed in OS9 (but that doesn't happen yet).
* Auxiliary files for building the IDE applet. Running the IDE throughJack Jansen2002-03-292-0/+57
| | | | BuildApplet for MachoPython now seems to do the right thing, yeah!
* repair damage: canceling the "save options" dialog now works again.Just van Rossum2002-03-291-4/+3
|
* repair damage: now works again as a CFM app.Just van Rossum2002-03-291-1/+1
|
* Completely revamped newline handling. PyEdit is now newline-preservingJack Jansen2002-03-291-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.
* Allow file without filetype as long as they end in ".py".Jack Jansen2002-03-291-1/+11
| | | | | | Added a -D flag (can really only be specified on OSX commandline) to not revector sys.stderr, for debugging the IDE itself. Not sure whether this should stay.
* Make object browser work in OSX (by rewriting the old browserJust van Rossum2002-03-262-2/+146
| | | | LDEF in Python). If at all possible, this should go into 2.2.1.
* For reasons I don't fully understand we sometimes get unexpected eventsJack Jansen2002-03-212-2/+8
| | | | | in MachoPython. As we don't have MacOS.HandleEvent() we drop these on the floor (with a print).
* Added minimal support for floating windows.Just van Rossum2002-02-043-11/+27
|
* Don't append quit menu when on OSX, it is special and automatic there.Just van Rossum2002-02-041-2/+13
|
* Flush screen buffer upon console.flush() and output.flush().Just van Rossum2002-02-041-0/+4
| | | | This fixes bug #511992.
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-218-38/+71
| | | | | | | | 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.
* Use the Carbon scrap manager interface if the old interface isn't available.Jack Jansen2001-12-311-2/+7
|
* Use the Carbon scrap manager interface if the old interface isn't available.Jack Jansen2001-12-313-6/+22
|
* made radio button labels readable under OSXJust van Rossum2001-12-311-9/+10
|
* half-hearted stab at supported the 2.2 object model better.Just van Rossum2001-12-311-0/+9
|
* added support for live feedback in scrollbarsJust van Rossum2001-12-311-27/+11
|
* Modified version of patch #496882: echo SimpleStdin readline()Just van Rossum2001-12-271-1/+3
| | | | input to stdout.
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
| | | | Not sure how to properly solve this.
* re-checkin as AppleSingleJust van Rossum2001-12-132-0/+0
|
* OSX tweak.Just van Rossum2001-12-081-1/+3
|
* Don't do App.DrawThemeListBoxFrame() upon activate: it startsJust van Rossum2001-12-081-2/+2
| | | | | | | looking worse and worse if you deactivate/activate the window a few times. I don't know how to fix this properly, but I'm beginning to think that it's almost impossible to support the Appearance manager properly due to the way W works. Time for W2?...
* Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus ↵Jack Jansen2001-12-043-35/+145
| | | | appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work.