summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/SecondSmartCompletionToar.html
diff options
context:
space:
mode:
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>