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

Moving trade screen search lines #289

Merged
merged 4 commits into from
Aug 28, 2014
Merged

Commits on Aug 17, 2014

  1. Moving trade screen search lines

    Now that this screen uses the window's full height, the hard-coded line is no longer appropriate.
    eswald committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    6ee29bf View commit details
    Browse the repository at this point in the history
  2. Moving Mark/Unmark all in the trade screen

    These are in a different plugin, but affect the same interface.
    eswald committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    6060da5 View commit details
    Browse the repository at this point in the history
  3. Switching Mark/Unmark all hotkeys to red

    Following the policy described in the Readme.
    eswald committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    2b59f0e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Prioritizing search hooks on the trade screen.

    The autotrade plugin has been intercepting the m/u/M/U keys if enabled after enabling the search plugin.  An explicit priority makes the search plugin always accept those keys while typing in a search line.
    eswald committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    6d9d616 View commit details
    Browse the repository at this point in the history