filter out IDEA tips and screenshots which are appropriate for Ruby IDE and move...
[fedora-idea.git] / platform-resources_eng / src / tips / Rename.html
blob8dfa7c28f3f60d3c371ffa29b442875405eb1050
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>You may easily rename your classes, methods and variables with automatic correction of all places where they are used.<br><br>
6 To try it, position the editor caret at any symbol and press &shortcut:RenameElement;
7 (<font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555">Refactor | Rename...</font>).
8 Type the new name in the dialog that appears and press
9 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#993300">Enter</font>.
10 You may browse all places where the variable is used and then press the
11 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555">Do Refactor</font> button to finish the renaming operation.
12 </td>
13 </tr>
14 </table>
15 </body>
16 </html>