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 .
- 31 Aug, 2017 40 commits
-
-
Vladislav.Soroka authored
-
peter authored
IDEA-178172 Good code is yellow: Inspection "@NotNull/@Nullable problems": @NotNull field with non-trivial setter
-
peter authored
-
peter authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Anton Tarasov authored
-
Vladislav.Soroka authored
-
Nicolay Mitropolsky authored
to be able to test if pattern is applyable without obtaining a `PsiClass`
-
peter authored
-
peter authored
-
peter authored
-
Alexander Lobas authored
-
Kirill Kirichenko authored
-
Eldar Abusalimov authored
-
Olga Strizhenko authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Daniil Ovchinnikov authored
-
Rustam Vishnyakov authored
with a link to a web page containing more info.
-
Daniil Ovchinnikov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
* It is a user-visible string, that can be used outside of AnAction.update()
-
Vladislav.Soroka authored
-
dmitriy.tseyler authored
-
Vladislav.Soroka authored
-
Alexey Kudravtsev authored
-
Mikhail Golubev authored
Otherwise their presense doesn't let us import sphinxcontrib.napoleon that we need to render docstrings in Numpy/Google Style formats. It's not enough to remove site-packages/dist-packages from sys.path to isolate the script from such "malicious" packages, since they are registered and installed in sys.modules on interpreter startup before any path modifications happen. Launching interpreter with -S option prevents it from running these hooks and also excludes site-packages from sys.path but makes inherited stdlib modules not available in virtualenv. What's more, sphinxcontrib.napoleon itself depends on setuptools as it tries to register itself in a similar fashion in its __init__.py. We could patch it but that would make future updates of the library more tedious and error-prone.
-
Mikhail Golubev authored
Namely, retain them only for function return type annotations and named parameters, since for these two PSI nodes we use getStubOrPsiChild() in getAnnotation() as a way to quickly check whether there is annotation at all. Otherwise, stubs for annotations of local variables might be stored directly in a function stub and thus falsely recognized as a type hint for its return value.
-
Tagir Valeev authored
-
alexey.afanasiev authored
-
peter authored
-
peter authored
-
peter authored
-
peter authored
perform completion in host file when injections go crazy (EA-58373 - assert: CodeCompletionHandlerBase.createCompletionContext)
-
peter authored
-
Egor.Ushakov authored
-
Egor.Ushakov authored
-