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

bpo-37530: simplify, optimize and clean up IDLE code context #14675

Merged
merged 7 commits into from
Jul 17, 2019

Commits on Jul 9, 2019

  1. simplify, optimize and clean up code context

    * Only create CodeContext instances for "real" editors windows, but
      not e.g. shell or output windows.
    * Remove configuration update Tk event fired every second, by having
      the editor window ask its code context widget to update when
      necessary, i.e. upon font or highlighting updates.
    * When code context isn't being shown, avoid having a Tk event fired
      every 100ms to check whether the code context needs to be updated.
    * Use the editor window's getlineno() method where applicable.
    * Fix a bare "except:"
    taleinat committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    5e50c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f40200 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. add a NEWS entry

    taleinat committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6d81dc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    bb35baf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce39eb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. fix test_font

    taleinat committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    e852138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3dfed2 View commit details
    Browse the repository at this point in the history