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 .
- 12 Mar, 2018 40 commits
-
-
Konstantin Aleev authored
This reverts commit 46124c7f
-
Mikhail Golubev authored
On the whole, I reverted the semantics (somewhat confusing) of the flag "askForSudo" in methods of PyPackageManagerImpl for the time being, since I didn't notice back then that some of them rely on the fact that the check on write access for site-packages is performed inside getPythonProcessOutput()
-
Alexey Utkin authored
* rollback API change (via GoLand plugin)
-
Daniil Ovchinnikov authored
-
nik authored
This is needed to allow making a particular version of a plugin compatible with IDEA Community only or with IDEA Community and IDEA Ultimate only (IDEA-187502).
-
nik authored
This is needed to create a place where tags specific for IDEA Community may be added (IDEA-187502).
-
Semyon Proshev authored
Both reads in nested loops were considered as `first unbound read` so they were not highlighted. Update inspection to consider unbound read as first if there were no unbound reads with lower instruction number.
-
Semyon Proshev authored
-
Vladimir Koshelev authored
add tests for GraphAlgorithms#collectOutsRecursively (cherry picked from commit 02398dc) IDEA-CR-30465
-
Egor Ushakov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Dmitry Avdeev authored
-
Dmitry Avdeev authored
-
Pavel Dolgov authored
-
Andrey Vlasovskikh authored
The new icons cover SSH, Vagrant, Docker, Docker Compose.
-
Alexey Kudravtsev authored
-
Radomir Malaczek authored
LeakHunter.processLeaks() gets a list of root objects, typically a result of LeakHunter.allRoots() call. As a part of leak search, LeakHunter will flush all outstanding tasks in AWT EventQueue, which should also include all tasks schedules with LaterInvocator. allRoots() call gets all LaterInvocator tasks and uses them as roots for leak search. This list will be stale (i.e. will include runnables that were already executed and removed from the LaterInvocator queue) after processLeaks() flushes all events. To fix this the list of roots should be computed after all event flushing is completed. Fix: processLeaks() now takes a supplier for roots collection, so the set of objects can be computed after all events are flushed.
-
Alexey Kudravtsev authored
-
Egor Ushakov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Konstantin Ulitin authored
-
Semyon Proshev authored
-
Sergey Malenkov authored
-
nik authored
Show warning about `mutates` element in its description, not as part of `@return` tag.
-
nik authored
Otherwise javadoc generation fails.
-
Vladimir Krivosheev authored
-
Maxim Kropotov authored
-
Maxim Kropotov authored
-
Alexey Kudravtsev authored
try to reload file in system default encoding to fix IDEA-187182 Project encoding wrong after first opening of a solution
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
JobLauncher should run its fork/join tasks in impatient mode only when called from under impatient mode itself. Should fix unexpected CannotRunReadActionException e.g. when write action started while analyzing complex class hierarchy in background thread to create run configuration
-
Anna.Kozlova authored
-
Tagir Valeev authored
-
Vladimir Krivosheev authored
-
Tagir Valeev authored
-