Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fixes for focus handling #2026

Merged
merged 5 commits into from
Nov 6, 2012
Merged

Fixes for focus handling #2026

merged 5 commits into from
Nov 6, 2012

Commits on Nov 2, 2012

  1. Focus changes

    EditorManager.focusEditor() now returns focus to the last visible
    editor that had focus. We no longer force the focus back to the
    main editor after saving or cancelling an open.
    
    Add EditorManager.getActiveEditor(). This function is similar to
    getFocusedEditor(), but will return the last editor that was given
    focus, even if it doesn't have focus at the moment. This is useful
    for commands like Find/Find Next that should work on the active
    document even if the Find dialog has focus.
    
    Update FindReplace, FindInFiles and QuickOpen to use getActiveEditor()
    gruehle committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    d0f23d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2012

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

Commits on Nov 5, 2012

  1. Configuration menu
    Copy the full SHA
    5238a82 View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    5817238 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2012

  1. More focus bug fixes

    gruehle committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    5c92770 View commit details
    Browse the repository at this point in the history