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: Do not jump when select in codecontext #83962

Closed
terryjreedy opened this issue Feb 28, 2020 · 4 comments
Closed

IDLE: Do not jump when select in codecontext #83962

terryjreedy opened this issue Feb 28, 2020 · 4 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@terryjreedy
Copy link
Member

BPO 39781
Nosy @terryjreedy, @csabella, @miss-islington
PRs
  • bpo-39781: Do not jump when select in IDLE codecontext #18683
  • [3.8] bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) #18688
  • [3.7] bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) #18689
  • 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 2020-02-28.18:55:54.072>
    created_at = <Date 2020-02-28.03:15:19.460>
    labels = ['3.8', 'expert-IDLE', 'type-bug', '3.7', '3.9']
    title = 'IDLE: Do not jump when select in codecontext'
    updated_at = <Date 2020-02-28.18:55:54.071>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2020-02-28.18:55:54.071>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2020-02-28.18:55:54.072>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2020-02-28.03:15:19.460>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39781
    keywords = ['patch']
    message_count = 4.0
    messages = ['362861', '362894', '362900', '362902']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'cheryl.sabella', 'miss-islington']
    pr_nums = ['18683', '18688', '18689']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue39781'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @terryjreedy
    Copy link
    Member Author

    Tweak the code context widget so people can select context lines and copy to clipboard (perhaps to document nested code) without having to do the copy while still holding down the left mouse button. Button-down, move, and release (to select) is not really a 'click', so I don't think a doc change is needed.

    @terryjreedy terryjreedy added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Feb 28, 2020
    @terryjreedy terryjreedy self-assigned this Feb 28, 2020
    @terryjreedy terryjreedy added topic-IDLE type-bug An unexpected behavior, bug, or error 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Feb 28, 2020
    @terryjreedy terryjreedy self-assigned this Feb 28, 2020
    @terryjreedy terryjreedy added topic-IDLE type-bug An unexpected behavior, bug, or error labels Feb 28, 2020
    @terryjreedy
    Copy link
    Member Author

    New changeset c705fd1 by Terry Jan Reedy in branch 'master':
    bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
    c705fd1

    @miss-islington
    Copy link
    Contributor

    New changeset f4198ae by Miss Islington (bot) in branch '3.7':
    bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
    f4198ae

    @miss-islington
    Copy link
    Contributor

    New changeset 846ca49 by Miss Islington (bot) in branch '3.8':
    bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
    846ca49

    @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 3.9 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants