preserve method call parameters when selecting with tab
commitb29804d2bff9291d499ea8e0ff29a4f5ca08cb6c
authorpeter <peter.gromov@jetbrains.com>
Wed, 28 Oct 2009 22:08:45 +0000 (28 22:08 +0000)
committerpeter <peter.gromov@jetbrains.com>
Wed, 28 Oct 2009 22:48:21 +0000 (28 22:48 +0000)
treea07fed93692727fe571a265304306f18b0314719
parent0e76e60cb80edcfe98037c350d23df4b7c297f58
preserve method call parameters when selecting with tab
java/java-impl/src/com/intellij/codeInsight/completion/JavaSmartCompletionContributor.java
java/java-tests/testData/codeInsight/completion/smartType/TabMethodCall-out.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/completion/smartType/TabMethodCall.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/completion/SmartTypeCompletionTest.java