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 "find in files" output not formatted optimally #47245

Closed
russellblau mannequin opened this issue May 28, 2008 · 2 comments
Closed

IDLE "find in files" output not formatted optimally #47245

russellblau mannequin opened this issue May 28, 2008 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@russellblau
Copy link
Mannequin

russellblau mannequin commented May 28, 2008

BPO 2996
Nosy @loewis, @kbkaiser
Files
  • grepdialog.diff: patch
  • 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/kbkaiser'
    closed_at = <Date 2008-12-20.14:38:11.497>
    created_at = <Date 2008-05-28.21:09:04.603>
    labels = ['type-bug', 'library']
    title = 'IDLE "find in files" output not formatted optimally'
    updated_at = <Date 2008-12-20.14:38:11.496>
    user = 'https://bugs.python.org/russellblau'

    bugs.python.org fields:

    activity = <Date 2008-12-20.14:38:11.496>
    actor = 'loewis'
    assignee = 'kbk'
    closed = True
    closed_date = <Date 2008-12-20.14:38:11.497>
    closer = 'loewis'
    components = ['Library (Lib)']
    creation = <Date 2008-05-28.21:09:04.603>
    creator = 'russell.blau'
    dependencies = []
    files = ['10459']
    hgrepos = []
    issue_num = 2996
    keywords = ['patch']
    message_count = 2.0
    messages = ['67464', '77740']
    nosy_count = 3.0
    nosy_names = ['loewis', 'kbk', 'russell.blau']
    pr_nums = []
    priority = 'normal'
    resolution = 'works for me'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2996'
    versions = ['Python 2.6']

    @russellblau
    Copy link
    Mannequin Author

    russellblau mannequin commented May 28, 2008

    Using the very handy "Find in files" dialog produces an output window
    that ends with the line "(Hint: right-click to open locations.)" The
    only problem is, right-clicking on that window currently doesn't work
    because the output isn't formatted in the way that the right-click
    action is looking for. Here is a patch that makes the right-click
    functionality work.

    @russellblau russellblau mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels May 28, 2008
    @loewis loewis mannequin added the release-blocker label Dec 10, 2008
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Dec 13, 2008

    I can't reproduce the problem. It works fine for me.

    @loewis loewis mannequin removed the release-blocker label Dec 13, 2008
    @loewis loewis mannequin closed this as completed Dec 20, 2008
    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant