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 Dec, 2017 1 commit
-
-
Ilya.Kazakevich authored
-
- 07 Dec, 2017 1 commit
-
-
Ilya.Kazakevich authored
-
- 06 Dec, 2017 1 commit
-
-
Ilya.Kazakevich authored
* Track only files in folders by glob pattern ("migrations" is default value) * Do not even open dot folders (.venv, .idea etc) to improve performance
-
- 04 Dec, 2017 37 commits
-
-
Mikhail Golubev authored
broken due to the recent update of KeywordArgumentCompletionUtil: 891c4bf4. Namely, for classes with __init__ containing **kwarg, it's properly passed to PyKeywordArgumentProviders. It broke down because reference in a constructor call is resolved into both class and its constructor, but only the type of the corresponding class is inferred. Also, parameters of the actual function is used, not those supplied by a type provider because the latter usually omit "self", and then presense of **kwargs can be overlooked due to the way KwArgParameterCollector handles them.
-
Roman Shevchenko authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Daniil Ovchinnikov authored
-
Ilya.Kazakevich authored
-
Ilya.Kazakevich authored
ClassMemberProvider should not access ancestors, it should be done by getMembers client.
-
Julia Beliaeva authored
-
Elizaveta Shashkova authored
-
Daniil Ovchinnikov authored
-
Egor Ushakov authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Sergey Malenkov authored
-
Maxim.Mossienko authored
-
Maxim.Mossienko authored
-
Artem Gainanov authored
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Maxim.Mossienko authored
Most notably, after stub indices are initialized
-
Maxim.Mossienko authored
Individual stub indices are stored in content of StubUpdatingIndex
-
Maxim.Mossienko authored
-
Nadya Zabrodina authored
* remove method from PushSupport and its implementations; * remove related UI components; * simplify code;
-
Pavel Dolgov authored
-
Alexander Koshevoy authored
`-u` parameter moved to the front to let `-m <module name>` stay together.
-
Anna.Kozlova authored
-
Anna.Kozlova authored
enums can't be extended but can appear in type parameters bound thus inheritance check is feasible
-
Anna.Kozlova authored
otherwise with generateFinalLocals=true, non-final variables could be made final which leads to red code
-
Vassiliy.Kudryashov authored
in find occurrences previews after-review API cleanup
-
Vassiliy.Kudryashov authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-