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 .
- 02 Apr, 2024 3 commits
-
-
Ilya.Kazakevich authored
Python support depends on TOML (see `intellij.python.community.impl.xml` `<dependencies>`), and a Python plugin is useless without this module. (cherry picked from commit 979376338c699c24e34b76f2084a8c8cc8065371) (cherry picked from commit bb759d61b1cd0d7468dcc0ba1645c7cb41cf2b20) GitOrigin-RevId: dbf77eaa52beeb1cd815b0ccb91f79e8c6775443
-
Ilya.Kazakevich authored
Python support depends on TOML (see `intellij.python.community.impl.xml` `<dependencies>`), but since this plugin is not essential, user can disable it and break PyCharm. We make it essential to hide it and prevent from disabling (cherry picked from commit 14e4197d0a0c53bf0921fb900184436974004866) (cherry picked from commit 34caa9500ac678630ad0a11cbf86e8b64521c8be) GitOrigin-RevId: 5e6e0cbcf27fc4508aed7a097ec6ab805761c2e5
-
Vladimir Lagunov authored
This reverts commit 9ceb3068 (cherry picked from commit 2f7e189b17d3a39485fc5dc139fae37c9fa10e57) GitOrigin-RevId: 99fa8f3dc6649570d84d062b580e76e8227a973f
-
- 28 Mar, 2024 1 commit
-
-
Vladimir Krivosheev authored
(cherry picked from commit 83d8c661d3fb94f1aae34ed6519ba151f8249779) IJ-CR-129116 GitOrigin-RevId: 86bff7254394fa790507c90bff6873cbfd7fa3af
-
- 27 Mar, 2024 8 commits
-
-
Olga.Lavrichenko authored
(cherry picked from commit e792016f4ce36a85cd3ef412c23477678bd46037) IJ-MR-128305 GitOrigin-RevId: 760977faa4bcd2d0fcbbca0df12c36ab6e32a74d
-
Sergey Pak authored
IDEA-344654 New Import Settings: Add statistics - record external IDEs as well, rename categories to disabled categories. (cherry picked from commit 82a60b25b73e008bc6ab466e9b5d1d5bfe99879c) (cherry picked from commit c8569a15b641f76f3dc39b14a45b9d2b4f16ecf0) IJ-MR-130202 GitOrigin-RevId: 8882306c2b281e66218a7e6395a7d18d5af82e08
-
Sergey Pak authored
(cherry picked from commit 1af1eaaa246309197d0870b336a9596e497c7183) (cherry picked from commit 267f14053359f9e12e615024c319be9adfefe3cb) IJ-MR-130202 GitOrigin-RevId: ed1c401f98591b31ab0d1a8cde11b8e22f3f6be4
-
Sergey Pak authored
(cherry picked from commit 225e74e6a10c4cce47d74230ead2efe1c561fb4c) (cherry picked from commit e174b207d6f26e51049d079275d68e1790afa614) IJ-MR-130202 GitOrigin-RevId: 2437f96cbea558a359bf58e1e20a4f2dec5ee1ff
-
Sergey Pak authored
(cherry picked from commit f3879aa1646f32caadd837c0b61f0e6da6f03ce9) (cherry picked from commit 11281b287266350bd94e6379c84702d1817b6790) IJ-MR-130202 GitOrigin-RevId: db734688142d3e0bc606476d038bec7d4a1bb6c6
-
Pavel Karateev authored
* Remove RC suffix * Update release date (cherry picked from commit eb16e858933dd9ea3475694ec9e03b339e267ca5) IJ-MR-130188 GitOrigin-RevId: 32277deea0637ef3ec076cdba05e303a5a1b8775
-
Ivan Migalev authored
(cherry picked from commit cd6eb64e3823a75c096d05cae97e9417fe8da0f5) IJ-CR-129972 GitOrigin-RevId: 02a12f56ed8f8228cff23a412160ed3f7396aeeb
-
Gregory.Shrago authored
(cherry picked from commit 51c677dbdf232eb8a886d75369d650fb314b5674) IJ-CR-130100 GitOrigin-RevId: 17c830fa809a6d47e2efc143e1e863428d20eeaa
-
- 26 Mar, 2024 7 commits
-
-
Sergey Pak authored
(cherry picked from commit d66fad2170e5c859fe056343738ec4b053a9d9d0) IJ-MR-129844 GitOrigin-RevId: ac0a9d9b110845ab88f035ba3660a6fce2ead96d
-
Sergey Pak authored
(cherry picked from commit e381f74c5bc44ad67c933e34209bd1433a89ce49) IJ-MR-129844 GitOrigin-RevId: 710316daa6a1f1ca269a5d3d2f65343c4644714b
-
Sergey Pak authored
IDEA-348081 2024.1 keeps deleting project settings in .idea folder if these settings are using the default value (cherry picked from commit f5d9cd518e286602610dec3c91b3346d199bfc4e) IJ-MR-129844 GitOrigin-RevId: 1e241c7c79de2f9a64662bdd8a8d753fa7e3ab96
-
Liudmila Kornilova authored
GitOrigin-RevId: cfdd0d39709308073c0ab36a3f80958d59f77dc0
-
Liudmila Kornilova authored
IDEA-348351 Disable A/B test for two implementations of indexable files filter. Persistent filter will be used GitOrigin-RevId: f5bb74c47338df572f35e210b555c7b946c962c2
-
Kate Botsman authored
To find and report native crashes `PerformanceWatcherImpl` requires two files: `.pid` and `.appinfo` These files are stored in the system directory (`PathManager.getSystemPath()`). For JetBrainsClient we replace default system path (`JetBrains/IntelliJIdea[VERSION]`) with custom per process path (`JetBrains/JetBrainsClient[VERSION]/tmp/per_process_system_0`) This custom directory is cleaned up on every start therefore `.pid` and `.appinfo` files are also deleted and `PerformanceWatcherImpl` cannot send crash reports. To fix that, we now keep these files between client restarts. GitOrigin-RevId: 5d4faf7b5f0b5491c1bc20decc2fe8cf1ab23f5c
-
Sofia Kondirova authored
GitOrigin-RevId: 68dc339b607c43b394a4ec1be212bd5b1934aa82
-
- 25 Mar, 2024 6 commits
-
-
Vadim Salavatov authored
(cherry picked from commit 87979799af32ae84e652c154c02bbb28edd10b01) IJ-MR-129690 GitOrigin-RevId: 914fce03b591c03d6519449c263697bfe324e054
-
Vadim Salavatov authored
(cherry picked from commit a1e5ff87c3eaac65c4008c046558974515d86356) IJ-MR-129690 GitOrigin-RevId: 007bc4362df66678b5547b7c8be866d9499cc63e
-
Vadim Salavatov authored
(cherry picked from commit 689b116c05d849d70e28be4f954c4238044fa654) IJ-MR-129690 GitOrigin-RevId: 8a8230673c82ebbbf9087cabc5b0e240cb36cc8d
-
Anton Lobeiko authored
(cherry picked from commit dd5dfadf0d3f07431d6b76203248a0e8039086ce) IJ-CR-129496 GitOrigin-RevId: d87216f13f4c38a01de18318802b64f9d208f44f
-
Anton Lobeiko authored
(cherry picked from commit abbae0c911c820e07dd238b367b4265cd55d2897) IJ-CR-129496 GitOrigin-RevId: bd86377bd19c187371d21144b76c9b2d9ad87891
-
Anton Lobeiko authored
(cherry picked from commit eb1fe1fe02fb7151672c9c7142804ec168412586) IJ-CR-129496 GitOrigin-RevId: c30d99814819978dc86b5849f06c3e9121dfc032
-
- 23 Mar, 2024 1 commit
-
-
Nikita Pavlenko authored
[python] PY-70409 Jupyter: HTML-button in Jupyter note promo will open now default IDE window for PyCharmPro installation. (cherry picked from commit 9469804d6fdc35e5e4032c7064ab22756084d449) IJ-CR-129860 GitOrigin-RevId: a6acb6789c55d29b0a7aa364aa15cb5c77b268c0
-
- 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 5 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
-