cpython/Mac/Tools/IDE
Jack Jansen b2d2bc9a55 Implemented the Help menu. The Python manual can be viewed (if installed)
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.
2002-08-31 01:25:17 +00:00
..
BuildIDE.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
FontSettings.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
MacPrefs.py don't crash when encountering bad marshal data 2001-07-05 07:03:16 +00:00
ModuleBrowser.py macdinking 2001-11-02 22:55:15 +00:00
ProfileBrowser.py made radio button labels readable under OSX 2001-12-31 08:58:44 +00:00
PyBrowser.py Make object browser work in OSX (by rewriting the old browser 2002-03-26 12:06:11 +00:00
PyConsole.py Flush screen buffer upon console.flush() and output.flush(). 2002-02-04 11:53:53 +00:00
PyDebugger.py Changes by Donovan Preston (and a few minor ones by me) to make IDE run under 2002-01-21 23:00:52 +00:00
PyDocSearch.py Changes by Donovan Preston (and a few minor ones by me) to make IDE run under 2002-01-21 23:00:52 +00:00
PyEdit.py minor fixes, removed obsolete warning 2002-07-12 12:06:17 +00:00
PyFontify.py - fixed some re usage, partly so it'll still work when re uses pre instead 2001-07-10 19:25:40 +00:00
PyInteractive.py Patch by Mark Day to allow from __future__ imports. Looks harmless 2001-09-07 10:11:31 +00:00
PythonIDE.icns Auxiliary files for building the IDE applet. Running the IDE through 2002-03-29 23:46:34 +00:00
PythonIDE.plist Auxiliary files for building the IDE applet. Running the IDE through 2002-03-29 23:46:34 +00:00
PythonIDE.py If there's an environment variable PYTHONIDEPATH it points to the IDE 2002-08-31 01:22:37 +00:00
PythonIDE.rsrc re-checkin as AppleSingle 2001-12-13 12:54:36 +00:00
PythonIDEMain.py Implemented the Help menu. The Python manual can be viewed (if installed) 2002-08-31 01:25:17 +00:00
Splash.py removed import display hackery 2001-11-02 19:30:21 +00:00
W.py a whole bunch of OSX tweaks 2001-11-18 14:12:43 +00:00
Wapplication.py MenuID's are signed. 2002-08-31 01:20:53 +00:00
Wbase.py OSX tweak. 2001-12-08 10:37:40 +00:00
Wcontrols.py added support for live feedback in scrollbars 2001-12-31 08:56:52 +00:00
Widgets.rsrc re-checkin as AppleSingle 2001-12-13 12:54:36 +00:00
Wkeys.py added clearkey = '\033' 2000-07-01 14:30:30 +00:00
Wlists.py Make object browser work in OSX (by rewriting the old browser 2002-03-26 12:06:11 +00:00
Wmenus.py rearranged some imports 2001-11-02 19:09:34 +00:00
Wminiapp.py e macresource.need() to open the W resource file in the application init 2002-04-03 21:52:10 +00:00
Wquicktime.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
Wsocket.py ??? adding this file somehow failed -- jvr 1999-01-30 22:40:26 +00:00
Wtext.py Use the Carbon scrap manager interface if the old interface isn't available. 2001-12-31 14:53:05 +00:00
Wtraceback.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
Wwindows.py For reasons I don't fully understand we sometimes get unexpected events 2002-03-21 22:36:57 +00:00