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. 25 Jul, 2022 1 commit
    • Vyacheslav Karpukhin's avatar
      build: correctly handle symlinks · 7139a7c1
      Vyacheslav Karpukhin authored
      (cherry picked from commit ff8a1aaea7f68d968f356c1f6ade7565eae7ce68)
      (cherry picked from commit 25050b6bd09b0aecdfcc171118be879c31187aa2)
      
      GitOrigin-RevId: a059632e41a6ae22d6fd8b7784f817e41d87e449
      7139a7c1
  2. 22 Jul, 2022 5 commits
  3. 21 Jul, 2022 3 commits
  4. 20 Jul, 2022 10 commits
    • Anna Koehler's avatar
      Fix the test in IntelliJConfigurationFilesFormatTest · d2295866
      Anna Koehler authored
      (cherry picked from commit 8d97ba922ec53999d49a9778ff1fa4e16760f876)
      
      IJ-CR-27470
      
      GitOrigin-RevId: 81a00bdf7ea719df8fc7a9c7edaf9a6e04b2b84b
      d2295866
    • Anna Koehler's avatar
      Divide module starter in three modules: starter, test and metricsCollector · 084eee59
      Anna Koehler authored
      (cherry picked from commit 592568a9101ffd053a2a5ae3ab4bbbc594a50399)
      
      IJ-CR-27470
      
      GitOrigin-RevId: b2f9b712c92f05b11a0b9bfcee5a7253f6ebed53
      084eee59
    • Mikhail Golubev's avatar
      PY-53671 Don't treat methods qualified with a module as unbound · b5c70dc7
      Mikhail Golubev authored
      While resolving an aliased method exported from a module, we might lose
      the context that it was referenced via instance and hence its first "self"
      parameter is already bound and doesn't need to be passed explicitly.
      The reason is PyResolveUtil#doResolveQualifiedNameInScope (called in
      PyTargetExpressionImpl.multiResolveAssignedValue) performs resolve
      over qualified names saved in PSI stubs and returns plain PsiElements
      (end results) that don't retain such information about their qualifiers.
      QualifiedResolveResult can't be used there either because we don't keep
      PyExpressions in PSI stubs. What's more, when later such function is referenced
      via some module we consider it definitely unbound, even though a module cannot
      possibly have a method as its immediate attribute. I changed the logic so that
      we no longer consider referencing a method through a module as somehow affecting
      its bound/unbound state.
      
      IJ-CR-27412
      
      GitOrigin-RevId: 6298076461b6180c6337de87a1e1bf4b9f279ee1
      b5c70dc7
    • Aleksei Kniazev's avatar
      fixed PyCharm majorReleaseDate · c1122263
      Aleksei Kniazev authored
      (cherry picked from commit c26d56249de0a103d1b17090dabe101edc0aec47)
      
      IJ-CR-27435
      
      GitOrigin-RevId: d61c17e8ea2ef98a08befa8f0adcb31043bbe7a5
      c1122263
    • Nikita Bobko's avatar
      IJ-CR-27350 (2) Work around broken kotlin-annotation-processing when kotlin < 1.7.20 · 117c5845
      Nikita Bobko authored
      ^KTIJ-22255 Fixed
      KTIJ-22176
      IJ-CR-27350
      
      This commit is a proper fix for KTIJ-22176. Previous 72e906d6e95f4 fix
      contained two problems:
      1. Incorrect error handling (if any of `loadDependenciesSync` inside
         `flatMap` returns empty list then it's not propagated which causes
         KTIJ-22255)
      2. Hardcoded KOTLIN_DIST_FOR_JPS_META_DEPS contains "trove4j",
         "kotlinx-coroutines-core-jvm", and "annotations". All of those
         artifacts have different groupId and version. It wasn't taken into
         account. Luckily, we caught that with test
         `JpsCompilerMultiModule.testJpsCompilerMultiModule`
      
      Note: `distinct` isn't really needed anymore, but I left it because it's
      a more safe code.
      
      (cherry picked from commit 1db159f8e2ee9be4f90b6e4d4387a3ec6fa45a97)
      
      GitOrigin-RevId: cbf8dbfe7ce9f019c6f016772744268f78766a5d
      117c5845
    • Nikita Bobko's avatar
      IJ-CR-27350 Work around broken kotlin-annotation-processing when kotlin < 1.7.20 · 515c718a
      Nikita Bobko authored
      ^KTIJ-22176 Fixed
      
      (cherry picked from commit 72e906d6e95f495407ac53c43cb6267a9cee85f5)
      
      GitOrigin-RevId: 24a27de9e539c77fbd489c15dbd3c1de6adb1b73
      515c718a
    • Nikolay Rykunov's avatar
      [welcome screen] IDEA-298137: Return gap between search field and projects · 7b842ef1
      Nikolay Rykunov authored
      Fix regression after e08afe32efb4ffceadcaeeb80b1c76650b1ac11c
      
      It is changed commit 3e574fb9963b3747c3c4cfae7d7be48eced730a7. Couldn't be cherry-picked because of the java -> kt conversion
      
      (cherry picked from commit bffaeb1905d121de75c1fa9ecafe95922ef01912)
      
      IJ-CR-27422
      
      GitOrigin-RevId: d9ed704e21776a749c5768149fdd94e91787ad7c
      7b842ef1
    • Nikolay Rykunov's avatar
      [welcome screen] IDEA-298137: Add gap between project name and path · c8216607
      Nikolay Rykunov authored
      (cherry picked from commit 8a968f9e97263c516ff16709e0093677d38de6ac)
      (cherry picked from commit 8c51089369fa972a60ec6826577d25eb4cc69a3f)
      
      IJ-CR-27422
      
      GitOrigin-RevId: 33d82bd422590762ba66e52adb907835a988d20a
      c8216607
    • Nikolay Rykunov's avatar
      [welcome screen] IDEA-297895: Use comment font for project path · 052a3ee7
      Nikolay Rykunov authored
      Use previous logic represented in NewRecentProjectPanel
      
      (cherry picked from commit 802be0e99ba848aaa4c7bb52816b4f6a381f0ca3)
      (cherry picked from commit af1b6e06c6784f55b925c9997d6db598c07897bb)
      
      IJ-CR-27422
      
      GitOrigin-RevId: 630735b8c22c48594de2c7c245293228930186b3
      052a3ee7
    • Vitaly Provodin's avatar
      Updating versions of project dependencies: runtimeBuild->17.0.3b469.32 · 3a1a98a3
      Vitaly Provodin authored
      GitOrigin-RevId: a7ca68ab424ee677f6a99e7af49539f4389f5cbd
      3a1a98a3
  5. 19 Jul, 2022 9 commits
  6. 18 Jul, 2022 4 commits
  7. 15 Jul, 2022 6 commits
  8. 14 Jul, 2022 2 commits
    • Ivan Migalev's avatar
      Rd: upgrade to 2022.2.5 · 397ef49f
      Ivan Migalev authored
      Reviewed in IJ-CR-27235.
      
      GitOrigin-RevId: 3b799754ecf8f81ecabe07db86e14d5926768b15
      397ef49f
    • Dmitry Batrak's avatar
      IDEA-265390 Find in Files and Replace in File window does not stay open in linux · 7a380c37
      Dmitry Batrak authored
      This brings back the logic removed as part of refactoring in commit 534c9e45 ([CWM] Add action on dialog deactivation API).
      It turns out, it currently makes a difference for WSLg.
      
      (cherry picked from commit 7e817f7a786a77d5c115f0f5bbe0c8a7826ee5dd)
      (cherry picked from commit 355df16d3f1041f1877c1f4e7d7ea2dbd42ecb0b)
      
      GitOrigin-RevId: 1311c1959870e4b1fa56c427b9cc8a6fcabaa151
      7a380c37