Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: draftcode/ijaas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: draftcode/ijaas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lsp
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 15, 2021

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

Commits on Oct 17, 2021

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

Commits on Oct 18, 2021

  1. Add more details to the completion items

    NB. This causes UI to freeze because it's running on EDT. Better to move
    out most of the PSI element operations out of EDT.
    draftcode committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c59e42f View commit details
    Browse the repository at this point in the history
  2. Handle paths strictly

    mattn committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b0cdf72 View commit details
    Browse the repository at this point in the history
  3. Remove needless import

    mattn committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    70084eb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Minor fixes

    * Remove an unused method
    * Remove unnecessary semicolons
    * Remove unnecessary initialization
    * Apply google-java-format
    draftcode committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    890bf73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71bf6bb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Calculate the completion items outside of the EDT

    The completion calculation code has been producing warnings since it's
    unnecessarily running on the event dispatch thread. Extract the code and
    run outside of it.
    draftcode committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    1c052ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc292c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8dccfa View commit details
    Browse the repository at this point in the history
  4. Unify the thread controls

    draftcode committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    2c55970 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8760703 View commit details
    Browse the repository at this point in the history
Loading