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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 22 Mar, 2024 9 commits
-
-
Ilya.Kazakevich authored
This package is only used by third party plugins. We can't leave it inside another v2 module due to package inconsistency. See errors like https://youtrack.jetbrains.com/issue/PY-70729/Class-com.jetbrains.python.psi.PyElementType-must-not-be-requested-from-main-classloader-of-Pythonid-plugin#focus=Comments-27-9494155.0-0 So we move it to the separate v2 module which will be removed soon (cherry picked from commit ac83deba61735dd09c2c7133fdca37605480f654) IJ-CR-129709 GitOrigin-RevId: b7f209aeaf8b58ba41e7d0d876d893c4bf18d620
-
Sofia Kondirova authored
GitOrigin-RevId: 9827097d6c0a0ac88a8274937efcfe827b0da9d8
-
Oleg Taratukhin authored
(cherry picked from commit 8e67af0a7c650ed49e2f4b8e1650203957505e5f) IJ-CR-129415 GitOrigin-RevId: 55cf91b7b6bdaa0e7d9be803b0a7a7877d722611
-
Nikita.Ashihmin authored
(cherry picked from commit 6dfe6c1ed4785988e605637ec02800a987c4bacc) IJ-CR-129668 GitOrigin-RevId: 7017f3d18a344bacda823a0f7a394bba981e8715
-
Andrey Belyaev authored
Reimplemented file caching and action description reload using VFS (cherry picked from commit 46cb3b6be7d76548d47ba1fcf4ade8fec911048b) (cherry picked from commit af2f6c66b19826c80c994187f3815af9c2bd930c) IJ-MR-129317 (cherry picked from commit 0a1d47abec54e89750fffccf152352da878e3681) (cherry picked from commit 2ba67b4a13d9af5a9b8a521015ac25749eacefa0) IJ-MR-129613 GitOrigin-RevId: 67a16990ec7d17bf275e483cf68718633c8f2cda
-
Bogdan Kirilenko authored
(cherry picked from commit ce5cdd10fe85e68292de1cad2e1650d5afebe52e) GitOrigin-RevId: 3e195adca640414716ec8d8a5e77a9d1b2561cbb
-
Aleksei Kniazev authored
[python] executable cache in PythonSdkFlavor prevents from validating newly installed conda (PY-63084) (cherry picked from commit 2b7e6c361fd1429f0ce94d271214c5e1f5bca23b) IJ-MR-129618 GitOrigin-RevId: dfdde0cb3356e837f63d36ee7b06b8823661eb88
-
Vitaly Legchilkin authored
On Windows, install Miniconda to the user profile folder specifying default values explicitly (PY-63084) (cherry picked from commit 0911169630526bfd3e02714e447575cfda4428b3) IJ-MR-129618 GitOrigin-RevId: 59dbe953b005b26fc47253a5b4a17e8d84610257
-
Aleksei Kniazev authored
(cherry picked from commit 8efbd2a0aace3f0dcf139f6ac429cbfb78b818da) IJ-MR-129618 GitOrigin-RevId: 9e2bf4da9a600eccd821b2282ef0403446f7d76d
-
- 21 Mar, 2024 21 commits
-
-
Vitaly Legchilkin authored
Make project optional (PY-63084) Fix BinaryInstallerUsagesCollector(PY-63084) * align eventIds according to naming convention * fix version regex (allow only digits dots and dashes) Add Conda (Miniconda/Anaconda) install manager (PY-63084) * refactor python installers * add conda updater * create conda sdks registry Merge-request: IJ-MR-128404 Merged-by:
Vitaly Legchilkin <Vitaly.Legchilkin@jetbrains.com> (cherry picked from commit 1e73d1bd32fced94901c4c9a2c1260fca8aca9e2) IJ-MR-128404 GitOrigin-RevId: fbc4cfe8176e1da45f414996b5a6de67f3e67506
-
Nikita.Ashihmin authored
This reverts commit 5344c2c3 (cherry picked from commit b9e7a04e97afe87c998b1667b55af1968d6d527d) IJ-CR-129668 GitOrigin-RevId: 438900d778b0a110e3c0e32f4842eff8a69f47e8
-
Ilya.Kazakevich authored
(cherry picked from commit e65a0aad259f51ce7216b9e94114453e7a04e4a9) KT-CR-15090 (cherry picked from commit 4ba93294d92f2c6d8459dd2db80e726448a8d10a) IJ-CR-129697 GitOrigin-RevId: 0469449f83de9a32163df6234a4e54da013deed2
-
Nikita Pavlenko authored
[python] Python: Rewritten PyEditorCellManager - class that paints vertical line in gutter for selected cell. Should now not take 90% CPU now. #PY-70851 Fixed (cherry picked from commit 26355ce5fa08219b2e725b8e2e26d3e1393d6027) GitOrigin-RevId: 1505c3cd2541b5aa982ef6a3a113594825f40bfc
-
Dmitry Pogrebnoy authored
(cherry picked from commit 25424960be70fdc293ea808800cca9b594014f4e) IJ-CR-127600 GitOrigin-RevId: a896b5c045169124029f9d2addb9c57c6af3fb0b
-
Dmitry Pogrebnoy authored
Make a way to configure white list of shell characters and restore previous behaviour. (cherry picked from commit a75815f4189f82a7eaf969f79d78f767792ad023) IJ-CR-127600 GitOrigin-RevId: 8eab13a33b36d45ec7da30860f139a869541524e
-
Nikita.Lyubimov authored
(cherry picked from commit 758edf5adf7b604e03a1446f6cf8a46dead3aa09) IJ-CR-129379 GitOrigin-RevId: c87458c5d1b6f79ab5aab5340c94691377413f01
-
Artem Bochkarev authored
(cherry picked from commit 4c4e72f72097d9bd3d165754d27bdf9e94bb7640) IJ-CR-129433 GitOrigin-RevId: 365daea19f9e4db558616a814cfa67780c10bfc1
-
Egor.Eliseev authored
Fix `asyncio` patching check. Since other libraries (`uvloop`) can replace an event loop later than our first entry to `pydevd_nest_asyncio.py`, it is necessary to check the success of the patching every time when we use the asyncio library. Merge-request: IJ-MR-127646 Merged-by:
Egor Eliseev <Egor.Eliseev@jetbrains.com> (cherry picked from commit e9b907ed0020e48cb7c29c18b000d46baee9f6cb) (cherry picked from commit be63b6c4c6a29a7e7d2fa7dc45aceb3516ec80ff) GitOrigin-RevId: d32d75c251563aebfcfd182b68d043376e77e51b
-
Vadim Salavatov authored
(cherry picked from commit 37561d4e7b685818e2bcb0e7ec96381a4e4cc1ae) IJ-MR-129405 GitOrigin-RevId: 4ebe4902870c7e7b57f69514bb59e76f9d8a1bd1
-
Vadim Salavatov authored
(cherry picked from commit 2578339d95f48472ddc50db7f4db421daef843c3) IJ-MR-129405 GitOrigin-RevId: 407a537372c426691ee83ad3d486eaa4ac40f8d4
-
Vadim Salavatov authored
change in main branch: ca253ae9bfc54ab147a50b2895187b03ca695428 (cherry picked from commit c6b768cc40fee8f2337734c28e823de65dcf9527) IJ-MR-129405 GitOrigin-RevId: 2e4cc4be192f4b2944c35c3d5ef31cfe0da28752
-
Vadim Salavatov authored
(cherry picked from commit 2d705a00829e61aa608d0c4d6a603cb141674aa2) IJ-MR-129405 GitOrigin-RevId: 2d1b2cbee55514b40abcb50aa1e5ce9430f7bf28
-
Vadim Salavatov authored
(cherry picked from commit 1f133813c8dd98ef7a28fb5d232aeaa533b75b88) IJ-MR-129405 GitOrigin-RevId: b240dd91b9dd498de52fc71385a797e118665d8a
-
Vadim Salavatov authored
(cherry picked from commit 12df170b32d26c4028b25207e3f552568d851c01) IJ-MR-129405 GitOrigin-RevId: 219a6bac4e0a0dc105ab5a622435be2e34a42a6d
-
Vadim Salavatov authored
(cherry picked from commit 1095fb8e5fd46777ad28a8137575cd07a6bded49) IJ-MR-129405 GitOrigin-RevId: 8c554e77812476ca6479d18d8d0720a23bf241d8
-
Vadim Salavatov authored
(cherry picked from commit c3bc558b543ab6dd7d4000ab620ca34bdef546ca) IJ-MR-129405 GitOrigin-RevId: ef1ef0aedde22bf4c4eed9e1b68ce422f6bad26e
-
Vadim Salavatov authored
(cherry picked from commit e1d0901daaecf3fac6cb6ee78543660fc6fcb8d0) IJ-MR-129405 GitOrigin-RevId: aa554b0197f02aaa597548b7df60d98b6219f5c0
-
Arseny.Chernyaev authored
GitOrigin-RevId: 833fade9663fbd9bd81e99ca4138fb0aa7a120f8
-
Arseny.Chernyaev authored
GitOrigin-RevId: e8144d70ba1dfb10aa7753bcafc24f23a6d56356
-
Arseny Chernyaev authored
GitOrigin-RevId: 03c4c93bf55c8fa1f7b48bbfe86bfce84058780c
-
- 20 Mar, 2024 9 commits
-
-
Gregory.Shrago authored
(cherry picked from commit 730a2edaa04ada3621bb186b1058481a0229a72e) IJ-CR-128381 GitOrigin-RevId: 9805d05779a5f238796d7ff34df8a3af672db473
-
Nikita.Lyubimov authored
(cherry picked from commit 1e1fd26a65655e7d4a1af30743600e1c8156ee0e) IJ-CR-128381 GitOrigin-RevId: 9ddd2bbff23bb665f771ad774e853acf84503585
-
Dmitriy.Panov authored
IJ-MR-129314 GitOrigin-RevId: 65abb0b6afad32deac85221a6bf236b60e9d650d
-
Pavel Karateev authored
(cherry picked from commit fc396c0079a7e34a5a0d839e5b151859e21089ad) IJ-CR-129537 GitOrigin-RevId: 7e1a15b0a7b422f6f65ab1249bc9a4a2c5a7719c
-
Pavel Karateev authored
(cherry picked from commit f26d9bf0f7da1fd12cc169f17e8130e58dc8045a) IJ-CR-129537 GitOrigin-RevId: 7590354be6ea910dc8ab77d21962a0d960245933
-
Evgenii Im authored
(cherry picked from commit bb91b516157412c316326ba0d3af9dd0231a26a3) IJ-MR-129303 GitOrigin-RevId: 56d595649bbf03154278f72f47163b93d37d1fa8
-
Mikhail Shagvaliev authored
- enable PsiViewer is inspections dir is present - improve selecting of psi node - fix flickering of a psi tree when the document is changes - disable "show psiwhitespace" by default - fix some exceptions (cherry picked from commit ab13172e8548748f61ddfa38895520e49049017e) (cherry picked from commit 1d0186e24d78be3090d784e50ab41accab48ef6a) IJ-CR-129454 GitOrigin-RevId: e9ebef009aff10b717650a26200d7c7330c9a26b
-
Mikhail Shagvaliev authored
(cherry picked from commit 0ef3eccd3a00c7ebf920979cc13b3ced17830821) (cherry picked from commit ed64279d9c4115b113f6114b4689df9081daaadb) IJ-CR-129454 GitOrigin-RevId: e07b0e00bccb8ce5419401d36a56c69fc991cdd0
-
Mikhail Shagvaliev authored
- do not depend on fe10, instead use and provide in PSI viewer analysis api (cherry picked from commit 4f1239680306a0d12b9d9406db0a47cfe8d762de) (cherry picked from commit 222039d3f365fa3c7551beed0d3fb7a9ae89cfb8) IJ-CR-129454 GitOrigin-RevId: cf63adf07b322dab5c23e593b910a347943fca3d
-
- 19 Mar, 2024 1 commit
-
-
Dmitriy.Panov authored
GitOrigin-RevId: 02ec5757f8522a0cac3798ec19d3e9d8311a8592
-