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 needs the ability to pass in command-line arguments #73075

Closed
rhettinger opened this issue Dec 6, 2016 · 3 comments
Closed

IDLE needs the ability to pass in command-line arguments #73075

rhettinger opened this issue Dec 6, 2016 · 3 comments
Assignees
Labels
3.7 (EOL) end of life topic-IDLE type-feature A feature request or enhancement

Comments

@rhettinger
Copy link
Contributor

BPO 28889
Nosy @rhettinger, @terryjreedy, @mlouielu
PRs
  • bpo-5680: IDLE: Add run module with arguments to Key-F7 in editor #1589
  • Superseder
  • bpo-5680: Simulate command-line arguments for program run in IDLE
  • 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 2017-06-20.21:23:50.395>
    created_at = <Date 2016-12-06.19:02:26.710>
    labels = ['expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE needs the ability to pass in command-line arguments'
    updated_at = <Date 2017-06-20.21:23:50.393>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2017-06-20.21:23:50.393>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2017-06-20.21:23:50.395>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2016-12-06.19:02:26.710>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 28889
    keywords = []
    message_count = 3.0
    messages = ['282567', '293680', '296489']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'terry.reedy', 'louielu']
    pr_nums = ['1589']
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '5680'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28889'
    versions = ['Python 3.7']

    @rhettinger
    Copy link
    Contributor Author

    [--- Feature request posted on behalf of Balakrishnan Sakthidharan ---]

    IDLE lets you run scripts with F5.

    What is needs is an F6 that opens a dialog box and asks for command-line arguments. This will help develop and test command line scripts in the IDE.

    F6 -q5 -v=8 somefile.txt

    @rhettinger rhettinger added the 3.7 (EOL) end of life label Dec 6, 2016
    @rhettinger rhettinger added topic-IDLE type-feature A feature request or enhancement labels Dec 6, 2016
    @mlouielu
    Copy link
    Mannequin

    mlouielu mannequin commented May 15, 2017

    This PR will add the short-key to F7, when using editor. It will prompt up a dialog and user can input the command-line arguments then run the code.

    @terryjreedy
    Copy link
    Member

    Another duplicate of bpo-5680, which already has three patches. I retitled the PR and it is now listed on bpo-5680.

    @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 topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants