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

refactor all the things #16

Closed
wants to merge 14 commits into from
Closed

refactor all the things #16

wants to merge 14 commits into from

Commits on Feb 24, 2013

  1. Configuration menu
    Copy the full SHA
    8b5dc99 View commit details
    Browse the repository at this point in the history
  2. fix completion tooltip

    krya committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    512c9ab View commit details
    Browse the repository at this point in the history
  3. add filter for completion names

    krya committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    ec6f834 View commit details
    Browse the repository at this point in the history
  4. dont fail on unsaved file

    krya committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    02889ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    039d877 View commit details
    Browse the repository at this point in the history
  6. cache sys.path getter

    krya committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    1ee77dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    368c0df View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2013

  1. dont do goto on builtin

    krya committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    ec7ad04 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2013

  1. proper sys.path cleanup

    krya committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    4b9d217 View commit details
    Browse the repository at this point in the history
  2. cleanup goto

    krya committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    6f215b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2013

  1. Configuration menu
    Copy the full SHA
    1184349 View commit details
    Browse the repository at this point in the history
  2. add an option to not complete funcargs

    also show completions if cusror is in function call
    krya committed Mar 17, 2013
    Configuration menu
    Copy the full SHA
    a4011cb View commit details
    Browse the repository at this point in the history
  3. cleanup a bit

    krya committed Mar 17, 2013
    Configuration menu
    Copy the full SHA
    12322c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. show type on complete

    krya committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    5ed05e7 View commit details
    Browse the repository at this point in the history