Files
openide/ideTipsAndTricks/resources/localization/ja/tips/IntroduceVariable.html
Dmitry Lyubin 51bdb782ec OPENIDE tips library replaced
(cherry picked from commit 40be4eaeb45b0495603b131bbaad0e87b8657c9b)
(cherry picked from commit 6881e24f3e)
(cherry picked from commit 87986c4223)
(cherry picked from commit 24d3f101f1)
(cherry picked from commit 97db5785a8)
2026-03-16 16:50:39 +04:00

3 lines
806 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><span class="control">変数の抽出</span> 」リファクタリングは、選択した式を変数にラップします。新しい変数宣言を追加し、式をイニシャライザーとして使用します。式を選択して <span class="shortcut">&shortcut:IntroduceVariable;</span> (<span class="control">リファクタリング | 抽出/導入 | 変数</span>) を押します。</p><p class="image"><img src="images/ij_tips_extractvariable.png" alt="extract variable" style="border: 1px solid #55555;" /></p></body></html>