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 29 commits
-
-
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 11 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]
-
Sergey Ignatov authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
peter authored
more speedup for DaemonRespondToChangesTest.testExpressionListsWithManyStringLiteralsHighlightingPerformance less code, less duplication, less CPU usage
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
peter authored
-
peter authored
java completion: prefer 'return' if what comes after it can be parsed as a single expr statement (IDEA-195934)
-
peter authored
to avoid multiple threads doing the same work originally parsing was moved out of lock for IDEA-73793 which is no longer actual
-