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. 15 Mar, 2024 9 commits
    • Tagir Valeev's avatar
      [java-inspections] PatternVariableCanBeUsed: equivalence check should be... · aae2de51
      Tagir Valeev authored
      [java-inspections] PatternVariableCanBeUsed: equivalence check should be performed in narrowing cast as well
      
      Fixes IDEA-348779 "Pattern variable can be used" inspection false positive
      
      (cherry picked from commit a1ac8fe39011db2127d8d6d627cfae913320995a)
      
      IJ-CR-128865
      
      GitOrigin-RevId: 09a1a77aa76c515a5eed4af25ad03df8c2a35e86
      aae2de51
    • Kirill.Karnaukhov's avatar
      [inline-completion] IDEA-345516: promote Inline Completion API to stable · 6db1f64c
      Kirill.Karnaukhov authored
      (cherry picked from commit 42329e874ba4923e5676662bd4ffc0c7bc262d81)
      
      IJ-CR-128986
      
      GitOrigin-RevId: 07bc71098e0710e549289c80ad1c4392f2857259
      6db1f64c
    • Kirill.Karnaukhov's avatar
      [inline-completion] IDEA-345516: mark renderers as unstable · e4c98148
      Kirill.Karnaukhov authored
      (cherry picked from commit a4c7aaf59eb8839dbd11d5d3de528856867d4dec)
      
      IJ-CR-128986
      
      GitOrigin-RevId: 0e0de5be80dc8adfed8b9ed4fe5f464f2ccd191c
      e4c98148
    • Kirill.Karnaukhov's avatar
      [inline-completion] IDEA-345516: mark... · e603d79d
      Kirill.Karnaukhov authored
      [inline-completion] IDEA-345516: mark `InlineCompletionGrayTextElement.Presentable.getText` as unstable
      
      (cherry picked from commit 3d7798aab17dc65662484a2ac0487557b0afcd06)
      
      IJ-CR-128986
      
      GitOrigin-RevId: dd0cb472eff29ea4c14a7378f2dcc91398563fdc
      e603d79d
    • Vladimir Lagunov's avatar
      IDEA-348446 IJent: Restart the daemon if previous attempt failed during initialization · 77034a7b
      Vladimir Lagunov authored
      (cherry picked from commit b7ae1bacab211d1e1773ce705d7026b425693b24)
      
      IJ-CR-128716
      
      GitOrigin-RevId: f1534c8f72a22022aa9e7b2784dd15e81657ba0c
      77034a7b
    • Vladimir Lagunov's avatar
      IJent: improve logging a bit · 64dcb575
      Vladimir Lagunov authored
      * Instead of an allowlist in RUST_LOG env var, the blocklist is now used to mute noisy crates. It enables debugging and trace logs of FSD crates.
      * All log levels inside `bootstrapOverShellSession` get the debugging level. The logs on the debug level were written but were useless. Besides, it's a too critical function for the trace level.
      
      (cherry picked from commit 9ceb3068c59946999f3a91ccc0008e9d9e96dab2)
      
      IJ-CR-128716
      
      GitOrigin-RevId: dc419bfafd1a57250631beaee2f39557e3ffe04f
      64dcb575
    • Vladimir Lagunov's avatar
      IDEA-348158 IJent+WSL: copy IJent binary into container via 9P · 26ebd197
      Vladimir Lagunov authored
      The previous approach with `cat` locally and `head -c $binarySize > $binaryPath` remotely turned out to be unreliable. The `head` call may have frozen infinitely. By the moment of writing this message, it was not clear why it had been failing.
      
      This commit allows uploading an IJent binary in a different way. The interface is tied to the current implementation and aims to fixing particular bugs with uploading over WSL. A better API is to be provided later.
      
      (cherry picked from commit dd5cf2a54193ea9054dbadc6d095ecff8b045ff8)
      
      IJ-CR-128716
      
      GitOrigin-RevId: 1aa6d5e2b37a75fd2eadda537e1fc1852fe25104
      26ebd197
    • Tagir Valeev's avatar
      [java-dfa] IDEA-349093 Cast to unresolved reference inside try-catch causes... · 49410aee
      Tagir Valeev authored
      [java-dfa] IDEA-349093 Cast to unresolved reference inside try-catch causes 'Unreachable code' warning
      
      (cherry picked from commit c9098e741070cddd1c89936045481521d5823bf7)
      
      IJ-CR-128863
      
      GitOrigin-RevId: bdb6d1beb7a015213b670f9c4bd5cd9c3e20a5e1
      49410aee
    • Frederik Haselmeier's avatar
      [Kotlin] Updated JPS and Kotlin Wizard versions to 1.9.23 · 4c13496d
      Frederik Haselmeier authored
      ^KTIJ-29011 fixed
      
      (cherry picked from commit 7de54f94b2b4e37e18e8729bfea8bcb5e6f182a1)
      
      IJ-CR-128455
      
      GitOrigin-RevId: 53d78ff32cd66fc0748d92c14a24ab282352576b
      4c13496d
  2. 14 Mar, 2024 19 commits
  3. 13 Mar, 2024 12 commits