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: horizontal scrollbar #87633

Closed
DavidEFrancoG mannequin opened this issue Mar 10, 2021 · 4 comments
Closed

IDLE: horizontal scrollbar #87633

DavidEFrancoG mannequin opened this issue Mar 10, 2021 · 4 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@DavidEFrancoG
Copy link
Mannequin

DavidEFrancoG mannequin commented Mar 10, 2021

BPO 43467
Nosy @rhettinger, @terryjreedy
Superseder
  • bpo-1207613: Idle Editor: Bottom Scroll Bar
  • Files
  • no scroll bar.PNG: show the window of the IDLE editor 3.9.2
  • scroll bar notepd.PNG: show the window of the notepad
  • 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 2021-03-11.06:21:28.874>
    created_at = <Date 2021-03-10.23:57:39.072>
    labels = ['expert-IDLE', 'type-feature', '3.8', '3.9']
    title = 'IDLE: horizontal scrollbar'
    updated_at = <Date 2021-03-11.06:21:28.873>
    user = 'https://bugs.python.org/DavidEFrancoG'

    bugs.python.org fields:

    activity = <Date 2021-03-11.06:21:28.873>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2021-03-11.06:21:28.874>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2021-03-10.23:57:39.072>
    creator = 'David E. Franco G.'
    dependencies = []
    files = ['49865', '49868']
    hgrepos = []
    issue_num = 43467
    keywords = []
    message_count = 4.0
    messages = ['388469', '388474', '388475', '388478']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'terry.reedy', 'David E. Franco G.']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '1207613'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue43467'
    versions = ['Python 3.8', 'Python 3.9']

    @DavidEFrancoG
    Copy link
    Mannequin Author

    DavidEFrancoG mannequin commented Mar 10, 2021

    I noticed that the horizontal scroll bar is missing, I think it was present in previous version, regardless it would be nice if its be present.

    Thanks.

    @DavidEFrancoG DavidEFrancoG mannequin added 3.8 only security fixes 3.9 only security fixes labels Mar 10, 2021
    @DavidEFrancoG DavidEFrancoG mannequin added topic-IDLE type-feature A feature request or enhancement 3.8 only security fixes 3.9 only security fixes labels Mar 10, 2021
    @DavidEFrancoG DavidEFrancoG mannequin added topic-IDLE type-feature A feature request or enhancement labels Mar 10, 2021
    @rhettinger
    Copy link
    Contributor

    FWIW, I think IDLE is better-off without a horizontal scroll bar.

    For teaching purposes, it's valuable to a screen that focuses on content and is devoid of clutter.

    @DavidEFrancoG
    Copy link
    Mannequin Author

    DavidEFrancoG mannequin commented Mar 11, 2021

    How is that clutter?
    Even the most basic text editor (window notepad) have it, and knowing that yours or whoever code you are looking at extend horizontally beyond the size of your current windows size is a relevant information.

    @terryjreedy
    Copy link
    Member

    This has been debated for 15 years see bpo-1207613. The current patch, which only displays a scrollbar when needed, 'works', but in a way that is not visually acceptable.

    @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.8 only security fixes 3.9 only security fixes topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants