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 .
- 20 Apr, 2018 1 commit
-
-
Philipp Smorygo authored
Caching file encodings in PBXReference
-
- 16 Apr, 2018 39 commits
-
-
Mikhail Golubev authored
-
peter authored
don't even look for class in on-demand imports when named import matches
-
Vladislav.Soroka authored
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Vladimir Krivosheev authored
-
Anna.Kozlova authored
-
Sergey Malenkov authored
-
Julia Beliaeva authored
When vcs mappings are changed on disk, ProjectLevelVcsManager.readDirectoryMappings first clears the old mappings completely. This triggers VCS_CONFIGURATION_CHANGED event. Then new mappings are set, which triggers the event again. So recreateLog is called twice, the first time it just disposes the old log, the second it should create a new one. The issue was that the callback creating a new log was only called if an old log was present (after disposing it). Which led to new log not being created. Fix is to always invoke the callback.
-
Vladimir Krivosheev authored
-
Maxim.Mossienko authored
-
Gregory.Shrago authored
-
Daniil Ovchinnikov authored
-
Vladimir Krivosheev authored
-
vadim.lomshakov authored
-
Daniil Ovchinnikov authored
This change should fix EA-68501, EA-97181 and IDEA-190205.
-
Sergey Malenkov authored
-
Anna.Kozlova authored
-
Alexey Ushakov authored
Alexey Ushakov
-
Julia Beliaeva authored
Since revision 3aa11a56, Edit Source action from Changes Browser is registered via xml file. So it started to be active when there are changes in context. This led for this action to be executed from file history by f4 shortcut instead of Open Repository Version (IDEA-180371). Open Repository Version action inherited icon and shortcut from Edit Source, which is weird since it is a separate action and the two can appear in the same context simultaneously, so it was changed in 52f1c1ee. All this led to IDEA-190169 issue: Edit Source is always invoked by f4 even when user wants to assign f4 to Open Repository Version. Solution of the problem is to restrict EditSourceFromChangesBrowserAction to Changes Browser.
-
Egor Ushakov authored
-
Elizaveta Shashkova authored
Sometimes activation function can be called, when matplotlib module isn't fully imported. Do not remove activation function until the module is imported properly.
-
Anton Lobov authored
-
Daniil Ovchinnikov authored
-
Rustam Vishnyakov authored
-
Rustam Vishnyakov authored
-
Rustam Vishnyakov authored
Continued, part 2
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
* AnAction is not Comparable, so it should be wrapped before processing
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Anton Lobov authored
-
Anton Lobov authored
fixes WEB-32290 as a side-effect
-
Vladimir.Orlov authored
-
Anna.Kozlova authored
IDEA-CR-31776
-
Anna.Kozlova authored
-