advertise second smart completion
commit890177d46e04738ce7e9380f7283c2c13baba704
authorPeter Gromov <peter@jetbrains.com>
Fri, 1 Aug 2008 16:06:09 +0000 (1 20:06 +0400)
committerPeter Gromov <peter@jetbrains.com>
Fri, 1 Aug 2008 16:06:09 +0000 (1 20:06 +0400)
tree95e975771547eff00900a542a1f35e4ed32a4acf
parent06d072c3901fff2401d087011819f893f6962b4e
advertise second smart completion
15 files changed:
codeInsight/impl/com/intellij/codeInsight/completion/DefaultInsertHandler.java
codeInsight/impl/com/intellij/codeInsight/completion/JavaCompletionContributor.java
codeInsight/impl/com/intellij/codeInsight/completion/JavaCompletionFeatures.java [new file with mode: 0644]
codeInsight/impl/com/intellij/codeInsight/completion/ReferenceExpressionCompletionContributor.java
platform-resources_eng/src/messages/FeatureStatisticsBundle.properties
resources/src/ProductivityFeaturesRegistry.xml
resources_eng/src/messages/CompletionBundle.properties
resources_eng/src/tips/SecondSmartCompletionAsList.html [new file with mode: 0644]
resources_eng/src/tips/SecondSmartCompletionChain.html [new file with mode: 0644]
resources_eng/src/tips/SecondSmartCompletionToar.html [new file with mode: 0644]
resources_eng/src/tips/images/aslist_after.png [new file with mode: 0644]
resources_eng/src/tips/images/aslist_before.png [new file with mode: 0644]
resources_eng/src/tips/images/chain_after.png [new file with mode: 0644]
resources_eng/src/tips/images/toar_after.png [new file with mode: 0644]
resources_eng/src/tips/images/toar_before.png [new file with mode: 0644]