diff --git a/platform/platform-resources-en/src/tips/CtrlShiftIForLookup.html b/platform/platform-resources-en/src/tips/CtrlShiftIForLookup.html index a13ccd2f2995..a4d116b93c23 100644 --- a/platform/platform-resources-en/src/tips/CtrlShiftIForLookup.html +++ b/platform/platform-resources-en/src/tips/CtrlShiftIForLookup.html @@ -6,7 +6,7 @@

The Quick Definition Viewer - (&shortcut:QuickImplementations;) can be also used for items in lookup lists that appear on code + (&shortcut:QuickImplementations;) can also be used for items in lookup lists that appear on code completion and class/file/symbol navigaton commands.

diff --git a/platform/platform-resources-en/src/tips/FindUsages.html b/platform/platform-resources-en/src/tips/FindUsages.html index a7162139a42f..55dc7dd70a77 100644 --- a/platform/platform-resources-en/src/tips/FindUsages.html +++ b/platform/platform-resources-en/src/tips/FindUsages.html @@ -6,7 +6,7 @@

You can quickly find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code and pressing &shortcut:FindUsages; - (Find Usages + (Edit | Find | Find Usages in the popup menu).

diff --git a/platform/platform-resources-en/src/tips/GoToDeclaration.html b/platform/platform-resources-en/src/tips/GoToDeclaration.html index 7a3d876dc8b4..d5a703d824e9 100644 --- a/platform/platform-resources-en/src/tips/GoToDeclaration.html +++ b/platform/platform-resources-en/src/tips/GoToDeclaration.html @@ -6,7 +6,7 @@

To navigate to the declaration of a class, method or variable used somewhere in the code, - position the caret at the usage and press &shortcut:GotoDeclaration;. You can also click the mouse + position the caret at the usage and press &shortcut:GotoDeclaration; (Navigate | Declaration). You can also click the mouse on usages with the Ctrl key pressed to jump to declarations.

diff --git a/platform/platform-resources-en/src/tips/IntroduceVariable.html b/platform/platform-resources-en/src/tips/IntroduceVariable.html index 0bfb856de00a..b2a032f1da07 100644 --- a/platform/platform-resources-en/src/tips/IntroduceVariable.html +++ b/platform/platform-resources-en/src/tips/IntroduceVariable.html @@ -9,7 +9,7 @@ refactoring helps you simplify complicated statements in your code. For example, in the code fragment below, you can select an expression in the code:

-

and press &shortcut:IntroduceVariable; (Refactor | Extract Variable). +

and press &shortcut:IntroduceVariable; (Refactor | Extract | Variable...). This will result in the following:

diff --git a/platform/platform-resources-en/src/tips/IssueNavigation.html b/platform/platform-resources-en/src/tips/IssueNavigation.html index ab62e94429c0..9b1e93607d5a 100644 --- a/platform/platform-resources-en/src/tips/IssueNavigation.html +++ b/platform/platform-resources-en/src/tips/IssueNavigation.html @@ -8,7 +8,7 @@

&productName; lets you jump from your check-in comment to an issue in your task tracker.

All you have to do is to define issue navigation patterns in the - Settings | Version Control + Settings | Version Control | Issue Navigation dialog:

When you commit a changelist, and type the check-in comment, make sure it matches one of your issue navigation patterns. diff --git a/platform/platform-resources-en/src/tips/MoveToChangelist.html b/platform/platform-resources-en/src/tips/MoveToChangelist.html index 440cc9c17ee2..8bf63fc8a92f 100644 --- a/platform/platform-resources-en/src/tips/MoveToChangelist.html +++ b/platform/platform-resources-en/src/tips/MoveToChangelist.html @@ -8,7 +8,7 @@

If you don't want to commit some of your changes to the repository, you can set them aside for a while, by moving to a separate changelist, or by putting them to a shelf. Select such file in the Local tab of the Changes tool - window, and on the context menu choose Move to another changelist, + window, and on the context menu choose Move to Another Changelist, or Shelve Changes.

diff --git a/platform/platform-resources-en/src/tips/moveFileToChangelist.html b/platform/platform-resources-en/src/tips/moveFileToChangelist.html index a4fc64ade3ff..7cf5bdb4a47f 100644 --- a/platform/platform-resources-en/src/tips/moveFileToChangelist.html +++ b/platform/platform-resources-en/src/tips/moveFileToChangelist.html @@ -7,7 +7,7 @@

You can move any file to a changelist of your choice. To do that, just choose -Move to Changelist on the file context menu in the Changes tool window: +Move to Another Changelist on the file context menu in the Changes tool window:

diff --git a/resources-en/src/tips/EclipseQuickOpen.html b/resources-en/src/tips/EclipseQuickOpen.html index 1a7a2bab5fee..17b2b32ea16f 100644 --- a/resources-en/src/tips/EclipseQuickOpen.html +++ b/resources-en/src/tips/EclipseQuickOpen.html @@ -8,7 +8,7 @@

You can quickly open an Eclipse project by selecting a .classpath or .project file in - the Open Project dialog. + the File | Open dialog. The corresponding Eclipse project is imported with default settings, without launching the wizard.

diff --git a/resources-en/src/tips/ExternalJavaDoc.html b/resources-en/src/tips/ExternalJavaDoc.html index e6c9d1c2a3d6..e1791b4b9a0f 100644 --- a/resources-en/src/tips/ExternalJavaDoc.html +++ b/resources-en/src/tips/ExternalJavaDoc.html @@ -8,10 +8,9 @@

To open your browser with documentation for the element at the editor's caret, press &shortcut:ExternalJavaDoc; (View | External Documentation).

-

You must have the path to your browser set in the General options - (File | Settings) +

You must have the path to your browser set in the File | Settings | Web Browsers options and paths to documentation files added to your project - (File | Settings | Project Structure) to use this feature.

+ (File | Project Structure...) to use this feature.

diff --git a/resources-en/src/tips/HierarchyBrowser.html b/resources-en/src/tips/HierarchyBrowser.html index 39ffec524304..6f9616a5ce0b 100644 --- a/resources-en/src/tips/HierarchyBrowser.html +++ b/resources-en/src/tips/HierarchyBrowser.html @@ -6,7 +6,7 @@

To see the inheritance hierarchy for a selected class, press &shortcut:TypeHierarchy; - (View | Type Hierarchy). + (Navigate | Type Hierarchy). You can also invoke the hierarchy view right from the editor to see the hierarchy for the currently edited class.

diff --git a/resources-en/src/tips/HighlightThrows.html b/resources-en/src/tips/HighlightThrows.html index a6d84681f41a..20a747d0d48d 100644 --- a/resources-en/src/tips/HighlightThrows.html +++ b/resources-en/src/tips/HighlightThrows.html @@ -6,7 +6,7 @@ -

You can view all statements within the method where certain exceptions can be brought. +

You can view all statements within the method where certain exceptions can be caught. Just place the caret at the throws keyword in a method declaration, press &shortcut:HighlightUsagesInFile; and select the desired exception class from the list. This will also work for try and catch. diff --git a/resources-en/src/tips/MavenQuickOpen.html b/resources-en/src/tips/MavenQuickOpen.html index 7fd23c6f6d1d..c1d1d18d4fc0 100644 --- a/resources-en/src/tips/MavenQuickOpen.html +++ b/resources-en/src/tips/MavenQuickOpen.html @@ -7,7 +7,7 @@ -

You can quickly open a Maven project by selecting a pom.xml file in the Open Project dialog. +

You can quickly open a Maven project by selecting a pom.xml file in the File | Open dialog. The corresponding Maven project is imported with default settings, without launching the wizard.

diff --git a/resources-en/src/tips/NextPrevError.html b/resources-en/src/tips/NextPrevError.html index ff6fa108605a..57600507d843 100644 --- a/resources-en/src/tips/NextPrevError.html +++ b/resources-en/src/tips/NextPrevError.html @@ -8,6 +8,7 @@

Use &shortcut:GotoNextError;/&shortcut:GotoPreviousError; keys to jump between highlighted syntax errors.

Use &shortcut:PreviousOccurence;/&shortcut:NextOccurence; shortcuts to jump between compiler error messages or search operation results.

+

To skip warnings right click on the validation side bar / marker bar and choose Go to high priority problems only.

diff --git a/resources-en/src/tips/SurroundWith.html b/resources-en/src/tips/SurroundWith.html index 4de4f2b0e317..3eeaf9222f6c 100644 --- a/resources-en/src/tips/SurroundWith.html +++ b/resources-en/src/tips/SurroundWith.html @@ -10,7 +10,7 @@ and choose try / catch. The catch blocks for all the exceptions thrown inside the block will be generated automatically.

You can customize the bodies of the generated catch blocks on the Code tab of - File | Settings | File Templates.

+ File | Settings | File and Code Templates.

Use other items in the list to surround with other constructs.

diff --git a/resources-en/src/tips/WideScreen.html b/resources-en/src/tips/WideScreen.html index ee5c16cd800b..506b73fbd26e 100644 --- a/resources-en/src/tips/WideScreen.html +++ b/resources-en/src/tips/WideScreen.html @@ -7,7 +7,7 @@

Tune the &productName; tool windows layout to make better use of your screen.

Toggle between the vertical and side-by-side placement of the tool windows by -Ctrl+click/Cmd+Click on the splitter:

+Ctrl+Click/Cmd+Click on the splitter: