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 .
- 14 Nov, 2018 38 commits
-
-
Olga Strizhenko authored
-
Kirill Kirichenko authored
-
Anton Lobov authored
IDEA-199826 Switching from read-only file to editable one incorrectly repaints status bar indicators don't forget to invalidate the component after updating its state
-
Sergey Malenkov authored
-
Nicolay Mitropolsky authored
[uast-java] `ArrayMappingListView` converted to `PsiArrayToUElementListMappingView` with optimized `contains`
-
Yann Cébron authored
-
Alexey Merkulov authored
Now it could include any non-space characters except of leading braces and brackets
-
Aleksey Pivovarov authored
Action was moved in aea35f1a Fix regression after : 3f78fed5 da1f40a7
-
Daniil Ovchinnikov authored
-
Roman Shevchenko authored
-
Aleksey Pivovarov authored
EA-109600 - NA: EditorImpl.<init>
-
Roman Shevchenko authored
-
Dmitry Jemerov authored
-
Maxim.Mossienko authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Kirill.Skrygan authored
-
Kirill.Skrygan authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
It was an artifact of the past when GrSignature could contain several signatures at once (GrMultiSignature).
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
It's no longer used to compute applicability.
-
Roman Shevchenko authored
-
peter authored
we can't do read action in FileContentQueue, because it can run concurrently with a write action waiting for it (at least in tests), and that would produce a deadlock
-
Dmitry Batrak authored
add test
-
Maxim.Mossienko authored
- skip processed classloaders when doing findResource, getResourceAsStream, findResources - do not even try to load class with qname starting "java." or "javax."
-
Dmitriy.Panov authored
-
peter authored
IDEA-CR-39679 restore useful validity check (e.g. EA-125970 - assert: PsiReferenceExpressionImpl$TypeEvaluator.fun)
-
peter authored
-
peter authored
-
peter authored
-
peter authored
-
- 13 Nov, 2018 2 commits
-
-
Vassiliy.Kudryashov authored
(Run Configurations case)
-
Ilya.Kazakevich authored
This is how it was: tox [arguments] -e py27 It worked for all cases except tox -- args-for-env -e py27 This is how it works now tox -e py27 [arguments]
-