Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDLE: Gray out Code Context on non-editor windows #79736

Closed
csabella opened this issue Dec 21, 2018 · 6 comments
Closed

IDLE: Gray out Code Context on non-editor windows #79736

csabella opened this issue Dec 21, 2018 · 6 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@csabella
Copy link
Contributor

BPO 35555
Nosy @terryjreedy, @csabella
PRs
  • bpo-35555: IDLE: Gray out Code Context menu item on non-editors #11282
  • [3.7] bpo-35555: IDLE: Gray out Code Context menu item on non-editors (GH-11282) #11300
  • bpo-35555: Create function to update IDLE menu item state #11343
  • [3.7] bpo-35555: Create function to update IDLE menu item state. (GH-11343) #11344
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/terryjreedy'
    closed_at = <Date 2018-12-23.22:37:30.618>
    created_at = <Date 2018-12-21.23:43:14.252>
    labels = ['3.8', 'expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE: Gray out Code Context on non-editor windows'
    updated_at = <Date 2018-12-28.18:30:44.797>
    user = 'https://github.com/csabella'

    bugs.python.org fields:

    activity = <Date 2018-12-28.18:30:44.797>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2018-12-23.22:37:30.618>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2018-12-21.23:43:14.252>
    creator = 'cheryl.sabella'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35555
    keywords = ['patch']
    message_count = 6.0
    messages = ['332311', '332328', '332397', '332471', '332472', '332671']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'cheryl.sabella']
    pr_nums = ['11282', '11300', '11343', '11344']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35555'
    versions = ['Python 3.7', 'Python 3.8']

    @csabella
    Copy link
    Contributor Author

    M3 from bpo-33610.

    Gray out menu entry when not applicable.

    @csabella csabella added the 3.8 only security fixes label Dec 21, 2018
    @csabella csabella added topic-IDLE type-feature A feature request or enhancement labels Dec 21, 2018
    @terryjreedy
    Copy link
    Member

    PR 11282 should have been listed above.

    @terryjreedy terryjreedy added the 3.7 (EOL) end of life label Dec 23, 2018
    @terryjreedy
    Copy link
    Member

    Thank you. The backport is PR 11300.

    @terryjreedy
    Copy link
    Member

    New changeset 8874f51 by Terry Jan Reedy (Cheryl Sabella) in branch 'master':
    bpo-35555: IDLE: Gray out Code Context menu item on non-editors (bpo-11282)
    8874f51

    @terryjreedy
    Copy link
    Member

    New changeset d4f7616 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.7':
    bpo-35555: IDLE: Gray out Code Context menu item on non-editors (GH-11282) (GH-11300)
    d4f7616

    @terryjreedy
    Copy link
    Member

    A function to change state will be needed in the future, as illustrated by a preliminary version of PR-11325. On that PR, I requested that this part of that PR should be attached to this issue instead, with no change in the blurb.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants