fixed [IDEADEV-41319] test runner: do not show green balloon and green progress bar...
[fedora-idea.git] / resources-en / src / tips / SmartTypeCasting.html
blobb590e9b001925b66fbe348011c59d170477da326
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>When you need to cast an expression value to the required type the SmartType code completion will help you. For example, type
6 <pre>
7 String s = (<font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555"><i>&lt;caret is here&gt;</i></font>&nbsp;
8 </pre>
9 and press &shortcut:SmartTypeCompletion; to see what happens.
11 </td></tr></table></body>
12 </html>