fix NPE on openinig Project from commandline in WI
[fedora-idea.git] / resources_eng / src / tips / CompleteStatement.html
blob6b54c82c2f5e184dd35238dc2551af0141281309
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>Use &shortcut:EditorCompleteStatement; to complete a current statement such as
6 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555"><code>if</code></font>,
7 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555"><code>do-while</code></font>,
8 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555"><code>try-catch</code></font>,
9 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555"><code>return</code></font>
10 (or a method call) into a syntactically correct construct.
11 <p><img hspace="20" src="images/complete_statement.gif"></p>
12 </td>
13 </tr>
14 </table>
15 </body>
16 </html>