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

Sort type completions differently #1100

Commits on Jun 3, 2016

  1. Improve build script

    This small change makes it more comfortable to run the build script with
    additional Maven options. To do so, simply call the script like
    
        $ ADDITIONAL_MVN_OPTS="-DskipTests -U" ./build-all.sh
    mlangc committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    3327a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27b05c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba81e3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b094b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc767c8 View commit details
    Browse the repository at this point in the history
  6. Limit completion proposal relevance to 100

    This limit makes sense because template proposals normally get a relevance of
    90. Internally the relevance is calculated on a scale of 0 to 1000 though, to
    be more flexible.
    
    Fix #1002686
    mlangc committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    1d9c04e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

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