mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
16 lines
493 B
HTML
Executable File
16 lines
493 B
HTML
Executable File
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
<p>You don't need to invoke quick documentation explicitly
|
|
(<span class="shortcut">&shortcut:QuickJavaDoc;</span>) - if you just move your mouse
|
|
pointer over the desired symbol, the quick documentation pop-up window will show
|
|
automatically.</p>
|
|
<p>To enable this feature, select the check box <span class="control">Show quick doc on mouse move</span>
|
|
in the editor settings.
|
|
</p>
|
|
</body>
|
|
</html>
|