fix NPE on openinig Project from commandline in WI
[fedora-idea.git] / resources_eng / src / tips / CopyPasteReference.html
blobcf3111021f0c6721502af359d08f55708e8edb9c
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>The <font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555">Edit | Copy Reference</font>
6 action can be used to insert a reference to a field/method/class/file into the current position in the editor.<br>
7 For example, go to the java.util.Collections JDK class, position to the text cursor at the <b>EMPTY-MAP</b> field
8 and press &shortcut:CopyReference;:
9 <p><img hspace="20" src="images/reference_copied.png"></p>
10 Then return to your Java source and press &shortcut:$Paste;:
11 <p><img hspace="20" src="images/reference_pasted.png"></p>
12 You can also copy references in GotoClass/GotoSymbol/GotoFile dialogs.<br>
13 Just press &shortcut:$Copy; on any element in the lookup list.
14 </td>
15 </tr>
16 </table>
17 </body>
18 </html>