summaryrefslogtreecommitdiff
path: root/resources-en
diff options
context:
space:
mode:
Diffstat (limited to 'resources-en')
-rw-r--r--resources-en/src/inspectionDescriptions/DeprecatedDefenderSyntax.html6
-rw-r--r--resources-en/src/tips/Emmet.html11
-rw-r--r--resources-en/src/tips/EscapeCharactersInResourceBundle.html19
-rw-r--r--resources-en/src/tips/FavoritesToolWindow1.html12
-rw-r--r--resources-en/src/tips/FavoritesToolWindow2.html11
-rw-r--r--resources-en/src/tips/LineEndings.html11
-rw-r--r--resources-en/src/tips/LineEndingsFolder.html13
-rw-r--r--resources-en/src/tips/RefactorThis.html13
-rw-r--r--resources-en/src/tips/images/bookmarks1.pngbin0 -> 15941 bytes
-rw-r--r--resources-en/src/tips/images/emmet.pngbin0 -> 19057 bytes
-rw-r--r--resources-en/src/tips/images/external_file.pngbin0 -> 31816 bytes
-rw-r--r--resources-en/src/tips/images/line_separator.pngbin0 -> 2986 bytes
-rw-r--r--resources-en/src/tips/images/line_separator_folder.pngbin0 -> 14563 bytes
-rw-r--r--resources-en/src/tips/images/refactor_this.pngbin0 -> 8692 bytes
-rw-r--r--resources-en/src/tips/images/resource_bundle_1.pngbin0 -> 4279 bytes
-rw-r--r--resources-en/src/tips/images/resource_bundle_2.pngbin0 -> 1623 bytes
-rw-r--r--resources-en/src/tips/tips.xml8
17 files changed, 98 insertions, 6 deletions
diff --git a/resources-en/src/inspectionDescriptions/DeprecatedDefenderSyntax.html b/resources-en/src/inspectionDescriptions/DeprecatedDefenderSyntax.html
deleted file mode 100644
index b82bf836209c..000000000000
--- a/resources-en/src/inspectionDescriptions/DeprecatedDefenderSyntax.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html xmlns="http://www.w3.org/1999/html">
-<body>
-Detects deprecated extension method syntax: <pre>void m() default { }</pre>
-Allows to convert it to the correct form: <pre>default void m() { }</pre>
-</body>
-</html> \ No newline at end of file
diff --git a/resources-en/src/tips/Emmet.html b/resources-en/src/tips/Emmet.html
new file mode 100644
index 000000000000..1c9d170cb9be
--- /dev/null
+++ b/resources-en/src/tips/Emmet.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+ <p>Speed up HTML, XML or CSS development with <span class="control">Emmet</span>.</p>
+ <p>Enable this framework in the <span class="control">Emmet(Zen Coding)</span> page of the <span class="control">Settings</span> dialog:</p>
+ <p class="image">
+ <img src="images/emmet.png"></p>
+</body>
+</html>
diff --git a/resources-en/src/tips/EscapeCharactersInResourceBundle.html b/resources-en/src/tips/EscapeCharactersInResourceBundle.html
new file mode 100644
index 000000000000..d8d3a9d75e4f
--- /dev/null
+++ b/resources-en/src/tips/EscapeCharactersInResourceBundle.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+ <p>All escaped characters in the <span class="control">*.properties</span> files
+in the format <span class="control">\uXXXX</span>,
+ are displayed in the resource bundle editor as un-escaped unicode literals.
+ <p>Vice versa, if a non-ASCII character is entered in the resource bundle editor, it is reflected in the
+ underlying <span class="control">*.properties</span> file as a
+corresponding escaped character in the format
+<span class="control">\uXXXX</span>.</p>
+ <p>For example, if the <span class="control">*.properties</span>
+file contains a property value</p>
+ <img src="images/resource_bundle_1.png">
+ <p>then the resource bundle editor will show</p>
+ <img src="images/resource_bundle_2.png">
+</body>
+</html>
diff --git a/resources-en/src/tips/FavoritesToolWindow1.html b/resources-en/src/tips/FavoritesToolWindow1.html
new file mode 100644
index 000000000000..5467d2678cad
--- /dev/null
+++ b/resources-en/src/tips/FavoritesToolWindow1.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+ <p>You want your bookmarks and breakpoints to be always at hand, so that you can easily navigate though them?</p>
+ <p>They are visible in the <span class="control">Favorites</span> tool window,
+which you can dock or float as required:</p>
+ <p class="image">
+ <img src="images/bookmarks1.png"></p>
+</body>
+</html> \ No newline at end of file
diff --git a/resources-en/src/tips/FavoritesToolWindow2.html b/resources-en/src/tips/FavoritesToolWindow2.html
new file mode 100644
index 000000000000..0f4e51a2f889
--- /dev/null
+++ b/resources-en/src/tips/FavoritesToolWindow2.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+ <p>You can drag an external file from the Explorer or Finder, and drop it onto the
+<span class="control">Favorites</span> tool window.</p>
+ <p class="image">
+ <img src="images/external_file.png"></p>
+</body>
+</html>
diff --git a/resources-en/src/tips/LineEndings.html b/resources-en/src/tips/LineEndings.html
new file mode 100644
index 000000000000..f235e295e443
--- /dev/null
+++ b/resources-en/src/tips/LineEndings.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+ <p>To view which line separators style is used in the current file,
+look at the <span class="control">Status Bar</span>:</p>
+ <img src="images/line_separator.png"></p>
+ <p>To change the current line ending style, just click the spinner.</p>
+</body>
+</html>
diff --git a/resources-en/src/tips/LineEndingsFolder.html b/resources-en/src/tips/LineEndingsFolder.html
new file mode 100644
index 000000000000..77d4e96dda5d
--- /dev/null
+++ b/resources-en/src/tips/LineEndingsFolder.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+ <p>You do not need to open a file in the editor to change its line separator style.
+Use the <span class="control">Project tool window</span> instead: select one or more files,
+or folders, point to <span class="control">File | Line Separators</span> on the main menu,
+and then choose the desired line ending style.</p>
+<p>For a directory, new line separator applies recursively.</p>
+ <img src="images/line_separator_folder.png"></p>
+</body>
+</html>
diff --git a/resources-en/src/tips/RefactorThis.html b/resources-en/src/tips/RefactorThis.html
new file mode 100644
index 000000000000..275e43b74696
--- /dev/null
+++ b/resources-en/src/tips/RefactorThis.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="css/tips.css">
+</head>
+<body>
+
+<p>If you place the caret at certain symbol and press <span class="shortcut">&shortcut:Refactorings.QuickListPopupAction;</span>,
+you will see the list of refactorings applicable to the current context.</p>
+ <p class="image">
+ <img src="images/refactor_this.png"></p>
+
+</body>
+</html>
diff --git a/resources-en/src/tips/images/bookmarks1.png b/resources-en/src/tips/images/bookmarks1.png
new file mode 100644
index 000000000000..828781cfa1ab
--- /dev/null
+++ b/resources-en/src/tips/images/bookmarks1.png
Binary files differ
diff --git a/resources-en/src/tips/images/emmet.png b/resources-en/src/tips/images/emmet.png
new file mode 100644
index 000000000000..8e9dc1562c7f
--- /dev/null
+++ b/resources-en/src/tips/images/emmet.png
Binary files differ
diff --git a/resources-en/src/tips/images/external_file.png b/resources-en/src/tips/images/external_file.png
new file mode 100644
index 000000000000..dc3d4f6ef9fb
--- /dev/null
+++ b/resources-en/src/tips/images/external_file.png
Binary files differ
diff --git a/resources-en/src/tips/images/line_separator.png b/resources-en/src/tips/images/line_separator.png
new file mode 100644
index 000000000000..63ac92df3fef
--- /dev/null
+++ b/resources-en/src/tips/images/line_separator.png
Binary files differ
diff --git a/resources-en/src/tips/images/line_separator_folder.png b/resources-en/src/tips/images/line_separator_folder.png
new file mode 100644
index 000000000000..65ec56480fe2
--- /dev/null
+++ b/resources-en/src/tips/images/line_separator_folder.png
Binary files differ
diff --git a/resources-en/src/tips/images/refactor_this.png b/resources-en/src/tips/images/refactor_this.png
new file mode 100644
index 000000000000..6e06b40bc179
--- /dev/null
+++ b/resources-en/src/tips/images/refactor_this.png
Binary files differ
diff --git a/resources-en/src/tips/images/resource_bundle_1.png b/resources-en/src/tips/images/resource_bundle_1.png
new file mode 100644
index 000000000000..22e854ec1aa6
--- /dev/null
+++ b/resources-en/src/tips/images/resource_bundle_1.png
Binary files differ
diff --git a/resources-en/src/tips/images/resource_bundle_2.png b/resources-en/src/tips/images/resource_bundle_2.png
new file mode 100644
index 000000000000..9c646303601b
--- /dev/null
+++ b/resources-en/src/tips/images/resource_bundle_2.png
Binary files differ
diff --git a/resources-en/src/tips/tips.xml b/resources-en/src/tips/tips.xml
index 2e3865144781..7ec9c5674ff4 100644
--- a/resources-en/src/tips/tips.xml
+++ b/resources-en/src/tips/tips.xml
@@ -151,4 +151,12 @@
<tip file="RunConfigFolders.html"/>
<tip file="SpeedSearchinLiveTemplates.html"/>
<tip file="EditRegExp.html"/>
+
+ <tip file="Emmet.html"/>
+ <tip file="EscapeCharactersInResourceBundle.html"/>
+ <tip file="LineEndings.html"/>
+ <tip file="LineEndingsFolder.html"/>
+ <tip file="RefactorThis.html"/>
+ <tip file="FavoritesToolWindow1.html"/>
+ <tip file="FavoritesToolWindow2.html"/>
</tips>