summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/excluded/InsertImportsOnPaste.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources-en/src/tips/excluded/InsertImportsOnPaste.html')
-rw-r--r--resources-en/src/tips/excluded/InsertImportsOnPaste.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources-en/src/tips/excluded/InsertImportsOnPaste.html b/resources-en/src/tips/excluded/InsertImportsOnPaste.html
new file mode 100644
index 000000000000..d6d8048b9be2
--- /dev/null
+++ b/resources-en/src/tips/excluded/InsertImportsOnPaste.html
@@ -0,0 +1,8 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;" LEFTMARGIN="25" TOPMARGIN="25"><table cellpadding="15" width="98%" border="0"><tr><td>
+
+It is very easy to copy and paste fragments of code between different files with <font style="font-family: Verdana; font-weight:bold;" size="3" color="#003399">IntelliJ</font> <font style="font-family: Verdana; font-weight:bold;" size="3" color="#3366cc">IDEA</font> because it automatically inserts
+necessary imports to the destination file to make the code compilable.
+
+</td></tr></table></body>
+</html>