mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Tips added (PY-12484).
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>If you've changed a live template, it becomes blue. If you want to return to the
|
||||
original text, right-click such a blue template, and choose
|
||||
<span class="control">Restore defaults</span> on the context menu.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Executable
+17
@@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>In <span class="product">&productName;</span>, you can have multiple cursors.
|
||||
Having pressed <span class="shortcut">Alt</span>, click the left mouse button
|
||||
at the desired position to set additional cursors in the editor.</p>
|
||||
<p>Press <span class="shortcut">&shortcut:EditorEscape;</span> to remove all the additional cursors
|
||||
but one that resides at the line at caret.</p>
|
||||
<p class="image"><img src="images/multicursor.png"></p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Clone the cursor strictly upwards or downwards. To do that,
|
||||
press <span class="shortcut">&shortcut:GotoAction;</span> twice, type
|
||||
<span class="control">Clone caret</span>, and then choose the desired action.</p>
|
||||
<p class="image"><img src="images/multicursor1.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>When choosing a live template from a suggestion list, press
|
||||
<span class="shortcut">&shortcut:QuickJavaDoc;</span> to view quick documentation -
|
||||
to be sure you make a right choice:</p>
|
||||
<p class="image"><img src="images/qdoc_live_template.png"></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p><span class="product">&productName;</span> makes it possible to
|
||||
launch the embedded local terminal using keyboard only. Press
|
||||
<span class="shortcut">&shortcut:ActivateTerminalToolWindow;</span>,
|
||||
and see the terminal running.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user