fix NPE on openinig Project from commandline in WI
[fedora-idea.git] / resources_eng / src / tips / FinishByExclamation.html
blob8a8a628963023881e36a5e94fb7fea700b37373a
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>
6 When using Code Completion in Java, you can accept the currently highlighted selection in the popup list
7 with the exclamation sign (!) character. It will be inserted before the boolean method or variable you were completing,
8 thus negating the whole expression.
9 <p><img hspace="20" src="images/exclamationFinish_before.png"></p>
10 <br>
11 After pressing '!':
12 <p><img hspace="20" src="images/exlamationFinish_after.png"></p>
13 </td>
14 </tr>
15 </table>
16 </body>
17 </html>