This project is mirrored from https://gitee.com/mirrors/intellij-community.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 02 May, 2024 8 commits
  2. 30 Apr, 2024 19 commits
  3. 29 Apr, 2024 10 commits
  4. 26 Apr, 2024 3 commits
    • Anna Kozlova's avatar
      [remote-dev] [kotlin] support reformat on client · 08f9c383
      Anna Kozlova authored
      ^KTIJ-28890 fixed
      ^KTIJ-28896 fixed
      ^KTIJ-28898 fixed
      
      (cherry picked from commit 73d14852372ab779761114532abe57261abb95f5)
      
      IJ-CR-131491
      
      GitOrigin-RevId: 657020312a7a926b43ffb48e8487c33c70bd924a
      08f9c383
    • Ilia Zakoulov's avatar
      PY-64143: Partially cherry-pick c5f24f31 · 082be661
      Ilia Zakoulov authored
      This function in master is already present and used by `PyResolveImportUtil`
      
      GitOrigin-RevId: 660ae096ae34ab423e95f2e1bf1d17ecf6212366
      082be661
    • Ilia Zakoulov's avatar
      PY-64143: resolveQualifiedName might be called during indexing · 62c60420
      Ilia Zakoulov authored
      Use withAlternativeResolveEnabled to prevent causing IndexNotReady exception.
      Calling resolveQualifiedName as smartReadAction might be a bad idea
      since it will postpone resolving for undefined period of time.
      
      This method calls `foreignResults` which might access index as it does for Ultimate in `PyJavaImportResolver`
      
      GitOrigin-RevId: 3cfa8453bcc77d3940357edba8d14eb0bd2c2f6b
      62c60420