CSSE1001 / MyPyTutor

Interactive tutorial application for Python3.
Other
7 stars 12 forks source link

Problems menu disappears when in script window #140

Closed ShadovvMoon closed 9 years ago

sapi commented 9 years ago

idlelib handles its own menu system, so it's unfortunately not possible to generate the problems menu dynamically (as the main window does). (Well, it's possible, but you'd also have to regenerate all of the built-in menu items and bindings, using the special syntax that IDLE uses.)

Thankfully this is only a noticable problem on OS X (as under other operating systems, each window has its own menu, meaning that the problems menu is never 'hidden').