summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/SecondSmartCompletionToar.html
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
committerJean-Baptiste Queru <jbq@google.com>2013-01-08 11:11:20 -0800
commitb56ea2a18f232d79481e778085fd64e8ae486fc3 (patch)
tree44e1f6eb4864a45033f865b74fe783e3d784dd6a /resources-en/src/tips/SecondSmartCompletionToar.html
downloadidea-b56ea2a18f232d79481e778085fd64e8ae486fc3.tar.gz
Snapshot of commit d5ec1d5018ed24f1b4f32b1d09df6dbd7e2fc425
from branch master of git://git.jetbrains.org/idea/community.git
Diffstat (limited to 'resources-en/src/tips/SecondSmartCompletionToar.html')
-rw-r--r--resources-en/src/tips/SecondSmartCompletionToar.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources-en/src/tips/SecondSmartCompletionToar.html b/resources-en/src/tips/SecondSmartCompletionToar.html
new file mode 100644
index 000000000000..72f082ff318c
--- /dev/null
+++ b/resources-en/src/tips/SecondSmartCompletionToar.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+ <p>Pressing the same shortcut after you have invoked Smart-type Completion when an array type is expected
+ will search for collections with same component type and suggest to convert them using toArray() call.</p>
+ <p class="image"><img src="images/toar_before.png"></p>
+ <p class="image"><img src="images/toar_after.png"></p>
+
+
+
+</body>
+</html>