Files
openide/ideTipsAndTricks/resources/localization/zh/CN/tips/FileStructurePopup.html
2025-04-30 13:26:44 +04:00

14 lines
1.5 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>显示文件结构</b></p><p>您可以使用 <span class="shortcut">&shortcut:FileStructurePopup;</span> (<span class="control">导航 | 文件结构</span>) 在当前文件中快速导航。</p><p>文件结构会显示当前类的成员列表。要导航到某个元素,请选择该元素,然后按 <span class="shortcut">&shortcut:EditorEnter;</span><span class="shortcut">&shortcut:EditSource;</span></p><p>要轻松定位列表中的条目,请开始输入其名称。</p><p class="image"><img src="images/ij_tips_filestructure.png" alt="file structure" style="border: 1px solid #55555;" /></p></body></html>