Files
openide/ideTipsAndTricks/resources/localization/ja/tips/CommentCode.html
Dmitry Lyubin 840490adf8 OPENIDE tips library replaced
(cherry picked from commit 40be4eaeb45b0495603b131bbaad0e87b8657c9b)
(cherry picked from commit ec22dba8ff)
2025-06-19 11:53:51 +04:00

3 lines
679 B
HTML

<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<html><head><meta charset="UTF-8"><link rel="stylesheet" type="text/css" href="css/tips.css"></head><body><p><b>コードのコメント化とコメント解除</b></p><p>ショートカットでコード行とコードブロックのコメントを解除できます:</p><p><span class="shortcut">&shortcut:CommentByLineComment;</span>: 単一行コメントの場合 (<span class="code_emphasis">//...</span>)</p><p><span class="shortcut">&shortcut:CommentByBlockComment;</span>: ブロックコメントの場合 (<span class="code_emphasis">/*...*/</span>)</p></body></html>