cpython/Mac/Tools/IDE
Jack Jansen 8d562e6b4f Very large scripts folders could crash the IDE, because it runs out
of Menu IDs (of which there are only 255 in Carbon). Fixed by stopping
examining the scripts folder when we allocate menu ID 200.

Fixes #959291. Need to backport.
2004-06-03 13:31:51 +00:00
..
BuildIDE.py Import the MacOS toolbox modules from the Carbon package. 2001-08-25 12:15:04 +00:00
FontSettings.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
MacPrefs.py Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now 2003-02-06 22:32:35 +00:00
ModuleBrowser.py macdinking 2001-11-02 22:55:15 +00:00
PackageManager.icns Icons for the package manager. 2003-02-12 16:20:23 +00:00
PackageManager.plist Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
PackageManager.py - Allow easy opening of experimental database, if pimp >= 0.4 2004-02-28 23:19:42 +00:00
ProfileBrowser.py Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now 2003-02-06 22:32:35 +00:00
PyBrowser.py More int() around float arguments. 2003-02-12 15:39:16 +00:00
PyConsole.py fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() fails 2003-10-12 19:27:24 +00:00
PyDebugger.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
PyDocSearch.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
PyEdit.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
PyFontify.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +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 Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
PythonIDE.py Forward port of various fixes that were initially only done on the 2003-11-19 13:45:26 +00:00
PythonIDE.rsrc re-checkin as AppleSingle 2001-12-13 12:54:36 +00:00
PythonIDEMain.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
Splash.py Lots of minor tweaks for the pep252 checkins, mainly because Qd 2002-11-30 00:01:29 +00:00
W.py a whole bunch of OSX tweaks 2001-11-18 14:12:43 +00:00
Wapplication.py Very large scripts folders could crash the IDE, because it runs out 2004-06-03 13:31:51 +00:00
Wbase.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
Wcontrols.py Lots of minor tweaks for the pep252 checkins, mainly because Qd 2002-11-30 00:01:29 +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 In a MultiList select all cells in the row, not only the first one. 2003-02-12 12:47:00 +00:00
Wmenus.py removed silly & mask, avoiding FutureWarning 2003-01-09 22:54:37 +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 Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now 2003-02-06 22:32:35 +00:00
Wsocket.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
Wtext.py Cast various floats to ints so we don't get warnings. 2003-02-05 15:40:05 +00:00
Wtraceback.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
Wwindows.py Lots of minor tweaks for the pep252 checkins, mainly because Qd 2002-11-30 00:01:29 +00:00