PY-17333 Find expression to extract when caret is in the end of a statement
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Sun, 25 Oct 2015 14:39:46 +0000 (17:39 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 26 Oct 2015 12:19:40 +0000 (15:19 +0300)
commitf62c5c176dd970ff927619d1e1f93b78d9675504
tree6ba2ef54466f0b66c650dd4bad19a0eb6ee1c1f6
parentef92f90349b3cb99c8af118c39903785b946ded2
PY-17333 Find expression to extract when caret is in the end of a statement
python/src/com/jetbrains/python/refactoring/introduce/IntroduceHandler.java
python/testData/refactoring/introduceVariable/caretAtExpressionEnd.after.py [new file with mode: 0644]
python/testData/refactoring/introduceVariable/caretAtExpressionEnd.py [new file with mode: 0644]
python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java