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 Jan, 2017 4 commits
-
-
Yaroslav Lepenkin authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
- 30 Jan, 2017 36 commits
-
-
Pavel Fatin authored
-
Gregory.Shrago authored
-
Pavel Fatin authored
true smooth scrolling: compatibility with a different encoding of absolute scrolling deltas in JetBrains Runtime
-
irengrig authored
-
peter authored
-
Alexander.Kirsanov authored
-
Alexander.Kirsanov authored
-
Alexander.Kirsanov authored
-
liana.bakradze authored
-
Liana.Bakradze authored
-
Egor.Ushakov authored
- store Locations for frames - reuse XDebuggerFramesList in views
-
Roman Shevchenko authored
-
Semyon Proshev authored
While clarifying call expression resolve results we could get duplicate callables so we have to merge them. PyParameterInfoTest.testIgnoreNewInOldStyleClass() and PyParameterInfoTest.testInheritedClassInit() fixed.
-
Semyon Proshev authored
PY-22004 Fixed: Show all possible parameter hints when function could be resolved to different locations Update PyParameterInfoHandler to use pair of PyCallExpression and PyMarkedCallee as ParameterType and PyCallExpression.multiResolveCallee(PyResolveContext) to support multiresolved callees.
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Semyon Proshev authored
Update PyParameterList to include expected argument types in presentable text and use this in PyArgumentListInspection
-
Semyon Proshev authored
Unexpected arguments and unfilled parameters are not registered when there is at least one appropriate function. In case of only one failed arguments mapping quickfixes are suggested, otherwise possible callees are shown. In case of only one failed parameters mapping parameters' names are mentioned, otherwise possible callees are shown.
-
Semyon Proshev authored
-
Semyon Proshev authored
Pull up mapArguments(PyResolveContext) from PyCallExpressionImpl and PyDecoratorImpl to PyCallExpression
-
Semyon Proshev authored
Update PyResolveCalleeTest to use multiresolve and fail when there are more than one resolved elements
-
Semyon Proshev authored
Add rated multiresolve for callees and use it as a primitive in other resolve methods. From now there are three kinds of callee resolve: single, unrated-multi and rated-multi.
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Semyon Proshev authored
Update PyStringFormatInspection to use PyCallable.getCallType(TypeEvalContext, PyCallSiteExpression) while calculating number of returned arguments
-
Semyon Proshev authored
Dont register problem if one or more of the resolved callables should be ignored.
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Semyon Proshev authored
Implement PyCallExpressionHelper#multiResolveCallee(PyCallExpression, PyResolveContext, int) and use it as a primitive in PyCallExpression inheritors and implicit primitive in PyCallExpression. Deprecate PyCallExpressionHelper#resolveCallee and all related methods.
-
Semyon Proshev authored
Implement static-factory method for creating QualifiedResolveResult instances. Also some QualifiedResolveResult usages were simplified.
-
Semyon Proshev authored
-
Semyon Proshev authored
-
Semyon Proshev authored
Implement PyReferenceExpressionImpl.multiFollowAssignmentsChain and use it in followAssignmentsChain
-