Snapshot of commit d5ec1d5018ed24f1b4f32b1d09df6dbd7e2fc425

from branch master of git://git.jetbrains.org/idea/community.git
diff --git a/resources-en/src/tips/AdaptiveWelcome.html b/resources-en/src/tips/AdaptiveWelcome.html
new file mode 100644
index 0000000..753e9ff
--- /dev/null
+++ b/resources-en/src/tips/AdaptiveWelcome.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+<h1>Welcome to <span class="product">IntelliJ IDEA</span> Productivity Guide</h1>
+
+<p>IntelliJ IDEA has analyzed which of its features you are using and has found some that you have probably missed.
+May we suggest some hints that will increase your productivity!
+These tips will be shown while the start up process is going on.
+You can always get back to them by selecting
+<span class="control">Help | Productivity Guide</span> from the menu bar.
+</p>
+
+</body>
+</html>
diff --git a/resources-en/src/tips/AltInsertInEditor.html b/resources-en/src/tips/AltInsertInEditor.html
new file mode 100644
index 0000000..a50b0ab
--- /dev/null
+++ b/resources-en/src/tips/AltInsertInEditor.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Using <span class="shortcut">&shortcut:Generate;</span> (<span class="control">Code | Generate</span>)
+      in the editor, you may easily generate getter and setter methods for any fields of your class.</p>
+      <p class="image"><img src="images/alt_insert_in_editor.gif"></p>
+
+
+
+</body>
+</html>
\ No newline at end of file
diff --git a/resources-en/src/tips/Antivirus.html b/resources-en/src/tips/Antivirus.html
new file mode 100644
index 0000000..e594976
--- /dev/null
+++ b/resources-en/src/tips/Antivirus.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+	<p>
+        If you notice that IntelliJ IDEA works slowly, consider the possibility to reduce the number of folders under antivirus protection.</p>
+	<p>
+        Each antivirus check in your project consumes resources.
+        You can significantly improve the performance, if you exclude certain folders from the antivirus protection.</p>
+</body>
+</html>
diff --git a/resources-en/src/tips/BreakpointSpeedmenu.html b/resources-en/src/tips/BreakpointSpeedmenu.html
new file mode 100644
index 0000000..49c1043
--- /dev/null
+++ b/resources-en/src/tips/BreakpointSpeedmenu.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        Right-clicking on a breakpoint marker (on the bar to the left from the text) invokes the speedmenu where
+        you can quickly enable/disable the breakpoint or adjust its properties.</p>
+    <p class="image">
+        <img src="images/breakpoint_speedmenu.gif"></p>
+</body>
+</html>
diff --git a/resources-en/src/tips/ClosingTabsWithMiddleMouse.html b/resources-en/src/tips/ClosingTabsWithMiddleMouse.html
new file mode 100644
index 0000000..4f18906
--- /dev/null
+++ b/resources-en/src/tips/ClosingTabsWithMiddleMouse.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        Tabs (in the editor, hierarchy views, etc.) can be closed without using the context menu.</p>
+    <p>
+        Hover over the tab title and either press the middle mouse button or
+        use <span class="shortcut">Shift+click</span>.</p>
+</body>
+</html>
diff --git a/resources-en/src/tips/CommentCode.html b/resources-en/src/tips/CommentCode.html
new file mode 100644
index 0000000..e5cacd7
--- /dev/null
+++ b/resources-en/src/tips/CommentCode.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>You can comment or uncomment lines and blocks of code using <span class="shortcut">&shortcut:CommentByLineComment;</span>
+      and <span class="shortcut">&shortcut:CommentByBlockComment;</span>.</p>
+      <p><span class="shortcut">&shortcut:CommentByLineComment;</span> comments or uncomments the current line or selected block with single line comments
+          (<span class="code_emphasis">//...</span>).</p>
+      <p><span class="shortcut">&shortcut:CommentByBlockComment;</span> encloses the selected block in a block comment
+          (<span class="code_emphasis">/*...*/</span>).</p>
+      <p>To uncomment a commented block press  <span class="shortcut">&shortcut:CommentByBlockComment;</span> anywhere inside it.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/Compare.html b/resources-en/src/tips/Compare.html
new file mode 100644
index 0000000..741bc9a
--- /dev/null
+++ b/resources-en/src/tips/Compare.html
@@ -0,0 +1,25 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+<span class="product">IntelliJ IDEA</span> enables you to
+    perform the following types of comparison: </p>
+<ul>
+    <li>Compare directories</li>
+    <li>Compare a class or class member with another class or class member</li>
+    <li>Compare a local file with versions in the Local History</li>
+    <li>Compare a local file with the current revision in your version control repository</li>
+    <li>Compare any local file with the current file in the Editor</li>
+    <li>Compare any 2 local files to each other: text or binary</li>
+    <li>Compare selected text in the Editor with Clipboard contents</li>
+    
+</ul>
+<p>
+You can configure usage of the differences tool in the <span class="control">Settings</span> dialog (
+<span class="control">File | Settings | IDE: General: Diff options</span>).</p>
+    <p>Use context menus to invoke comparison commands. Refer to the Comparison section of online help for details. </p>
+
+</body>
+</html>
diff --git a/resources-en/src/tips/CompleteMethod.html b/resources-en/src/tips/CompleteMethod.html
new file mode 100644
index 0000000..c42ace4
--- /dev/null
+++ b/resources-en/src/tips/CompleteMethod.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+      <p>You can create code constructs using statement completion. Start typing a method declaration or a statement, and
+        press <span class="shortcut">&shortcut:EditorChooseLookupItemCompleteStatement;</span> after the opening parenthesis. The braces are created,
+        with the caret placed inside:
+        <p class="image"><img src="images/complete_statement.gif" alt="img"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/CompleteStatement.html b/resources-en/src/tips/CompleteStatement.html
new file mode 100644
index 0000000..cc7fed4
--- /dev/null
+++ b/resources-en/src/tips/CompleteStatement.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Use <span class="shortcut">&shortcut:EditorCompleteStatement;</span> to complete a current statement such as
+      <span class="code_emphasis">if</span>,
+      <span class="code_emphasis">do-while</span>,
+      <span class="code_emphasis">try-catch</span>,
+      <span class="code_emphasis">return</span>
+      (or a method call) into a syntactically correct construct (e.g. add curly braces).</p>
+      <p class="image"><img src="images/complete_statement.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/CompletionImportStatic.html b/resources-en/src/tips/CompletionImportStatic.html
new file mode 100644
index 0000000..8141021
--- /dev/null
+++ b/resources-en/src/tips/CompletionImportStatic.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+      To quickly complete a method call of a static method located anywhere in your project, libraries or JDK, enter a prefix
+      and press <span class="shortcut">&shortcut:CodeCompletion;</span> twice. You'll see all the matching methods. If you want the method you chose to be imported statically,
+      press <span class="shortcut">&shortcut:ShowIntentionActions;</span> and see what happens:
+      <p class="image"><img src="images/completionImportStatic.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/ContextInfo.html b/resources-en/src/tips/ContextInfo.html
new file mode 100644
index 0000000..f2a3868
--- /dev/null
+++ b/resources-en/src/tips/ContextInfo.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Press <span class="shortcut">&shortcut:EditorContextInfo;</span> (<span class="control">View | Context Info</span>)
+      to see the declaration of the current method without the need to scroll to it.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/CopyClass.html b/resources-en/src/tips/CopyClass.html
new file mode 100644
index 0000000..6e05225
--- /dev/null
+++ b/resources-en/src/tips/CopyClass.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>Use <span class="control">Refactor | Copy</span>
+      to create a class which is a copy of the selected class. This can be useful, for example, when you need to create
+      a class which has much in common with some existing class and it's not feasible to put the shared functionality in a
+      common superclass.</p>
+
+</body>
+</html>
diff --git a/resources-en/src/tips/CopyPasteReference.html b/resources-en/src/tips/CopyPasteReference.html
new file mode 100644
index 0000000..e4bf220
--- /dev/null
+++ b/resources-en/src/tips/CopyPasteReference.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>The <span class="control">Edit | Copy Reference</span>
+      action can be used to insert a reference to a field/method/class/file into the current position in the editor.</p>
+      <p>For example, go to the <span class="code_emphasis">java.util.Collections</span> JDK class, place the cursor within the <span class="code_emphasis">EMPTY-MAP</span> field
+        and press <span class="shortcut">&shortcut:CopyReference;</span>:</p>
+      <p class="image"><img src="images/reference_copied.png"></p>
+      <p>Then return to your Java source and press <span class="shortcut">&shortcut:$Paste;</span>:</p>
+      <p class="image"><img src="images/reference_pasted.png"></p>
+      <p>You can also copy references in the <span class="control">GotoClass/GotoSymbol/GotoFile</span> dialogs.
+    Just press <span class="shortcut">&shortcut:$Copy;</span> on any element in the lookup list.</p>
+
+
+
+</body>
+</html>
\ No newline at end of file
diff --git a/resources-en/src/tips/CreatePropertyTag.html b/resources-en/src/tips/CreatePropertyTag.html
new file mode 100644
index 0000000..0f89c60
--- /dev/null
+++ b/resources-en/src/tips/CreatePropertyTag.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>You can start referring to an Ant property or target even if it is not defined yet. An intention action feature
+      will suggest you to automatically create the necessary tag, without the need for you to leave your current
+      editing location.</p>
+      <p class="image"><img src="images/ant_property_intention.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/CreateTargetTag.html b/resources-en/src/tips/CreateTargetTag.html
new file mode 100644
index 0000000..d54c844
--- /dev/null
+++ b/resources-en/src/tips/CreateTargetTag.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Refer to a non-existing target tag in your Ant build file, and IntelliJ IDEA will suggest you to automatically create the
+      corresponding tag. This intention action will not even make you change your current editing location.</p>
+      <p class="image"><img src="images/ant_target_intention.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/CreateTestIntentionAction.html b/resources-en/src/tips/CreateTestIntentionAction.html
new file mode 100644
index 0000000..a319f8f
--- /dev/null
+++ b/resources-en/src/tips/CreateTestIntentionAction.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p><span class="product">IntelliJ IDEA</span>
+       helps create test cases
+        directly from class declaration. With the caret at the class name in the editor, press
+        <span class="shortcut">&shortcut:ShowIntentionActions;</span>, and choose
+        <span class="control">Create Test</span> from the
+        suggestion list:</p>
+        <p class="image"><img src="images/createTest.png" alt="createTest"></p>
+
+       
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/DisableBulb.html b/resources-en/src/tips/DisableBulb.html
new file mode 100644
index 0000000..81e91a5
--- /dev/null
+++ b/resources-en/src/tips/DisableBulb.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    If you don't want the "lightbulb" icon to appear in the editor to indicate a particular fix,
+      open the list of available actions by pressing <span class="shortcut">&shortcut:ShowIntentionActions;</span> and toggle the lightbulb icon
+      near the text of the action into inactive state by clicking it with the mouse.<br><br>
+      There will be no lightbulb shown for this particular action but you will be still able to use it with the
+      <span class="shortcut">&shortcut:ShowIntentionActions;</span> shortcut.
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/EclipseQuickOpen.html b/resources-en/src/tips/EclipseQuickOpen.html
new file mode 100644
index 0000000..1a7a2ba
--- /dev/null
+++ b/resources-en/src/tips/EclipseQuickOpen.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+
+    <p>You can quickly open an Eclipse project by selecting a <span class="code_emphasis">.classpath</span> or <span class="code_emphasis">.project</span> file in
+        the <span class="control">Open Project</span> dialog.
+    The corresponding Eclipse project is imported with default settings, without launching the wizard.</p>
+
+
+
+
+</body>
+</html>
\ No newline at end of file
diff --git a/resources-en/src/tips/ExternalJavaDoc.html b/resources-en/src/tips/ExternalJavaDoc.html
new file mode 100644
index 0000000..e6c9d1c
--- /dev/null
+++ b/resources-en/src/tips/ExternalJavaDoc.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>To open your browser with documentation for the element at the editor's caret,
+      press <span class="shortcut">&shortcut:ExternalJavaDoc;</span>
+      (<span class="control">View | External Documentation</span>).</p>
+      <p>You must have the path to your browser set in the <span class="control">General</span> options
+      (<span class="control">File | Settings</span>)
+      and paths to documentation files added to your project
+      (<span class="control">File | Settings | Project Structure</span>) to use this feature.</p>
+
+</body>
+</html>
diff --git a/resources-en/src/tips/FinishByExclamation.html b/resources-en/src/tips/FinishByExclamation.html
new file mode 100644
index 0000000..05d9265
--- /dev/null
+++ b/resources-en/src/tips/FinishByExclamation.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+      <p>When using Code Completion in Java, you can accept the currently highlighted selection in the popup list
+      with the exclamation sign (!) character. It will be inserted before the boolean method or variable you were completing,
+      thus negating the whole expression.</p>
+      <p class="image"><img src="images/exclamationFinish_before.png"></p>
+
+      <p>After pressing '!':</p>
+      <p class="image"><img src="images/exlamationFinish_after.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/FinishBySmartEnter.html b/resources-en/src/tips/FinishBySmartEnter.html
new file mode 100644
index 0000000..3b281c7
--- /dev/null
+++ b/resources-en/src/tips/FinishBySmartEnter.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    When using Code Completion, you can accept the currently highlighted selection in the popup list
+      with the <span class="shortcut">&shortcut:EditorChooseLookupItemCompleteStatement;</span>, IntelliJ IDEA will not just insert
+      the selected string, but also will do its best to turn current code construct into syntactically
+      correct one (balance parentheses, add missing braces and semicolons, etc.)
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/FixDocComment.html b/resources-en/src/tips/FixDocComment.html
new file mode 100644
index 0000000..84051c9
--- /dev/null
+++ b/resources-en/src/tips/FixDocComment.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+<p>If a method signature has been changed, IntelliJ IDEA highlights the tags
+that ran out of sync with the documentation comment
+and suggests a quick fix:</p>
+<p class="image"><img src="images/fix_doc_comment.png"><p>
+
+</body>
+</html>
diff --git a/resources-en/src/tips/GoToImplementation.html b/resources-en/src/tips/GoToImplementation.html
new file mode 100644
index 0000000..c9142fd
--- /dev/null
+++ b/resources-en/src/tips/GoToImplementation.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>To navigate to the implementation(s) of an abstract method, position the caret at its usage
+      or its name in the declaration and press <span class="shortcut">&shortcut:GotoImplementation;</span>.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/HierarchyBrowser.html b/resources-en/src/tips/HierarchyBrowser.html
new file mode 100644
index 0000000..fa987ec
--- /dev/null
+++ b/resources-en/src/tips/HierarchyBrowser.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>To see the inheritance hierarchy for a selected class, press <span class="shortcut">&shortcut:TypeHierarchy;</span>
+      (<span class="control">View | Type Hierarchy</span>).
+      You can also invoke the hierarchy view right from the editor to see the hierarchy for the currently edited class.</p>
+      <p class="image"><img src="images/hierarchy_browser.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/HighlightImplements.html b/resources-en/src/tips/HighlightImplements.html
new file mode 100644
index 0000000..63dd8ba
--- /dev/null
+++ b/resources-en/src/tips/HighlightImplements.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+      <p>You can view all methods of the implemented interfaces in a class, if you place the caret at the implements keyword
+          in the class declaration, press <span class="shortcut">&shortcut:HighlightUsagesInFile;</span>, and select the desired interface from the list:</p>
+        <p class="image"><img src="images/highlightImplemented.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/HighlightMethodExitPoint.html b/resources-en/src/tips/HighlightMethodExitPoint.html
new file mode 100644
index 0000000..4c26aba
--- /dev/null
+++ b/resources-en/src/tips/HighlightMethodExitPoint.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+      <p>To view all exit points of a method, place the caret at one of them,
+          e.g. the <span class="code_keyword">return</span> statement, and press <span class="shortcut">&shortcut:HighlightUsagesInFile;</span>:</p>
+        <p class="image"><img src="images/methodExitPoints.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/HighlightThrows.html b/resources-en/src/tips/HighlightThrows.html
new file mode 100644
index 0000000..29ddba1
--- /dev/null
+++ b/resources-en/src/tips/HighlightThrows.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+      <p>You can view all statements within the method where certain exceptions can be brought.
+          Just  place the caret at the <span class="code_emphasis">throws</span> keyword in a method declaration,
+          press <span class="shortcut">&shortcut:HighlightUsagesInFile;</span> and select the desired exception class from the list.
+This will also work for <span class="code_emphasis">try</span> and <span class="code_emphasis">catch</span>.
+ </p>
+        <p class="image"><img src="images/highlightExceptions.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/InsertLiveTemplate.html b/resources-en/src/tips/InsertLiveTemplate.html
new file mode 100644
index 0000000..6448c25
--- /dev/null
+++ b/resources-en/src/tips/InsertLiveTemplate.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        Use <span class="shortcut">&shortcut:InsertLiveTemplate;</span> to complete any valid
+        <span class="">Live Template</span>
+        abbreviation if you don't remember it. For example, type <span class="code_emphasis">it</span> and
+        press  <span class="shortcut">&shortcut:InsertLiveTemplate;</span>
+        to see what happens.</p>
+    <p class="image">
+        <img src="images/insert_live_template.gif"></p>
+</body>
+</html>
diff --git a/resources-en/src/tips/IntroduceVariableIncompleteCode.html b/resources-en/src/tips/IntroduceVariableIncompleteCode.html
new file mode 100644
index 0000000..470358a
--- /dev/null
+++ b/resources-en/src/tips/IntroduceVariableIncompleteCode.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>
+        You can use the <span class="">Extract Variable</span>
+        refactoring even on incomplete statements.
+        Just select the necessary block in the editor and press <span class="shortcut">&shortcut:IntroduceVariable;</span>.</p>
+      <p class="image"><img src="images/introduce_variable_incomplete.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/JarDiff.html b/resources-en/src/tips/JarDiff.html
new file mode 100644
index 0000000..ed63f73
--- /dev/null
+++ b/resources-en/src/tips/JarDiff.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        To compare two jar files, select one or both of them in the <span class="control">Project</span> view and
+        press <span class="shortcut">&shortcut:CompareJars;</span>.</p>
+</body>
+</html>
\ No newline at end of file
diff --git a/resources-en/src/tips/JoinLines.html b/resources-en/src/tips/JoinLines.html
new file mode 100644
index 0000000..927d072
--- /dev/null
+++ b/resources-en/src/tips/JoinLines.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p><span class="shortcut">&shortcut:EditorJoinLines;</span> shortcut joins two lines into one and removes unnecessary space to match your code style.</p>
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/LayoutCode.html b/resources-en/src/tips/LayoutCode.html
new file mode 100644
index 0000000..8ea8b5e
--- /dev/null
+++ b/resources-en/src/tips/LayoutCode.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        Use <span class="control">Code | Reformat Code</span> to reformat code according to your code style preferences
+        (<span class="control">File | Settings | Code Style</span>).</p>
+    <p>
+        You can also use <span class="control">Code | Optimize Imports</span> to automatically optimize imports
+        (remove unused imports, etc.). To access the corresponding settings, use
+        <span class="control">File | Settings | Code Style | Imports</span>.</p>
+</body>
+</html>
diff --git a/resources-en/src/tips/LiveTemplates.html b/resources-en/src/tips/LiveTemplates.html
new file mode 100644
index 0000000..b753bc6
--- /dev/null
+++ b/resources-en/src/tips/LiveTemplates.html
@@ -0,0 +1,24 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <h1>Try Live Templates</h1>
+      <p>Live Templates
+      allow you to generate many typical code constructs in seconds! For example, type</p>
+      <p class="image"><img src="images/live_templates_1.gif"></p>
+
+      <p>in a method and press the <span class="shortcut">Tab</span>
+      key to see what happens.</p>
+      <p class="image"><img src="images/live_templates_2.gif"></p>
+
+      <p>Use the <span class="shortcut">Tab</span> key to move between the template fields.
+      See <span class="control">File | Settings | Live Templates</span>
+      for more details.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/MavenQuickOpen.html b/resources-en/src/tips/MavenQuickOpen.html
new file mode 100644
index 0000000..7fd23c6
--- /dev/null
+++ b/resources-en/src/tips/MavenQuickOpen.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+
+    <p>You can quickly open a Maven project by selecting a <span class="code_emphasis">pom.xml</span> file in the <span class="control">Open Project</span> dialog.
+    The corresponding Maven project is imported with default settings, without launching the wizard.</p>
+
+
+
+
+</body>
+</html>
\ No newline at end of file
diff --git a/resources-en/src/tips/MoveInnerToUpper.html b/resources-en/src/tips/MoveInnerToUpper.html
new file mode 100644
index 0000000..ea3e496
--- /dev/null
+++ b/resources-en/src/tips/MoveInnerToUpper.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>When you invoke the <span class="">Move</span>
+      refactoring (<span class="shortcut">&shortcut:Move;</span>) on an inner class that is declared
+      <span class="code_emphasis">static</span>,
+      you are provided with an option to either make it a top-level class, or move it to another class.</p>
+      <p class="image"><img src="images/move_inner.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/MoveUpDown.html b/resources-en/src/tips/MoveUpDown.html
new file mode 100644
index 0000000..40d25ab
--- /dev/null
+++ b/resources-en/src/tips/MoveUpDown.html
@@ -0,0 +1,25 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        The <span class="control">Code | Move Statement Up/Down</span>
+        action is useful for reorganizing the code lines in your file, e.g.,
+        for bringing a variable declaration closer to variable usage.</p>
+    <p>
+        Select a code fragment and press <span class="shortcut">&shortcut:MoveStatementUp;</span>
+        or <span class="shortcut">&shortcut:MoveStatementDown;</span>.</p>
+    <p>
+        The following pictures show an initial location of a code fragment, and the results of moving the selected fragment up and down.</p>
+    <p class="image">
+        <img src="images/move_up_down_witharrows_initial.png"></p>
+    <p class="image">
+        <img src="images/move_up_down_witharrows_up.png"></p>
+    <p class="image">
+        <img src="images/move_up_down_witharrows_down.png"></p>
+    <p>
+        When nothing is selected in the editor, the line at the cursor will be moved.</p>
+</body>
+</html>
+
diff --git a/resources-en/src/tips/NextPrevError.html b/resources-en/src/tips/NextPrevError.html
new file mode 100644
index 0000000..ff6fa10
--- /dev/null
+++ b/resources-en/src/tips/NextPrevError.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Use <span class="shortcut">&shortcut:GotoNextError;</span>/<span class="shortcut">&shortcut:GotoPreviousError;</span> keys to jump between highlighted syntax errors.</p>
+      <p>Use <span class="shortcut">&shortcut:PreviousOccurence;</span>/<span class="shortcut">&shortcut:NextOccurence;</span> shortcuts to jump between compiler error messages
+      or search operation results.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/NotReadyYet.html b/resources-en/src/tips/NotReadyYet.html
new file mode 100644
index 0000000..18b24f6
--- /dev/null
+++ b/resources-en/src/tips/NotReadyYet.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <h1>Welcome to
+      <span class="product">IntelliJ IDEA</span> <span class="version">5.0</span></h1>
+      <p>Tips Of The Day are not ready yet.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/OverrideImplementMethods.html b/resources-en/src/tips/OverrideImplementMethods.html
new file mode 100644
index 0000000..94e13ea
--- /dev/null
+++ b/resources-en/src/tips/OverrideImplementMethods.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>You may easily override methods of the base class by pressing <span class="shortcut">&shortcut:OverrideMethods;</span>
+      (<span class="control">Code | Override Methods</span>).</p>
+      <p>To implement methods of the interfaces that the current class implements (or of the abstract base class),
+      use <span class="shortcut">&shortcut:ImplementMethods;</span> (<span class="control">Code | Implement Methods</span>).</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/PropertiesCompletion.html b/resources-en/src/tips/PropertiesCompletion.html
new file mode 100644
index 0000000..47eafbfa
--- /dev/null
+++ b/resources-en/src/tips/PropertiesCompletion.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        You can use <span class="">Basic Completion</span>
+        (<span class="shortcut">&shortcut:CodeCompletion;</span>) within Java String literals and in other file types,
+        for completing <span class="code_emphasis">.properties</span> keys.</p>
+    <p class="image">
+        <img src="images/properties_completion.gif"></p>
+</body>
+</html>
diff --git a/resources-en/src/tips/SecondBasicClassNameCompletion.html b/resources-en/src/tips/SecondBasicClassNameCompletion.html
new file mode 100644
index 0000000..71712a7
--- /dev/null
+++ b/resources-en/src/tips/SecondBasicClassNameCompletion.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+
+      When you invoked Basic Completion (<span class="shortcut">&shortcut:CodeCompletion;</span>) in Java and didn't find your desired class in the list, it means
+      that it's not yet imported in current file. Pressing <span class="shortcut">&shortcut:CodeCompletion;</span> once more to view all accessible classes.
+      <p class="image"><img src="images/second_code_completion.png"></p>
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SecondSmartCompletionArrayMember.html b/resources-en/src/tips/SecondSmartCompletionArrayMember.html
new file mode 100644
index 0000000..30bf2a1
--- /dev/null
+++ b/resources-en/src/tips/SecondSmartCompletionArrayMember.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Pressing the same shortcut after you have invoked Smart-type Completion when there's an array
+      of expected type in context will suggest to get an element from this array.</p>
+      <p class="image"><img src="images/arrayMember.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SecondSmartCompletionAsList.html b/resources-en/src/tips/SecondSmartCompletionAsList.html
new file mode 100644
index 0000000..01e3681
--- /dev/null
+++ b/resources-en/src/tips/SecondSmartCompletionAsList.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Pressing the same shortcut after you have invoked Smart-type Completion when a collection type is expected
+      will search for arrays with same component type and suggest to convert them using Arrays.asList() call.</p>
+      <p class="image"><img src="images/aslist_before.png"></p>
+      <p class="image"><img src="images/aslist_after.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SecondSmartCompletionChain.html b/resources-en/src/tips/SecondSmartCompletionChain.html
new file mode 100644
index 0000000..abe663b
--- /dev/null
+++ b/resources-en/src/tips/SecondSmartCompletionChain.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Pressing the same shortcut after you have invoked Smart-type Completion will search for chained expressions which have expected type.</p>
+      <p class="image"><img src="images/chain_after.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SecondSmartCompletionToar.html b/resources-en/src/tips/SecondSmartCompletionToar.html
new file mode 100644
index 0000000..72f082f
--- /dev/null
+++ b/resources-en/src/tips/SecondSmartCompletionToar.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Pressing the same shortcut after you have invoked Smart-type Completion when an array type is expected
+      will search for collections with same component type and suggest to convert them using toArray() call.</p>
+      <p class="image"><img src="images/toar_before.png"></p>
+      <p class="image"><img src="images/toar_after.png"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SmartTypeAfterNew.html b/resources-en/src/tips/SmartTypeAfterNew.html
new file mode 100644
index 0000000..a650f96
--- /dev/null
+++ b/resources-en/src/tips/SmartTypeAfterNew.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>The SmartType code completion may be used after the
+      <span class="code_keyword">new</span> keyword,
+      to instantiate an object of the expected type. For example, type</p>
+      <p class="image"><img src="images/smart_type_after_new_1.gif"></p>
+      <p>and press <span class="shortcut">&shortcut:SmartTypeCompletion;</span>:</p>
+      <p class="image"><img src="images/smart_type_after_new_2.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SmartTypeCasting.html b/resources-en/src/tips/SmartTypeCasting.html
new file mode 100644
index 0000000..7fb1f6d
--- /dev/null
+++ b/resources-en/src/tips/SmartTypeCasting.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>When you need to cast an expression value to the required type the SmartType code completion will help you. For example, type</p>
+<pre>
+String s = (<span class="caret">&lt;caret is here&gt;</span>&nbsp;
+</pre>
+<p>and press <span class="shortcut">&shortcut:SmartTypeCompletion;</span> to see what happens.</p>
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SmartTypeCompletion.html b/resources-en/src/tips/SmartTypeCompletion.html
new file mode 100644
index 0000000..bbc4db5
--- /dev/null
+++ b/resources-en/src/tips/SmartTypeCompletion.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>The SmartType code completion greatly helps to find methods and variables that are suitable in the current context,
+      by analyzing the expected type of the whole expression. So doing, <span class="product">IntelliJ IDEA</span> pinpoints the top
+        five most suitable results and highlights them on the green background. For example, type</p>
+      <p class="image"><img src="images/smart_type_completion_1.gif"></p>
+      <p>and press <span class="shortcut">&shortcut:SmartTypeCompletion;</span>:</p>
+      <p class="image"><img src="images/smart_type_completion_2.gif"></p>
+      <p>The SmartType completion also works after the
+      <span class="code"><span class="keyword">return</span></span> keyword,
+      in an assignment, in an argument list of a method call and other places.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/SurroundWith.html b/resources-en/src/tips/SurroundWith.html
new file mode 100644
index 0000000..eb71b46
--- /dev/null
+++ b/resources-en/src/tips/SurroundWith.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>When you want to catch exceptions thrown by some code fragment, select it in the editor, press <span class="shortcut">&shortcut:SurroundWith;</span>
+      (<span class="control">Code | Surround With</span>)
+      and choose <span class="control">try&nbsp;/&nbsp;catch</span>. The catch blocks for all the exceptions thrown inside the block will be generated automatically.</p>
+      <p>You can customize the bodies of the generated catch blocks on the
+      <span class="control">Code</span> tab of
+      <span class="control">File | Settings | File Templates</span>.</p>
+      <p>Use other items in the list to surround with other constructs.</p>
+      <p class="image"><img src="images/surround_with.gif"></p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/UmlClassDiagram.html b/resources-en/src/tips/UmlClassDiagram.html
new file mode 100644
index 0000000..fba09a6
--- /dev/null
+++ b/resources-en/src/tips/UmlClassDiagram.html
Binary files differ
diff --git a/resources-en/src/tips/VariableNameCompletion.html b/resources-en/src/tips/VariableNameCompletion.html
new file mode 100644
index 0000000..7002630
--- /dev/null
+++ b/resources-en/src/tips/VariableNameCompletion.html
@@ -0,0 +1,22 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <p>
+        The CodeCompletion feature can suggest a name for a variable when you declare it. For example,
+        start typing</p>
+    <pre>
+private FileOutputStream</pre>
+    <p>
+        and press <span class="shortcut">&shortcut:CodeCompletion;</span>.</p>
+    <p class="image">
+        <img src="images/variable_name_completion.gif"></p>
+    <p>
+        You can customize name prefixes for local variables, parameters, instance and static fields in
+        <span class="control">File | Settings | Code Style</span>.</p>
+
+
+
+</body>
+</html>
diff --git a/resources-en/src/tips/Welcome.html b/resources-en/src/tips/Welcome.html
new file mode 100644
index 0000000..cb0a94e
--- /dev/null
+++ b/resources-en/src/tips/Welcome.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+    <h1>
+        Welcome to <span class="product">IntelliJ IDEA</span> <span class="version">&majorVersion;</span></h1>
+    <p>
+        You can quickly get familiar with the main features of the IDE by reading these tips. You may try out
+        the features described in the tips while this dialog stays open on the screen. If you close the dialog,
+        you can always get back to it from the <span class="control">Help | Tip of the Day</span>
+        main menu item.</p>
+</body>
+</html>
diff --git a/resources-en/src/tips/excluded/AutoindentClosingBrace.html b/resources-en/src/tips/excluded/AutoindentClosingBrace.html
new file mode 100644
index 0000000..ab24ef7
--- /dev/null
+++ b/resources-en/src/tips/excluded/AutoindentClosingBrace.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>
+
+When you close a code block by typing a closing curly brace ('}'), the editor automatically adjusts its position on the line
+according to your code style preferences (see "Source Code" page in the IDE Options dialog).
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/AutoindentPastedBlock.html b/resources-en/src/tips/excluded/AutoindentPastedBlock.html
new file mode 100644
index 0000000..5a049ffc
--- /dev/null
+++ b/resources-en/src/tips/excluded/AutoindentPastedBlock.html
@@ -0,0 +1,7 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+When you paste a text block into your code, <font style="font-family: Verdana; font-weight:bold;" size="3"  color="#3366cc">IntelliJ IDEA</font> helps you by autoindenting it to fit the new location.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/CopyWithNoSelection.html b/resources-en/src/tips/excluded/CopyWithNoSelection.html
new file mode 100644
index 0000000..a20a834
--- /dev/null
+++ b/resources-en/src/tips/excluded/CopyWithNoSelection.html
@@ -0,0 +1,7 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+When no text is selected in the editor, the "Copy" command selects and copies the current line.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/CtrlPgUpInCommander.html b/resources-en/src/tips/excluded/CtrlPgUpInCommander.html
new file mode 100644
index 0000000..23752af
--- /dev/null
+++ b/resources-en/src/tips/excluded/CtrlPgUpInCommander.html
@@ -0,0 +1,7 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+&shortcut:EditorMoveToPageTop; in a commander panel goes on level up to the parent.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/CtrlShiftF4.html b/resources-en/src/tips/excluded/CtrlShiftF4.html
new file mode 100644
index 0000000..44c5e5b
--- /dev/null
+++ b/resources-en/src/tips/excluded/CtrlShiftF4.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>
+
+The &shortcut:CloseActiveTab; key combination closes the currently opened tab in the Message Window, regardless whether the focus is
+in there or not.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/DisableAutopopup.html b/resources-en/src/tips/excluded/DisableAutopopup.html
new file mode 100644
index 0000000..c9ee24d
--- /dev/null
+++ b/resources-en/src/tips/excluded/DisableAutopopup.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>
+
+If you don't like a list of members to autopopup after you type a dot, you may turn it off in the "Editor" options
+(<font  style="font-family: Verdana; font-weight:bold;" size="3"  color="#005555">Options | IDE Settings</font>). You may always invoke it explicitly by using &shortcut:CodeCompletion;.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/ExportUsageTree.html b/resources-en/src/tips/excluded/ExportUsageTree.html
new file mode 100644
index 0000000..27f8094
--- /dev/null
+++ b/resources-en/src/tips/excluded/ExportUsageTree.html
@@ -0,0 +1,9 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+When you perform any kind of project-wide search (usage search, multi-file textual search) you may easily export its results to
+a text file or to the system clipboard. In order to do this press the "<font  style="font-family: Verdana; font-weight:bold;" size="3"  color="#993300">Export</font>" button on the toolbar to the left from the results tree.
+"Save" button in the Export dialog saves results to the path specified, "Copy" copies the whole text to the clipboard.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/F12.html b/resources-en/src/tips/excluded/F12.html
new file mode 100644
index 0000000..5d07305
--- /dev/null
+++ b/resources-en/src/tips/excluded/F12.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>
+
+The &shortcut:JumpToLastWindow; key moves focus from the editor to the last focused tool window. It is especially useful when processing
+search results or compiler messages.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/InsertImportsOnPaste.html b/resources-en/src/tips/excluded/InsertImportsOnPaste.html
new file mode 100644
index 0000000..d6d8048
--- /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>
diff --git a/resources-en/src/tips/excluded/InsertInCommander.html b/resources-en/src/tips/excluded/InsertInCommander.html
new file mode 100644
index 0000000..b4449a6
--- /dev/null
+++ b/resources-en/src/tips/excluded/InsertInCommander.html
@@ -0,0 +1,7 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+You can easily create new classes, interfaces, packages and files by pressing &shortcut:Generate; (<font  style="font-family: Verdana; font-weight:bold;" size="3"  color="#005555">Edit | Insert...</font>) in commander.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/Move.html b/resources-en/src/tips/excluded/Move.html
new file mode 100644
index 0000000..cfe5631
--- /dev/null
+++ b/resources-en/src/tips/excluded/Move.html
@@ -0,0 +1,11 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+You may easily move classes between packages with automatic correction of all places where they are used at.
+<br>
+To try it, go to commander and invoke <font  style="font-family: Verdana; font-weight:bold;" size="3"  color="#005555">Move to...</font> on any class there.
+The "To package" field will be automatically filled with the package shown in the opposite commander's panel.
+Press the "<font  style="font-family: Verdana; font-weight:bold;" size="3"  color="#993300">Find usages</font>" button to find all usages and the "Do Move" button of the search results panel to finish the movement operation.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/NavigateFromStackTrace.html b/resources-en/src/tips/excluded/NavigateFromStackTrace.html
new file mode 100644
index 0000000..0c35283
--- /dev/null
+++ b/resources-en/src/tips/excluded/NavigateFromStackTrace.html
@@ -0,0 +1,9 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+When you run or debug your program and some exception is traced in the console view you may easily navigate
+to source code lines of this stack trace. Just click on highlighted source file name and line number in the console
+to see the source in the editor.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/SmartEnd.html b/resources-en/src/tips/excluded/SmartEnd.html
new file mode 100644
index 0000000..16cfcab
--- /dev/null
+++ b/resources-en/src/tips/excluded/SmartEnd.html
@@ -0,0 +1,19 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+When you press the &shortcut:EditorLineEnd; key on an empty line, the caret is positioned to the place where you most
+likely will start typing on this line (Smart End). For example, when you have
+<pre>
+  public void f(){
+
+  }
+</pre>
+and press &shortcut:EditorLineEnd; anywhere on the empty line between braces, the caret is positioned to one indent to the right from
+the position just under "public".
+<br>
+You must have the correct indent size and other settings set in the correspondence to your code style preferences in
+the "Source Code" options.
+
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/SpeedSearchInCommander.html b/resources-en/src/tips/excluded/SpeedSearchInCommander.html
new file mode 100644
index 0000000..c3c8d7d
--- /dev/null
+++ b/resources-en/src/tips/excluded/SpeedSearchInCommander.html
@@ -0,0 +1,7 @@
+<html>
+<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>
+
+You can quickly find an element in the commander's panel by just typing its first letters (speed search).
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/excluded/SynchronizeViewsInCommander.html b/resources-en/src/tips/excluded/SynchronizeViewsInCommander.html
new file mode 100644
index 0000000..a748f90
--- /dev/null
+++ b/resources-en/src/tips/excluded/SynchronizeViewsInCommander.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>
+
+The <font  style="font-family: Verdana; font-weight:bold;" size="3"  color="#005555">View | Synchronize Views</font> (&shortcut:CommanderSyncViews;) menu item synchronizes content of both commander's panels.
+That is, it opens the content of the active commander's panel in the non-active panel.
+
+</td></tr></table></body>
+</html>
diff --git a/resources-en/src/tips/images/alt_insert_in_editor.gif b/resources-en/src/tips/images/alt_insert_in_editor.gif
new file mode 100644
index 0000000..5652971
--- /dev/null
+++ b/resources-en/src/tips/images/alt_insert_in_editor.gif
Binary files differ
diff --git a/resources-en/src/tips/images/ant_property_intention.gif b/resources-en/src/tips/images/ant_property_intention.gif
new file mode 100644
index 0000000..a7dfe21
--- /dev/null
+++ b/resources-en/src/tips/images/ant_property_intention.gif
Binary files differ
diff --git a/resources-en/src/tips/images/ant_target_intention.gif b/resources-en/src/tips/images/ant_target_intention.gif
new file mode 100644
index 0000000..af5f44c
--- /dev/null
+++ b/resources-en/src/tips/images/ant_target_intention.gif
Binary files differ
diff --git a/resources-en/src/tips/images/arrayMember.png b/resources-en/src/tips/images/arrayMember.png
new file mode 100644
index 0000000..002c06a
--- /dev/null
+++ b/resources-en/src/tips/images/arrayMember.png
Binary files differ
diff --git a/resources-en/src/tips/images/aslist_after.png b/resources-en/src/tips/images/aslist_after.png
new file mode 100644
index 0000000..54b3314
--- /dev/null
+++ b/resources-en/src/tips/images/aslist_after.png
Binary files differ
diff --git a/resources-en/src/tips/images/aslist_before.png b/resources-en/src/tips/images/aslist_before.png
new file mode 100644
index 0000000..0d491ed
--- /dev/null
+++ b/resources-en/src/tips/images/aslist_before.png
Binary files differ
diff --git a/resources-en/src/tips/images/breakpoint_speedmenu.gif b/resources-en/src/tips/images/breakpoint_speedmenu.gif
new file mode 100644
index 0000000..e9fef28
--- /dev/null
+++ b/resources-en/src/tips/images/breakpoint_speedmenu.gif
Binary files differ
diff --git a/resources-en/src/tips/images/camel_completion.gif b/resources-en/src/tips/images/camel_completion.gif
new file mode 100644
index 0000000..c8122db
--- /dev/null
+++ b/resources-en/src/tips/images/camel_completion.gif
Binary files differ
diff --git a/resources-en/src/tips/images/chain_after.png b/resources-en/src/tips/images/chain_after.png
new file mode 100644
index 0000000..f3c86883
--- /dev/null
+++ b/resources-en/src/tips/images/chain_after.png
Binary files differ
diff --git a/resources-en/src/tips/images/changeLookupSorting.png b/resources-en/src/tips/images/changeLookupSorting.png
new file mode 100644
index 0000000..43b5521
--- /dev/null
+++ b/resources-en/src/tips/images/changeLookupSorting.png
Binary files differ
diff --git a/resources-en/src/tips/images/code_completion.gif b/resources-en/src/tips/images/code_completion.gif
new file mode 100644
index 0000000..cc42593
--- /dev/null
+++ b/resources-en/src/tips/images/code_completion.gif
Binary files differ
diff --git a/resources-en/src/tips/images/complete_statement.gif b/resources-en/src/tips/images/complete_statement.gif
new file mode 100644
index 0000000..83cfd51
--- /dev/null
+++ b/resources-en/src/tips/images/complete_statement.gif
Binary files differ
diff --git a/resources-en/src/tips/images/completionImportStatic.png b/resources-en/src/tips/images/completionImportStatic.png
new file mode 100644
index 0000000..5447cba
--- /dev/null
+++ b/resources-en/src/tips/images/completionImportStatic.png
Binary files differ
diff --git a/resources-en/src/tips/images/createTest.png b/resources-en/src/tips/images/createTest.png
new file mode 100644
index 0000000..55c6ea8
--- /dev/null
+++ b/resources-en/src/tips/images/createTest.png
Binary files differ
diff --git a/resources-en/src/tips/images/ctrl_click.gif b/resources-en/src/tips/images/ctrl_click.gif
new file mode 100644
index 0000000..7b0f7a8
--- /dev/null
+++ b/resources-en/src/tips/images/ctrl_click.gif
Binary files differ
diff --git a/resources-en/src/tips/images/ctrl_shift_i.gif b/resources-en/src/tips/images/ctrl_shift_i.gif
new file mode 100644
index 0000000..88cad7e
--- /dev/null
+++ b/resources-en/src/tips/images/ctrl_shift_i.gif
Binary files differ
diff --git a/resources-en/src/tips/images/ctrl_shift_i_lookup.gif b/resources-en/src/tips/images/ctrl_shift_i_lookup.gif
new file mode 100644
index 0000000..08e9094
--- /dev/null
+++ b/resources-en/src/tips/images/ctrl_shift_i_lookup.gif
Binary files differ
diff --git a/resources-en/src/tips/images/exclamationFinish_before.png b/resources-en/src/tips/images/exclamationFinish_before.png
new file mode 100644
index 0000000..e4b746b
--- /dev/null
+++ b/resources-en/src/tips/images/exclamationFinish_before.png
Binary files differ
diff --git a/resources-en/src/tips/images/exlamationFinish_after.png b/resources-en/src/tips/images/exlamationFinish_after.png
new file mode 100644
index 0000000..230f3c1
--- /dev/null
+++ b/resources-en/src/tips/images/exlamationFinish_after.png
Binary files differ
diff --git a/resources-en/src/tips/images/first_class_name_completion.png b/resources-en/src/tips/images/first_class_name_completion.png
new file mode 100644
index 0000000..94c8e29
--- /dev/null
+++ b/resources-en/src/tips/images/first_class_name_completion.png
Binary files differ
diff --git a/resources-en/src/tips/images/fix_doc_comment.png b/resources-en/src/tips/images/fix_doc_comment.png
new file mode 100644
index 0000000..b6617f99
--- /dev/null
+++ b/resources-en/src/tips/images/fix_doc_comment.png
Binary files differ
diff --git a/resources-en/src/tips/images/goto_class.gif b/resources-en/src/tips/images/goto_class.gif
new file mode 100644
index 0000000..37a9220
--- /dev/null
+++ b/resources-en/src/tips/images/goto_class.gif
Binary files differ
diff --git a/resources-en/src/tips/images/goto_symbol.gif b/resources-en/src/tips/images/goto_symbol.gif
new file mode 100644
index 0000000..226d812
--- /dev/null
+++ b/resources-en/src/tips/images/goto_symbol.gif
Binary files differ
diff --git a/resources-en/src/tips/images/hierarchy_browser.gif b/resources-en/src/tips/images/hierarchy_browser.gif
new file mode 100644
index 0000000..10c37fa
--- /dev/null
+++ b/resources-en/src/tips/images/hierarchy_browser.gif
Binary files differ
diff --git a/resources-en/src/tips/images/highlightExceptions.gif b/resources-en/src/tips/images/highlightExceptions.gif
new file mode 100644
index 0000000..51f3f2c
--- /dev/null
+++ b/resources-en/src/tips/images/highlightExceptions.gif
Binary files differ
diff --git a/resources-en/src/tips/images/highlightImplemented.png b/resources-en/src/tips/images/highlightImplemented.png
new file mode 100644
index 0000000..0a98226
--- /dev/null
+++ b/resources-en/src/tips/images/highlightImplemented.png
Binary files differ
diff --git a/resources-en/src/tips/images/image_lookup.gif b/resources-en/src/tips/images/image_lookup.gif
new file mode 100644
index 0000000..b4433ea
--- /dev/null
+++ b/resources-en/src/tips/images/image_lookup.gif
Binary files differ
diff --git a/resources-en/src/tips/images/insert_live_template.gif b/resources-en/src/tips/images/insert_live_template.gif
new file mode 100644
index 0000000..be038e6
--- /dev/null
+++ b/resources-en/src/tips/images/insert_live_template.gif
Binary files differ
diff --git a/resources-en/src/tips/images/introduce_variable_1.gif b/resources-en/src/tips/images/introduce_variable_1.gif
new file mode 100644
index 0000000..1122160
--- /dev/null
+++ b/resources-en/src/tips/images/introduce_variable_1.gif
Binary files differ
diff --git a/resources-en/src/tips/images/introduce_variable_2.gif b/resources-en/src/tips/images/introduce_variable_2.gif
new file mode 100644
index 0000000..d800edc
--- /dev/null
+++ b/resources-en/src/tips/images/introduce_variable_2.gif
Binary files differ
diff --git a/resources-en/src/tips/images/introduce_variable_incomplete.gif b/resources-en/src/tips/images/introduce_variable_incomplete.gif
new file mode 100644
index 0000000..ce46df9
--- /dev/null
+++ b/resources-en/src/tips/images/introduce_variable_incomplete.gif
Binary files differ
diff --git a/resources-en/src/tips/images/live_templates_1.gif b/resources-en/src/tips/images/live_templates_1.gif
new file mode 100644
index 0000000..73c56d8
--- /dev/null
+++ b/resources-en/src/tips/images/live_templates_1.gif
Binary files differ
diff --git a/resources-en/src/tips/images/live_templates_2.gif b/resources-en/src/tips/images/live_templates_2.gif
new file mode 100644
index 0000000..8feba9a
--- /dev/null
+++ b/resources-en/src/tips/images/live_templates_2.gif
Binary files differ
diff --git a/resources-en/src/tips/images/methodExitPoints.png b/resources-en/src/tips/images/methodExitPoints.png
new file mode 100644
index 0000000..7584d10
--- /dev/null
+++ b/resources-en/src/tips/images/methodExitPoints.png
Binary files differ
diff --git a/resources-en/src/tips/images/missing_images.txt b/resources-en/src/tips/images/missing_images.txt
new file mode 100644
index 0000000..0ddf597
--- /dev/null
+++ b/resources-en/src/tips/images/missing_images.txt
@@ -0,0 +1 @@
+goto_symbol.gif - a snapshot of Ctrl+Alt+Shift+N feature.
diff --git a/resources-en/src/tips/images/move_inner.gif b/resources-en/src/tips/images/move_inner.gif
new file mode 100644
index 0000000..98e8426
--- /dev/null
+++ b/resources-en/src/tips/images/move_inner.gif
Binary files differ
diff --git a/resources-en/src/tips/images/move_up_down_witharrows_down.png b/resources-en/src/tips/images/move_up_down_witharrows_down.png
new file mode 100644
index 0000000..8ee4d320
--- /dev/null
+++ b/resources-en/src/tips/images/move_up_down_witharrows_down.png
Binary files differ
diff --git a/resources-en/src/tips/images/move_up_down_witharrows_initial.png b/resources-en/src/tips/images/move_up_down_witharrows_initial.png
new file mode 100644
index 0000000..68c0d09
--- /dev/null
+++ b/resources-en/src/tips/images/move_up_down_witharrows_initial.png
Binary files differ
diff --git a/resources-en/src/tips/images/move_up_down_witharrows_up.png b/resources-en/src/tips/images/move_up_down_witharrows_up.png
new file mode 100644
index 0000000..88b6ece
--- /dev/null
+++ b/resources-en/src/tips/images/move_up_down_witharrows_up.png
Binary files differ
diff --git a/resources-en/src/tips/images/parm_info.gif b/resources-en/src/tips/images/parm_info.gif
new file mode 100644
index 0000000..694aabe
--- /dev/null
+++ b/resources-en/src/tips/images/parm_info.gif
Binary files differ
diff --git a/resources-en/src/tips/images/properties_completion.gif b/resources-en/src/tips/images/properties_completion.gif
new file mode 100644
index 0000000..54ef057
--- /dev/null
+++ b/resources-en/src/tips/images/properties_completion.gif
Binary files differ
diff --git a/resources-en/src/tips/images/quick_fix_options.png b/resources-en/src/tips/images/quick_fix_options.png
new file mode 100644
index 0000000..8b31ae5
--- /dev/null
+++ b/resources-en/src/tips/images/quick_fix_options.png
Binary files differ
diff --git a/resources-en/src/tips/images/quick_javadoc.gif b/resources-en/src/tips/images/quick_javadoc.gif
new file mode 100644
index 0000000..7b6283e
--- /dev/null
+++ b/resources-en/src/tips/images/quick_javadoc.gif
Binary files differ
diff --git a/resources-en/src/tips/images/quick_javadoc_in_lookups.gif b/resources-en/src/tips/images/quick_javadoc_in_lookups.gif
new file mode 100644
index 0000000..08ee0b8
--- /dev/null
+++ b/resources-en/src/tips/images/quick_javadoc_in_lookups.gif
Binary files differ
diff --git a/resources-en/src/tips/images/reference_copied.png b/resources-en/src/tips/images/reference_copied.png
new file mode 100644
index 0000000..2be3151
--- /dev/null
+++ b/resources-en/src/tips/images/reference_copied.png
Binary files differ
diff --git a/resources-en/src/tips/images/reference_pasted.png b/resources-en/src/tips/images/reference_pasted.png
new file mode 100644
index 0000000..8cc20b8
--- /dev/null
+++ b/resources-en/src/tips/images/reference_pasted.png
Binary files differ
diff --git a/resources-en/src/tips/images/second_code_completion.png b/resources-en/src/tips/images/second_code_completion.png
new file mode 100644
index 0000000..772224d
--- /dev/null
+++ b/resources-en/src/tips/images/second_code_completion.png
Binary files differ
diff --git a/resources-en/src/tips/images/select_in.gif b/resources-en/src/tips/images/select_in.gif
new file mode 100644
index 0000000..a68176a
--- /dev/null
+++ b/resources-en/src/tips/images/select_in.gif
Binary files differ
diff --git a/resources-en/src/tips/images/showUsages.png b/resources-en/src/tips/images/showUsages.png
new file mode 100644
index 0000000..0e854f6
--- /dev/null
+++ b/resources-en/src/tips/images/showUsages.png
Binary files differ
diff --git a/resources-en/src/tips/images/smart_type_after_new_1.gif b/resources-en/src/tips/images/smart_type_after_new_1.gif
new file mode 100644
index 0000000..c0c13ea
--- /dev/null
+++ b/resources-en/src/tips/images/smart_type_after_new_1.gif
Binary files differ
diff --git a/resources-en/src/tips/images/smart_type_after_new_2.gif b/resources-en/src/tips/images/smart_type_after_new_2.gif
new file mode 100644
index 0000000..567f8fd
--- /dev/null
+++ b/resources-en/src/tips/images/smart_type_after_new_2.gif
Binary files differ
diff --git a/resources-en/src/tips/images/smart_type_completion_1.gif b/resources-en/src/tips/images/smart_type_completion_1.gif
new file mode 100644
index 0000000..43ef2b7
--- /dev/null
+++ b/resources-en/src/tips/images/smart_type_completion_1.gif
Binary files differ
diff --git a/resources-en/src/tips/images/smart_type_completion_2.gif b/resources-en/src/tips/images/smart_type_completion_2.gif
new file mode 100644
index 0000000..887b9bc
--- /dev/null
+++ b/resources-en/src/tips/images/smart_type_completion_2.gif
Binary files differ
diff --git a/resources-en/src/tips/images/speed_search.gif b/resources-en/src/tips/images/speed_search.gif
new file mode 100644
index 0000000..ae48fe8
--- /dev/null
+++ b/resources-en/src/tips/images/speed_search.gif
Binary files differ
diff --git a/resources-en/src/tips/images/surround_with.gif b/resources-en/src/tips/images/surround_with.gif
new file mode 100644
index 0000000..c01fa73
--- /dev/null
+++ b/resources-en/src/tips/images/surround_with.gif
Binary files differ
diff --git a/resources-en/src/tips/images/toar_after.png b/resources-en/src/tips/images/toar_after.png
new file mode 100644
index 0000000..29679d4
--- /dev/null
+++ b/resources-en/src/tips/images/toar_after.png
Binary files differ
diff --git a/resources-en/src/tips/images/toar_before.png b/resources-en/src/tips/images/toar_before.png
new file mode 100644
index 0000000..2d3593a
--- /dev/null
+++ b/resources-en/src/tips/images/toar_before.png
Binary files differ
diff --git a/resources-en/src/tips/images/umlClassDiagram.png b/resources-en/src/tips/images/umlClassDiagram.png
new file mode 100644
index 0000000..b5d759e0
--- /dev/null
+++ b/resources-en/src/tips/images/umlClassDiagram.png
Binary files differ
diff --git a/resources-en/src/tips/images/variable_name_completion.gif b/resources-en/src/tips/images/variable_name_completion.gif
new file mode 100644
index 0000000..3ff4f22
--- /dev/null
+++ b/resources-en/src/tips/images/variable_name_completion.gif
Binary files differ
diff --git a/resources-en/src/tips/images/wildcard_goto.gif b/resources-en/src/tips/images/wildcard_goto.gif
new file mode 100644
index 0000000..f388fe23
--- /dev/null
+++ b/resources-en/src/tips/images/wildcard_goto.gif
Binary files differ
diff --git a/resources-en/src/tips/tips.xml b/resources-en/src/tips/tips.xml
new file mode 100644
index 0000000..2e38651
--- /dev/null
+++ b/resources-en/src/tips/tips.xml
@@ -0,0 +1,154 @@
+<tips>                                      <!--covered items are included to ProductivityFeaturesRegistry.xml -->
+  <!--
+  <tip file="NotReadyYet.html"/>
+  -->
+  <tip file="Welcome.html"/>
+  <tip file="GoToClass.html"/>
+  <!--covered-->
+  <tip file="CodeCompletion.html"/>
+  <!--covered-->
+  <tip file="FindUsages.html"/>
+  <tip file="QuickJavaDoc.html"/>
+  <!--covered-->
+  <tip file="GoToDeclaration.html"/>
+  <!--covered-->
+  <tip file="FileStructurePopup.html"/>
+  <!--covered-->
+  <tip file="Rename.html"/>
+  <tip file="OverrideImplementMethods.html"/>
+  <!--covered-->
+  <tip file="SmartTypeCompletion.html"/>
+  <!--covered-->
+  <tip file="TabInLookups.html"/>
+  <!--covered-->
+  <tip file="TabInEditorClose.html"/>
+  <tip file="AltInsertInEditor.html"/>
+  <!--<tip file="ClosingTabsWithMiddleMouse.html"/>-->
+  <tip file="SelectIn.html"/>
+  <!--covered-->
+  <tip file="SpeedSearch.html"/>
+  <!--covered-->
+  <tip file="Escape.html"/>
+  <tip file="SurroundWith.html"/>
+  <!--covered-->
+  <tip file="SmartTypeAfterNew.html"/>
+  <!--covered-->
+  <tip file="GoToImplementation.html"/>
+  <!--covered-->
+  <tip file="CtrlW.html"/>
+  <!--covered-->
+  <tip file="IntroduceVariable.html"/>
+  <!--covered-->
+  <tip file="CommentCode.html"/>
+  <!--covered-->
+  <!--<tip file="DisableBulb.html"/>-->
+  <tip file="ExternalJavaDoc.html"/>
+  <!--covered-->
+  <tip file="SmartTypeCasting.html"/>
+  <!--covered-->
+  <tip file="CtrlD.html"/>
+  <tip file="LiveTemplates.html"/>
+  <tip file="VariableNameCompletion.html"/>
+  <!--covered-->
+  <tip file="ParameterInfo.html"/>
+  <tip file="JumpToLastEdit.html"/>
+  <tip file="HighlightUsagesInFile.html"/>
+  <tip file="LayoutCode.html"/>
+  <tip file="LocalVCS.html"/>
+  <tip file="ContextInfo.html"/>
+  <tip file="RecentFiles.html"/>
+  <!--covered-->
+  <tip file="NextPrevError.html"/>
+  <tip file="InsertLiveTemplate.html"/>
+  <tip file="MethodSeparators.html"/>
+  <tip file="CodeCompletionMiddle.html"/>
+  <!--covered-->
+  <tip file="MethodUpDown.html"/>
+  <tip file="JoinLines.html"/>
+  <tip file="CopyClass.html"/>
+  <!--covered-->
+  <tip file="ClipboardStack.html"/>
+  <tip file="HierarchyBrowser.html"/>
+  <tip file="BreakpointSpeedmenu.html"/>
+  <tip file="EvaluateExpressionInEditor.html"/>
+  <tip file="WordCompletion.html"/>
+  <tip file="QuickJavaDocInLookups.html"/>
+  <!--covered-->
+  <tip file="DotEtcInLookups.html"/>
+  <!--covered-->
+  <tip file="MenuItemsDescriptions.html"/>
+  <tip file="WildcardsInNavigationPopups.html"/>
+  <tip file="MoveInnerToUpper.html"/>
+  <tip file="IntroduceVariableIncompleteCode.html"/>
+  <!--<tip file="CreateTargetTag.html"/>-->
+  <tip file="GoToSymbol.html"/>
+  <tip file="RecentChanges.html"/>
+  <!--covered-->
+  <tip file="ImageFileCompletion.html"/>
+  <tip file="CreatePropertyTag.html"/>
+  <tip file="QuickSwitchScheme.html"/>
+  <!--covered-->
+  <tip file="CompleteStatement.html"/>
+  <tip file="CamelPrefixesInNavigationPopups.html"/>
+  <tip file="CtrlShiftI.html"/>
+  <!--covered-->
+  <tip file="CompletionInHTML.html"/>
+  <tip file="CopyPasteReference.html"/>
+  <tip file="MoveUpDown.html"/>
+  <tip file="SelectRunDebugConfiguration.html"/>
+  <tip file="CtrlShiftIForLookup.html"/>
+  <!--covered-->
+  <tip file="PropertiesCompletion.html"/>
+  <tip file="ShowAppliedStyles.html"/>
+  <tip file="ImagesLookup.html"/>
+  <tip file="RenameCssSelector.html"/>
+  <tip file="NavBar.html"/>
+  <tip file="ChangesView.html"/>
+  <tip file="Antivirus.html"/>
+  <tip file="MavenQuickOpen.html"/>
+  <tip file="MoveToChangelist.html"/>
+  <tip file="EclipseQuickOpen.html"/>
+  <tip file="ShowUsages.html"/>
+  <tip file="GoToAction.html"/>
+  <tip file="GoToInspection.html"/>
+  <tip file="SearchInSettings.html"/>
+  <tip file="CompleteMethod.html"/>
+  <tip file="HighlightImplements.html"/>
+  <tip file="RecentSearch.html"/>
+  <tip file="CodeCompletionInSearch.html"/>
+  <tip file="HighlightMethodExitPoint.html"/>
+  <tip file="HighlightThrows.html"/>
+  <tip file="QuickFixRightArrow.html"/>
+  <tip file="NavigateToFilePath.html"/>
+  <tip file="IssueNavigation.html"/>
+  <tip file="UmlClassDiagram.html"/>
+  <tip file="ColorEditingInCss.html"/>
+  <tip file="CreateTestIntentionAction.html"/>
+  <tip file="ColumnSelection.html"/>
+  <tip file="ColorFiles.html"/>
+  <tip file="CopyWithNoSelection.html"/>
+  <tip file="moveFileToChangelist.html"/>
+  <tip file="Spellchecker.html"/>
+  <tip file="SpellcheckerDictionaries.html"/>
+  <tip file="VcsQuickList.html"/>
+  <tip file="Switcher.html"/>
+  <tip file="DragToOpen.html"/>
+  <tip file="CloseOthers.html"/>
+  <tip file="EnterDirectoryInGotoFile.html"/>
+  <tip file="GotoLineInFile.html"/>
+  <tip file="AnnotationsAndDiffs.html"/>
+  <tip file="DirDiff.html"/>
+  <tip file="JarDiff.html"/>
+  <tip file="ShowHideSideBars.html"/>
+  <tip file="ExcludeFromProject.html"/>
+  <tip file="CodeCompletionNoShift.html"/>
+  <tip file="CommitCtrlK.html"/>
+  <tip file="FindReplaceToggle.html"/>
+  <tip file="ScopesInTODO.html"/>
+  <tip file="PreviewTODO.html"/>
+  <tip file="FixDocComment.html"/>
+  <tip file="SelectTasks.html"/>
+  <tip file="RunConfigFolders.html"/>
+  <tip file="SpeedSearchinLiveTemplates.html"/>
+  <tip file="EditRegExp.html"/>
+</tips>
diff --git a/resources-en/src/tips/todo.html b/resources-en/src/tips/todo.html
new file mode 100644
index 0000000..7c318cf
--- /dev/null
+++ b/resources-en/src/tips/todo.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+    <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+
+    <p>Under construction</p>
+
+
+
+
+</body>
+</html>