mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
17 lines
610 B
HTML
17 lines
610 B
HTML
<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 <span class="control">General</span> page of the editor settings:
|
|
</p>
|
|
<p class="image"><img src="images/quick_doc_on_mouse_move.png"></p>
|
|
</body>
|
|
</html>
|