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

Fix split editor area pane focus #89

Merged
merged 5 commits into from
Jun 21, 2013

Commits on Jun 20, 2013

  1. PEP8

    Pietro Berkes committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    1719195 View commit details
    Browse the repository at this point in the history
  2. Fix a bug with setting the active tabwidget when an editor contains t…

    …abs.
    
    If an editor contains tabs, after certain operations (e.g., navigating
    the editor tabs using keyboard shortcuts) a change in focus
    sets the editor area pane `active_tabwidget` to one of those internal tabs,
    rather than to the tab of the editor in the editor area.
    Pietro Berkes committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    da80101 View commit details
    Browse the repository at this point in the history
  3. Fix line after cut & paste.

    Pietro Berkes committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    2bd0bca View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2013

  1. Move qt-specific testing utils to pyface/ui/qt4/util .

    Pietro Berkes committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    e099098 View commit details
    Browse the repository at this point in the history
  2. Clean up test file.

    Pietro Berkes committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    87d2c21 View commit details
    Browse the repository at this point in the history