OPENIDE #97 License and Eula in OpenIDE (add copyright)

(cherry picked from commit c04ce4e31d29757b01124bef5d56341c1d5c3076)

(cherry picked from commit dd6672929b)

(cherry picked from commit c616055e7d)
(cherry picked from commit e0b79cb487)
This commit is contained in:
Nikita Iarychenko
2025-03-04 16:27:23 +04:00
parent 432e61d2b1
commit f8c2eb0487
634 changed files with 7838 additions and 1244 deletions

View File

@@ -1,9 +0,0 @@
<component name="CopyrightManager">
<copyright>
<option name="notice" value="Copyright (c) Haulmont &amp;#36;today.year. All Rights Reserved.&#10;Use is subject to license terms." />
<option name="keyword" value="Copyright" />
<option name="allowReplaceKeyword" value="JetBrains" />
<option name="myName" value="apache 2 license" />
<option name="myLocal" value="true" />
</copyright>
</component>

8
.idea/copyright/openide_license.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<component name="CopyrightManager">
<copyright>
<option name="allowReplaceRegexp" value="OpenIDE Project" />
<option name="keyword" value="OpenIDE Project" />
<option name="notice" value="OpenIDE Project &#10;Copyright (C) &amp;#36;today.year “Open Development Platform” Ltd. (https://openide.ru) &#10;&#10;This program is free software: you can redistribute it and/or modify&#10;it under the terms of the GNU Affero General Public License version 3 or later as published by the Free Software Foundation.&#10;&#10;This program is distributed in the hope that it will be useful,&#10;but WITHOUT ANY WARRANTY; without even the implied warranty of&#10;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#10;GNU Affero General Public License for more details.&#10;&#10;You should have received a copy of the GNU Affero General Public License&#10;along with this program. If not, see http://www.gnu.org/licenses/." />
<option name="myName" value="openide license" />
</copyright>
</component>

View File

@@ -1,5 +1,8 @@
<component name="CopyrightManager">
<settings default="apache 2 license">
<module2copyright>
<element module="openide" copyright="openide license" />
</module2copyright>
<LanguageOptions name="__TEMPLATE__">
<option name="addBlankAfter" value="false" />
<option name="block" value="false" />

3
.idea/scopes/openide.xml generated Normal file
View File

@@ -0,0 +1,3 @@
<component name="DependencyValidationManager">
<scope name="openide" pattern="file:*/openide//*||file:*OpenIde*||file[*openide*]:*//*" />
</component>

View File

@@ -1,4 +1,7 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
//
// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project (https://openide.ru).
// Any modifications are available on the same license terms as the original source code.
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.runBlocking
import org.jetbrains.annotations.ApiStatus

View File

@@ -1,4 +1,7 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
//
// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project (https://openide.ru).
// Any modifications are available on the same license terms as the original source code.
package org.jetbrains.intellij.build
import kotlinx.collections.immutable.PersistentList

View File

@@ -1,5 +1,16 @@
// Copyright (c) Haulmont 2024. All Rights Reserved.
// Use is subject to license terms.
// 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/.
package org.jetbrains.intellij.build
import org.jetbrains.intellij.build.kotlin.KotlinBinaries

View File

@@ -1,5 +1,16 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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/. -->
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<tipAndTrick file="GoToDeclaration.html"/>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>IDE では、クラス内のフィールドに対応する getter メソッドと setter メソッドを生成できます。これを行うには、クラス内にキャレットがある状態で <span class="shortcut">&shortcut:Generate;</span> (<span class="control">コード | 生成</span>) を押します。</p><p class="image"><img src="images/ij_tips_generate_getter_setter.png" alt="Generate getter and setter" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>Git Blame アノテーションの表示</b></p><p>Git の注釈は、各コード行の出所に関する詳細情報を示します (ガターを右クリックし、「<span class="control">Git Blame で注釈を付ける</span> 」を選択します)。</p><p>注釈を右クリックし、「<span class="control">差分の表示</span> 」を選択すると、ファイルの現在のバージョンと以前のバージョンの差分を確認できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>IDE パフォーマンスの改善</b></p><p>IDE の動作が重いと感じる場合は、ウイルス対策ソフトウェアの保護対象フォルダーの数を減らすことを検討してください。これにより、パフォーマンスが向上する可能性があります。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>コンテキストアクション経由でのブレークポイントへのアクセス&gt;</b></p><p>コンテキストアクション (<span class="shortcut">&shortcut:ShowIntentionActions;</span>) を使用すると、最も一般的なブレークポイントアクションとフィルターにアクセスできます。</p><p class="image"><img src="images/tips_breakpoint_intentions.png" alt="Breakpoint intentions" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>ガター内のブレークポイントマーカーを右クリックすると、ブレークポイントをすばやく有効/無効にしたり、そのプロパティを調整したりできます。</p><p class="image"><img src="images/ij_tips_breakpoint_speedmenu.png" alt="Breakpoint speedmenu" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>キャメルケース接頭辞を使用して、コード補完候補のリストを絞り込むことができます。</p><p class="image"><img src="images/ij_tips_camel_completion.png" alt="CamelCase code completion" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">どこでも検索</span> 」ポップアップ (<span class="shortcut">Shift</span> を 2 回) でキャメルケースを使用すると、クラス、ファイル、またはシンボルを検索するときに結果のリストが絞り込まれます。</p><p class="image"><img src="images/ij_tips_goto_camel_completion.png" alt="CamelCase code completion in search" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">入力時に候補を表示する</span> 」オプションが有効な場合、「<span class="control">ルックアップアップ</span> 」および「<span class="control">ルックアップダウン</span> 」アクションを使用すると、候補リストを閉じてエディター内でキャレットを上下に移動できます。</p><p>Windows では、 <span class="shortcut">&shortcut:EditorLookupDown;</span><span class="shortcut">&shortcut:EditorLookupUp;</span> のショートカットを使用してください。</p><p>macOS では、ショートカットはデフォルトで構成されていないため、「<span class="control">設定 | キーマップ</span> 」で任意のキーの組み合わせを自分の都合に合わせて割り当てることができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:MoveElementLeft;</span><span class="shortcut">&shortcut:MoveElementRight;</span> を使用すると、宣言と呼び出しの両方にあるメソッドのパラメーターを移動できます。また、このようなメソッドの宣言内での移動をメソッドの呼び出しに反映させることができます。これを行うには、移動後に <span class="shortcut">&shortcut:ShowIntentionActions;</span> を押して「<span class="control">シグネチャーの変更を反映させるように使用箇所を更新する</span> 」を選択してください。</p><p class="image"><img src="images/ij_tips_apply_signature_change.png" alt="Apply signature change" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>補完候補は、関連性またはアルファベット順で並べ替えることができます。</p><p>アルファベット順に並べ替えるには、「<span class="control">名前で並べ替え</span> 」オプションを選択します。関連性で並べ替えるには、「<span class="control">名前で並べ替え</span> 」チェック ボックスをオフにします。</p><p class="image"><img src="images/ij_tips_change_lookup_sorting.png" alt="change completion sorting" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:ShowIntentionActions;</span> を押してから「<span class="control">正規表現の確認</span> 」を選択してください。</p><p>ポップアップに、正規表現に一致するサンプル文字列を入力します。 <img src="images/app.expui.general.inspections.inspectionsOK.png" alt="Match occurred"/> アイコンは、一致が発生したことを示します。</p><p class="image"><img src="images/ij_tips_checkregexp.png" alt="Check regex" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:PasteMultiple;</span> を押すと、以前にクリップボードにコピーしたテキストフラグメントを選択できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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">Alt</span> (Windows および Linux ) / <span class="shortcut">Alt</span> (macOS) を押したまま、現在のエディタータブの十字アイコンをクリックします。</p><p class="image"><img src="images/ps_tips-close_others.png" alt="Close others" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">すべてのタブを閉じる</span> 」を選択します。</p><p>アクティブなタブを除くすべてのタブを閉じるには、 <span class="shortcut">Alt</span> (Windows および Linux) / <span class="shortcut">Alt</span> (macOS) を押し、アクティブなタブの「<span class="control">閉じる</span> 」ボタンをクリックします。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>コード補完は、コードステートメントをすばやく完成させるのに役立ちます。入力すると現在のキャレット位置で使用できる候補のリストを自動的に提供します:</p><p class="image"><img src="images/ij_tips_code_completion.png" alt="code completion" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:Find;</span> 内でテキストを検索する時に検索バーで <span class="shortcut">&shortcut:CodeCompletion;</span> を押すと、文字列全体を入力する必要がありません。</p><p class="image"><img src="images/ij_tips_CodeCompletionSearch.png" alt="code completion in search" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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">Alt</span> (Windows および Linux) / <span class="shortcut">Alt</span> (macOS ) を押しながらマウスをドラッグします。</p><p class="image"><img src="images/ij_tips_columnselection.png" alt="Column selection" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>ショートカットでコード行とコードブロックのコメントを解除できます:</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>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">クリップボードと比較</span> 」を選択します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="code_emphasis">if</span><span class="code_emphasis">do-while</span><span class="code_emphasis">try-catch</span><span class="code_emphasis">return</span> などのステートメントの入力を開始してください。 <span class="shortcut">&shortcut:EditorCompleteStatement;</span> を押すとステートメントが補完され、構文的に正しいコンストラクトになります。</p><p class="image"><img src="images/ij-tips-complete_statement.png" alt="Complete statement" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>プロジェクト、ライブラリ、または JDK の任意の場所にある static メソッドのメソッド呼び出しをすばやく補完するには、接頭辞を入力してから <span class="shortcut">&shortcut:CodeCompletion;</span> を 2 回押します。 <span class="shortcut">&shortcut:ShowIntentionActions;</span> を押すと、選択したメソッドをインポートできます。</p><p class="image"><img src="images/ij_tips_completion_import.png" alt="Import on completion" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>組み込みのターミナルからお好みのシェルを使用してください。</p><p><span class="control">Settings</span> 」ダイアログ <span class="shortcut">&shortcut:ShowSettings;</span> で、「<span class="control">ツール | ターミナル</span> 」に移動し、シェル実行可能ファイルのパスを指定してください。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:ShowIntentionActions;</span> を押すと、ハイライトされたエラーや警告の修正、コード構造の改善または最適化を行うことができます。 一部のインテンションアクションでは、 <span class="shortcut">&shortcut:QuickJavaDoc;</span> (<span class="control">表示 | クイックドキュメント</span>) を押してプレビューまたはアクションの説明を開くことができます。</p><p class="image"><img src="images/ij_tips_context_actions.png" alt="Context actions" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">リファクタリング | クラスのコピー</span> 」を使用すると、選択したクラスをコピーしたクラスを作成できます。</p><p>このリファクタリングは、既存のクラスと同様のクラスを作成する必要があり、共通する機能を 1 つの共通するスーパークラスに配置できない場合に役立ちます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">編集 | パス/参照のコピー</span> 」アクションを使用すると、フィールド/メソッド/クラス/ファイルの参照をエディターの現在の位置に挿入できます。</p><p>キャレットを <span class="code_emphasis">myMethod</span> メソッド名内に配置し、 <span class="shortcut">&shortcut:CopyReference;</span> を押します:</p><p>参照を貼り付けるには、 <span class="shortcut">&shortcut:$Paste;</span> を押します。</p><p><span class="control">クラスに移動/シンボルに移動/ファイルに移動</span> 」ダイアログで参照をコピーすることもできます。そのためには、ルックアップリストの任意の要素で <span class="shortcut">&shortcut:$Copy;</span> を押します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:$Copy;</span> を押すと、キャレット位置の行全体がクリップボードにコピーされます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>OpenIDE では、ファイルセットごとに異なる著作権表示を構成できます。変数を使用し、利便性を高めることができます。例えば、 <span class="code_emphasis">$today.year</span> を使用すると年度を最新の状態に維持できます。</p><p><span class="control">Settings</span> 」ダイアログ (<span class="shortcut">&shortcut:ShowSettings;</span>) で、「<span class="control">エディター | コピーライト | コピーライトプロファイル</span> 」を選択すると、新しいプロファイルを作成したり、変数を使用して著作権表示のテキストを追加したりできます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>Ant プロパティタグの作成</b></p><p>未定義の Ant プロパティまたはターゲットに対しても参照を開始できます。 <span class="shortcut">&shortcut:ShowIntentionActions;</span> を押し、インテンションアクションのリストから「<span class="control">プロパティの作成</span> 」を選択すると、現在の編集場所を離れることなく必要なタグを作成できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:EditorDuplicate;</span> を押すと、選択したコードブロックを複製するか、ブロックが選択されていない場合に現在の行を複製できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:EditorChooseLookupItemDot;</span> を押します。</p><p>IDE は、現在のコンテキストに応じて選択した項目の後にドットまたは <span class="code_emphasis">-&gt;</span> を挿入します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:QuickImplementations;</span> (<span class="control">表示 | クイック定義</span>) を押すと、キャレット位置のシンボルの定義や内容を別のエディタータブで開くことなくプレビューできます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">クイック定義ビューアー</span>」(<span class="shortcut">&shortcut:QuickImplementations;</span>) を呼び出すことができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:EditorSelectWord;</span> を押してください。 <span class="shortcut">&shortcut:EditorSelectWord;</span> を押すたびに、選択範囲がコードの他の領域まで拡張されます。</p><p>例えば、あるメソッド名が選択されている場合、そのメソッドを呼び出す式、ステートメント全体、包含ブロックなどに選択範囲を拡張できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:EditorDeleteLine;</span> を押すと、キャレット位置の行全体が削除されます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">差分ビューアー</span> 内のペイン間の違いを適用できます: <img src="images/app.diff.applyNotConflictsLeft.png" alt="the Insert from left button"/> <img src="images/app.diff.applyNotConflictsRight.png" alt="the Insert from right button"/></p><p>現在のペインの内容を他のペインに追加するには、 <span class="shortcut">Ctrl</span> を押したままにします。ボタンが <img src="images/app.diff.arrowRightDown.png" alt="the Insert below from left button"/> <img src="images/app.diff.arrowLeftDown.png" alt="the Insert below from right button"/> に変わります。</p><p>変更を戻すには、 <span class="shortcut">Shift</span> を押した状態にします。 <span class="control">逆 V 字形</span><img src="images/app.diff.remove.png" alt="the Remove button"/> に変わります。</p><p class="image"><img src="images/ij_tips_apply_append.png" alt="Chevron buttons" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>2 つのファイルまたはフォルダーを比較するには、「<span class="control">プロジェクト</span> 」ツールウィンドウで目的の項目を選択してから <span class="shortcut">&shortcut:CompareTwoFiles;</span> を押します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>ピリオドキー (.)、コンマ (,)、セミコロン (;)、スペース、その他の文字を使用して、コード補完候補リストで選択されている項目を受け入れることができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>外部ファイルをファイルマネージャからエディターにドラッグして編集用に開くことができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>専用のエディターを使用してコード内の正規表現を編集できます。</p><p>正規表現の入力を開始し、 <span class="shortcut">&shortcut:ShowIntentionActions;</span> を押して「<span class="control">正規表現フラグメントの編集</span> 」をクリックします。正規表現がエディターの別のタブで開き、バックスラッシュをそのまま入力できます。</p><p>すべての変更は元の正規表現と同期され、エスケープ文字が自動的に表示されます。</p><p class="image"><img src="images/ij_tips_editregexp.png" alt="Edit a regular expression" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>コードスタイルの EditorConfig</b></p><p>IDE のコードスタイル設定に対し、EditorConfig (<a href="https://editorconfig.org/">https://editorconfig.org/</a>) の設定を優先させることができます。</p><p>コードスタイルを変更するノードに新しい <span class="code_emphasis">.editorconfig</span> ファイルを作成し、好みの新しい設定を指定します。</p><p class="image"><img src="images/ij_tips_editor_config.png" alt="EditorConfig settings" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:EditorEscape;</span> を押すと、フォーカスがエディターに移動します。</p><p><span class="shortcut">&shortcut:HideActiveWindow;</span> を押すとフォーカスがエディターに移動し、現在アクティブな、または最後にアクティブだったツールウィンドウが非表示になります。</p><p><span class="shortcut">&shortcut:JumpToLastWindow;</span> を押すと、エディターから最後にフォーカスされたツールウィンドウにフォーカスが移動します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">式の評価</span> 」機能は、プログラムの状態についての追加の詳細を取得したり、またはランタイム時にさまざまなシナリオをテストしたりするのに役立ちます。</p><ul ><li><p>コード内に式が存在する場合は、 <span class="shortcut">Alt</span> (Windows および Linux) または <span class="shortcut">Alt</span> (macOS) を押したまま式をクリックします。特定のコード箇所を評価する場合は、それを選択してからクリックします。</p></li><li><p>任意の式を評価するには、「<span class="control">実行 | デバッグアクション | 式の評価</span> 」を選択します。</p></li></ul></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:ExternalJavaDoc;</span> を押すか、メインメニューから「<span class="control">ツール | ウェブブラウザーとプレビュー</span> 」を選択します。</p><p>設定でデフォルトのブラウザーが設定されていることを確認してください。デフォルトのブラウザーを確認するには、 <span class="shortcut">&shortcut:ShowSettings;</span> を押して設定を開き、「<span class="shortcut">ツール | ウェブブラウザーとプレビュー</span> 」に移動します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">ファイル内検索</span> 」ダイアログ (<span class="shortcut">&shortcut:FindInPath;</span>) の「<span class="control">プレビュー</span> 」領域を使用すると、ダイアログを離れることなくすばやく検索できます。「<span class="control">プレビュー</span> 」ダイアログには、最初の 100 件の結果が表示されます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:Find;</span> を押すと、検索バーが表示されます。 <span class="shortcut">&shortcut:Replace;</span> を押すと、置換文字列を入力できる別のフィールドが追加されます。</p><p><span class="control">ファイル内検索</span> 」ダイアログで、 <span class="shortcut">&shortcut:ReplaceInPath;</span> を押すと置換に切り替えることができます。同様に、 <span class="shortcut">&shortcut:FindInPath;</span> を押すと「<span class="control">置換</span> 」フィールドを非表示にして通常の検索に切り替えることができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>感嘆符 (!) を押して補完候補を受け入れると、その式が否定されます。</p><p class="image"><img src="images/ij_tips_complete_with_exclamation_before.png" alt="Negate completion suggestion" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:EditorCompleteStatement;</span> で受け入れることができます。IDE は選択した文字列を挿入するだけでなく、現在のコードコンストラクトを構文的に正しいものに変換します (丸括弧の対応付け、中括弧とセミコロンの追加など)。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>Javadoc の修正</b></p><p>メソッドのシグネチャーが変更された場合、IDE は同期しなくなったドキュメントのコメントタグをハイライトし、クイックフィックスを提案します:</p><p class="image"><img src="images/ij_tips-fix_doc_comment.png" alt="Update Javadoc" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:ActivateProjectToolWindow;</span> を押すと、「<span class="control">プロジェクト</span> 」ツールウィンドウを開き、フォーカスを切り替えることができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:GotoAction;</span> (<span class="control">ヘルプ | アクションの検索</span>) を押します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>エディターですばやくクラスを開くには、 <span class="shortcut">&shortcut:GotoClass;</span> (<span class="control">移動 | クラス</span>) を押して、クラス名の入力を開始します。次に、補完リストに表示されているクラスをクリックします。</p><p>同様に、 <span class="shortcut">&shortcut:GotoFile;</span> (<span class="control">移動 | ファイル</span>) を使用すると、プロジェクト内の任意のファイルを開くことができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:GotoDeclaration;</span> (<span class="control">移動 | 宣言または使用箇所</span>) を押します。 <span class="shortcut">Control</span> (Windows および Linux) / <span class="shortcut">Control</span> (macOS) キーを押したまま使用箇所をクリックして宣言に移動することもできます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:GotoFile;</span> (<span class="control">移動 | ファイル</span>) を押して、ファイル名の入力を開始します。フィルターアイコンを使用すると、選択したファイルタイプのみを対象に検索できます:</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:GotoImplementation;</span> を押します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:RunInspection;</span> を押してインスペクションまたはそのグループの名前を入力します。候補リストからインスペクションを選択し、範囲を指定します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:GotoSymbol;</span> (<span class="control">移動 | シンボル</span>) を押して、その名前の入力を開始します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:GotoFile;</span> (<span class="control">移動 | ファイル</span>) を押し、ファイル名の入力を開始してから行番号の後に <span class="code_emphasis">:</span> を入力します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>ステータスバーに表示されるウィジェットのセットを構成できます。そのためには、ウィジェットを右クリックしてから表示する項目を選択します。</p><p class="image"><img src="images/ij_tips_hide_widgets.png" alt="Widgets popup" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:TypeHierarchy;</span> (<span class="control">ナビゲート | 型階層</span>) を押します。エディターから階層表示を直接呼び出して、現在編集しているクラスの階層を確認することもできます。</p><p class="image"><img src="images/ij_tips_hierarchy_browser.png" alt="Type hierarchy browser" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="code_emphasis">implements</span> キーワードにキャレットを置き、 <span class="shortcut">&shortcut:HighlightUsagesInFile;</span> を押します:</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>あるメソッドの終了ポイントをすべて表示するには、キャレットをそのうちの 1 つ (<span class="code_emphasis">return</span> ステートメントなど) に配置し、 <span class="shortcut">&shortcut:HighlightUsagesInFile;</span> を押します:</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="code_emphasis">throws</span> ステートメントに配置し、 <span class="shortcut">&shortcut:HighlightUsagesInFile;</span> を押します。</p><p class="image"><img src="images/ij_tips_highlightExceptions.png" alt="Highlight caught exceptions" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:HighlightUsagesInFile;</span> (<span class="control">編集 | 使用箇所の検索 | ファイル内の使用箇所をハイライト</span>) を押すと、現在のファイルに含まれる特定の変数の使用箇所をすばやくハイライトできます。</p><p><span class="shortcut">&shortcut:FindNext;</span><span class="shortcut">&shortcut:FindPrevious;</span> を押すと、ハイライトされた使用箇所に移動できます。 <span class="shortcut">&shortcut:EditorEscape;</span> を押すと、ハイライトを除去できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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">Shift</span> を押したままマウスホイールを回します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:QuickImplementations;</span> を押します。</p><p class="image"><img src="images/ij_imageLookup.png" alt="Preview image in a popup" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:InsertLiveTemplate;</span> を押すと、現在のコンテキストに対応する候補のリストが表示されます。例えば <span class="code_emphasis">it</span> と入力して <span class="shortcut">&shortcut:InsertLiveTemplate;</span> を押すと、何が起こるか分かります。</p><p class="image"><img src="images/ij_tips_insert_live_template.png" alt="Inserting live template" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">コード | コードのインスペクション</span> 」を使用すると、プロジェクト全体または指定範囲に対してコード解析を実行し、独立したウィンドウで結果を調べることができます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="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>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">変数の抽出</span> 」リファクタリングを使用できます。 <span class="shortcut">&shortcut:IntroduceVariable;</span> を押して、式を選択します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>2 つの <span class="code_emphasis">.jar</span><span class="code_emphasis">.zip</span> 、または <span class="code_emphasis">.phar</span> アーカイブ、またはアーカイブ内のファイルを比較するには、「<span class="control">プロジェクト</span> 」ツールウィンドウで対象のファイルを選択してから <span class="shortcut">&shortcut:CompareTwoFiles;</span> を押します。</p><p><span class="control">アーカイブの比較</span> 」機能は Java バイトコードのデコンパイラーと連携しています。この機能を使用すると、ライブラリの 2 つの異なるバージョン間で何が正確に変更されたかを確認できます。</p><p class="image"><img src="images/ij-tips-compare-jars.png" alt="Comparing two JUnit libraries" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>2 行を 1 行にまとめて不要なスペースを除去するには、 <span class="shortcut">&shortcut:EditorJoinLines;</span> を押します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">コード | コードの整形</span> 」を選択するか、 <span class="shortcut">&shortcut:ReformatCode;</span> を押します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>コードを実際の位置までスクロールせずにプレビューするには、警告、エラーストライプ、またはスクロールバーのソースコードの一部にマウスポインターを合わせます。すると、レンズが表示されます:</p><p class="image"><img src="images/ij_tips_lens.png" alt="Code lens" style="border: 1px solid #55555;" /></p><p>レンズを無効にするには、スクロールバー内のエラーストライプを右クリックし、「<span class="control">スクロールバーのホバーにコードレンズを表示する</span> 」チェックボックスをオフにします。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>現在のファイルで使用されている改行コードを確認するには、ステータスバーを確認します:</p><p class="image"><img src="images/ij_tips_line_separator.png" alt="Line separator" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">プロジェクト</span> 」ツールウィンドウで 1 つ以上のファイルまたはフォルダーを選択し、メインメニューから「<span class="control">ファイル | ファイルプロパティ| 改行コード</span> 」を選択してから、目的の行末スタイルを選択してください。</p><p>ディレクトリの場合は、改行コードが再帰的に適用されます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>ライブテンプレートを使用すると、頻繁に使用するコードのコンストラクトを挿入できます。</p><p class="image"><img src="images/ij_tips_live_templates_1.png" alt="Live template" style="border: 1px solid #55555;" /></p><p>候補リストからライブテンプレートを選択すると、テンプレートが「<span class="control">Settings</span> 」ダイアログ (<span class="shortcut">&shortcut:ShowSettings;</span>) の「<span class="control">エディター | ライブテンプレート</span> 」ページで定義されている変数に展開されます。</p><p class="image"><img src="images/ij_tips_live_templates_2.png" alt="Apply a live template" style="border: 1px solid #55555;" /></p><p><span class="shortcut">Tab</span> を使用すると、テンプレートフィールド間を移動できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">static</span> 宣言されている内側のクラスで「<span class="control">移動</span> 」リファクタリング <span class="shortcut">&shortcut:Move;</span> を呼び出すと、トップレベルのクラスにするか、別のクラスに移動するかを確認するメッセージが表示されます。</p><p class="image"><img src="images/ij_tips_move_inner.png" alt="Move inner class" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">コード | ステートメントを上に移動/下に移動</span> 」アクションは、変数宣言を変数の使用箇所に近づけるなど、コード行を再編成する場合に役立ちます。</p><p>コードフラグメントを選択し、 <span class="shortcut">&shortcut:MoveStatementUp;</span> または <span class="shortcut">&shortcut:MoveStatementDown;</span> を押します。</p><p>エディターで何も選択されていない場合は、キャレット位置の行が移動します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>OpenIDE では、複数のキャレットを使用できます。 <span class="shortcut">Shift+Alt</span> (Windows および Linux) / <span class="shortcut">Shift+Alt</span> (macOS) を押したまま複数の異なる位置をクリックすると、エディターに追加のキャレットが設定されます。</p><p class="image"><img src="images/ij_tips_multicursor.png" alt="Multiple carets" style="border: 1px solid #55555;" /></p><p>次に、左方向キーまたは右方向キーと共に <span class="shortcut">Shift</span> を押すと、複数のテキストフラグメントを選択できます。</p><p class="image"><img src="images/ij_tips_multiselection.png" alt="Multiple selection" style="border: 1px solid #55555;" /></p><p><span class="shortcut">&shortcut:EditorEscape;</span> を押すと、最近追加されたキャレットを除くすべてのキャレットが除去されます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">列モード</span> <span class="shortcut">&shortcut:EditorToggleColumnMode;</span> で複数のフラグメントを選択するには、 <span class="shortcut">Control+Alt+Shift</span> (Windows および Linux) / <span class="shortcut">Control+Alt+Shift</span> (macOS) を押しながらマウスをドラッグします:</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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">Shift+Alt</span> (Windows および Linux) / <span class="shortcut">Shift+Alt</span> (macOS) を押しながらテキスト上でマウスをドラッグします。</p><p class="image"><img src="images/ij_tips_multiselection.png" alt="Multiple selection" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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">Shift+Alt</span> (Windows および Linux) / <span class="shortcut">Shift+Alt</span> (macOS) を押したまま、選択する各単語をダブルクリックします。</p><p class="image"><img src="images/ij_tips_multiselection_words.png" alt="Selecting several words" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:GotoNextError;</span> または <span class="shortcut">&shortcut:GotoPreviousError;</span> を押すと、現在のファイルの次または前のエラーにそれぞれ移動します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:OverrideMethods;</span> (<span class="control">コード|メソッドのオーバーライド</span>) を押すと、基底クラスのメソッドを簡単にオーバーライドできます。</p><p>現在のクラスが実装しているインターフェース (または抽象基底クラス) のメソッドを実装するには、 <span class="shortcut">&shortcut:ImplementMethods;</span> (<span class="control">コード | メソッドの実装</span>) を押します。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="code_emphasis">.</span> を入力し、目的のオプションを選択します。</p><p><span class="shortcut">&shortcut:InsertLiveTemplate;</span> を押して、後置テンプレートを含む候補リストを表示することもできます。</p><p class="image"><img src="images/ij_tips_postfix_completion.png" alt="Postfix completion" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">ファイル | 印刷</span>) を有益で見栄えの美しいものにするには、キーワードを使用してください。</p><p>例えば、 <span class="code_emphasis">$DATE$</span><span class="code_emphasis">$TIME$</span> を使用すると、印刷物の正確な日付と時刻を指定できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:QuickJavaDoc;</span> (<span class="control">表示 | クイックドキュメント</span>) を押します。</p><p class="image"><img src="images/ij_tips_quick_javadoc.png" alt="Viewing quick documentation" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:QuickJavaDoc;</span> (<span class="control">表示 | クイックドキュメント</span>)、 <span class="shortcut">&shortcut:ParameterInfo;</span> (<span class="control">表示 | パラメーター情報</span>)、 <span class="shortcut">&shortcut:GotoDeclaration;</span> (<span class="control">移動 | 宣言</span>) などを使用できます。また、エディターだけでなく、コード補完を使用する際の提案リストにも同様のショートカットがあります。</p><p class="image"><img src="images/ij_tips_quick_doc_in_lookup.png" alt="View quick documentation is suggestions list" style="border: 1px solid #55555;" /></p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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>エディターから 1 回のキーボード操作で、異なるコードスタイル、カラースキーム、またはキーマップを適用できます。 <span class="shortcut">&shortcut:QuickChangeScheme;</span> (<span class="control">表示 | スキームのクイック切り替え</span>) を押すと、切り替え先のスキームを指定できます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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="control">Settings | エディター | リーダーモード</span> 」設定のオプションを使用すると、読み取り専用ファイルとライブラリのコードやコメントの表示方法を構成できます。これにより、コードやコメントがより読みやすく、理解しやすくなります。</p><p>インレイヒント、フォントの合字、行スペース調整、コメントのレンダリングビューの切り替えなどを有効にできます。</p></body></html>

View File

@@ -1,3 +1,14 @@
<!-- Copyright (c) Haulmont 2025. All Rights Reserved. -->
<!-- Use is subject to license terms. -->
<!-- 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:RecentChanges;</span> を使用すると、プロジェクトに対する最近の変更をすばやく確認できます。</p></body></html>

Some files were not shown because too many files have changed in this diff Show More