fixed [IDEADEV-41319] test runner: do not show green balloon and green progress bar...
[fedora-idea.git] / resources-en / src / tips / SecondSmartCompletionAsList.html
blob2608114ddb00c6d053d1c279e10213263ac987a9
1 <html>
2 <body style="font-family: Verdana; font-size: 13;" LEFTMARGIN="25" TOPMARGIN="25">
3 <table cellpadding="15" width="98%" border="0">
4 <tr>
5 <td>Pressing the same shortcut after you have invoked Smart-type Completion when a collection type is expected
6 will search for arrays with same component type and suggest to convert them using Arrays.asList() call.
7 <p><img hspace="20" src="images/aslist_before.png"></p>
8 <p><img hspace="20" src="images/aslist_after.png"></p>
9 </td>
10 </tr>
11 </table>
12 </body>
13 </html>