NPE fix
[fedora-idea.git] / resources-en / src / tips / MoveUpDown.html
blob01d70dc9038c5c320cd04a142e302a825442c1f8
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><font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555">Code | Move Statement Up/Down</font>
6 action is useful for reorganizing code lines in your file, e.g., to bring variable declaration statement closer
7 to variable usage.<br>
8 For example, try to select the two lines and press &shortcut:MoveStatementUp; and &shortcut:MoveStatementDown;:<br>
9 When there is no selection, the current line at cursor will be moved.
10 <p><img hspace="20" src="images/move_up_down_witharrows.png"></p>
11 </td>
12 </tr>
13 </table>
14 </body>
15 </html>