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 .
- 03 Jul, 2018 1 commit
-
-
Eldar Abusalimov authored
-
- 28 Jun, 2018 1 commit
-
-
Eldar Abusalimov authored
-
- 27 Jun, 2018 8 commits
-
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Vladislav.Soroka authored
Maven itself doesn't run resources plugin goals for maven aggregator projects but such configuration can be used for inheritance by children
-
Konstantin Aleev authored
-
Dmitry Batrak authored
-
Dmitry Batrak authored
this reverts the fix for IDEA-186054, causing described regression
-
Tagir Valeev authored
Revert "MagicConstantInspection: show constant chooser when unable to replace with specific constant" This reverts commits 9aee2108, 93b83463 Decided that this feature is unnecessary (see review IDEA-CR-33873)
-
Tagir Valeev authored
-
- 26 Jun, 2018 30 commits
-
-
Julia Beliaeva authored
-
Julia Beliaeva authored
Paint empty text directly on DetailsPanel, since MyMainContentPanel has zero height when nothing is selected. Adjust empty text in changes browser to match details.
-
Alexander Lobas authored
-
Sergey Karashevich authored
Signed-off-by:
Sergey Karashevich <sergey.karashevich@jetbrains.com>
-
Julia Beliaeva authored
Instead of shrinking just changes when diff preview is opened, shrink table as well.
-
Anton Tarasov authored
- scale wave non-linear - fix image cache bug - tune thickness for difference modes and sizes
-
Roman Shevchenko authored
-
Roman Shevchenko authored
Allows content-based icons for PSI files.
-
Rustam Vishnyakov authored
and other refactoring
-
Artem Khvastunov authored
-
Alexander Zolotov authored
-
Alexander Zolotov authored
-
Timur Yuldashev authored
-
Anton Lobov authored
-
Andrey Vokin authored
In the example below CoffeeScriptBlock with method creates XmlBlock with <div>. The last on creates CoffeeScript block with `switch` -> <div> { switch a when 7 <ProgressBar/> else <ProgressBar/> } </div>
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Mikhail Golubev authored
as it's especially tedious to re-format them each time afterwards and being surrounded with brackets they are safe to be moved to RHS of an assignment. Alternatively, we could leave such inlining only for binary expressions since they can become syntactically illegal when moved out of the context with implicit line joining (PY-2862).
-
file:///Vassiliy.Kudryashov authored
-
Dmitry Jemerov authored
-
Dmitry Jemerov authored
-
Julia Beliaeva authored
Row can be null if text is not found. EA-120658
-
Andrey Vlasovskikh authored
PY-30606 Suggest only the latest system-wide Python interpreter when creating a project with no Python SDKs set up All other detected interpreters will be show in the Add Python Interpreter dialog. They are detected, sorted, and categorized without running them in that dialog.
-
Andrey Vlasovskikh authored
This fixes installing a single package in pipenv, since pipenv doesn't report about setuptools and pip as installed into its virtualenv.
-
Roman Shevchenko authored
-
Daniil Ovchinnikov authored
-
Roman Shevchenko authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
run encode/decode (typically) once for the whole file instead of for each char to fix IDEA-194547 LossyEncodingInspection allocate a lot of objects on heap
-