This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Idle: Disable menu items when not applicable
Type: behavior Stage: test needed
Components: IDLE Versions: Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: 24817 35555 Superseder:
Assigned To: Nosy List: cheryl.sabella, kbk, markroseman, roger.serwy, terry.reedy
Priority: normal Keywords:

Created on 2015-08-07 04:21 by markroseman, last changed 2022-04-11 14:58 by admin.

Messages (3)
msg248168 - (view) Author: Mark Roseman (markroseman) * Date: 2015-08-07 04:21
Undo/Redo in Edit menu should be disabled when there is nothing to Undo or Redo
msg248217 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-08-07 19:23
I want to make this the cover issue for the general topic.  We should make an overall list here.  A patch can cover whatever subset of items that someone wants to tackle.  Specific issues should only be opened when there is a specific patch, or if there are specific problems to discuss for a particular item or set of items. Such separate issues become dependencies of this one.

24817 Format menu
msg332396 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-12-23 22:35
#35555 - Show/Hide Code Context
History
Date User Action Args
2022-04-11 14:58:19adminsetgithub: 69002
2018-12-23 22:35:24cheryl.sabellasetversions: + Python 3.7, Python 3.8, - Python 2.7, Python 3.5, Python 3.6
nosy: + cheryl.sabella

messages: + msg332396

dependencies: + IDLE: Gray out Code Context on non-editor windows
2015-08-07 19:23:05terry.reedysettitle: Disable Undo/Redo menu items when not applicable -> Idle: Disable menu items when not applicable
dependencies: + IDLE: disable format menu items when not applicable
messages: + msg248217
stage: test needed
2015-08-07 04:21:13markrosemancreate