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 .
- 01 Feb, 2017 1 commit
-
-
Evgeniy.Stepanov authored
-
- 31 Jan, 2017 13 commits
-
-
Evgeniy.Stepanov authored
-
Dmitry Batrak authored
fill gap in editor validation - validate injected editor as well (this covers also the case when there are no injections, but particular action does support injections)
-
Yaroslav Lepenkin authored
-
Sergey Ignatov authored
remove some yellow code
-
alexey.afanasiev authored
-
Dmitry Batrak authored
IDEA-167366 When you enter Ctrl-Ctrl Down arrow to enter column mode, then while holding ctrl do shift right arrow, does not move to next word boundary
-
peter authored
-
Gregory.Shrago authored
-
Yaroslav Lepenkin authored
-
Yaroslav Lepenkin authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
- 30 Jan, 2017 26 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
-