]> granicus.if.org Git - python/commit
Very large scripts folders could crash the IDE, because it runs out
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 3 Jun 2004 13:31:51 +0000 (13:31 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 3 Jun 2004 13:31:51 +0000 (13:31 +0000)
commit8d562e6b4f80c248e7eee319f02161d4d2b69b4f
tree5cfb693383f0f52124938b602d2b3084b8a511b6
parentd6d35d954bf4b0738d2d0e50a15441376ab98fe1
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.
Mac/Tools/IDE/Wapplication.py