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 .
- 06 Apr, 2019 3 commits
-
-
Nikolay.Rykunov authored
-
Nikolay.Rykunov authored
-
Nikolay.Rykunov authored
-
- 01 Apr, 2019 37 commits
-
-
Rustam Vishnyakov authored
-
Ilya.Kazakevich authored
-
Aleksey Pivovarov authored
Do not use potentially mutable VirtualFile.getPath() for equality checks.
-
Aleksey Pivovarov authored
Reuse same action lock instance for lock()/unlock() calls. If VirtualFile was renamed during the operation, we will try to unlock wrong file path.
-
Ilya.Kazakevich authored
Hooks API was not enough when we first introduced tox support, so we used unstable Sessions api. Sessions api has been broken finally. At the same time, all tox since 2.0 (middle of 2015) supports hooks api. So, we migrated to hooks API: stable and documented approach.
-
Dmitry Batrak authored
-
Daniil Ovchinnikov authored
-
Aleksey Pivovarov authored
Do not call synchronous refresh under read lock (except from EDT) - this will cause a deadlock if there are any events to fire.
-
Alexandr Evstigneev authored
RUBY-23936 Application initialization moved to the EDT (may involve VFS refresh from inside LazyValue) SameThread executions attempts transparently run using modal dialog IDEA-CR-45799
-
Sergey Malenkov authored
-
Andrey Vlasovskikh authored
-
Andrey Vlasovskikh authored
-
Andrey Vlasovskikh authored
-
Andrey Vlasovskikh authored
-
Andrey Vlasovskikh authored
PY-33754 Scan the base directory of a virtual environment for a Python executable alongside with bin/ and Scripts/ It's required at least for Conda environments.
-
Andrey Vlasovskikh authored
These are several interconnected fixes, mostly related to using more modern conda API & CLI and making things work asynchronously.
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Egor Ushakov authored
IDEA-209206 Completion: avoid showing loading... for multiple entries in the fully resized completion list
-
Alexander Bubenchikov authored
-
Vladimir Krivosheev authored
-
Alexey Kudravtsev authored
-
peter authored
-
peter authored
-
Semyon Proshev authored
-
Egor Ushakov authored
-
Roman Shevchenko authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Roman Shevchenko authored
A class file version in `int` format consists of major (lower 16 bits) and minor parts. Classes compiled with `--enable-preview` flag have the minor part equal to 0xFFFF, making the whole version negative.
-
nik authored
This plugin update contains fixes for KT-30117, KT-29427, KT-30137, KT-9618.
-
nik authored
Removes unwanted change from the commit.
-
Nikolay.Rykunov authored
getFilePath from VirtualFile takes a lot of time to access the disk
-
Nikolay.Rykunov authored
-
nik authored
IDEA project configuration: remove depedency from util module to platform.resources.en (IDEA-203640)
-
nik authored
-