mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
27 lines
1.6 KiB
HTML
27 lines
1.6 KiB
HTML
<!-- OpenIDE Project -->
|
|
<!-- Copyright (C) 2025 “Open Development Platform” Ltd. (https://openide.ru) -->
|
|
<!-- -->
|
|
<!-- This program is free software: you can redistribute it and/or modify -->
|
|
<!-- it under the terms of the GNU Affero General Public License version 3 or later as published by the Free Software Foundation. -->
|
|
<!-- -->
|
|
<!-- This program is distributed in the hope that it will be useful, -->
|
|
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
|
|
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
|
|
<!-- GNU Affero General Public License for more details. -->
|
|
<!-- -->
|
|
<!-- You should have received a copy of the GNU Affero General Public License -->
|
|
<!-- along with this program. If not, see http://www.gnu.org/licenses/. -->
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body><p><b>Copy a path or a reference</b></p>
|
|
<p>Use the <span class="control">Edit | Copy Path/Reference</span> action to insert a reference to a field/method/class/file into the
|
|
current position in the editor.</p>
|
|
<p>Position the caret within the <span class="code_emphasis">myMethod</span> method name and press
|
|
<span class="shortcut">&shortcut:CopyReference;</span>.</p>
|
|
<p>To paste the reference, press <span class="shortcut">&shortcut:$Paste;</span>.</p>
|
|
<p>You can also copy references in the <span class="control">Go to Class/Go to Symbol/Go to File</span> dialogs. Press
|
|
<span class="shortcut">&shortcut:$Copy;</span> on any element in the lookup list.</p></body>
|
|
</html> |