From a8de05c3eaaa1be5313a2c5c77c5a765df218e29 Mon Sep 17 00:00:00 2001 From: Kirill Safonov Date: Thu, 13 Dec 2012 23:15:14 +0400 Subject: [PATCH] WebStorm tips of the day (WEB-2303) --- resources-en/src/tips/ExternalJavaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources-en/src/tips/ExternalJavaDoc.html b/resources-en/src/tips/ExternalJavaDoc.html index e0b194d60dca..e6c9d1c2a3d6 100644 --- a/resources-en/src/tips/ExternalJavaDoc.html +++ b/resources-en/src/tips/ExternalJavaDoc.html @@ -5,12 +5,12 @@ -

To open your browser with Javadoc for the class or method used at the editor's caret, +

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

+ (View | External Documentation).

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