diff --git a/.idea/modules.xml b/.idea/modules.xml index a684847e1aee..02df92db48dd 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -1291,6 +1291,7 @@ + diff --git a/community-resources/intellij.idea.community.customization.iml b/community-resources/intellij.idea.community.customization.iml index f8bf708dfc92..b79b98762e77 100644 --- a/community-resources/intellij.idea.community.customization.iml +++ b/community-resources/intellij.idea.community.customization.iml @@ -8,22 +8,7 @@ - - - - - - e46de060e29f3d060de5a9dab21711ff4d376e4b2a7e96d332415df60b7d77c8 - - - - - - - - - - + diff --git a/community-resources/resources/META-INF/IdeaPlugin.xml b/community-resources/resources/META-INF/IdeaPlugin.xml index c751c5932546..fe9eb7a5248f 100644 --- a/community-resources/resources/META-INF/IdeaPlugin.xml +++ b/community-resources/resources/META-INF/IdeaPlugin.xml @@ -1,6 +1,6 @@ - + diff --git a/ideTipsAndTricks/org.openide.ideTipsAndTricks.iml b/ideTipsAndTricks/org.openide.ideTipsAndTricks.iml new file mode 100644 index 000000000000..510e3ffb6679 --- /dev/null +++ b/ideTipsAndTricks/org.openide.ideTipsAndTricks.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/ideTipsAndTricks.xml b/ideTipsAndTricks/resources/ideTipsAndTricks.xml new file mode 100644 index 000000000000..c7c2f3106a60 --- /dev/null +++ b/ideTipsAndTricks/resources/ideTipsAndTricks.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/AltInsertInEditor.html b/ideTipsAndTricks/resources/localization/ja/tips/AltInsertInEditor.html new file mode 100644 index 000000000000..136d5eb469fa --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/AltInsertInEditor.html @@ -0,0 +1,3 @@ + + +

コード生成

IDE では、クラス内のフィールドに対応する getter メソッドと setter メソッドを生成できます。これを行うには、クラス内にキャレットがある状態で &shortcut:Generate; (コード | 生成) を押します。

Generate getter and setter

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/AnnotationsAndDiffs.html b/ideTipsAndTricks/resources/localization/ja/tips/AnnotationsAndDiffs.html new file mode 100644 index 000000000000..51a886f1bc9d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/AnnotationsAndDiffs.html @@ -0,0 +1,3 @@ + + +

Git Blame アノテーションの表示

Git の注釈は、各コード行の出所に関する詳細情報を示します (ガターを右クリックし、「Git Blame で注釈を付ける 」を選択します)。

注釈を右クリックし、「差分の表示 」を選択すると、ファイルの現在のバージョンと以前のバージョンの差分を確認できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Antivirus.html b/ideTipsAndTricks/resources/localization/ja/tips/Antivirus.html new file mode 100644 index 000000000000..6d6ddde0491d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Antivirus.html @@ -0,0 +1,3 @@ + + +

IDE パフォーマンスの改善

IDE の動作が重いと感じる場合は、ウイルス対策ソフトウェアの保護対象フォルダーの数を減らすことを検討してください。これにより、パフォーマンスが向上する可能性があります。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/BreakpointIntentions.html b/ideTipsAndTricks/resources/localization/ja/tips/BreakpointIntentions.html new file mode 100644 index 000000000000..fc355026552e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/BreakpointIntentions.html @@ -0,0 +1,3 @@ + + +

コンテキストアクション経由でのブレークポイントへのアクセス>

コンテキストアクション (&shortcut:ShowIntentionActions;) を使用すると、最も一般的なブレークポイントアクションとフィルターにアクセスできます。

Breakpoint intentions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/BreakpointSpeedmenu.html b/ideTipsAndTricks/resources/localization/ja/tips/BreakpointSpeedmenu.html new file mode 100644 index 000000000000..3b84a1ac9042 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/BreakpointSpeedmenu.html @@ -0,0 +1,3 @@ + + +

ブレークポイントメニュー

ガター内のブレークポイントマーカーを右クリックすると、ブレークポイントをすばやく有効/無効にしたり、そのプロパティを調整したりできます。

Breakpoint speedmenu

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CamelHumpsInCodeCompletion.html b/ideTipsAndTricks/resources/localization/ja/tips/CamelHumpsInCodeCompletion.html new file mode 100644 index 000000000000..ffa9372a386b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CamelHumpsInCodeCompletion.html @@ -0,0 +1,3 @@ + + +

コード補完でのキャメルケース

キャメルケース接頭辞を使用して、コード補完候補のリストを絞り込むことができます。

CamelCase code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CamelPrefixesInNavigationPopups.html b/ideTipsAndTricks/resources/localization/ja/tips/CamelPrefixesInNavigationPopups.html new file mode 100644 index 000000000000..0da7676c6b07 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CamelPrefixesInNavigationPopups.html @@ -0,0 +1,3 @@ + + +

どこでも検索でのキャメルケース

どこでも検索 」ポップアップ (Shift を 2 回) でキャメルケースを使用すると、クラス、ファイル、またはシンボルを検索するときに結果のリストが絞り込まれます。

CamelCase code completion in search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CancelByControlArrows.html b/ideTipsAndTricks/resources/localization/ja/tips/CancelByControlArrows.html new file mode 100644 index 000000000000..4d20f1c87eca --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CancelByControlArrows.html @@ -0,0 +1,3 @@ + + +

補完候補の選択

コード補完で「入力時に候補を表示する 」オプションが有効な場合、「ルックアップアップ 」および「ルックアップダウン 」アクションを使用すると、候補リストを閉じてエディター内でキャレットを上下に移動できます。

Windows では、 &shortcut:EditorLookupDown;&shortcut:EditorLookupUp; のショートカットを使用してください。

macOS では、ショートカットはデフォルトで構成されていないため、「設定 | キーマップ 」で任意のキーの組み合わせを自分の都合に合わせて割り当てることができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ChangeSignatureAfterMovingParameters.html b/ideTipsAndTricks/resources/localization/ja/tips/ChangeSignatureAfterMovingParameters.html new file mode 100644 index 000000000000..1db1689ab903 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ChangeSignatureAfterMovingParameters.html @@ -0,0 +1,3 @@ + + +

署名の変更

&shortcut:MoveElementLeft;&shortcut:MoveElementRight; を使用すると、宣言と呼び出しの両方にあるメソッドのパラメーターを移動できます。また、このようなメソッドの宣言内での移動をメソッドの呼び出しに反映させることができます。これを行うには、移動後に &shortcut:ShowIntentionActions; を押して「シグネチャーの変更を反映させるように使用箇所を更新する 」を選択してください。

Apply signature change

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ChangeSorting.html b/ideTipsAndTricks/resources/localization/ja/tips/ChangeSorting.html new file mode 100644 index 000000000000..1158694e1d53 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ChangeSorting.html @@ -0,0 +1,3 @@ + + +

補完候補の並べ替え

補完候補は、関連性またはアルファベット順で並べ替えることができます。

アルファベット順に並べ替えるには、「名前で並べ替え 」オプションを選択します。関連性で並べ替えるには、「名前で並べ替え 」チェック ボックスをオフにします。

change completion sorting

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CheckRegExp.html b/ideTipsAndTricks/resources/localization/ja/tips/CheckRegExp.html new file mode 100644 index 000000000000..5ed3b12d6c79 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CheckRegExp.html @@ -0,0 +1,3 @@ + + +

正規表現の検証

正規表現の妥当性を確認するには、確認対象の式内にキャレットを配置し、 &shortcut:ShowIntentionActions; を押してから「正規表現の確認 」を選択してください。

ポップアップに、正規表現に一致するサンプル文字列を入力します。 Match occurred アイコンは、一致が発生したことを示します。

Check regex

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ClipboardStack.html b/ideTipsAndTricks/resources/localization/ja/tips/ClipboardStack.html new file mode 100644 index 000000000000..6e69457cd8ca --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ClipboardStack.html @@ -0,0 +1,3 @@ + + +

クリップボード履歴からの貼り付け

&shortcut:PasteMultiple; を押すと、以前にクリップボードにコピーしたテキストフラグメントを選択できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CloseOthers.html b/ideTipsAndTricks/resources/localization/ja/tips/CloseOthers.html new file mode 100644 index 000000000000..6c2e2627cd85 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CloseOthers.html @@ -0,0 +1,3 @@ + + +

エディタータブを閉じる

現在のエディタータブを除くすべてのエディタータブを閉じるには、 Alt (Windows および Linux ) / Alt (macOS) を押したまま、現在のエディタータブの十字アイコンをクリックします。

Close others

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Close_all_editor_tabs.html b/ideTipsAndTricks/resources/localization/ja/tips/Close_all_editor_tabs.html new file mode 100644 index 000000000000..40f35e4709df --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Close_all_editor_tabs.html @@ -0,0 +1,3 @@ + + +

すべてのエディタータブを閉じる

すべてのエディタータブを閉じるには、タブを右クリックして「すべてのタブを閉じる 」を選択します。

アクティブなタブを除くすべてのタブを閉じるには、 Alt (Windows および Linux) / Alt (macOS) を押し、アクティブなタブの「閉じる 」ボタンをクリックします。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CodeCompletion.html b/ideTipsAndTricks/resources/localization/ja/tips/CodeCompletion.html new file mode 100644 index 000000000000..7b66f2580474 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CodeCompletion.html @@ -0,0 +1,3 @@ + + +

コード補完

コード補完は、コードステートメントをすばやく完成させるのに役立ちます。入力すると現在のキャレット位置で使用できる候補のリストを自動的に提供します:

code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CodeCompletionInSearch.html b/ideTipsAndTricks/resources/localization/ja/tips/CodeCompletionInSearch.html new file mode 100644 index 000000000000..758c304877a0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CodeCompletionInSearch.html @@ -0,0 +1,3 @@ + + +

検索バーでのコード補完

現在のファイル &shortcut:Find; 内でテキストを検索する時に検索バーで &shortcut:CodeCompletion; を押すと、文字列全体を入力する必要がありません。

code completion in search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ColumnSelection.html b/ideTipsAndTricks/resources/localization/ja/tips/ColumnSelection.html new file mode 100644 index 000000000000..ea5065db2cf0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ColumnSelection.html @@ -0,0 +1,3 @@ + + +

列選択モード

コードを矩形選択するには、 Alt (Windows および Linux) / Alt (macOS ) を押しながらマウスをドラッグします。

Column selection

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CommentCode.html b/ideTipsAndTricks/resources/localization/ja/tips/CommentCode.html new file mode 100644 index 000000000000..3f22de245e79 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CommentCode.html @@ -0,0 +1,3 @@ + + +

コードのコメント化とコメント解除

ショートカットでコード行とコードブロックのコメントを解除できます:

&shortcut:CommentByLineComment;: 単一行コメントの場合 (//...)

&shortcut:CommentByBlockComment;: ブロックコメントの場合 (/*...*/)

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CompareEditorWithClipboard.html b/ideTipsAndTricks/resources/localization/ja/tips/CompareEditorWithClipboard.html new file mode 100644 index 000000000000..ff49c05132ea --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CompareEditorWithClipboard.html @@ -0,0 +1,3 @@ + + +

クリップボードとの比較

アクティブなエディターをクリップボードの内容と比較するには、エディターの任意の場所を右クリックして、コンテキストメニューから「クリップボードと比較 」を選択します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CompleteStatement.html b/ideTipsAndTricks/resources/localization/ja/tips/CompleteStatement.html new file mode 100644 index 000000000000..120fb07fcb9d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CompleteStatement.html @@ -0,0 +1,3 @@ + + +

補完によるコードコンストラクトの作成

ステートメント補完を使用してコードコンストラクトを作成できます。メソッド宣言、メソッド呼び出し、または ifdo-whiletry-catchreturn などのステートメントの入力を開始してください。 &shortcut:EditorCompleteStatement; を押すとステートメントが補完され、構文的に正しいコンストラクトになります。

Complete statement

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CompletionImportStatic.html b/ideTipsAndTricks/resources/localization/ja/tips/CompletionImportStatic.html new file mode 100644 index 000000000000..c1f415d42bb0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CompletionImportStatic.html @@ -0,0 +1,3 @@ + + +

コード補完

プロジェクト、ライブラリ、または JDK の任意の場所にある static メソッドのメソッド呼び出しをすばやく補完するには、接頭辞を入力してから &shortcut:CodeCompletion; を 2 回押します。 &shortcut:ShowIntentionActions; を押すと、選択したメソッドをインポートできます。

Import on completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ConfiguringTerminal.html b/ideTipsAndTricks/resources/localization/ja/tips/ConfiguringTerminal.html new file mode 100644 index 000000000000..511b1ded95b9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ConfiguringTerminal.html @@ -0,0 +1,3 @@ + + +

ターミナルのシェルを選択

組み込みのターミナルからお好みのシェルを使用してください。

Settings 」ダイアログ &shortcut:ShowSettings; で、「ツール | ターミナル 」に移動し、シェル実行可能ファイルのパスを指定してください。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ContextActions.html b/ideTipsAndTricks/resources/localization/ja/tips/ContextActions.html new file mode 100644 index 000000000000..ff1d3fb038d4 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ContextActions.html @@ -0,0 +1,3 @@ + + +

コンテキストアクションを使ったコードの改善

エディターで &shortcut:ShowIntentionActions; を押すと、ハイライトされたエラーや警告の修正、コード構造の改善または最適化を行うことができます。 一部のインテンションアクションでは、 &shortcut:QuickJavaDoc; (表示 | クイックドキュメント) を押してプレビューまたはアクションの説明を開くことができます。

Context actions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CopyClass.html b/ideTipsAndTricks/resources/localization/ja/tips/CopyClass.html new file mode 100644 index 000000000000..f88af7ce58d3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CopyClass.html @@ -0,0 +1,3 @@ + + +

クラスのコピー

リファクタリング | クラスのコピー 」を使用すると、選択したクラスをコピーしたクラスを作成できます。

このリファクタリングは、既存のクラスと同様のクラスを作成する必要があり、共通する機能を 1 つの共通するスーパークラスに配置できない場合に役立ちます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CopyPasteReference.html b/ideTipsAndTricks/resources/localization/ja/tips/CopyPasteReference.html new file mode 100644 index 000000000000..67ba5c724d85 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CopyPasteReference.html @@ -0,0 +1,3 @@ + + +

パスまたは参照のコピー

編集 | パス/参照のコピー 」アクションを使用すると、フィールド/メソッド/クラス/ファイルの参照をエディターの現在の位置に挿入できます。

キャレットを myMethod メソッド名内に配置し、 &shortcut:CopyReference; を押します:

参照を貼り付けるには、 &shortcut:$Paste; を押します。

クラスに移動/シンボルに移動/ファイルに移動 」ダイアログで参照をコピーすることもできます。そのためには、ルックアップリストの任意の要素で &shortcut:$Copy; を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CopyWithNoSelection.html b/ideTipsAndTricks/resources/localization/ja/tips/CopyWithNoSelection.html new file mode 100644 index 000000000000..b6b5c8f1788a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CopyWithNoSelection.html @@ -0,0 +1,3 @@ + + +

行のコピー

エディターで何も選択されていない状態で &shortcut:$Copy; を押すと、キャレット位置の行全体がクリップボードにコピーされます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Copyright.html b/ideTipsAndTricks/resources/localization/ja/tips/Copyright.html new file mode 100644 index 000000000000..9fa547289a0c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Copyright.html @@ -0,0 +1,3 @@ + + +

著作権表示の追加

OpenIDE では、ファイルセットごとに異なる著作権表示を構成できます。変数を使用し、利便性を高めることができます。例えば、 $today.year を使用すると年度を最新の状態に維持できます。

Settings 」ダイアログ (&shortcut:ShowSettings;) で、「エディター | コピーライト | コピーライトプロファイル 」を選択すると、新しいプロファイルを作成したり、変数を使用して著作権表示のテキストを追加したりできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CreatePropertyTag.html b/ideTipsAndTricks/resources/localization/ja/tips/CreatePropertyTag.html new file mode 100644 index 000000000000..7ed73b44a592 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CreatePropertyTag.html @@ -0,0 +1,3 @@ + + +

Ant プロパティタグの作成

未定義の Ant プロパティまたはターゲットに対しても参照を開始できます。 &shortcut:ShowIntentionActions; を押し、インテンションアクションのリストから「プロパティの作成 」を選択すると、現在の編集場所を離れることなく必要なタグを作成できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CtrlD.html b/ideTipsAndTricks/resources/localization/ja/tips/CtrlD.html new file mode 100644 index 000000000000..25eb4b1ee43a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CtrlD.html @@ -0,0 +1,3 @@ + + +

コードブロックまたは行の複製

エディターで &shortcut:EditorDuplicate; を押すと、選択したコードブロックを複製するか、ブロックが選択されていない場合に現在の行を複製できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CtrlDotInLookups.html b/ideTipsAndTricks/resources/localization/ja/tips/CtrlDotInLookups.html new file mode 100644 index 000000000000..b0f6aab5dfa1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CtrlDotInLookups.html @@ -0,0 +1,3 @@ + + +

コード補完

項目を使用しながら提案リストで &shortcut:EditorChooseLookupItemDot; を押します。

IDE は、現在のコンテキストに応じて選択した項目の後にドットまたは -> を挿入します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CtrlShiftI.html b/ideTipsAndTricks/resources/localization/ja/tips/CtrlShiftI.html new file mode 100644 index 000000000000..4df984e853d0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CtrlShiftI.html @@ -0,0 +1,3 @@ + + +

クイック定義

&shortcut:QuickImplementations; (表示 | クイック定義) を押すと、キャレット位置のシンボルの定義や内容を別のエディタータブで開くことなくプレビューできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CtrlShiftIForLookup.html b/ideTipsAndTricks/resources/localization/ja/tips/CtrlShiftIForLookup.html new file mode 100644 index 000000000000..00e5100fdec5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CtrlShiftIForLookup.html @@ -0,0 +1,3 @@ + + +

クイック定義

コード補完リスト内の項目、およびクラス、ファイル、またはシンボルの移動コマンドに対して「クイック定義ビューアー」(&shortcut:QuickImplementations;) を呼び出すことができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/CtrlW.html b/ideTipsAndTricks/resources/localization/ja/tips/CtrlW.html new file mode 100644 index 000000000000..9205ea42458b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/CtrlW.html @@ -0,0 +1,3 @@ + + +

コード選択の展開

選択範囲を拡張するには、 &shortcut:EditorSelectWord; を押してください。 &shortcut:EditorSelectWord; を押すたびに、選択範囲がコードの他の領域まで拡張されます。

例えば、あるメソッド名が選択されている場合、そのメソッドを呼び出す式、ステートメント全体、包含ブロックなどに選択範囲を拡張できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/DeleteLine.html b/ideTipsAndTricks/resources/localization/ja/tips/DeleteLine.html new file mode 100644 index 000000000000..2c91dc1811fa --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/DeleteLine.html @@ -0,0 +1,3 @@ + + +

行の削除

エディターで &shortcut:EditorDeleteLine; を押すと、キャレット位置の行全体が削除されます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/DiffChevron.html b/ideTipsAndTricks/resources/localization/ja/tips/DiffChevron.html new file mode 100644 index 000000000000..76b57f93f798 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/DiffChevron.html @@ -0,0 +1,3 @@ + + +

ファイルとフォルダーの比較

ファイルまたはフォルダーを比較する場合、シェブロンボタンを使用して 差分ビューアー 内のペイン間の違いを適用できます: the Insert from left button the Insert from right button

現在のペインの内容を他のペインに追加するには、 Ctrl を押したままにします。ボタンが the Insert below from left button the Insert below from right button に変わります。

変更を戻すには、 Shift を押した状態にします。 逆 V 字形the Remove button に変わります。

Chevron buttons

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/DirDiff.html b/ideTipsAndTricks/resources/localization/ja/tips/DirDiff.html new file mode 100644 index 000000000000..a8d104a25112 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/DirDiff.html @@ -0,0 +1,3 @@ + + +

ファイルとフォルダーの比較

2 つのファイルまたはフォルダーを比較するには、「プロジェクト 」ツールウィンドウで目的の項目を選択してから &shortcut:CompareTwoFiles; を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/DotEtcInLookups.html b/ideTipsAndTricks/resources/localization/ja/tips/DotEtcInLookups.html new file mode 100644 index 000000000000..b8fd9c300e5b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/DotEtcInLookups.html @@ -0,0 +1,3 @@ + + +

コード補完

ピリオドキー (.)、コンマ (,)、セミコロン (;)、スペース、その他の文字を使用して、コード補完候補リストで選択されている項目を受け入れることができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/DragToOpen.html b/ideTipsAndTricks/resources/localization/ja/tips/DragToOpen.html new file mode 100644 index 000000000000..89be6200f9a4 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/DragToOpen.html @@ -0,0 +1,3 @@ + + +

外部ファイルを開く

外部ファイルをファイルマネージャからエディターにドラッグして編集用に開くことができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/EditRegExp.html b/ideTipsAndTricks/resources/localization/ja/tips/EditRegExp.html new file mode 100644 index 000000000000..152d84d9cd3d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/EditRegExp.html @@ -0,0 +1,3 @@ + + +

正規表現の編集

専用のエディターを使用してコード内の正規表現を編集できます。

正規表現の入力を開始し、 &shortcut:ShowIntentionActions; を押して「正規表現フラグメントの編集 」をクリックします。正規表現がエディターの別のタブで開き、バックスラッシュをそのまま入力できます。

すべての変更は元の正規表現と同期され、エスケープ文字が自動的に表示されます。

Edit a regular expression

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/EditorConfig.html b/ideTipsAndTricks/resources/localization/ja/tips/EditorConfig.html new file mode 100644 index 000000000000..5a54901fbdf9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/EditorConfig.html @@ -0,0 +1,3 @@ + + +

コードスタイルの EditorConfig

IDE のコードスタイル設定に対し、EditorConfig (https://editorconfig.org/) の設定を優先させることができます。

コードスタイルを変更するノードに新しい .editorconfig ファイルを作成し、好みの新しい設定を指定します。

EditorConfig settings

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Escape.html b/ideTipsAndTricks/resources/localization/ja/tips/Escape.html new file mode 100644 index 000000000000..f97a31ee977f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Escape.html @@ -0,0 +1,3 @@ + + +

ツールウィンドウでのフォーカス変更

ツールウィンドウで &shortcut:EditorEscape; を押すと、フォーカスがエディターに移動します。

&shortcut:HideActiveWindow; を押すとフォーカスがエディターに移動し、現在アクティブな、または最後にアクティブだったツールウィンドウが非表示になります。

&shortcut:JumpToLastWindow; を押すと、エディターから最後にフォーカスされたツールウィンドウにフォーカスが移動します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/EvaluateExpression.html b/ideTipsAndTricks/resources/localization/ja/tips/EvaluateExpression.html new file mode 100644 index 000000000000..dd6314943529 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/EvaluateExpression.html @@ -0,0 +1,3 @@ + + +

式の評価

スクリプトがブレークポイントで停止している間、式を実行または変数に値を再割り当てできます。「式の評価 」機能は、プログラムの状態についての追加の詳細を取得したり、またはランタイム時にさまざまなシナリオをテストしたりするのに役立ちます。

  • コード内に式が存在する場合は、 Alt (Windows および Linux) または Alt (macOS) を押したまま式をクリックします。特定のコード箇所を評価する場合は、それを選択してからクリックします。

  • 任意の式を評価するには、「実行 | デバッグアクション | 式の評価 」を選択します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ExternalJavaDoc.html b/ideTipsAndTricks/resources/localization/ja/tips/ExternalJavaDoc.html new file mode 100644 index 000000000000..4ddc94c855ec --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ExternalJavaDoc.html @@ -0,0 +1,3 @@ + + +

外部ドキュメント

キャレット位置にある要素のドキュメントページをブラウザーで開くには、 &shortcut:ExternalJavaDoc; を押すか、メインメニューから「ツール | ウェブブラウザーとプレビュー 」を選択します。

設定でデフォルトのブラウザーが設定されていることを確認してください。デフォルトのブラウザーを確認するには、 &shortcut:ShowSettings; を押して設定を開き、「ツール | ウェブブラウザーとプレビュー 」に移動します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/FileStructurePopup.html b/ideTipsAndTricks/resources/localization/ja/tips/FileStructurePopup.html new file mode 100644 index 000000000000..813ec3c376ec --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/FileStructurePopup.html @@ -0,0 +1,3 @@ + + +

ファイル構造の表示

&shortcut:FileStructurePopup; (移動 | ファイル構造) を使用すると、現在のファイル内をすばやく移動できます。

ファイル構造には、現在のクラスのメンバーがリスト表示されます。ある要素に移動するには、その要素を選択して &shortcut:EditorEnter; または &shortcut:EditSource; を押します。

リスト内の項目を簡単に見つけるには、項目名の入力を開始します。

file structure

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/FindInPath.html b/ideTipsAndTricks/resources/localization/ja/tips/FindInPath.html new file mode 100644 index 000000000000..364f6d9df6b3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/FindInPath.html @@ -0,0 +1,3 @@ + + +

検索結果のプレビュー

ファイル内検索 」ダイアログ (&shortcut:FindInPath;) の「プレビュー 」領域を使用すると、ダイアログを離れることなくすばやく検索できます。「プレビュー 」ダイアログには、最初の 100 件の結果が表示されます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/FindReplaceToggle.html b/ideTipsAndTricks/resources/localization/ja/tips/FindReplaceToggle.html new file mode 100644 index 000000000000..5ea6fb2994d7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/FindReplaceToggle.html @@ -0,0 +1,3 @@ + + +

検索と置換

&shortcut:Find; を押すと、検索バーが表示されます。 &shortcut:Replace; を押すと、置換文字列を入力できる別のフィールドが追加されます。

ファイル内検索 」ダイアログで、 &shortcut:ReplaceInPath; を押すと置換に切り替えることができます。同様に、 &shortcut:FindInPath; を押すと「置換 」フィールドを非表示にして通常の検索に切り替えることができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/FinishByExclamation.html b/ideTipsAndTricks/resources/localization/ja/tips/FinishByExclamation.html new file mode 100644 index 000000000000..ba7bc0cc51cf --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/FinishByExclamation.html @@ -0,0 +1,3 @@ + + +

コード補完

感嘆符 (!) を押して補完候補を受け入れると、その式が否定されます。

Negate completion suggestion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/FinishBySmartEnter.html b/ideTipsAndTricks/resources/localization/ja/tips/FinishBySmartEnter.html new file mode 100644 index 000000000000..614dd5309368 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/FinishBySmartEnter.html @@ -0,0 +1,3 @@ + + +

コード補完

コード補完を使用する際には、候補リストの現在の選択肢を &shortcut:EditorCompleteStatement; で受け入れることができます。IDE は選択した文字列を挿入するだけでなく、現在のコードコンストラクトを構文的に正しいものに変換します (丸括弧の対応付け、中括弧とセミコロンの追加など)。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/FixDocComment.html b/ideTipsAndTricks/resources/localization/ja/tips/FixDocComment.html new file mode 100644 index 000000000000..430bf7eb216a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/FixDocComment.html @@ -0,0 +1,3 @@ + + +

Javadoc の修正

メソッドのシグネチャーが変更された場合、IDE は同期しなくなったドキュメントのコメントタグをハイライトし、クイックフィックスを提案します:

Update Javadoc

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/FocusProjectToolWindow.html b/ideTipsAndTricks/resources/localization/ja/tips/FocusProjectToolWindow.html new file mode 100644 index 000000000000..d19e2058f00c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/FocusProjectToolWindow.html @@ -0,0 +1,3 @@ + + +

プロジェクトツールウィンドウ

&shortcut:ActivateProjectToolWindow; を押すと、「プロジェクト 」ツールウィンドウを開き、フォーカスを切り替えることができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GoToAction.html b/ideTipsAndTricks/resources/localization/ja/tips/GoToAction.html new file mode 100644 index 000000000000..0b2c6ffd7ed1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GoToAction.html @@ -0,0 +1,3 @@ + + +

アクションの検索

メニューコマンド、設定、アクションをすばやく見つけるには、 &shortcut:GotoAction; (ヘルプ | アクションの検索) を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GoToClass.html b/ideTipsAndTricks/resources/localization/ja/tips/GoToClass.html new file mode 100644 index 000000000000..8ee582c37845 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GoToClass.html @@ -0,0 +1,3 @@ + + +

エディターですばやくクラスを開くには、 &shortcut:GotoClass; (移動 | クラス) を押して、クラス名の入力を開始します。次に、補完リストに表示されているクラスをクリックします。

同様に、 &shortcut:GotoFile; (移動 | ファイル) を使用すると、プロジェクト内の任意のファイルを開くことができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GoToDeclaration.html b/ideTipsAndTricks/resources/localization/ja/tips/GoToDeclaration.html new file mode 100644 index 000000000000..dacfb70c9c41 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GoToDeclaration.html @@ -0,0 +1,3 @@ + + +

宣言に移動

クラス、メソッド、または変数の使用箇所から宣言に移動するには、キャレットをシンボルに配置し、 &shortcut:GotoDeclaration; (移動 | 宣言または使用箇所) を押します。 Control (Windows および Linux) / Control (macOS) キーを押したまま使用箇所をクリックして宣言に移動することもできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GoToFile.html b/ideTipsAndTricks/resources/localization/ja/tips/GoToFile.html new file mode 100644 index 000000000000..1049277b46bc --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GoToFile.html @@ -0,0 +1,3 @@ + + +

ファイルに移動

すばやくファイルを開くには、 &shortcut:GotoFile; (移動 | ファイル) を押して、ファイル名の入力を開始します。フィルターアイコンを使用すると、選択したファイルタイプのみを対象に検索できます:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GoToImplementation.html b/ideTipsAndTricks/resources/localization/ja/tips/GoToImplementation.html new file mode 100644 index 000000000000..defba9198ed1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GoToImplementation.html @@ -0,0 +1,3 @@ + + +

実装への移動

抽象メソッドの実装に移動するには、宣言内の使用箇所か名前にキャレットを配置してから &shortcut:GotoImplementation; を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GoToInspection.html b/ideTipsAndTricks/resources/localization/ja/tips/GoToInspection.html new file mode 100644 index 000000000000..dbd9df13ea80 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GoToInspection.html @@ -0,0 +1,3 @@ + + +

コードインスペクションの検索

インスペクションをすばやく見つけて実行するには、 &shortcut:RunInspection; を押してインスペクションまたはそのグループの名前を入力します。候補リストからインスペクションを選択し、範囲を指定します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GoToSymbol.html b/ideTipsAndTricks/resources/localization/ja/tips/GoToSymbol.html new file mode 100644 index 000000000000..8878df44985d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GoToSymbol.html @@ -0,0 +1,3 @@ + + +

シンボルに移動

エディターですばやくクラス、フィールド、関数を開くには、 &shortcut:GotoSymbol; (移動 | シンボル) を押して、その名前の入力を開始します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/GotoLineInFile.html b/ideTipsAndTricks/resources/localization/ja/tips/GotoLineInFile.html new file mode 100644 index 000000000000..f5f6af8431d8 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/GotoLineInFile.html @@ -0,0 +1,3 @@ + + +

行に移動

エディターであるファイルの特定行を開くことが出来ます。 &shortcut:GotoFile; (移動 | ファイル) を押し、ファイル名の入力を開始してから行番号の後に : を入力します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/HideWidgets.html b/ideTipsAndTricks/resources/localization/ja/tips/HideWidgets.html new file mode 100644 index 000000000000..7cf039ac03f3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/HideWidgets.html @@ -0,0 +1,3 @@ + + +

ステータスバーのウィジェットを構成

ステータスバーに表示されるウィジェットのセットを構成できます。そのためには、ウィジェットを右クリックしてから表示する項目を選択します。

Widgets popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/HierarchyBrowser.html b/ideTipsAndTricks/resources/localization/ja/tips/HierarchyBrowser.html new file mode 100644 index 000000000000..97f2a76d54d0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/HierarchyBrowser.html @@ -0,0 +1,3 @@ + + +

継承階層の表示

選択したクラスの継承階層を表示するには、 &shortcut:TypeHierarchy; (ナビゲート | 型階層) を押します。エディターから階層表示を直接呼び出して、現在編集しているクラスの階層を確認することもできます。

Type hierarchy browser

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/HighlightImplements.html b/ideTipsAndTricks/resources/localization/ja/tips/HighlightImplements.html new file mode 100644 index 000000000000..64180101f6fa --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/HighlightImplements.html @@ -0,0 +1,3 @@ + + +

実装のハイライト

クラスで実装されているインターフェースのすべてのメソッドを表示するには、クラス宣言の implements キーワードにキャレットを置き、 &shortcut:HighlightUsagesInFile; を押します:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/HighlightMethodExitPoint.html b/ideTipsAndTricks/resources/localization/ja/tips/HighlightMethodExitPoint.html new file mode 100644 index 000000000000..4f81d67640d0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/HighlightMethodExitPoint.html @@ -0,0 +1,3 @@ + + +

メソッド終了ポイントのハイライト

あるメソッドの終了ポイントをすべて表示するには、キャレットをそのうちの 1 つ (return ステートメントなど) に配置し、 &shortcut:HighlightUsagesInFile; を押します:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/HighlightThrows.html b/ideTipsAndTricks/resources/localization/ja/tips/HighlightThrows.html new file mode 100644 index 000000000000..ecffc1559451 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/HighlightThrows.html @@ -0,0 +1,3 @@ + + +

例外をスローする可能性があるステートメントのハイライト

特定の例外がスローされる可能性があるメソッド内のすべてのステートメントを表示できます。キャレットを throws ステートメントに配置し、 &shortcut:HighlightUsagesInFile; を押します。

Highlight caught exceptions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/HighlightUsagesInFile.html b/ideTipsAndTricks/resources/localization/ja/tips/HighlightUsagesInFile.html new file mode 100644 index 000000000000..393f810f8e75 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/HighlightUsagesInFile.html @@ -0,0 +1,3 @@ + + +

ファイル内の使用箇所をハイライト

&shortcut:HighlightUsagesInFile; (編集 | 使用箇所の検索 | ファイル内の使用箇所をハイライト) を押すと、現在のファイルに含まれる特定の変数の使用箇所をすばやくハイライトできます。

&shortcut:FindNext;&shortcut:FindPrevious; を押すと、ハイライトされた使用箇所に移動できます。 &shortcut:EditorEscape; を押すと、ハイライトを除去できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/HorizontalScrolling.html b/ideTipsAndTricks/resources/localization/ja/tips/HorizontalScrolling.html new file mode 100644 index 000000000000..95f748a15032 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/HorizontalScrolling.html @@ -0,0 +1,3 @@ + + +

水平スクロール

ファイルを横方向にスクロールするには、 Shift を押したままマウスホイールを回します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ImagesLookup.html b/ideTipsAndTricks/resources/localization/ja/tips/ImagesLookup.html new file mode 100644 index 000000000000..696679cefa2c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ImagesLookup.html @@ -0,0 +1,3 @@ + + +

参照先画像のプレビュー

別のエディタータブではなくポップアップで参照画像をプレビューします。キャレットを画像名に配置して &shortcut:QuickImplementations; を押します。

Preview image in a popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/InsertLiveTemplate.html b/ideTipsAndTricks/resources/localization/ja/tips/InsertLiveTemplate.html new file mode 100644 index 000000000000..54d8eddbbad6 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/InsertLiveTemplate.html @@ -0,0 +1,3 @@ + + +

使用可能なライブテンプレートの表示

ライブテンプレートの略語を覚えていない場合は、 &shortcut:InsertLiveTemplate; を押すと、現在のコンテキストに対応する候補のリストが表示されます。例えば it と入力して &shortcut:InsertLiveTemplate; を押すと、何が起こるか分かります。

Inserting live template

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/InspectCode.html b/ideTipsAndTricks/resources/localization/ja/tips/InspectCode.html new file mode 100644 index 000000000000..fdc74ca85cc8 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/InspectCode.html @@ -0,0 +1,3 @@ + + +

コードのインスペクション

コード | コードのインスペクション 」を使用すると、プロジェクト全体または指定範囲に対してコード解析を実行し、独立したウィンドウで結果を調べることができます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/IntroduceVariable.html b/ideTipsAndTricks/resources/localization/ja/tips/IntroduceVariable.html new file mode 100644 index 000000000000..8dcaff52149c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/IntroduceVariable.html @@ -0,0 +1,3 @@ + + +

変数の抽出リファクタリング

変数の抽出 」リファクタリングは、選択した式を変数にラップします。新しい変数宣言を追加し、式をイニシャライザーとして使用します。式を選択して &shortcut:IntroduceVariable; (リファクタリング | 抽出/導入 | 変数) を押します。

extract variable

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/IntroduceVariableIncompleteCode.html b/ideTipsAndTricks/resources/localization/ja/tips/IntroduceVariableIncompleteCode.html new file mode 100644 index 000000000000..01f07a429cfa --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/IntroduceVariableIncompleteCode.html @@ -0,0 +1,3 @@ + + +

変数の抽出

不完全なステートメントに対して「変数の抽出 」リファクタリングを使用できます。 &shortcut:IntroduceVariable; を押して、式を選択します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/JarDiff.html b/ideTipsAndTricks/resources/localization/ja/tips/JarDiff.html new file mode 100644 index 000000000000..4e09f7c85764 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/JarDiff.html @@ -0,0 +1,3 @@ + + +

アーカイブの比較

2 つの .jar.zip 、または .phar アーカイブ、またはアーカイブ内のファイルを比較するには、「プロジェクト 」ツールウィンドウで対象のファイルを選択してから &shortcut:CompareTwoFiles; を押します。

アーカイブの比較 」機能は Java バイトコードのデコンパイラーと連携しています。この機能を使用すると、ライブラリの 2 つの異なるバージョン間で何が正確に変更されたかを確認できます。

Comparing two JUnit libraries

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/JoinLines.html b/ideTipsAndTricks/resources/localization/ja/tips/JoinLines.html new file mode 100644 index 000000000000..c9b506b0a016 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/JoinLines.html @@ -0,0 +1,3 @@ + + +

行の結合

2 行を 1 行にまとめて不要なスペースを除去するには、 &shortcut:EditorJoinLines; を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/LayoutCode.html b/ideTipsAndTricks/resources/localization/ja/tips/LayoutCode.html new file mode 100644 index 000000000000..2a1b0f86863f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/LayoutCode.html @@ -0,0 +1,3 @@ + + +

コードの整形

現在のコードスタイル設定に従ってコードを整形するには、メインメニューから「コード | コードの整形 」を選択するか、 &shortcut:ReformatCode; を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/LensMode.html b/ideTipsAndTricks/resources/localization/ja/tips/LensMode.html new file mode 100644 index 000000000000..020229b7af43 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/LensMode.html @@ -0,0 +1,3 @@ + + +

レンズモード

コードを実際の位置までスクロールせずにプレビューするには、警告、エラーストライプ、またはスクロールバーのソースコードの一部にマウスポインターを合わせます。すると、レンズが表示されます:

Code lens

レンズを無効にするには、スクロールバー内のエラーストライプを右クリックし、「スクロールバーのホバーにコードレンズを表示する 」チェックボックスをオフにします。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/LineEndings.html b/ideTipsAndTricks/resources/localization/ja/tips/LineEndings.html new file mode 100644 index 000000000000..1c032aee264c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/LineEndings.html @@ -0,0 +1,3 @@ + + +

改行コード

現在のファイルで使用されている改行コードを確認するには、ステータスバーを確認します:

Line separator

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/LineEndingsFolder.html b/ideTipsAndTricks/resources/localization/ja/tips/LineEndingsFolder.html new file mode 100644 index 000000000000..2565fff26755 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/LineEndingsFolder.html @@ -0,0 +1,3 @@ + + +

改行コードの変更

改行コードのスタイルを変更するために、エディターでファイルを開く必要はありません。代わりに「プロジェクト 」ツールウィンドウで 1 つ以上のファイルまたはフォルダーを選択し、メインメニューから「ファイル | ファイルプロパティ| 改行コード 」を選択してから、目的の行末スタイルを選択してください。

ディレクトリの場合は、改行コードが再帰的に適用されます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/LiveTemplates.html b/ideTipsAndTricks/resources/localization/ja/tips/LiveTemplates.html new file mode 100644 index 000000000000..5ad2a3fdd3ab --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/LiveTemplates.html @@ -0,0 +1,3 @@ + + +

ライブテンプレート

ライブテンプレートを使用すると、頻繁に使用するコードのコンストラクトを挿入できます。

Live template

候補リストからライブテンプレートを選択すると、テンプレートが「Settings 」ダイアログ (&shortcut:ShowSettings;) の「エディター | ライブテンプレート 」ページで定義されている変数に展開されます。

Apply a live template

Tab を使用すると、テンプレートフィールド間を移動できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/MoveInnerToUpper.html b/ideTipsAndTricks/resources/localization/ja/tips/MoveInnerToUpper.html new file mode 100644 index 000000000000..6c5de451a851 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/MoveInnerToUpper.html @@ -0,0 +1,3 @@ + + +

移動リファクタリング

static 宣言されている内側のクラスで「移動 」リファクタリング &shortcut:Move; を呼び出すと、トップレベルのクラスにするか、別のクラスに移動するかを確認するメッセージが表示されます。

Move inner class

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/MoveUpDown.html b/ideTipsAndTricks/resources/localization/ja/tips/MoveUpDown.html new file mode 100644 index 000000000000..69d945aa1dec --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/MoveUpDown.html @@ -0,0 +1,3 @@ + + +

ステートメントを上下に移動

コード | ステートメントを上に移動/下に移動 」アクションは、変数宣言を変数の使用箇所に近づけるなど、コード行を再編成する場合に役立ちます。

コードフラグメントを選択し、 &shortcut:MoveStatementUp; または &shortcut:MoveStatementDown; を押します。

エディターで何も選択されていない場合は、キャレット位置の行が移動します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Multicursor.html b/ideTipsAndTricks/resources/localization/ja/tips/Multicursor.html new file mode 100644 index 000000000000..11c8545f9fb2 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Multicursor.html @@ -0,0 +1,3 @@ + + +

複数キャレットの使用

OpenIDE では、複数のキャレットを使用できます。 Shift+Alt (Windows および Linux) / Shift+Alt (macOS) を押したまま複数の異なる位置をクリックすると、エディターに追加のキャレットが設定されます。

Multiple carets

次に、左方向キーまたは右方向キーと共に Shift を押すと、複数のテキストフラグメントを選択できます。

Multiple selection

&shortcut:EditorEscape; を押すと、最近追加されたキャレットを除くすべてのキャレットが除去されます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Multiselection1.html b/ideTipsAndTricks/resources/localization/ja/tips/Multiselection1.html new file mode 100644 index 000000000000..45f7b5144fa8 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Multiselection1.html @@ -0,0 +1,3 @@ + + +

複数行の同時編集

列モード &shortcut:EditorToggleColumnMode; で複数のフラグメントを選択するには、 Control+Alt+Shift (Windows および Linux) / Control+Alt+Shift (macOS) を押しながらマウスをドラッグします:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Multiselection2.html b/ideTipsAndTricks/resources/localization/ja/tips/Multiselection2.html new file mode 100644 index 000000000000..fde3b398b9d9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Multiselection2.html @@ -0,0 +1,3 @@ + + +

複数コード箇所の選択

複数のテキストフラグメントを選択し、そのすべてを同時に変更するには、 Shift+Alt (Windows および Linux) / Shift+Alt (macOS) を押しながらテキスト上でマウスをドラッグします。

Multiple selection

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/MultiselectionWords.html b/ideTipsAndTricks/resources/localization/ja/tips/MultiselectionWords.html new file mode 100644 index 000000000000..aed768448972 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/MultiselectionWords.html @@ -0,0 +1,3 @@ + + +

複数のコード要素を選択

複数のコード要素を選択するには、 Shift+Alt (Windows および Linux) / Shift+Alt (macOS) を押したまま、選択する各単語をダブルクリックします。

Selecting several words

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/NavigateBetweenErrors.html b/ideTipsAndTricks/resources/localization/ja/tips/NavigateBetweenErrors.html new file mode 100644 index 000000000000..dc5333997d38 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/NavigateBetweenErrors.html @@ -0,0 +1,3 @@ + + +

エラー間の移動

&shortcut:GotoNextError; または &shortcut:GotoPreviousError; を押すと、現在のファイルの次または前のエラーにそれぞれ移動します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/OverrideImplementMethods.html b/ideTipsAndTricks/resources/localization/ja/tips/OverrideImplementMethods.html new file mode 100644 index 000000000000..cdc5279a4e4c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/OverrideImplementMethods.html @@ -0,0 +1,3 @@ + + +

メソッドのオーバーライド

&shortcut:OverrideMethods; (コード|メソッドのオーバーライド) を押すと、基底クラスのメソッドを簡単にオーバーライドできます。

現在のクラスが実装しているインターフェース (または抽象基底クラス) のメソッドを実装するには、 &shortcut:ImplementMethods; (コード | メソッドの実装) を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/PostfixCompletion.html b/ideTipsAndTricks/resources/localization/ja/tips/PostfixCompletion.html new file mode 100644 index 000000000000..cea5221392b2 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/PostfixCompletion.html @@ -0,0 +1,3 @@ + + +

後置コード補完

後置コード補完は右から左に適用され、コーディング中にキャレットが後方に移動するのを回避します。変更対象のコードフラグメントの後にドット . を入力し、目的のオプションを選択します。

&shortcut:InsertLiveTemplate; を押して、後置テンプレートを含む候補リストを表示することもできます。

Postfix completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/PrintKeywords.html b/ideTipsAndTricks/resources/localization/ja/tips/PrintKeywords.html new file mode 100644 index 000000000000..873cd22dfb7b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/PrintKeywords.html @@ -0,0 +1,3 @@ + + +

印刷用のキーワード

印刷物 (ファイル | 印刷) を有益で見栄えの美しいものにするには、キーワードを使用してください。

例えば、 $DATE$$TIME$ を使用すると、印刷物の正確な日付と時刻を指定できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/QuickJavaDoc.html b/ideTipsAndTricks/resources/localization/ja/tips/QuickJavaDoc.html new file mode 100644 index 000000000000..d8fa2fdf7ad0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/QuickJavaDoc.html @@ -0,0 +1,3 @@ + + +

クイックコードドキュメント

キャレット位置のクラスまたはメソッドのドキュメントをすばやく表示するには、 &shortcut:QuickJavaDoc; (表示 | クイックドキュメント) を押します。

Viewing quick documentation

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/QuickJavaDocInLookups.html b/ideTipsAndTricks/resources/localization/ja/tips/QuickJavaDocInLookups.html new file mode 100644 index 000000000000..c7ea999ec500 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/QuickJavaDocInLookups.html @@ -0,0 +1,3 @@ + + +

コード参照情報の表示

&shortcut:QuickJavaDoc; (表示 | クイックドキュメント)、 &shortcut:ParameterInfo; (表示 | パラメーター情報)、 &shortcut:GotoDeclaration; (移動 | 宣言) などを使用できます。また、エディターだけでなく、コード補完を使用する際の提案リストにも同様のショートカットがあります。

View quick documentation is suggestions list

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/QuickSwitchScheme.html b/ideTipsAndTricks/resources/localization/ja/tips/QuickSwitchScheme.html new file mode 100644 index 000000000000..ebbfe7c699b1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/QuickSwitchScheme.html @@ -0,0 +1,3 @@ + + +

スキームの切り替え

エディターから 1 回のキーボード操作で、異なるコードスタイル、カラースキーム、またはキーマップを適用できます。 &shortcut:QuickChangeScheme; (表示 | スキームのクイック切り替え) を押すと、切り替え先のスキームを指定できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ReaderMode.html b/ideTipsAndTricks/resources/localization/ja/tips/ReaderMode.html new file mode 100644 index 000000000000..6fe55635f249 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ReaderMode.html @@ -0,0 +1,3 @@ + + +

リーダーモード

Settings | エディター | リーダーモード 」設定のオプションを使用すると、読み取り専用ファイルとライブラリのコードやコメントの表示方法を構成できます。これにより、コードやコメントがより読みやすく、理解しやすくなります。

インレイヒント、フォントの合字、行スペース調整、コメントのレンダリングビューの切り替えなどを有効にできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/RecentChanges.html b/ideTipsAndTricks/resources/localization/ja/tips/RecentChanges.html new file mode 100644 index 000000000000..caa3f84e5b57 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/RecentChanges.html @@ -0,0 +1,3 @@ + + +

最近の変更を表示

&shortcut:RecentChanges; を使用すると、プロジェクトに対する最近の変更をすばやく確認できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/RecentFiles.html b/ideTipsAndTricks/resources/localization/ja/tips/RecentFiles.html new file mode 100644 index 000000000000..02882b5311ff --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/RecentFiles.html @@ -0,0 +1,3 @@ + + +

最近使用したファイルの表示

&shortcut:RecentFiles; (表示 | 最近使用したファイル) を押すと、最近開いたファイルのリストが表示されます。

Recent files

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/RecentSearch.html b/ideTipsAndTricks/resources/localization/ja/tips/RecentSearch.html new file mode 100644 index 000000000000..8a86b9198d02 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/RecentSearch.html @@ -0,0 +1,3 @@ + + +

最近の検索履歴

ファイル内のテキスト文字列を検索するときは、最近の検索履歴を使用できます。 &shortcut:Find; を押して検索バーを開き、 &shortcut:ShowSearchHistory; を押すと、最近のエントリのリストが表示されます。

Recent search history

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/RefactorThis.html b/ideTipsAndTricks/resources/localization/ja/tips/RefactorThis.html new file mode 100644 index 000000000000..e01789b04996 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/RefactorThis.html @@ -0,0 +1,3 @@ + + +

リファクタリング

キャレットをシンボルに配置して &shortcut:Refactorings.QuickListPopupAction; を押すと、現在のコンテキストに適用可能なリファクタリングのリストが開きます。

Refactor this

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/RemoveBreakpoint.html b/ideTipsAndTricks/resources/localization/ja/tips/RemoveBreakpoint.html new file mode 100644 index 000000000000..4404be988afe --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/RemoveBreakpoint.html @@ -0,0 +1,3 @@ + + +

ブレークポイント

ブレークポイントを誤って除去しないようにするため、ブレークポイントをガターからドラッグして除去するように選択できます。 &shortcut:ShowSettings; を押して「ビルド、実行、デプロイ | デバッガー 」を選択し、「エディターにドラッグまたはマウスの中央ボタンをクリック 」を選択してください。

ブレークポイントをクリックすると、有効または無効にできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Rename.html b/ideTipsAndTricks/resources/localization/ja/tips/Rename.html new file mode 100644 index 000000000000..0302166ef4d7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Rename.html @@ -0,0 +1,3 @@ + + +

名前の変更リファクタリング

クラス、メソッド、変数の名前は、すべての使用箇所を自動的に修正することで簡単に変更できます。

名前を変更するシンボルにキャレットを配置し、 &shortcut:RenameElement; (リファクタリング | 名前の変更) を押します。新しい名前を入力したら、 &shortcut:EditorEnter; を押します。

Rename refactoring

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/RunTests.html b/ideTipsAndTricks/resources/localization/ja/tips/RunTests.html new file mode 100644 index 000000000000..4d3c4b1cf4ea --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/RunTests.html @@ -0,0 +1,3 @@ + + +

テストの実行

あるテストクラスにあるすべてのメソッドをすばやく実行するには、ガターの the Run All button をクリックし、「'<TestClass>' の実行 」を選択します。

単一のメソッドを実行するには、ガターの the Run button をクリックします。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Scratch.html b/ideTipsAndTricks/resources/localization/ja/tips/Scratch.html new file mode 100644 index 000000000000..0df31f560dc9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Scratch.html @@ -0,0 +1,3 @@ + + +

スクラッチファイル

スクラッチファイルは、プロジェクトファイルを作成せずに、エディターで実験やコードの試作を行うことを可能にする一時ファイルです。

スクラッチファイルを作成するには、 &shortcut:NewScratchFile; を押してから、使用する言語を選択します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SearchEverywhere.html b/ideTipsAndTricks/resources/localization/ja/tips/SearchEverywhere.html new file mode 100644 index 000000000000..42372e3a4718 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SearchEverywhere.html @@ -0,0 +1,3 @@ + + +

どこでも検索

Shift を 2 回押すと、プロジェクト全体を対象にファイル、アクション、シンボル、UI 要素、Git ブランチ、コメントを検索できます。再度 Shift を 2 回押すと、プロジェクトに含まれていない項目も検索されます。

検索結果を絞り込むには、タブを使用するか、必要なショートカット (クラスの場合は &shortcut:GotoClass; 、ファイルの場合は &shortcut:GotoFile; 、シンボルの場合は &shortcut:GotoSymbol; 、アクションの場合は &shortcut:GotoAction;) を直接使用します。

Search everywhere

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SearchEverywhereSettings.html b/ideTipsAndTricks/resources/localization/ja/tips/SearchEverywhereSettings.html new file mode 100644 index 000000000000..4cb50bb5f85c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SearchEverywhereSettings.html @@ -0,0 +1,3 @@ + + +

設定とプラグインの検索

「どこでも検索」(Shift を 2 回) ウィンドウの検索フィールドに / を入力すると、設定、オプション、およびプラグインのグループを検索できます。

Search Everywhere: settings, plugins, URL mappings

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SearchForGit.html b/ideTipsAndTricks/resources/localization/ja/tips/SearchForGit.html new file mode 100644 index 000000000000..9d9cc2ef076d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SearchForGit.html @@ -0,0 +1,3 @@ + + +

Git コミットの検索

Shift を 2 回押すと、Git ブランチ、タグ、コミットハッシュ、またはメッセージを検索し、「ログ 」ビュー内の対応する項目に遷移できます:

Search everywhere for Git branches and commits

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SecondBasicClassNameCompletion.html b/ideTipsAndTricks/resources/localization/ja/tips/SecondBasicClassNameCompletion.html new file mode 100644 index 000000000000..29c95498f95f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SecondBasicClassNameCompletion.html @@ -0,0 +1,3 @@ + + +

コード補完

コード補完は入力時に現在のキャレット位置から到達可能な選択肢を提案します。 &shortcut:CodeCompletion; を 2 回押すと、アクセス不可能なクラスとメンバーも表示されます。

Extended code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionArrayMember.html b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionArrayMember.html new file mode 100644 index 000000000000..9fcc7b2e4a9f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionArrayMember.html @@ -0,0 +1,3 @@ + + +

型一致コード補完

コンテキスト内に必要な型の配列がある場合、型一致コード補完 (&shortcut:SmartTypeCompletion;) を 2 回呼び出します。IDE はこの配列から要素を取得することを提案します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionAsList.html b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionAsList.html new file mode 100644 index 000000000000..0f3a87a3659f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionAsList.html @@ -0,0 +1,3 @@ + + +

型一致コード補完

コレクション型が必要な場合、型一致コード補完 (&shortcut:SmartTypeCompletion;) を 2 回呼び出します。IDE は同じコンポーネント型の配列を検索し、 Arrays.asList() の呼び出しを使用して変換することを提案します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionChain.html b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionChain.html new file mode 100644 index 000000000000..ef4c87eaff3f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionChain.html @@ -0,0 +1,3 @@ + + +

型一致補完

「型一致」コード補完 (&shortcut:SmartTypeCompletion;) を 2 回呼び出すと、必要な型の連鎖式が検索されます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionToar.html b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionToar.html new file mode 100644 index 000000000000..c8f466ede479 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SecondSmartCompletionToar.html @@ -0,0 +1,3 @@ + + +

型一致コード補完

配列型が必要な場合、型一致コード補完 (&shortcut:SmartTypeCompletion;) を 2 回呼び出します。IDE は同じコンポーネント型のコレクションを検索し、 toArray() の呼び出しを使用して変換することを提案します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SelectIn.html b/ideTipsAndTricks/resources/localization/ja/tips/SelectIn.html new file mode 100644 index 000000000000..d11ad4195808 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SelectIn.html @@ -0,0 +1,3 @@ + + +

指定箇所で選択

別のビューで現在編集中の要素 (クラス、ファイル、メソッド、またはフィールド) をすばやく選択するには、 &shortcut:SelectIn; を押すか、「移動 | 移動先の選択 」を呼び出します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/ShowUsages.html b/ideTipsAndTricks/resources/localization/ja/tips/ShowUsages.html new file mode 100644 index 000000000000..1ac3cf739a6f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/ShowUsages.html @@ -0,0 +1,3 @@ + + +

使用箇所の表示

プロジェクト全体に含まれるクラス、メソッド、または変数のすべての使用箇所をリストに表示し、選択した項目にすばやく移動できます。そのためにはキャレットをシンボルに配置し、 &shortcut:ShowUsages; を押します (編集 | 使用箇所の検索 | 使用箇所の表示)。

使用箇所に移動するには、リストから目的の使用箇所を選択し、 &shortcut:EditorEnter; を押します。

Show usages

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeAfterNew.html b/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeAfterNew.html new file mode 100644 index 000000000000..e2d91e981ad4 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeAfterNew.html @@ -0,0 +1,3 @@ + + +

型一致コード補完

new キーワードの後で「型一致」補完 &shortcut:SmartTypeCompletion; を使用すると、必要な型のオブジェクトをインスタンス化できます。

Smart completion after the 'new' keyword

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeCasting.html b/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeCasting.html new file mode 100644 index 000000000000..da229e2a5960 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeCasting.html @@ -0,0 +1,3 @@ + + +

型一致補完

式の値を必要な型にキャストする必要がある場合は、「型一致」補完を使用します。例えば

String s = (

と入力して &shortcut:SmartTypeCompletion; を押すと、何が起こるか分かります。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeCompletion.html b/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeCompletion.html new file mode 100644 index 000000000000..f3dc34ba7209 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SmartTypeCompletion.html @@ -0,0 +1,3 @@ + + +

型一致コード補完

「型一致」コード補完は式全体の予想される型を解析し、現在のコンテキストで適用可能なメソッドと変数を見つけるのに役立ちます。このコード補完は、 return キーワードの後、代入、メソッド呼び出しの引数リストなどで機能します。 &shortcut:SmartTypeCompletion; (コード | コード補完 | 型一致) を押すと、補完リストを絞り込むことができます。

Smart type completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SpeedSearch.html b/ideTipsAndTricks/resources/localization/ja/tips/SpeedSearch.html new file mode 100644 index 000000000000..9c0661488206 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SpeedSearch.html @@ -0,0 +1,3 @@ + + +

ツリービュー内のスピード検索

プロジェクト 」ツールウィンドウなど、スピード検索はすべてのツリービューで使用できます。入力を開始すると、必要な項目がすぐに見つかります。

Speed search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Spellchecker.html b/ideTipsAndTricks/resources/localization/ja/tips/Spellchecker.html new file mode 100644 index 000000000000..9127bf21aa8f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Spellchecker.html @@ -0,0 +1,3 @@ + + +

スペルと文法のチェック

スペルと文法のチェックはデフォルトで有効になっています。これらのチェックは、IDE にバンドルされている Grazie プラグインにより提供されます。校正設定を構成するには、 &shortcut:ShowSettings; を押して「エディター | 自然言語 | 文法 」に移動します。

コメント、本体の文字列、リテラルを含むすべてのテキストは、事前定義の辞書またはカスタム辞書を使用して検査されます。タイポがハイライトされるので、正しい単語を選択したり、現在のスペルを受け入れたり、インスペクションを無効にしたりできます。

スペルまたは文法のエラーを修正するには、 &shortcut:ShowIntentionActions; を押して、使用可能なアクションのリストを表示します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SpellcheckerDictionaries.html b/ideTipsAndTricks/resources/localization/ja/tips/SpellcheckerDictionaries.html new file mode 100644 index 000000000000..52ecc8459491 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SpellcheckerDictionaries.html @@ -0,0 +1,3 @@ + + +

カスタムスペルチェック辞書の追加

事前定義の辞書に足りない単語がある場合は、独自の単語を作成できます。カスタム辞書は、改行区切りで各単語が登録された .dic テキストファイルです。

新しい辞書を追加するには、 &shortcut:ShowSettings; を押して設定を開き、「エディター | 自然言語 | スペル 」に移動します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SplitEditor.html b/ideTipsAndTricks/resources/localization/ja/tips/SplitEditor.html new file mode 100644 index 000000000000..9d201450bffb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SplitEditor.html @@ -0,0 +1,3 @@ + + +

複数ファイルを並べて表示

エディターでは複数のファイルを並べて表示できます。そのためには、目的のエディタータブを右クリックして、エディターの分割方法を選択します (「右に分割 」または「下に分割」)。

または、タブをエディターの任意の領域にドラッグして、分割画面モードを有効にすることもできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/SurroundWith.html b/ideTipsAndTricks/resources/localization/ja/tips/SurroundWith.html new file mode 100644 index 000000000000..137306b43969 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/SurroundWith.html @@ -0,0 +1,3 @@ + + +

コード箇所を囲む

あるコードブロックを有効なコンストラクトですばやく囲むには、エディターで対象のコードブロックを選択し、 &shortcut:SurroundWith; (コード | 囲む) を押します。

使用可能なオプションまたはラッパーのリストはコンテキストや言語によって異なります。例えば、 html ブロックをタグで囲むなどの処理を実行できます。

Surround with

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/Switcher.html b/ideTipsAndTricks/resources/localization/ja/tips/Switcher.html new file mode 100644 index 000000000000..4595dd643e96 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/Switcher.html @@ -0,0 +1,3 @@ + + +

ナビゲーションのスイッチャー

開いているファイルとツールウィンドウ間を移動するには、スイッチャー &shortcut:Switcher; を使用します。スイッチャーのポップアップオープンを離れるには、 Control を押し続けます。ナビゲーションには、 TabShift+Tab を使用します。

エディタータブを閉じるか、ツールウィンドウを非表示にするには、 Delete または BackSpace を押します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/TabInLookups.html b/ideTipsAndTricks/resources/localization/ja/tips/TabInLookups.html new file mode 100644 index 000000000000..c4d168dd7533 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/TabInLookups.html @@ -0,0 +1,3 @@ + + +

コード補完

コード補完を使用する際に &shortcut:EditorChooseLookupItemReplace; を押すと、ポップアップリストで現在ハイライトされている選択項目を受け入れることができます。

&shortcut:EditorChooseLookupItem; で受け入れる場合とは異なり、キャレットの右側にある名前の残りの部分は選択した名前によって上書きされます。これは、あるメソッドまたは変数名を別のメソッドまたは変数名に置き換える場合に特に役立ちます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/TagNameCompletion.html b/ideTipsAndTricks/resources/localization/ja/tips/TagNameCompletion.html new file mode 100644 index 000000000000..83da5a6bc3e7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/TagNameCompletion.html @@ -0,0 +1,3 @@ + + +

XML タグ名の補完

&shortcut:CodeCompletion; を 2 回押して、現在のファイルで宣言されていない名前空間の XML タグ名を補完します。名前空間がまだ宣言されていない場合、宣言は自動的に生成されます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/VariableNameCompletion.html b/ideTipsAndTricks/resources/localization/ja/tips/VariableNameCompletion.html new file mode 100644 index 000000000000..ecf1a4149763 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/VariableNameCompletion.html @@ -0,0 +1,3 @@ + + +

変数名の補完

変数を宣言する際は、コード補完を使用して変数の名前を提案させることができます。たとえば、 private FileOutputStream と入力を開始すると、IDE が候補のリストを表示します。

complete variable name

ローカル変数、パラメーター、インスタンス、static フィールドの名前の接頭辞は、「コードスタイル 」配下の「Settings 」ダイアログ (&shortcut:ShowSettings;) でカスタマイズできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/VcsQuickList.html b/ideTipsAndTricks/resources/localization/ja/tips/VcsQuickList.html new file mode 100644 index 000000000000..c1d50c5750ec --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/VcsQuickList.html @@ -0,0 +1,3 @@ + + +

VCS 関連オプションへのアクセス

現在のコンテキストで使用可能なすべての VCS 関連コマンドにアクセスするには、 &shortcut:Vcs.QuickListPopupAction; を押します。

VCS Operations Popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/WideScreen.html b/ideTipsAndTricks/resources/localization/ja/tips/WideScreen.html new file mode 100644 index 000000000000..ee0bdc2c0d73 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/WideScreen.html @@ -0,0 +1,3 @@ + + +

ツールウィンドウレイアウトの調整

IDE ツールウィンドウのレイアウトを調整すると、画面領域をより有効に活用できます。

分割画面で Control+LeftClick (Windows および Linux) / Control+LeftClick (macOS) を押すと、ツールウィンドウの縦配置と横配置が切り替わります。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/WildcardsInNavigationPopups.html b/ideTipsAndTricks/resources/localization/ja/tips/WildcardsInNavigationPopups.html new file mode 100644 index 000000000000..773eb8d97d33 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/WildcardsInNavigationPopups.html @@ -0,0 +1,3 @@ + + +

どこでも検索でのワイルドカード

クラス、ファイル、またはシンボルを検索するときは、「どこでも検索」(Shift を 2 回) でテキストパターンを使用できます。 *スペース を使用できます:

* は、任意の数の任意の文字を表します。

スペース は、パターンの終了を表します。先行する文字列は単なる接頭辞ではなく、パターン全体と見なされます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/add_jdk.html b/ideTipsAndTricks/resources/localization/ja/tips/add_jdk.html new file mode 100644 index 000000000000..d3d9fa0bd0f4 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/add_jdk.html @@ -0,0 +1,3 @@ + + +

プロジェクトに JDK を追加

必要なバージョンの JDK とベンダーを IDE から直接追加できます。「ファイル | プロジェクト構造 | プロジェクト 」に移動して「SDK 」リストを展開し、「JDK のダウンロード 」を選択します。このオプションは「新規プロジェクト 」ウィザード (ファイル | 新規 | プロジェクト) の新規プロジェクトでも使用可能です。

Adding JDK

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/find_usages.html b/ideTipsAndTricks/resources/localization/ja/tips/find_usages.html new file mode 100644 index 000000000000..1a9677c55a18 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/find_usages.html @@ -0,0 +1,3 @@ + + +

使用箇所の検索

&shortcut:FindUsages; を押すと、キャレット位置のシンボルを参照するコードのすべての出現箇所をすばやく見つけることができます。そのシンボルがクラス、メソッド、フィールド、パラメーター、または別のステートメントの一部であるかどうかは問いません。

Find Usages

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/implement-using-completion.html b/ideTipsAndTricks/resources/localization/ja/tips/implement-using-completion.html new file mode 100644 index 000000000000..94dad82903b5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/implement-using-completion.html @@ -0,0 +1,3 @@ + + +

コード補完によるボイラープレート生成

コード補完を使用して getter や setter などのボイラープレートコードを生成したり、インターフェースメソッドを実装したりできます。

これを行うには、メソッド名の入力を開始するだけです。例えば、 gn を入力して getName() を生成したり、 ct を入力して compareTo() を実装したりできます。

Generating a getter using code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/jump_to_colors_fonts.html b/ideTipsAndTricks/resources/localization/ja/tips/jump_to_colors_fonts.html new file mode 100644 index 000000000000..df017932b816 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/jump_to_colors_fonts.html @@ -0,0 +1,3 @@ + + +

コードカラーのカスタマイズ

コードの色が気に入らない場合は、 &shortcut:GotoAction; を押し、 Jump と入力してから「色およびフォントに移動 」をクリックします。キャレット位置にあるコード要素の色を変更できる設定ページに移動します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/local_history.html b/ideTipsAndTricks/resources/localization/ja/tips/local_history.html new file mode 100644 index 000000000000..02a3d5ca56a2 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/local_history.html @@ -0,0 +1,3 @@ + + +

ローカル履歴

ローカル履歴を使用すると、ファイル、クラス、メソッド、またはコード箇所へのすべての変更を追跡し、必要に応じて安定したポイントにロールバックできます。ローカル履歴を表示するには、メインメニューから「ファイル | ローカル履歴 | 履歴の表示 」を選択します。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/new_items.html b/ideTipsAndTricks/resources/localization/ja/tips/new_items.html new file mode 100644 index 000000000000..307d38711cb8 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/new_items.html @@ -0,0 +1,3 @@ + + +

ファイル、フォルダー、パッケージの追加

プロジェクト 」ツールウィンドウ (&shortcut:ActivateProjectToolWindow;) で新規項目が必要なノードを選択し、 &shortcut:Generate; を押して使用可能なオプションのリストを開きます。

たとえば、Java クラス、パッケージ、またはフォルダーを作成できます。リストのオプションは、現在のコンテキストとインストール済みのプラグインに依存することに注意してください。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/partial_git_commit.html b/ideTipsAndTricks/resources/localization/ja/tips/partial_git_commit.html new file mode 100644 index 000000000000..7c0cd4a4166f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/partial_git_commit.html @@ -0,0 +1,3 @@ + + +

変更の部分的なコミット

同じファイルに加えられた変更を異なるコミット間で分割するには、「コミット 」ツールウィンドウ &shortcut:ActivateCommitToolWindow; で「差分 」をクリックします。コミットする変更済みのコードか新しいコードの各チャンクの横にあるチェックボックスを選択し、「コミット 」をクリックしてください。選択されていない変更は、現在の変更リストに残ります。

Partial commit changelists

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/pull_requests.html b/ideTipsAndTricks/resources/localization/ja/tips/pull_requests.html new file mode 100644 index 000000000000..8cf42d064324 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/pull_requests.html @@ -0,0 +1,3 @@ + + +

プルリクエストの管理

IDE から直接受信 GitHub プルリクエストを管理できます。そのためには、メインメニューから「Git | GitHub | プルリクエストの表示 」を選択します。OpenIDE を使用すると、プルリクエストの割り当てとマージ、タイムラインとインラインコメントの表示、コメントとレビューの送信、および変更の承認を IDE を離れることなく行うことができます.

Incoming pull requests

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/recent-locations.html b/ideTipsAndTricks/resources/localization/ja/tips/recent-locations.html new file mode 100644 index 000000000000..aa7c9f00ef18 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/recent-locations.html @@ -0,0 +1,3 @@ + + +

最近の場所に移動

&shortcut:RecentLocations; を押すと、最近表示または変更したコードフラグメントのリストを取得できます。

Recent Locations

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/run_anything.html b/ideTipsAndTricks/resources/localization/ja/tips/run_anything.html new file mode 100644 index 000000000000..6fc15f5d3357 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/run_anything.html @@ -0,0 +1,3 @@ + + +

なんでも実行

Control を 2 回押すと、プロジェクトを開く、実行/デバッグ構成の起動、コマンドラインユーティリティの実行など、さまざまなアクションにすばやくアクセスできます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/search_everywhere_expr.html b/ideTipsAndTricks/resources/localization/ja/tips/search_everywhere_expr.html new file mode 100644 index 000000000000..6a5c0067a8ab --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/search_everywhere_expr.html @@ -0,0 +1,3 @@ + + +

数式の評価

どこでも検索 」ウィンドウ (Shift を 2 回) では、単純な算術式を評価することができます。

評価したい式を検索フィールドに入力します。検索結果に評価の結果が表示されます。

Evaluate expression

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/smart_selection.html b/ideTipsAndTricks/resources/localization/ja/tips/smart_selection.html new file mode 100644 index 000000000000..c74d40ecd31b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/smart_selection.html @@ -0,0 +1,3 @@ + + +

コード選択の変更

エディターで &shortcut:EditorSelectWord; / &shortcut:EditorUnSelectWord; を押すと、現在のコード選択範囲を拡張または縮小できます。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ja/tips/structural_search.html b/ideTipsAndTricks/resources/localization/ja/tips/structural_search.html new file mode 100644 index 000000000000..6ef16960efd7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ja/tips/structural_search.html @@ -0,0 +1,3 @@ + + +

構造検索

コードパターンまたは文法コンストラクトを検索するには、「編集 | 検索 | 構造検索 」を選択します。

Structural search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/AltInsertInEditor.html b/ideTipsAndTricks/resources/localization/ko/tips/AltInsertInEditor.html new file mode 100644 index 000000000000..19babe776307 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/AltInsertInEditor.html @@ -0,0 +1,3 @@ + + +

코드 생성

IDE은(는) 클래스 내 필드의 getter 및 setter 메서드를 생성할 수 있습니다. 캐럿을 클래스 안에 두고 &shortcut:Generate; (코드 | 생성 )을(를) 누르세요.

Generate getter and setter

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/AnnotationsAndDiffs.html b/ideTipsAndTricks/resources/localization/ko/tips/AnnotationsAndDiffs.html new file mode 100644 index 000000000000..aee4e55b1e82 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/AnnotationsAndDiffs.html @@ -0,0 +1,3 @@ + + +

Git Blame 어노테이션 보기

Git 어노테이션은 각 코드 줄의 출처에 관한 세부 정보를 나타냅니다(여백을 마우스 오른쪽 버튼으로 클릭하여 Git Blame으로 어노테이션 추가 선택).

어노테이션을 마우스 오른쪽 버튼으로 클릭하고 Diff 표시 를 선택하면 파일의 현재 버전과 이전 버전 사이의 차이를 검토할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Antivirus.html b/ideTipsAndTricks/resources/localization/ko/tips/Antivirus.html new file mode 100644 index 000000000000..2e90f71dde75 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Antivirus.html @@ -0,0 +1,3 @@ + + +

IDE 성능 개선

OpenIDE이(가) 느리게 작동하는 경우, 백신 보호를 받고 있는 폴더 수를 줄여보세요. 그러면 성능이 향상될 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/BreakpointIntentions.html b/ideTipsAndTricks/resources/localization/ko/tips/BreakpointIntentions.html new file mode 100644 index 000000000000..5e2463fcdd45 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/BreakpointIntentions.html @@ -0,0 +1,3 @@ + + +

컨텍스트 액션을 통해 중단점에 액세스

컨텍스트 액션(&shortcut:ShowIntentionActions; )을 통해 가장 일반적인 중단점 액션과 필터에 액세스하세요.

Breakpoint intentions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/BreakpointSpeedmenu.html b/ideTipsAndTricks/resources/localization/ko/tips/BreakpointSpeedmenu.html new file mode 100644 index 000000000000..0cba1ebf20f4 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/BreakpointSpeedmenu.html @@ -0,0 +1,3 @@ + + +

중단점 메뉴

여백에서 중단점 마커를 마우스 오른쪽 버튼으로 클릭하면 중단점을 빠르게 활성화/비활성화하거나 프로퍼티를 조정할 수 있습니다.

Breakpoint speedmenu

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CamelHumpsInCodeCompletion.html b/ideTipsAndTricks/resources/localization/ko/tips/CamelHumpsInCodeCompletion.html new file mode 100644 index 000000000000..bde9e8a1165e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CamelHumpsInCodeCompletion.html @@ -0,0 +1,3 @@ + + +

코드 완성 내의 낙타 표기법

낙타 표기법 접두사를 사용하여 코드 완성 제안 목록의 범위를 좁힐 수 있습니다.

CamelCase code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CamelPrefixesInNavigationPopups.html b/ideTipsAndTricks/resources/localization/ko/tips/CamelPrefixesInNavigationPopups.html new file mode 100644 index 000000000000..5ea24fde3f44 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CamelPrefixesInNavigationPopups.html @@ -0,0 +1,3 @@ + + +

전체 검색에서 낙타 표기법 사용

클래스, 파일 또는 심볼을 검색할 경우, 어디서나 검색 팝업(Shift 두 번)에서 낙타 표기법을 사용하여 결과 목록을 필터링할 수 있습니다.

CamelCase code completion in search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CancelByControlArrows.html b/ideTipsAndTricks/resources/localization/ko/tips/CancelByControlArrows.html new file mode 100644 index 000000000000..61526cba70e5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CancelByControlArrows.html @@ -0,0 +1,3 @@ + + +

완성 제안 선택

코드 입력 시 제안 표시 옵션이 코드 완성에 대해 활성화된 경우 위로 조회아래로 조화 액션을 사용하여 제안 목록을 닫고 에디터에서 캐럿을 위 또는 아래로 이동할 수 있습니다.

Windows에서는 &shortcut:EditorLookupDown;&shortcut:EditorLookupUp; 단축키를 사용합니다.

macOS에서는 단축키가 기본적으로 구성되어 있지 않으므로 환경 설정 | 키맵 에서 사용자에게 편리한 키 조합을 지정할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ChangeSignatureAfterMovingParameters.html b/ideTipsAndTricks/resources/localization/ko/tips/ChangeSignatureAfterMovingParameters.html new file mode 100644 index 000000000000..bdb01721dfec --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ChangeSignatureAfterMovingParameters.html @@ -0,0 +1,3 @@ + + +

시그니처 변경

선언 및 호출 내 메서드 매개변수를 &shortcut:MoveElementLeft;&shortcut:MoveElementRight; (으)로 이동할 수 있습니다. 또한 메서드 선언 내 이러한 이동을 메서드 호출로 전달할 수 있습니다. 이동 후에 &shortcut:ShowIntentionActions; 을(를) 눌러 사용 위치를 업데이트하여 시그니처 변경 반영 을 선택하세요.

Apply signature change

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ChangeSorting.html b/ideTipsAndTricks/resources/localization/ko/tips/ChangeSorting.html new file mode 100644 index 000000000000..dfcfcf8ca9b3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ChangeSorting.html @@ -0,0 +1,3 @@ + + +

완성 제안 정렬

코드 완성 제안을 관련도 또는 알파벳순으로 정렬할 수 있습니다.

알파벳순으로 정렬하려면 이름순 정렬 옵션을 선택합니다. 연관성을 기준으로 정렬하려면 이름순 정렬 체크박스를 해제하세요.

change completion sorting

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CheckRegExp.html b/ideTipsAndTricks/resources/localization/ko/tips/CheckRegExp.html new file mode 100644 index 000000000000..a25812055a5c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CheckRegExp.html @@ -0,0 +1,3 @@ + + +

정규식 검증

정규 표현식이 올바른지 확인하려면 확인하려는 표현식 안에 캐럿을 배치하고 &shortcut:ShowIntentionActions; 을(를) 누른 다음 RegExp 검사 를 선택합니다.

팝업에서 정규 표현식과 일치하는 샘플 문자열을 입력하십시오. Match occurred 아이콘은 일치함을 나타냅니다.

Check regex

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ClipboardStack.html b/ideTipsAndTricks/resources/localization/ko/tips/ClipboardStack.html new file mode 100644 index 000000000000..bbdfdacb8eca --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ClipboardStack.html @@ -0,0 +1,3 @@ + + +

클립보드 기록에서 붙여넣기

&shortcut:PasteMultiple; 을(를) 누르면 이전에 클립보드에 복사한 텍스트 조각을 선택할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CloseOthers.html b/ideTipsAndTricks/resources/localization/ko/tips/CloseOthers.html new file mode 100644 index 000000000000..92f5a31d9d16 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CloseOthers.html @@ -0,0 +1,3 @@ + + +

에디터 탭 닫기

현재 에디터 탭을 제외한 모든 에디터 탭을 닫으려면 Alt (Windows 및 Linux)/Alt (MacOS)을(를) 누른 상태로 현재 에디터 탭의 X 아이콘을 클릭하세요.

Close others

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Close_all_editor_tabs.html b/ideTipsAndTricks/resources/localization/ko/tips/Close_all_editor_tabs.html new file mode 100644 index 000000000000..135900dafd6a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Close_all_editor_tabs.html @@ -0,0 +1,3 @@ + + +

모든 에디터 탭 닫기

모든 에디터 탭을 닫으려면 탭을 마우스 오른쪽 버튼으로 클릭하고 모든 탭 닫기 를 선택합니다.

활성화된 탭을 제외하고 모든 탭을 닫으려면 Alt (Windows 및 Linux)/Alt (macOS)을(를) 누르고 활성화된 탭에서 닫기 버튼을 클릭합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CodeCompletion.html b/ideTipsAndTricks/resources/localization/ko/tips/CodeCompletion.html new file mode 100644 index 000000000000..299521b91700 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CodeCompletion.html @@ -0,0 +1,3 @@ + + +

코드 완성

코드 완성을 사용하면 코드 구문을 빠르게 완성할 수 있습니다. 사용자가 코드를 입력하면 현재 캐럿 위치에서 사용할 수 있는 제안 목록이 자동으로 제공됩니다.

code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CodeCompletionInSearch.html b/ideTipsAndTricks/resources/localization/ko/tips/CodeCompletionInSearch.html new file mode 100644 index 000000000000..9ca367f6543e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CodeCompletionInSearch.html @@ -0,0 +1,3 @@ + + +

검색 바에서 코드 완성

현재 파일 &shortcut:Find; 에서 텍스트로 검색할 때 검색창에서 &shortcut:CodeCompletion; 을(를) 누르면 문자열을 전부 입력하지 않아도 됩니다.

code completion in search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ColumnSelection.html b/ideTipsAndTricks/resources/localization/ko/tips/ColumnSelection.html new file mode 100644 index 000000000000..966b92658abb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ColumnSelection.html @@ -0,0 +1,3 @@ + + +

열 선택 모드

코드를 직사각형 범위로 선택하려면 Alt (Windows 및 Linux)/Alt (macOS)을(를) 누른 상태로 마우스를 드래그하세요.

Column selection

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CommentCode.html b/ideTipsAndTricks/resources/localization/ko/tips/CommentCode.html new file mode 100644 index 000000000000..cc0fd4c10def --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CommentCode.html @@ -0,0 +1,3 @@ + + +

코드에 주석을 달거나 제거

단축키를 사용해 줄과 코드 블록에서 주석 추가 또는 해제하세요.

&shortcut:CommentByLineComment;: 단일 줄 주석 (//...)

&shortcut:CommentByBlockComment;: 블록 주석 (/*...*/)

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CompareEditorWithClipboard.html b/ideTipsAndTricks/resources/localization/ko/tips/CompareEditorWithClipboard.html new file mode 100644 index 000000000000..525f47da22c9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CompareEditorWithClipboard.html @@ -0,0 +1,3 @@ + + +

클립보드와 비교

활성화된 에디터를 클립보드 내용과 비교하려면, 에디터 내 임의의 위치를 마우스 오른쪽 버튼으로 클릭하고 컨텍스트 메뉴에서 클립보드와 비교 를 선택합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CompleteStatement.html b/ideTipsAndTricks/resources/localization/ko/tips/CompleteStatement.html new file mode 100644 index 000000000000..99bb761ca462 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CompleteStatement.html @@ -0,0 +1,3 @@ + + +

코드 완성으로 코드 구문 생성

구문 완성 기능을 사용해 코드 구문을 생성할 수 있습니다. 메서드 선언, 메서드 호출 또는 if, do-while, try-catch 또는 return 과 같은 구문을 입력해보세요. 그리고 &shortcut:EditorCompleteStatement; 을(를) 눌러 구문을 문법적으로 올바르게 완성하세요.

Complete statement

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CompletionImportStatic.html b/ideTipsAndTricks/resources/localization/ko/tips/CompletionImportStatic.html new file mode 100644 index 000000000000..d07237080e69 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CompletionImportStatic.html @@ -0,0 +1,3 @@ + + +

코드 완성

프로젝트, 라이브러리 또는 JDK 내 어디서든 정적 메서드의 메서드 호출을 빠르게 완성하려면 접두사를 입력하고 &shortcut:CodeCompletion; 을(를) 두 번 누르세요. &shortcut:ShowIntentionActions; 을(를) 누르면 선택한 메서드를 가져올 수 있습니다.

Import on completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ConfiguringTerminal.html b/ideTipsAndTricks/resources/localization/ko/tips/ConfiguringTerminal.html new file mode 100644 index 000000000000..e123912dea18 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ConfiguringTerminal.html @@ -0,0 +1,3 @@ + + +

터미널에서 사용할 셸 선택

기본 제공 터미널에서 즐겨찾는 셸을 사용하세요.

Settings 대화상자 &shortcut:ShowSettings; 에서 도구 | 터미널 로 이동하면 셸 실행 파일의 경로를 지정할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ContextActions.html b/ideTipsAndTricks/resources/localization/ko/tips/ContextActions.html new file mode 100644 index 000000000000..3dbd60cd513e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ContextActions.html @@ -0,0 +1,3 @@ + + +

컨텍스트 액션으로 코드 개선

에디터에서 &shortcut:ShowIntentionActions; 을(를) 누르면 강조 표시된 오류 또는 경고를 수정하고 코드 구문을 향상 또는 최적화할 수 있습니다. 일부 인텐션 액션의 경우 &shortcut:QuickJavaDoc; (View(보기) | Quick Documentation(빠른 문서) )을(를) 눌러 미리보기 또는 액션 설명을 열 수 있습니다.

Context actions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CopyClass.html b/ideTipsAndTricks/resources/localization/ko/tips/CopyClass.html new file mode 100644 index 000000000000..e16abb176441 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CopyClass.html @@ -0,0 +1,3 @@ + + +

클래스 복사

리팩터링 | 클래스 복사 를 사용하여 선택한 클래스의 사본 클래스를 생성합니다.

이는 기존 클래스와 유사한 클래스를 생성해야 하고, 공통 상위 클래스에 공유 기능을 배치할 수 없을 때 유용합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CopyPasteReference.html b/ideTipsAndTricks/resources/localization/ko/tips/CopyPasteReference.html new file mode 100644 index 000000000000..c35c16c320e2 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CopyPasteReference.html @@ -0,0 +1,3 @@ + + +

경로 혹은 참조 복사

편집 | 경로/참조 복사 액션을 사용하여 에디터의 현재 위치에 필드/메서드/클래스/파일에 대한 참조를 삽입합니다.

캐럿을 myMethod 메서드 이름에 놓은 다음 &shortcut:CopyReference; 을(를) 누르세요.

참조를 붙여넣으려면 &shortcut:$Paste; 을(를) 누르세요.

또한 클래스로 이동/심볼로 이동/파일로 이동 대화상자에서 참조를 복사할 수 있습니다. 조회 목록 내 임의의 요소 위에서 &shortcut:$Copy; 을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CopyWithNoSelection.html b/ideTipsAndTricks/resources/localization/ko/tips/CopyWithNoSelection.html new file mode 100644 index 000000000000..173d8b8b1e6d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CopyWithNoSelection.html @@ -0,0 +1,3 @@ + + +

행 복사

에디터에서 아무것도 선택하지 않은 경우, &shortcut:$Copy; 을(를) 눌러 캐럿이 놓인 전체 줄을 클립보드로 복사하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Copyright.html b/ideTipsAndTricks/resources/localization/ko/tips/Copyright.html new file mode 100644 index 000000000000..3269165cc2cb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Copyright.html @@ -0,0 +1,3 @@ + + +

저작권 고지 추가

IDE에서 각기 다른 파일 집합의 저작권 공지를 구성할 수 있습니다. 이때 편리하게 변수를 사용할 수 있습니다. 예를 들어, $today.year 를 사용하면 년도를 최신으로 유지할 수 있습니다.

Settings 대화상자 (&shortcut:ShowSettings; )에서 에디터 | 저작권 | 저작권 프로파일 을 선택하고 새 프로파일을 생성한 다음 변수를 사용하여 저작권 고지 텍스트를 추가하십시오.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CreatePropertyTag.html b/ideTipsAndTricks/resources/localization/ko/tips/CreatePropertyTag.html new file mode 100644 index 000000000000..e34fd9d704ab --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CreatePropertyTag.html @@ -0,0 +1,3 @@ + + +

Ant 프로퍼티 태그 생성

Ant 프로퍼티 또는 대상이 아직 정의되지 않았더라도 참조를 시작할 수 있습니다. &shortcut:ShowIntentionActions; 을(를) 누르고 인텐션 액션 목록에서 프로퍼티 생성 을 선택하면 현재 편집 위치를 떠나지 않고도 필수 태그를 생성할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CtrlD.html b/ideTipsAndTricks/resources/localization/ko/tips/CtrlD.html new file mode 100644 index 000000000000..52c2a52fdd28 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CtrlD.html @@ -0,0 +1,3 @@ + + +

코드 블록이나 행을 복제

에디터에서 &shortcut:EditorDuplicate; 을(를) 누르면 선택된 코드 블록을 복제하거나 선택한 블록이 없는 경우 현재 줄을 복제할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CtrlDotInLookups.html b/ideTipsAndTricks/resources/localization/ko/tips/CtrlDotInLookups.html new file mode 100644 index 000000000000..ba42d7ba9c5e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CtrlDotInLookups.html @@ -0,0 +1,3 @@ + + +

코드 완성

제안 목록에서 항목을 사용할 때 &shortcut:EditorChooseLookupItemDot; 을(를) 누르세요.

IDE이(가) 선택한 항목을 삽입할 때 현재 컨텍스트에 따라 마침표 또는 -> 가 뒤에 붙습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CtrlShiftI.html b/ideTipsAndTricks/resources/localization/ko/tips/CtrlShiftI.html new file mode 100644 index 000000000000..cf41736f973e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CtrlShiftI.html @@ -0,0 +1,3 @@ + + +

빠른 정의

&shortcut:QuickImplementations; (보기 | 빠른 정의 )을(를) 누르면 캐럿이 놓인 심볼의 정의나 내용을 별도의 에디터 탭에서 열지 않아도 미리 볼 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CtrlShiftIForLookup.html b/ideTipsAndTricks/resources/localization/ko/tips/CtrlShiftIForLookup.html new file mode 100644 index 000000000000..87028c897ceb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CtrlShiftIForLookup.html @@ -0,0 +1,3 @@ + + +

빠른 정의

코드 완성 목록 내 항목 및 클래스, 파일, 심볼 탐색 명령어에 대해 빠른 정의 뷰어 (&shortcut:QuickImplementations; )를 호출할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/CtrlW.html b/ideTipsAndTricks/resources/localization/ko/tips/CtrlW.html new file mode 100644 index 000000000000..c2fe6f031587 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/CtrlW.html @@ -0,0 +1,3 @@ + + +

선택된 코드 영역 확장

선택 범위를 확장하려면 &shortcut:EditorSelectWord; 을(를) 누르세요. &shortcut:EditorSelectWord; 을(를) 누를 때마다 선택 범위가 코드의 다른 영역으로 확장됩니다.

예를 들어, 선택 범위가 메서드 이름에서 시작해 이 메서드를 호출하는 표현식, 그다음 전체 구문, 그다음 포함하는 블록 등으로 확장됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/DeleteLine.html b/ideTipsAndTricks/resources/localization/ko/tips/DeleteLine.html new file mode 100644 index 000000000000..2d86ae43128a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/DeleteLine.html @@ -0,0 +1,3 @@ + + +

행 삭제

에디터에서 &shortcut:EditorDeleteLine; 을(를) 누르면 캐럿이 놓인 전체 줄이 삭제됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/DiffChevron.html b/ideTipsAndTricks/resources/localization/ko/tips/DiffChevron.html new file mode 100644 index 000000000000..78661ebfb2bb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/DiffChevron.html @@ -0,0 +1,3 @@ + + +

파일 및 폴더 비교

파일과 폴더를 비교할 때 Diff 뷰어 에서 쉐브론 버튼(the Insert from left button the Insert from right button )을 사용하여 각 창의 차이점을 적용할 수 있습니다

현재 창의 내용을 다른 창에 붙여넣으려면 Ctrl 을 길게 누르세요. 그러면 버튼이 the Insert below from left button the Insert below from right button 으(로) 변경됩니다.

변경 내용을 되돌리려면 Shift 을(를) 길게 누르세요. 그러면 chevronsthe Remove button (으)로 바뀝니다.

Chevron buttons

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/DirDiff.html b/ideTipsAndTricks/resources/localization/ko/tips/DirDiff.html new file mode 100644 index 000000000000..1ad27de055cd --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/DirDiff.html @@ -0,0 +1,3 @@ + + +

파일 및 폴더 비교

두 개의 파일이나 폴더를 비교하려면 프로젝트 도구 창에서 선택한 다음 &shortcut:CompareTwoFiles; 을(를) 누릅니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/DotEtcInLookups.html b/ideTipsAndTricks/resources/localization/ko/tips/DotEtcInLookups.html new file mode 100644 index 000000000000..2f9fd7194f2e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/DotEtcInLookups.html @@ -0,0 +1,3 @@ + + +

코드 완성

마침표(.), 쉼표(,), 세미콜론(;), 스페이스, 다른 문자 키를 사용해 코드 완성 제안 목록에서 현재 선택 항목을 수락할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/DragToOpen.html b/ideTipsAndTricks/resources/localization/ko/tips/DragToOpen.html new file mode 100644 index 000000000000..60c3a6ebadba --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/DragToOpen.html @@ -0,0 +1,3 @@ + + +

외부 파일 열기

외부 파일을 파일 관리자에서 에디터로 드래그하여 열고 편집할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/EditRegExp.html b/ideTipsAndTricks/resources/localization/ko/tips/EditRegExp.html new file mode 100644 index 000000000000..9dfd8895c032 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/EditRegExp.html @@ -0,0 +1,3 @@ + + +

정규식 편집

전용 에디터를 사용하여 코드 내 정규식을 편집할 수 있습니다.

정규 표현식을 입력하고 &shortcut:ShowIntentionActions; 을(를) 누른 다음 정규식 조각 편집 을 클릭합니다. 정규 표현식은 에디터의 별도 탭에서 열립니다. 이 탭에서 백슬래시를 그대로 입력할 수 있습니다.

모든 변경 내용은 기존 정규 표현식과 동기화되어 있으며 이스케이프 문자는 자동으로 표시됩니다.

Edit a regular expression

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/EditorConfig.html b/ideTipsAndTricks/resources/localization/ko/tips/EditorConfig.html new file mode 100644 index 000000000000..ab9ea958c450 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/EditorConfig.html @@ -0,0 +1,3 @@ + + +

코드 스타일용 EditorConfig

EditorConfig의 설정으로 IDE 코드 스타일 설정을 재정의할 수 있습니다(https://editorconfig.org/).

코드 스타일을 변경하려는 하는 노드에서 .editorconfig 파일을 새로 생성하고 원하는 신규 설정을 지정하세요.

EditorConfig settings

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Escape.html b/ideTipsAndTricks/resources/localization/ko/tips/Escape.html new file mode 100644 index 000000000000..ab36810a6151 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Escape.html @@ -0,0 +1,3 @@ + + +

도구 창에서 포커스 변경

아무 도구 창에서 &shortcut:EditorEscape; 을(를) 누르면 초점이 에디터로 이동합니다.

&shortcut:HideActiveWindow; 을(를) 누르면 초점이 에디터로 이동하며 현재 또는 마지막으로 활성화된 도구 창이 숨겨집니다.

&shortcut:JumpToLastWindow; 을(를) 누르면 초점이 에디터에서 마지막으로 사용한 도구 창으로 이동됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/EvaluateExpression.html b/ideTipsAndTricks/resources/localization/ko/tips/EvaluateExpression.html new file mode 100644 index 000000000000..4b727c91bedb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/EvaluateExpression.html @@ -0,0 +1,3 @@ + + +

표현식 평가

스크립트가 중단점에 의해 중단된 상태에서 식을 실행하거나 변수에 값을 재할당할 수 있습니다. Evaluate Expression (식 평가) 기능을 활용하면 프로그램 상태에 관한 추가적인 정보를 얻거나 다양한 런타임 시나리오를 테스트할 수 있습니다.

  • 표현식이 코드에 있는 경우, Alt (Windows 및 Linux) 또는 Alt (macOS)을(를) 누르고 해당 표현식을 클릭합니다. 특정 코드 조각을 평가하려면 해당 조각을 클릭하기 전에 선택합니다.

  • 임의 표현식을 평가하려면, Run(실행) | Debugging Actions(디버그 액션) | Evaluate Expression(표현식 평가) 을 선택하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ExternalJavaDoc.html b/ideTipsAndTricks/resources/localization/ko/tips/ExternalJavaDoc.html new file mode 100644 index 000000000000..a2c939efd5e1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ExternalJavaDoc.html @@ -0,0 +1,3 @@ + + +

외부 문서

캐럿 위치의 요소에 대한 문서 페이지를 브라우저로 열려면 &shortcut:ExternalJavaDoc; 을(를) 누르거나 메인 메뉴에서 도구 | 웹 브라우저 및 미리보기 를 선택합니다.

설정에서 기본 브라우저가 설정되어 있는지 확인하세요. 기본 브라우저를 확인하려면 &shortcut:ShowSettings; 을(를) 눌러 설정을 연 다음 Tools | Web Browsers and Preview (도구 | 웹 브라우저 및 미리보기)로 이동하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/FileStructurePopup.html b/ideTipsAndTricks/resources/localization/ko/tips/FileStructurePopup.html new file mode 100644 index 000000000000..2ee5e2345d9b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/FileStructurePopup.html @@ -0,0 +1,3 @@ + + +

파일 구조 표시

&shortcut:FileStructurePopup; (탐색 | 파일 구조 )을(를) 사용하면 현재 파일에서 빠르게 탐색할 수 있습니다.

파일 구조는 현재 클래스의 멤버 목록을 표시합니다. 요소로 이동하려면 해당 요소를 선택하고 &shortcut:EditorEnter; 또는 &shortcut:EditSource; 을(를) 누르세요.

목록 내 항목을 쉽게 찾으려면 해당 이름을 입력하기 시작하세요.

file structure

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/FindInPath.html b/ideTipsAndTricks/resources/localization/ko/tips/FindInPath.html new file mode 100644 index 000000000000..78b039965d4d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/FindInPath.html @@ -0,0 +1,3 @@ + + +

검색 결과 미리보기

대화상자를 떠나지 않고 더 빨리 검색하기 위해 파일에서 찾기 대화상자(&shortcut:FindInPath; )의 미리보기 영역을 사용할 수 있습니다. 미리보기 대화상자에 처음 100개의 결과가 표시됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/FindReplaceToggle.html b/ideTipsAndTricks/resources/localization/ko/tips/FindReplaceToggle.html new file mode 100644 index 000000000000..e3f354b5ce89 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/FindReplaceToggle.html @@ -0,0 +1,3 @@ + + +

찾아 바꾸기

&shortcut:Find; 을(를) 누르면 검색 창이 표시됩니다. &shortcut:Replace; 을(를) 누르면 교체 문자열을 입력할 수 있는 다른 필드를 추가할 수 있습니다.

파일 내 검색 대화상자에서 &shortcut:ReplaceInPath; 을(를) 눌러 대체로 전환할 수 있습니다. 마찬가지로 &shortcut:FindInPath; 을(를) 누르면 다음으로 바꾸기 필드를 숨기고 일반 검색으로 전환할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/FinishByExclamation.html b/ideTipsAndTricks/resources/localization/ko/tips/FinishByExclamation.html new file mode 100644 index 000000000000..278a68c5b7db --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/FinishByExclamation.html @@ -0,0 +1,3 @@ + + +

코드 완성

느낌표(!)를 눌러 코드 완성 제안을 수락하면 이 표현식이 부정됩니다.

Negate completion suggestion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/FinishBySmartEnter.html b/ideTipsAndTricks/resources/localization/ko/tips/FinishBySmartEnter.html new file mode 100644 index 000000000000..b4a5d689511b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/FinishBySmartEnter.html @@ -0,0 +1,3 @@ + + +

코드 완성

코드 완성 사용 시 &shortcut:EditorCompleteStatement; (으)로 제안 목록에서 현재 선택 항목을 수락할 수 있습니다. IDE은(는) 선택한 문자열을 삽입할 뿐만 아니라 현재 코드 구문을 문법적으로 올바르게 바꿔줍니다(소괄호 균형 맞추기, 누락된 중괄호 및 세미콜론 추가 등).

diff --git a/ideTipsAndTricks/resources/localization/ko/tips/FixDocComment.html b/ideTipsAndTricks/resources/localization/ko/tips/FixDocComment.html new file mode 100644 index 000000000000..678e4c480cb3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/FixDocComment.html @@ -0,0 +1,3 @@ + + +

Javadoc 수정

메서드 메서드 시그니처가 변경된 경우, IDE는 싱크가 맞지 않는 문서 주석 태그를 강조 표시하고 빠른 수정을 제안합니다.

Update Javadoc

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/FocusProjectToolWindow.html b/ideTipsAndTricks/resources/localization/ko/tips/FocusProjectToolWindow.html new file mode 100644 index 000000000000..e7b0b80b121c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/FocusProjectToolWindow.html @@ -0,0 +1,3 @@ + + +

프로젝트 도구 창

&shortcut:ActivateProjectToolWindow; 을(를) 누르면 프로젝트 도구 창을 열고 도구 창으로 포커스를 전환할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GoToAction.html b/ideTipsAndTricks/resources/localization/ko/tips/GoToAction.html new file mode 100644 index 000000000000..7730d9fc3b6c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GoToAction.html @@ -0,0 +1,3 @@ + + +

찾기 액션

메뉴 명령어, 설정 또는 액션을 빨리 찾으려면 &shortcut:GotoAction; (도움말 | 액션 찾기 )을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GoToClass.html b/ideTipsAndTricks/resources/localization/ko/tips/GoToClass.html new file mode 100644 index 000000000000..a8e76315add7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GoToClass.html @@ -0,0 +1,3 @@ + + +

에디터에서 클래스를 빨리 열려면, &shortcut:GotoClass; (탐색 | 클래스 )을(를) 누르고 클래스의 이름을 입력합니다. 그런 다음 제안 목록에서 클래스를 클릭합니다.

마찬가지로, &shortcut:GotoFile; (탐색 | 파일 )을(를) 사용하여 프로젝트의 모든 파일을 열 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GoToDeclaration.html b/ideTipsAndTricks/resources/localization/ko/tips/GoToDeclaration.html new file mode 100644 index 000000000000..6091848e1b79 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GoToDeclaration.html @@ -0,0 +1,3 @@ + + +

선언으로 이동

클래스, 메서드 또는 변수의 사용 위치에서 선언으로 이동하려면 캐럿을 심볼에 놓고 &shortcut:GotoDeclaration; (탐색 | 선언 또는 사용 위치 )을(를) 누르세요. Control (Windows 및 Linux)/Control (macOS) 키를 누른 상태에서 사용 위치를 클릭하여 선언으로 이동할 수도 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GoToFile.html b/ideTipsAndTricks/resources/localization/ko/tips/GoToFile.html new file mode 100644 index 000000000000..0bc4ba15f93d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GoToFile.html @@ -0,0 +1,3 @@ + + +

파일로 이동

파일을 빨리 열려면 &shortcut:GotoFile; (탐색 | 파일 )을(를) 누르고 파일 이름을 입력하기 시작합니다. 필터 아이콘을 사용하여 선택한 파일 형식 중에서만 검색합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GoToImplementation.html b/ideTipsAndTricks/resources/localization/ko/tips/GoToImplementation.html new file mode 100644 index 000000000000..3fa613a32d65 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GoToImplementation.html @@ -0,0 +1,3 @@ + + +

구현으로 이동

추상 메서드의 구현으로 이동하려면 캐럿을 해당 메서드의 사용 위치 또는 정의 내 이름에 둔 다음 &shortcut:GotoImplementation; 을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GoToInspection.html b/ideTipsAndTricks/resources/localization/ko/tips/GoToInspection.html new file mode 100644 index 000000000000..e6034c7c0d4e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GoToInspection.html @@ -0,0 +1,3 @@ + + +

코드 검사 검색

검사를 빠르게 찾아 실행하려면 &shortcut:RunInspection; 을(를) 누르고 검사 또는 검사 그룹의 이름을 입력합니다. 제안 목록에서 검사를 선택하고 범위를 지정합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GoToSymbol.html b/ideTipsAndTricks/resources/localization/ko/tips/GoToSymbol.html new file mode 100644 index 000000000000..1f362ec62865 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GoToSymbol.html @@ -0,0 +1,3 @@ + + +

심볼로 이동

에디터에서 클래스, 필드 또는 함수를 빠르게 열려면 &shortcut:GotoSymbol; (탐색 | 심볼 )을(를) 누르고 해당 이름을 입력하기 시작합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/GotoLineInFile.html b/ideTipsAndTricks/resources/localization/ko/tips/GotoLineInFile.html new file mode 100644 index 000000000000..9ddda3081f76 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/GotoLineInFile.html @@ -0,0 +1,3 @@ + + +

행으로 이동

에디터 내 특정 줄의 파일을 열 수 있습니다. &shortcut:GotoFile; (이동 | 파일 )을(를) 눌러 파일 이름을 입력하고 : 와(과) 줄 번호를 차례로 입력하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/HideWidgets.html b/ideTipsAndTricks/resources/localization/ko/tips/HideWidgets.html new file mode 100644 index 000000000000..4a27b5264718 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/HideWidgets.html @@ -0,0 +1,3 @@ + + +

상태 표시줄의 위젯 구성

상태 표시줄에 표시되는 위젯 모음을 구성할 수 있습니다. 이렇게 하려면 위젯을 마우스 오른쪽 버튼으로 클릭하고 보려는 항목을 선택하세요.

Widgets popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/HierarchyBrowser.html b/ideTipsAndTricks/resources/localization/ko/tips/HierarchyBrowser.html new file mode 100644 index 000000000000..bfa248aa537f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/HierarchyBrowser.html @@ -0,0 +1,3 @@ + + +

상속 계층 구조 표시

선택한 클래스의 상속 계층 구조를 확인하려면 &shortcut:TypeHierarchy; (탐색 | 타입 계층 구조 )을(를) 누르세요. 또한 에디터에서 계층 구조 뷰를 직접 호출하여 현재 편집된 클래스의 계층 구조를 확인할 수 있습니다.

Type hierarchy browser

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/HighlightImplements.html b/ideTipsAndTricks/resources/localization/ko/tips/HighlightImplements.html new file mode 100644 index 000000000000..ef56faf9425c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/HighlightImplements.html @@ -0,0 +1,3 @@ + + +

구현 강조 표시

클래스에서 구현한 인터페이스의 모든 메서드를 보려면 캐럿을 클래스 선언 내 implements 키워드에 놓고 &shortcut:HighlightUsagesInFile; 을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/HighlightMethodExitPoint.html b/ideTipsAndTricks/resources/localization/ko/tips/HighlightMethodExitPoint.html new file mode 100644 index 000000000000..6b4db229f11f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/HighlightMethodExitPoint.html @@ -0,0 +1,3 @@ + + +

메서드의 종료점 강조 표시

메서드의 모든 종료점을 보려면, 캐럿을 종료점 중 하나에 배치하세요. 예를 들어, return 문에 캐럿을 둔 다음 &shortcut:HighlightUsagesInFile; 을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/HighlightThrows.html b/ideTipsAndTricks/resources/localization/ko/tips/HighlightThrows.html new file mode 100644 index 000000000000..b32e5c46b13b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/HighlightThrows.html @@ -0,0 +1,3 @@ + + +

예외를 던질 수 있는 구문 강조 표시

특정 예외를 적용할 수 있는 메서드 내의 모든 구문을 볼 수 있습니다. 캐럿을 throws 구문에 놓고 &shortcut:HighlightUsagesInFile; 을(를) 누르세요.

Highlight caught exceptions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/HighlightUsagesInFile.html b/ideTipsAndTricks/resources/localization/ko/tips/HighlightUsagesInFile.html new file mode 100644 index 000000000000..3ef0c5d7e260 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/HighlightUsagesInFile.html @@ -0,0 +1,3 @@ + + +

파일에서 사용 위치 강조 표시

&shortcut:HighlightUsagesInFile; (편집 | 사용 위치 찾기 | 파일 내 사용 위치 강조 표시 )을(를) 누르면 현재 파일 내 특정 변수의 사용 위치를 빠르게 강조 표시할 수 있습니다.

&shortcut:FindNext;&shortcut:FindPrevious; 을(를) 눌러 강조 표시 사용 위치 사이를 이동합니다. 강조 표시를 제거하려면 &shortcut:EditorEscape; 을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/HorizontalScrolling.html b/ideTipsAndTricks/resources/localization/ko/tips/HorizontalScrolling.html new file mode 100644 index 000000000000..0d9a395d8488 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/HorizontalScrolling.html @@ -0,0 +1,3 @@ + + +

가로 스크롤

파일을 가로로 스크롤하려면 Shift 을(를) 누른 상태에서 마우스 휠을 돌리세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ImagesLookup.html b/ideTipsAndTricks/resources/localization/ko/tips/ImagesLookup.html new file mode 100644 index 000000000000..cde2fdbebaf9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ImagesLookup.html @@ -0,0 +1,3 @@ + + +

참조된 이미지 미리보기

참조된 이미지를 별도의 에디터 탭이 아닌 팝업에서 프리뷰합니다. 캐럿을 이미지 이름에 두고 &shortcut:QuickImplementations; 을(를) 누르세요.

Preview image in a popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/InsertLiveTemplate.html b/ideTipsAndTricks/resources/localization/ko/tips/InsertLiveTemplate.html new file mode 100644 index 000000000000..332238240c09 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/InsertLiveTemplate.html @@ -0,0 +1,3 @@ + + +

사용 가능한 라이브 템플릿 보기

라이브 템플릿 약어가 기억나지 않는 경우 &shortcut:InsertLiveTemplate; 을(를) 눌러 현재 컨텍스트에 대한 제안 목록을 확인하세요. 예를 들어, it 를 입력하고 &shortcut:InsertLiveTemplate; 을(를) 눌러 결과를 확인합니다.

Inserting live template

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/InspectCode.html b/ideTipsAndTricks/resources/localization/ko/tips/InspectCode.html new file mode 100644 index 000000000000..8f3ca79d4bfb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/InspectCode.html @@ -0,0 +1,3 @@ + + +

코드 검사>

코드 | 코드 검사 를 사용하여 전체 프로젝트나 사용자 지정 범위의 코드 분석을 실행하고 별도 창에서 결과를 검토해보세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/IntroduceVariable.html b/ideTipsAndTricks/resources/localization/ko/tips/IntroduceVariable.html new file mode 100644 index 000000000000..884186ead789 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/IntroduceVariable.html @@ -0,0 +1,3 @@ + + +

변수 추출 리팩터링

변수 추출 리팩터링은 선택한 표현식을 변수로 래핑합니다. 또한 새 변수 선언을 추가하고 표현식을 이니셜라이저로 사용합니다. 표현식을 선택하고 &shortcut:IntroduceVariable; (리팩터링 | 추출/삽입 | 변수 )을(를) 선택하세요.

extract variable

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/IntroduceVariableIncompleteCode.html b/ideTipsAndTricks/resources/localization/ko/tips/IntroduceVariableIncompleteCode.html new file mode 100644 index 000000000000..c1791ac40106 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/IntroduceVariableIncompleteCode.html @@ -0,0 +1,3 @@ + + +

변수 추출

불완전한 구문에서 변수 추출 리팩터링을 사용할 수 있습니다. &shortcut:IntroduceVariable; 을(를) 눌러 표현식을 선택하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/JarDiff.html b/ideTipsAndTricks/resources/localization/ko/tips/JarDiff.html new file mode 100644 index 000000000000..365fe10350e8 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/JarDiff.html @@ -0,0 +1,3 @@ + + +

아카이브 비교

두 개의 .jar, .zip 또는 .phar 아카이브 또는 아카이브 내부의 파일을 비교하려면 프로젝트 도구 창에서 &shortcut:CompareTwoFiles; 을(를) 누릅니다.

아카이브 비교 기능은 Java 바이트코드 디컴파일러와 통합되어 두 개의 다른 버전의 라이브러리 사이에 정확히 무엇이 변경되었는지 확인할 수 있게 해줍니다.

Comparing two JUnit libraries

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/JoinLines.html b/ideTipsAndTricks/resources/localization/ko/tips/JoinLines.html new file mode 100644 index 000000000000..30c2b40fe9ca --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/JoinLines.html @@ -0,0 +1,3 @@ + + +

행 병합

두 줄을 하나로 합쳐 불필요한 공백을 없애려면 &shortcut:EditorJoinLines; 을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/LayoutCode.html b/ideTipsAndTricks/resources/localization/ko/tips/LayoutCode.html new file mode 100644 index 000000000000..4152391de4fe --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/LayoutCode.html @@ -0,0 +1,3 @@ + + +

코드 서식 다시 지정

현재 코드 스타일 설정에 따라 코드 서식을 다시 적용하려면 메인 메뉴에서 Code | Reformat Code (코드 | 코드 서식 재지정)를 선택하거나 &shortcut:ReformatCode; 을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/LensMode.html b/ideTipsAndTricks/resources/localization/ko/tips/LensMode.html new file mode 100644 index 000000000000..63a233cc5866 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/LensMode.html @@ -0,0 +1,3 @@ + + +

렌즈 모드

스크롤하지 않고 코드를 미리 보려면 스크롤바 위의 경고, 오류 줄무늬 또는 소스 코드 섹션에 마우스 포인터를 올리세요. 그러면 렌즈가 표시됩니다.

Code lens

렌즈를 비활성화하려면 스크롤바의 오류 줄을 마우스 오른쪽 버튼으로 클릭하고, 스크롤바를 마우스로 가리키면 코드 렌즈 표시 체크박스를 선택 해제하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/LineEndings.html b/ideTipsAndTricks/resources/localization/ko/tips/LineEndings.html new file mode 100644 index 000000000000..02f567955931 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/LineEndings.html @@ -0,0 +1,3 @@ + + +

줄 구분 기호

현재 파일에서 어떤 줄 구분 기호가 사용되었는지 확인하려면 상태 표시줄을 살펴보세요.

Line separator

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/LineEndingsFolder.html b/ideTipsAndTricks/resources/localization/ko/tips/LineEndingsFolder.html new file mode 100644 index 000000000000..0b7fefc452c3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/LineEndingsFolder.html @@ -0,0 +1,3 @@ + + +

줄 구분 기호 변경

줄 구분 기호 스타일을 변경하기 위해 에디터에서 파일을 열 필요가 없습니다. 대신 프로젝트 도구 창을 사용하세요. 하나 이상의 파일 또는 폴더를 선택하고, 메인 메뉴에서 파일 | 파일 프로퍼티 | 줄 구분 기호 를 선택한 다음, 원하는 줄 종료 스타일을 선택합니다.

디렉터리의 경우 새 줄 구분 기호가 재귀적으로 적용됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/LiveTemplates.html b/ideTipsAndTricks/resources/localization/ko/tips/LiveTemplates.html new file mode 100644 index 000000000000..354c46e9ba57 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/LiveTemplates.html @@ -0,0 +1,3 @@ + + +

라이브 템플릿

라이브 템플릿을 사용하여 자주 사용하는 코드 구문을 삽입해보세요.

Live template

제안 목록에서 라이브 템플릿을 선택하면 템플릿이 Settings 대화상자(&shortcut:ShowSettings; )의 에디터 | 라이브 템플릿 페이지에 정의된 변형으로 확장됩니다.

Apply a live template

Tab 을(를) 사용하여 템플릿 필드 간에 이동합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/MoveInnerToUpper.html b/ideTipsAndTricks/resources/localization/ko/tips/MoveInnerToUpper.html new file mode 100644 index 000000000000..1210530dbb3e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/MoveInnerToUpper.html @@ -0,0 +1,3 @@ + + +

이동 리팩터링

static 으로 선언된 내부 클래스에서 이동 리팩터링 &shortcut:Move; 을 호출하면 최상위 클래스로 만들거나 다른 클래스로 이동하라는 메시지가 표시됩니다.

Move inner class

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/MoveUpDown.html b/ideTipsAndTricks/resources/localization/ko/tips/MoveUpDown.html new file mode 100644 index 000000000000..022a0c13c12a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/MoveUpDown.html @@ -0,0 +1,3 @@ + + +

구문을 위아래로 이동

코드 | 위/아래로 구문 이동 액션은 코드 줄을 다시 정렬할 때 유용합니다. 예를 들어, 변수 선언을 변수 사용 위치로 더 가까이 가져올 때 사용할 수 있습니다.

코드 조각을 선택한 다음 &shortcut:MoveStatementUp; 또는 &shortcut:MoveStatementDown; 을(를) 누르세요.

에디터에서 아무것도 선택하지 않은 경우, 캐럿이 놓인 줄이 이동됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Multicursor.html b/ideTipsAndTricks/resources/localization/ko/tips/Multicursor.html new file mode 100644 index 000000000000..b690f2e8f735 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Multicursor.html @@ -0,0 +1,3 @@ + + +

다수의 캐럿 사용

OpenIDE에서 여러 캐럿을 사용할 수 있습니다. Shift+Alt (Windows 및 Linux)/Shift+Alt (macOS)을(를) 누른 상태로 각기 다른 위치를 클릭하여 에디터에서 추가 캐럿을 설정하세요.

Multiple carets

그 다음 왼쪽 또는 오른쪽 방향키와 함께 Shift 을(를) 눌러 여러 텍스트 조각을 선택하세요.

Multiple selection

&shortcut:EditorEscape; 을(를) 누르면 최근에 추가한 캐럿을 제외한 모든 캐럿을 제거할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Multiselection1.html b/ideTipsAndTricks/resources/localization/ko/tips/Multiselection1.html new file mode 100644 index 000000000000..db769f644cfb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Multiselection1.html @@ -0,0 +1,3 @@ + + +

여러 행을 한 번에 편집

열 모드 &shortcut:EditorToggleColumnMode; 에서 여러 조각을 선택하려면 Control+Alt+Shift (Windows 및 Linux)/Control+Alt+Shift (macOS)을(를) 누른 상태로 마우스를 드래그하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Multiselection2.html b/ideTipsAndTricks/resources/localization/ko/tips/Multiselection2.html new file mode 100644 index 000000000000..4bc456e1d4eb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Multiselection2.html @@ -0,0 +1,3 @@ + + +

여러 코드 조각 선택

여러 텍스트 조각을 선택하고 모두 동시에 수정하려면 Shift+Alt (Windows 및 Linux)/Shift+Alt (macOS)을(를) 누른 상태로 마우스를 텍스트 위로 드래그합니다.

Multiple selection

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/MultiselectionWords.html b/ideTipsAndTricks/resources/localization/ko/tips/MultiselectionWords.html new file mode 100644 index 000000000000..8eaea6ae3726 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/MultiselectionWords.html @@ -0,0 +1,3 @@ + + +

여러 코드 요소 선택

여러 코드 요소를 선택하려면 Shift+Alt (Windows 및 Linux)/Shift+Alt (macOS)을(를) 누른 상태로 선택하려는 각 단어를 두 번씩 클릭합니다.

Selecting several words

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/NavigateBetweenErrors.html b/ideTipsAndTricks/resources/localization/ko/tips/NavigateBetweenErrors.html new file mode 100644 index 000000000000..841e78d81c46 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/NavigateBetweenErrors.html @@ -0,0 +1,3 @@ + + +

오류 간 이동

현재 파일에서 다음 또는 이전 오류로 이동하려면 &shortcut:GotoNextError; 또는 &shortcut:GotoPreviousError; 을(를) 각각 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/OverrideImplementMethods.html b/ideTipsAndTricks/resources/localization/ko/tips/OverrideImplementMethods.html new file mode 100644 index 000000000000..41f397b13045 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/OverrideImplementMethods.html @@ -0,0 +1,3 @@ + + +

메서드 재정의

&shortcut:OverrideMethods; (코드 | 메서드 재정의 )을(를) 눌러 기본 클래스의 메서드를 쉽게 재정의할 수 있습니다.

현재 클래스가 구현하는 인터페이스(또는 추상 기본 클래스)의 메서드를 구현하려면 &shortcut:ImplementMethods; (코드 | 메서드 구현 )을(를) 누르세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/PostfixCompletion.html b/ideTipsAndTricks/resources/localization/ko/tips/PostfixCompletion.html new file mode 100644 index 000000000000..8ffcc0d29a7d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/PostfixCompletion.html @@ -0,0 +1,3 @@ + + +

접미사 코드 완성

접미사 코드 완성은 코딩 시 역방향 캐럿 이동을 피하기 위해 오른쪽에서 왼쪽으로 적용됩니다. 변경하고자 하는 코드 조각 뒤에 마침표 . 를 입력하고 원하는 옵션을 선택하세요.

접미사 템플릿이 있는 제안 목록을 확인하기 위해 &shortcut:InsertLiveTemplate; 을(를) 눌러도 됩니다.

Postfix completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/PrintKeywords.html b/ideTipsAndTricks/resources/localization/ko/tips/PrintKeywords.html new file mode 100644 index 000000000000..66cd604a8d44 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/PrintKeywords.html @@ -0,0 +1,3 @@ + + +

출력용 키워드

출력 결과(파일 | 출력 )를 보기 좋고 유용하게 만들려면 키워드를 사용하세요.

예를 들어 $DATE$$TIME$ 을(를) 사용해 정확한 출력 날짜 및 시간을 지정하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/QuickJavaDoc.html b/ideTipsAndTricks/resources/localization/ko/tips/QuickJavaDoc.html new file mode 100644 index 000000000000..beff73561649 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/QuickJavaDoc.html @@ -0,0 +1,3 @@ + + +

빠른 코드 문서화

캐럿이 놓인 클래스 또는 메서드의 문서를 빠르게 보려면, &shortcut:QuickJavaDoc; (보기 | 빠른 문서 )를 누르세요.

Viewing quick documentation

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/QuickJavaDocInLookups.html b/ideTipsAndTricks/resources/localization/ko/tips/QuickJavaDocInLookups.html new file mode 100644 index 000000000000..170d5a44e428 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/QuickJavaDocInLookups.html @@ -0,0 +1,3 @@ + + +

코드 참조 정보 보기

코드 완성 기능을 사용하는 동안 에디터에서뿐만 아니라 제안 목록에서도 &shortcut:QuickJavaDoc; (보기 | 빠른 문서), &shortcut:ParameterInfo; (보기 | 매개변수 정보), &shortcut:GotoDeclaration; (탐색 | 선언) 및 유사한 단축키를 사용할 수 있습니다.

View quick documentation is suggestions list

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/QuickSwitchScheme.html b/ideTipsAndTricks/resources/localization/ko/tips/QuickSwitchScheme.html new file mode 100644 index 000000000000..102b2f54c208 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/QuickSwitchScheme.html @@ -0,0 +1,3 @@ + + +

구성표 전환

에디터에서 바로 한 번만 키를 입력하면 서로 다른 코드 스타일, 색 구성표 또는 키맵을 적용할 수 있습니다. &shortcut:QuickChangeScheme; (보기 | 빠른 구성표 전환 )을(를) 누르고 전환할 구성표를 지정하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ReaderMode.html b/ideTipsAndTricks/resources/localization/ko/tips/ReaderMode.html new file mode 100644 index 000000000000..bf5a08a9dbd2 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ReaderMode.html @@ -0,0 +1,3 @@ + + +

리더 모드

Settings | 에디터 | 리더 모드 설정에 있는 옵션을 사용해 읽기 전용 파일 및 라이브러리 내 코드 및 주석 표시 방식을 구성하여 읽기 쉽고 이해하기 쉽게 만들 수 있습니다.

인레이 힌트, 글꼴 이음자, 줄 높이 조정, 렌더링된 주석 뷰 전환 등을 활성화할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/RecentChanges.html b/ideTipsAndTricks/resources/localization/ko/tips/RecentChanges.html new file mode 100644 index 000000000000..b5dccbfbfd8e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/RecentChanges.html @@ -0,0 +1,3 @@ + + +

최근 변경 사항 보기

&shortcut:RecentChanges; 을(를) 사용하여 프로젝트에 적용된 최근 변경 내용을 빠르게 검토하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/RecentFiles.html b/ideTipsAndTricks/resources/localization/ko/tips/RecentFiles.html new file mode 100644 index 000000000000..72e8195004f1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/RecentFiles.html @@ -0,0 +1,3 @@ + + +

최근 파일 보기

&shortcut:RecentFiles; (보기 | 최근 파일 )을(를) 누르면 최근에 연 파일 목록을 확인할 수 있습니다.

Recent files

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/RecentSearch.html b/ideTipsAndTricks/resources/localization/ko/tips/RecentSearch.html new file mode 100644 index 000000000000..8e299a7b1b3d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/RecentSearch.html @@ -0,0 +1,3 @@ + + +

최근 검색 기록

파일 내 텍스트 문자열을 검색할 때는 최근 검색 기록을 사용합니다. &shortcut:Find; 을(를) 눌러 검색 창을 열고 &shortcut:ShowSearchHistory; 을(를) 눌러 최근 항목 목록을 확인하세요.

Recent search history

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/RefactorThis.html b/ideTipsAndTricks/resources/localization/ko/tips/RefactorThis.html new file mode 100644 index 000000000000..1899ca9088ce --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/RefactorThis.html @@ -0,0 +1,3 @@ + + +

다음을 리팩터링

캐럿을 심볼에 놓고 &shortcut:Refactorings.QuickListPopupAction; 을(를) 누르면 현재 컨텍스트에 적용할 수 있는 리팩터링 목록이 열립니다.

Refactor this

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/RemoveBreakpoint.html b/ideTipsAndTricks/resources/localization/ko/tips/RemoveBreakpoint.html new file mode 100644 index 000000000000..2993b54c2636 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/RemoveBreakpoint.html @@ -0,0 +1,3 @@ + + +

중단점

예기치 않은 중단점 제거를 피하기 위해 여백에서 드래그하여 제거를 선택할 수 있습니다. &shortcut:ShowSettings; 을(를) 누르고 빌드, 실행, 배포 | 디버거 로 이동한 다음 에디터로 드래그하거나 마우스 가운데 버튼 클릭 을 선택하세요.

중단점을 클릭하면 활성화하거나 비활성화할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Rename.html b/ideTipsAndTricks/resources/localization/ko/tips/Rename.html new file mode 100644 index 000000000000..f27c67944613 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Rename.html @@ -0,0 +1,3 @@ + + +

이름 변경 리팩터링

사용된 모든 위치에서 자동 수정으로 클래스, 메서드, 변수의 이름을 쉽게 변경할 수 있습니다.

캐럿을 이름을 변경하려는 심볼에 놓은 다음 &shortcut:RenameElement; (Refactor(리팩터링) | Rename(이름 변경) )을(를) 클릭합니다. 새 이름을 입력하고 &shortcut:EditorEnter; 을(를) 누릅니다.

Rename refactoring

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/RunTests.html b/ideTipsAndTricks/resources/localization/ko/tips/RunTests.html new file mode 100644 index 000000000000..d1e52d4743d3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/RunTests.html @@ -0,0 +1,3 @@ + + +

테스트 실행

테스트 클래스에서 모든 메서드를 빠르게 실행하려면 여백에서 the Run All button 을(를) 클릭하여 '<TestClass>' 실행 을 선택합니다:

하나의 메서드를 실행하려면 여백에 있는 the Run button 을(를) 클릭하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Scratch.html b/ideTipsAndTricks/resources/localization/ko/tips/Scratch.html new file mode 100644 index 000000000000..ef6af1bb8540 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Scratch.html @@ -0,0 +1,3 @@ + + +

스크래치 파일

스크래치 파일은 프로젝트 파일을 생성하지 않고도 에디터에서 실험하고 프로토타입을 생성할 수 있는 임시 파일입니다.

스크래치 파일을 생성하려면 &shortcut:NewScratchFile; 을(를) 누른 다음 사용할 언어를 선택하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SearchEverywhere.html b/ideTipsAndTricks/resources/localization/ko/tips/SearchEverywhere.html new file mode 100644 index 000000000000..80eb576696fb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SearchEverywhere.html @@ -0,0 +1,3 @@ + + +

전체 검색

Shift 을(를) 두 번 누르면 프로젝트 전체에서 파일, 액션, 심볼, UI 요소, Git 브랜치 및 주석을 검색할 수 있습니다. Shift 을(를) 두 번 누르면 검색이 프로젝트가 아닌 항목으로 확장됩니다.

탭 또는 다이렉트 단축키(클래스는 &shortcut:GotoClass;, 파일은 &shortcut:GotoFile;, 심볼은 &shortcut:GotoSymbol;, 액션은 &shortcut:GotoAction; )를 사용하여 검색 결과 범위를 좁힐 수 있습니다.

Search everywhere

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SearchEverywhereSettings.html b/ideTipsAndTricks/resources/localization/ko/tips/SearchEverywhereSettings.html new file mode 100644 index 000000000000..c707f713879f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SearchEverywhereSettings.html @@ -0,0 +1,3 @@ + + +

설정 및 플러그인 검색

전체 검색(Shift 두 번) 창의 검색 필드에서 / 을(를) 입력하여 설정, 옵션, 플러그인 그룹을 검색합니다.

Search Everywhere: settings, plugins, URL mappings

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SearchForGit.html b/ideTipsAndTricks/resources/localization/ko/tips/SearchForGit.html new file mode 100644 index 000000000000..1f4d29545463 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SearchForGit.html @@ -0,0 +1,3 @@ + + +

Git 커밋 검색

Shift 을(를) 두 번 누르고 Git 브랜치, 태그, 커밋 해시 또는 메시지를 검색해 로그 뷰로 이동합니다.

Search everywhere for Git branches and commits

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SecondBasicClassNameCompletion.html b/ideTipsAndTricks/resources/localization/ko/tips/SecondBasicClassNameCompletion.html new file mode 100644 index 000000000000..6b2f15fd4319 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SecondBasicClassNameCompletion.html @@ -0,0 +1,3 @@ + + +

코드 완성

코드 완성 기능은 입력 시에 현재 캐럿 위치에서 도달 가능한 선택지를 제안합니다. &shortcut:CodeCompletion; 을(를) 두 번 누르면 액세스할 수 없는 클래스와 멤버도 볼 수 있습니다.

Extended code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionArrayMember.html b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionArrayMember.html new file mode 100644 index 000000000000..295e49909832 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionArrayMember.html @@ -0,0 +1,3 @@ + + +

타입 일치 코드 완성

컨텍스트에 필요한 타입의 배열이 있으면 타입 일치 코드 완성(&shortcut:SmartTypeCompletion; )을 두 번 호출합니다. 그러면 IDE에서 이 배열에서 요소를 가져오도록 제안합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionAsList.html b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionAsList.html new file mode 100644 index 000000000000..f878f8c6cc1d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionAsList.html @@ -0,0 +1,3 @@ + + +

타입 일치 코드 완성

컬렉션 타입이 필요한 경우, 타입 일치 코드 완성(&shortcut:SmartTypeCompletion; )을 두 번 호출합니다. 그러면 IDE에서 구성 요소 타입이 같은 배열을 검색하고 Arrays.asList() 호출을 사용하여 변환할 것을 제안합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionChain.html b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionChain.html new file mode 100644 index 000000000000..3b1dd7b4ff7c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionChain.html @@ -0,0 +1,3 @@ + + +

타입 일치 완성

배열 유형이 기대될 때 유형 일치 코드 완성 기능(&shortcut:SmartTypeCompletion; )을 두 번 호출하면 기대되는 유형의 체인 표현식을 검색합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionToar.html b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionToar.html new file mode 100644 index 000000000000..d72c134f0c2c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SecondSmartCompletionToar.html @@ -0,0 +1,3 @@ + + +

타입 일치 코드 완성

배열 타입이 필요한 경우, 타입 일치 코드 완성(&shortcut:SmartTypeCompletion; )을 두 번 호출합니다. 그러면 IDE에서 같은 구성 요소 타입의 컬렉션을 검색하고 toArray() 호출을 사용하여 변환할 것을 제안합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SelectIn.html b/ideTipsAndTricks/resources/localization/ko/tips/SelectIn.html new file mode 100644 index 000000000000..7ed8ac12982a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SelectIn.html @@ -0,0 +1,3 @@ + + +

다음에서 선택

다른 뷰에서 현재 편집한 요소(클래스, 파일, 메서드, 필드)를 빠르게 선택하려면 &shortcut:SelectIn; 을(를) 누르거나 탐색 | 다음에서 선택 을 호출하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/ShowUsages.html b/ideTipsAndTricks/resources/localization/ko/tips/ShowUsages.html new file mode 100644 index 000000000000..8c9576291143 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/ShowUsages.html @@ -0,0 +1,3 @@ + + +

사용 위치 표시

전체 프로젝트에 있는 클래스, 메서드, 변수의 모든 사용 위치 목록을 볼 수 있으며 선택한 항목으로 빠르게 이동할 수 있습니다. 캐럿을 심볼에 놓고 &shortcut:ShowUsages; (편집 | 사용 위치 찾기 | 사용 위치 표시 )을(를) 누르세요.

사용 위치로 이동하려면 목록에서 해당 항목을 선택하고 &shortcut:EditorEnter; 을(를) 누르세요.

Show usages

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeAfterNew.html b/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeAfterNew.html new file mode 100644 index 000000000000..4211ed0ec98d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeAfterNew.html @@ -0,0 +1,3 @@ + + +

타입 일치 코드 완성

new 키워드 다음 타입 일치 코드 완성 &shortcut:SmartTypeCompletion; 을(를) 사용하여 필요한 타입의 객체를 인스턴스화하세요.

Smart completion after the 'new' keyword

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeCasting.html b/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeCasting.html new file mode 100644 index 000000000000..19f9ea94c965 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeCasting.html @@ -0,0 +1,3 @@ + + +

타입 일치 완성

표현식 값을 필요한 타입으로 형 변환해야 하는 경우, 타입 일치 코드 완성 기능을 사용하세요. 예를 들어, 다음을 입력하고

String s = (

&shortcut:SmartTypeCompletion; 을(를) 눌러 결과를 확인합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeCompletion.html b/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeCompletion.html new file mode 100644 index 000000000000..18d5d014f49e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SmartTypeCompletion.html @@ -0,0 +1,3 @@ + + +

타입 일치 코드 완성

타입 일치 코드 제안 기능은 전체 표현식에서 필요한 타입을 분석하고 현재 컨텍스트에 적용할 수 있는 메서드 및 변수를 찾는 것을 도와줍니다. 이 기능은 대입, 메스드 호출의 인수 목록, 그 외 위치에서 return 키워드 뒤에 작동합니다. &shortcut:SmartTypeCompletion; (코드 | 코드 완성 | 타입 일치 )을(를) 누르면 필터링된 코드 완성 목록을 얻을 수 있습니다.

Smart type completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SpeedSearch.html b/ideTipsAndTricks/resources/localization/ko/tips/SpeedSearch.html new file mode 100644 index 000000000000..8a837add8d06 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SpeedSearch.html @@ -0,0 +1,3 @@ + + +

트리 뷰에서 빠르게 검색

프로젝트 도구 창 등의 모든 트리 뷰에서 빠른 검색을 사용할 수 있습니다. 입력을 시작하면 필요한 항목을 빠르게 찾을 수 있습니다.

Speed search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Spellchecker.html b/ideTipsAndTricks/resources/localization/ko/tips/Spellchecker.html new file mode 100644 index 000000000000..d84fd040d1e1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Spellchecker.html @@ -0,0 +1,3 @@ + + +

철자 및 문법 검사

철자 및 문법 검사는 기본적으로 활성화되어 있습니다. 이러한 검사는 IDE와 함께 번들로 제공되는 Grazie 플러그인에서 제공됩니다. 교정 설정을 구성하려면 &shortcut:ShowSettings; 을(를) 눌러 설정을 열고 에디터 | 자연어 | 문법 으로 이동합니다.

주석, 텍스트 문자열 및 리터럴을 포함한 모든 텍스트를 사전 정의 사전 또는 사용자 지정 사전과 비교하여 검사합니다. 올바른 단어를 선택하거나, 현재 철자를 사용하거나, 검사를 비활성화할 수 있도록 오타가 강조 표시됩니다.

철자 또는 문법 오류를 수정하려면 &shortcut:ShowIntentionActions; 을(를) 눌러 사용 가능한 액션 목록을 확인합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SpellcheckerDictionaries.html b/ideTipsAndTricks/resources/localization/ko/tips/SpellcheckerDictionaries.html new file mode 100644 index 000000000000..bf66f8ea0b06 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SpellcheckerDictionaries.html @@ -0,0 +1,3 @@ + + +

사용자 지정 사전을 추가하여 철자 검사

사전 정의된 사전에 일부 단어가 누락된 경우, 단어를 직접 생성할 수 있습니다. 사용자 지정 사전은 새 줄에 각 단어가 포함된 .dic 텍스트 파일입니다.

새 사전을 추가하려면 &shortcut:ShowSettings; 을(를) 눌러 설정을 열고 에디터 | 자연어 | 철자 로 이동합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SplitEditor.html b/ideTipsAndTricks/resources/localization/ko/tips/SplitEditor.html new file mode 100644 index 000000000000..a4ef2600a102 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SplitEditor.html @@ -0,0 +1,3 @@ + + +

파일 나란히 보기

에디터에서 여러 파일을 나란히 볼 수 있습니다. 원하는 에디터 탭을 마우스 오른쪽 버튼으로 클릭하고 에디터 분할 방식(오른쪽으로 분할 또는 아래로 분할 )을 선택하세요.

대신 탭을 에디터 내 아무 영역으로 드래그하여 분할 화면 모드를 활성화하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/SurroundWith.html b/ideTipsAndTricks/resources/localization/ko/tips/SurroundWith.html new file mode 100644 index 000000000000..fbcc57a488bf --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/SurroundWith.html @@ -0,0 +1,3 @@ + + +

코드 조각 둘러싸기

유용한 구문 내 코드 블록을 빠르게 감싸려면 에디터에서 코드 블록을 선택하고 &shortcut:SurroundWith; (코드 | 다음으로 둘러싸기 )을(를) 누르세요.

사용 가능한 옵션 또는 래퍼 목록은 컨텍스트 및 언어에 따라 다릅니다. 예를 들어, html 블록은 태그 등으로 둘러쌀 수 있습니다.

Surround with

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/Switcher.html b/ideTipsAndTricks/resources/localization/ko/tips/Switcher.html new file mode 100644 index 000000000000..da6009f0051f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/Switcher.html @@ -0,0 +1,3 @@ + + +

탐색용 전환기

전환기 &shortcut:Switcher; 를 사용하면 여러 열린 파일과 도구 창을 탐색할 수 있습니다. Control 을(를) 계속 누르면 전환기 팝업이 뜹니다. 이동하려면 Tab 와(과) Shift+Tab 을 사용하세요.

삭제 또는 백스페이스 를 누르면 에디터 탭을 닫거나 도구 창을 숨길 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/TabInLookups.html b/ideTipsAndTricks/resources/localization/ko/tips/TabInLookups.html new file mode 100644 index 000000000000..a27d06740aa9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/TabInLookups.html @@ -0,0 +1,3 @@ + + +

코드 완성

코드 완성 기능 사용 시 &shortcut:EditorChooseLookupItemReplace; 을(를) 누르면 팝업 목록에서 현재 강조 표시된 선택 항목을 수락할 수 있습니다.

&shortcut:EditorChooseLookupItem; (으)로 수락하는 것과 다르게, 선택한 이름은 이름에서 캐럿 오른쪽에 있는 나머지 부분을 덮어씁니다. 이는 특히 하나의 메서드 또는 변수 이름을 다른 이름으로 교체하는 데 유용합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/TagNameCompletion.html b/ideTipsAndTricks/resources/localization/ko/tips/TagNameCompletion.html new file mode 100644 index 000000000000..e7327afce365 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/TagNameCompletion.html @@ -0,0 +1,3 @@ + + +

XML 태그 이름 완성

&shortcut:CodeCompletion; 을(를) 누번 누르면 현재 파일에서 선언되지 않은 네임스페이스의 XML 태그 이름이 완성됩니다. 네임스페이스가 아직 선언되지 않은 경우 선언이 자동으로 생성됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/VariableNameCompletion.html b/ideTipsAndTricks/resources/localization/ko/tips/VariableNameCompletion.html new file mode 100644 index 000000000000..551fdbe5a39c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/VariableNameCompletion.html @@ -0,0 +1,3 @@ + + +

변수 이름 완성

변수를 선언할 때 코드 완성 기능이 변수의 이름을 제안합니다. 예를 들어, private FileOutputStream 을 입력해 보세요. 그러면 IDE에서 제안 목록이 표시됩니다.

complete variable name

코드 스타일 아래의 Settings 대화상자 (&shortcut:ShowSettings; )에서 지역 변수, 매개변수, 인스턴스 및 static 필드에 대한 이름 접두사를 사용자 지정할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/VcsQuickList.html b/ideTipsAndTricks/resources/localization/ko/tips/VcsQuickList.html new file mode 100644 index 000000000000..e836d17b35d4 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/VcsQuickList.html @@ -0,0 +1,3 @@ + + +

VCS와 관련된 옵션에 액세스

현재 컨텍스트에서 사용 가능한 VCS 관련 명령어에 모두 액세스하려면 &shortcut:Vcs.QuickListPopupAction; 을(를) 누르세요.

VCS Operations Popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/WideScreen.html b/ideTipsAndTricks/resources/localization/ko/tips/WideScreen.html new file mode 100644 index 000000000000..7c2ade84f306 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/WideScreen.html @@ -0,0 +1,3 @@ + + +

도구 창 레이아웃 조정

IDE 도구 창 레이아웃을 조정하면 화면 영역을 더 효율적으로 활용할 수 있습니다.

스플리터에서 Control+LeftClick (Windows 및 Linux)/Control+LeftClick (mac OS)을(를) 눌러 도구 창의 수직 배치 및 가로 배치 사이를 전환하세요.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/WildcardsInNavigationPopups.html b/ideTipsAndTricks/resources/localization/ko/tips/WildcardsInNavigationPopups.html new file mode 100644 index 000000000000..0f9630649178 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/WildcardsInNavigationPopups.html @@ -0,0 +1,3 @@ + + +

전체 검색에서 와일드카드 사용

클래스, 파일 또는 심볼을 검색하는 경우, 어디서나 검색(Shift 두 번)에서 텍스트 패턴을 사용해보세요. *공백 을 사용하세요.

* 는 임의의 문자 수를 나타냅니다.

공백 은 패턴의 끝을 나타냅니다. 선행 문자열은 접두사뿐만 아니라 패턴 전체로 간주됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/add_jdk.html b/ideTipsAndTricks/resources/localization/ko/tips/add_jdk.html new file mode 100644 index 000000000000..5d9f223dae0a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/add_jdk.html @@ -0,0 +1,3 @@ + + +

프로젝트에 JDK 추가

필요한 버전의 JDK와 벤더를 IDE에서 바로 추가할 수 있습니다. 파일 | 프로젝트 구조 | 프로젝트 로 이동하여 SDK 목록을 펼친 다음 JDK 다운로드 를 선택하세요. 이 옵션은 새 프로젝트 마법사(파일 | 새로 만들기 | 프로젝트 )에서 새 프로젝트에도 사용할 수 있습니다.

Adding JDK

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/find_usages.html b/ideTipsAndTricks/resources/localization/ko/tips/find_usages.html new file mode 100644 index 000000000000..de97302ef1d9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/find_usages.html @@ -0,0 +1,3 @@ + + +

사용 위치 찾기

심볼이 클래스, 메서드, 필드. 매개변수, 또 다른 구문의 일부인지 여부에 관계없이 &shortcut:FindUsages; 을(를) 누르면 캐럿 위치의 심볼을 참조하는 코드의 모든 찾은 위치를 빠르게 확인할 수 있습니다.

Find Usages

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/implement-using-completion.html b/ideTipsAndTricks/resources/localization/ko/tips/implement-using-completion.html new file mode 100644 index 000000000000..23478d102398 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/implement-using-completion.html @@ -0,0 +1,3 @@ + + +

코드 완성으로 상용구 생성

getter 및 setter와 같은 상용구 코드를 생성하고 코드 완성 기능을 사용해 인터페이스 메서드를 구현할 수 있습니다.

간단히 생성 또는 구현하려는 메서드 이름을 입력하기 시작해보세요. 예를 들어, gn 을 입력하여 getName() 을 생성하거나 ct 를 입력하여 compareTo() 를 구현해보세요.

Generating a getter using code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/jump_to_colors_fonts.html b/ideTipsAndTricks/resources/localization/ko/tips/jump_to_colors_fonts.html new file mode 100644 index 000000000000..d473741fd97b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/jump_to_colors_fonts.html @@ -0,0 +1,3 @@ + + +

코드 색상 사용자 지정

코드의 색상이 마음에 들지 않는 경우, &shortcut:GotoAction; 을(를) 누르고 Jump 를 입력한 다음 색상 및 글꼴로 이동 을 클릭하세요. 그러면 캐럿 위치의 코드 요소 색상을 수정할 수 있는 설정 페이지로 이동됩니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/local_history.html b/ideTipsAndTricks/resources/localization/ko/tips/local_history.html new file mode 100644 index 000000000000..c144a1f41cfc --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/local_history.html @@ -0,0 +1,3 @@ + + +

로컬 기록

로컬 기록을 사용하면 파일, 클래스, 메서드 또는 코드 조각에 대한 모든 변경 내용을 추적하고 필요에 따라 안정적인 지점으로 롤백할 수 있습니다. 로컬 기록을 표시하려면 메인 메뉴에서 파일 | 로컬 기록 | 기록 표시 를 선택합니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/new_items.html b/ideTipsAndTricks/resources/localization/ko/tips/new_items.html new file mode 100644 index 000000000000..de2da2a62095 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/new_items.html @@ -0,0 +1,3 @@ + + +

파일, 폴더 및 패키지 추가

프로젝트 도구 창(&shortcut:ActivateProjectToolWindow; )에서 새 항목이 필요한 노드를 선택하고 &shortcut:Generate; 을(를) 눌러 가능한 옵션의 목록을 엽니다.

예를 들어, Java 클래스, 패키지 또는 폴더를 생성할 수 있습니다. 단, 목록의 옵션은 현재 컨텍스트 및 설치된 플러그인에 따라 달라집니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/partial_git_commit.html b/ideTipsAndTricks/resources/localization/ko/tips/partial_git_commit.html new file mode 100644 index 000000000000..652fde4e1a29 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/partial_git_commit.html @@ -0,0 +1,3 @@ + + +

변경 사항을 일부만 커밋

각기 다른 커밋에서 같은 파일에 적용된 변경 내용을 분할하려면 커밋 도구 창 &shortcut:ActivateCommitToolWindow; 에서 Diff 를 클릭합니다. 커밋하려는 수정된 코드 또는 새 코드의 각 청크 옆의 체크박스를 선택한 다음 커밋 을 클릭합니다. 선택 해제된 변경 내용은 현재 변경 목록에 남게 됩니다.

Partial commit changelists

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/pull_requests.html b/ideTipsAndTricks/resources/localization/ko/tips/pull_requests.html new file mode 100644 index 000000000000..a91c7df5c243 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/pull_requests.html @@ -0,0 +1,3 @@ + + +

풀 요청 관리

수신되는 GitHub 풀 리퀘스트를 IDE에서 바로 관리하세요. 메인 메뉴에서 Git | GitHub | 풀 리퀘스트 표시 를 선택하세요. OpenIDE을(를) 사용하면 IDE를 벗어날 필요 없이 풀 리퀘스트의 할당 및 병합, 타임라인 및 인라인 주석 표시, 주석 및 검토 제출, 변경 수락이 가능합니다.

Incoming pull requests

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/recent-locations.html b/ideTipsAndTricks/resources/localization/ko/tips/recent-locations.html new file mode 100644 index 000000000000..15ff7b4cad28 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/recent-locations.html @@ -0,0 +1,3 @@ + + +

최근 위치로 이동

&shortcut:RecentLocations; 을(를) 누르면 최근에 본 목록 또는 변경된 코드 조각 목록을 얻을 수 있습니다.

Recent Locations

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/run_anything.html b/ideTipsAndTricks/resources/localization/ko/tips/run_anything.html new file mode 100644 index 000000000000..3739a413a7df --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/run_anything.html @@ -0,0 +1,3 @@ + + +

무엇이든 실행

Control 을(를) 두 번 누르면 프로젝트 열기, 실행/디버그 구성 시작, 명령줄 유틸리티 실행 등의 다양한 액션으로 빠르게 액세스할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/search_everywhere_expr.html b/ideTipsAndTricks/resources/localization/ko/tips/search_everywhere_expr.html new file mode 100644 index 000000000000..9527c3a54919 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/search_everywhere_expr.html @@ -0,0 +1,3 @@ + + +

수식 평가

어디서나 검색 창(Shift 두 번)을 사용하여 간단한 산술 표현식을 평가할 수 있습니다.

검색 창에 계산하려는 표현식을 입력해보세요. 검색 결과에 결과가 표시됩니다.

Evaluate expression

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/smart_selection.html b/ideTipsAndTricks/resources/localization/ko/tips/smart_selection.html new file mode 100644 index 000000000000..537ea9daa16a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/smart_selection.html @@ -0,0 +1,3 @@ + + +

선택된 코드 변경

에디터에서 &shortcut:EditorSelectWord; / &shortcut:EditorUnSelectWord; 을(를) 누르면 현재 코드 선택 범위를 확장하거나 축소할 수 있습니다.

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/ko/tips/structural_search.html b/ideTipsAndTricks/resources/localization/ko/tips/structural_search.html new file mode 100644 index 000000000000..e644887f9b80 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/ko/tips/structural_search.html @@ -0,0 +1,3 @@ + + +

구조 검색

코드 패턴 또는 문법적 구문을 검색하려면 편집 | 찾기 | 구조 검색 을 선택합니다.

Structural search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/AltInsertInEditor.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/AltInsertInEditor.html new file mode 100644 index 000000000000..e1f7b56c6f15 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/AltInsertInEditor.html @@ -0,0 +1,3 @@ + + +

代码生成

IDE 可以为类中的字段生成 getter 和 setter 方法。将文本光标置于类中,按 &shortcut:Generate; (代码 | 生成)。

Generate getter and setter

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/AnnotationsAndDiffs.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/AnnotationsAndDiffs.html new file mode 100644 index 000000000000..77cf61ddbd69 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/AnnotationsAndDiffs.html @@ -0,0 +1,3 @@ + + +

查看 Git Blame 注解

Git 注释显示每行代码来源的详细信息(右键点击装订区域并选择 使用 Git 追溯注解)。

右键点击一条注释,然后选择 显示差异 ,以检查文件当前版本与以前版本之间的差异。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Antivirus.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Antivirus.html new file mode 100644 index 000000000000..ca8af2520ea7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Antivirus.html @@ -0,0 +1,3 @@ + + +

提升 IDE 性能

如果您注意到 IDE 运行速度缓慢,不妨减少处于防病毒保护下的文件夹数量。此举可能会提高性能。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/BreakpointIntentions.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/BreakpointIntentions.html new file mode 100644 index 000000000000..340e757ee7c5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/BreakpointIntentions.html @@ -0,0 +1,3 @@ + + +

通过上下文操作访问断点

通过上下文操作(&shortcut:ShowIntentionActions; )访问最常用的断点操作和筛选器。

Breakpoint intentions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/BreakpointSpeedmenu.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/BreakpointSpeedmenu.html new file mode 100644 index 000000000000..5f1c92d5c488 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/BreakpointSpeedmenu.html @@ -0,0 +1,3 @@ + + +

断点菜单

右键点击装订区域中的断点标记可以快速启用/禁用断点或调整其属性。

Breakpoint speedmenu

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CamelHumpsInCodeCompletion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CamelHumpsInCodeCompletion.html new file mode 100644 index 000000000000..6bf1b7621e6c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CamelHumpsInCodeCompletion.html @@ -0,0 +1,3 @@ + + +

代码补全中的骆驼拼写法

您可以使用驼峰拼写法前缀缩小代码补全建议列表的范围。

CamelCase code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CamelPrefixesInNavigationPopups.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CamelPrefixesInNavigationPopups.html new file mode 100644 index 000000000000..786496f11e5b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CamelPrefixesInNavigationPopups.html @@ -0,0 +1,3 @@ + + +

随处搜索中的骆驼拼写法

搜索类、文件或符号时,在 随处搜索 弹出窗口(按两次 Shift )中使用驼峰拼写法可以筛选结果列表。

CamelCase code completion in search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CancelByControlArrows.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CancelByControlArrows.html new file mode 100644 index 000000000000..58fb0f7a1988 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CancelByControlArrows.html @@ -0,0 +1,3 @@ + + +

选择补全建议

为代码补全启用 输入时显示建议 选项时,可以使用 向上查找向下查找 操作来关闭建议列表并在编辑器中上下移动文本光标。

在 Windows 中,使用 &shortcut:EditorLookupDown;&shortcut:EditorLookupUp; 快捷键。

在 macOS 中,默认情况下未配置快捷键,因此您可以在 设置 | 按键映射 中分配任何方便的组合键。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ChangeSignatureAfterMovingParameters.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ChangeSignatureAfterMovingParameters.html new file mode 100644 index 000000000000..f430abc408dd --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ChangeSignatureAfterMovingParameters.html @@ -0,0 +1,3 @@ + + +

更改签名

您可以使用 &shortcut:MoveElementLeft;&shortcut:MoveElementRight; 移动声明和调用中的方法形参。此外,还可以将方法声明中进行的移动传播到方法调用: 移动后按 &shortcut:ShowIntentionActions; ,然后选择 更新用法以反映签名更改

Apply signature change

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ChangeSorting.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ChangeSorting.html new file mode 100644 index 000000000000..f9daa4bb44cf --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ChangeSorting.html @@ -0,0 +1,3 @@ + + +

对补全建议进行排序

您可以按相关性或字母顺序对补全建议进行排序。

要按字母顺序排序,请选择 按名称排序 选项。要按相关性排序,请清除 按名称排序 复选框。

change completion sorting

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CheckRegExp.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CheckRegExp.html new file mode 100644 index 000000000000..9f64269aca93 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CheckRegExp.html @@ -0,0 +1,3 @@ + + +

验证正则表达式

要验证正则表达式是否正确,请将文本光标置于要检查的表达式中,按 &shortcut:ShowIntentionActions; ,然后选择 检查正则表达式

在弹出窗口中,键入应与正则表达式相匹配的示例字符串。 Match occurred 图标表明发现匹配。

Check regex

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ClipboardStack.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ClipboardStack.html new file mode 100644 index 000000000000..4d139398fcd6 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ClipboardStack.html @@ -0,0 +1,3 @@ + + +

从剪贴板历史记录粘贴

&shortcut:PasteMultiple; 可选择以前复制到剪贴板的文本片段。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CloseOthers.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CloseOthers.html new file mode 100644 index 000000000000..50c6f802c0c5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CloseOthers.html @@ -0,0 +1,3 @@ + + +

关闭编辑器标签页

要关闭编辑器中除当前标签页外的所有标签页,请按住 Alt (在 Windows 和 Linux 中)/Alt (在 macOS 中),然后点击当前编辑器标签页的“×”。

Close others

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Close_all_editor_tabs.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Close_all_editor_tabs.html new file mode 100644 index 000000000000..120aa11b92eb --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Close_all_editor_tabs.html @@ -0,0 +1,3 @@ + + +

关闭所有编辑器标签页

要关闭编辑器中的所有标签页,请右键点击一个标签页,然后选择 关闭所有标签页

要关闭除活动标签页外的所有标签页,请按住 Alt (在 Windows 和 Linux 中)/Alt (在 macOS 中),然后点击活动标签页上的 关闭 按钮。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CodeCompletion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CodeCompletion.html new file mode 100644 index 000000000000..dadb8778ab35 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CodeCompletion.html @@ -0,0 +1,3 @@ + + +

代码补全

代码补全有助于快速补全代码语句。当您输入以下内容时,它会自动提供当前文本光标位置处可用的建议列表:

code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CodeCompletionInSearch.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CodeCompletionInSearch.html new file mode 100644 index 000000000000..e4dcd7ad2f91 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CodeCompletionInSearch.html @@ -0,0 +1,3 @@ + + +

搜索栏中的代码补全

在当前文件 &shortcut:Find; 中搜索文本时,请按搜索栏中的 &shortcut:CodeCompletion; ,这样则无需输入整个字符串。

code completion in search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ColumnSelection.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ColumnSelection.html new file mode 100644 index 000000000000..8b1171c515c2 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ColumnSelection.html @@ -0,0 +1,3 @@ + + +

列选择模式

要选择一段矩形代码,请在按住 Alt (在 Windows 和 Linux 中)/Alt (在 macOS 中) 的同时拖动鼠标。

Column selection

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CommentCode.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CommentCode.html new file mode 100644 index 000000000000..3af87821612c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CommentCode.html @@ -0,0 +1,3 @@ + + +

注释和取消注释代码

使用快捷键对代码行和代码块进行注释和取消注释:

&shortcut:CommentByLineComment;: 用于单行注释 (//...)

&shortcut:CommentByBlockComment;: 用于块注释 (/*...*/)

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CompareEditorWithClipboard.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CompareEditorWithClipboard.html new file mode 100644 index 000000000000..3b2cdcea8322 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CompareEditorWithClipboard.html @@ -0,0 +1,3 @@ + + +

与剪贴板比较

要将活动编辑器与剪贴板内容比较,请右键点击编辑器中的任意位置,然后从上下文菜单中选择 与剪贴板比较

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CompleteStatement.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CompleteStatement.html new file mode 100644 index 000000000000..74eb0305617e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CompleteStatement.html @@ -0,0 +1,3 @@ + + +

创建带有补全功能的代码结构

您可以使用语句补全创建代码结构。开始输入方法声明、方法调用或语句,例如 ifdo-whiletry-catchreturn 。按 &shortcut:EditorCompleteStatement; 可将语句补全为语法正确的结构。

Complete statement

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CompletionImportStatic.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CompletionImportStatic.html new file mode 100644 index 000000000000..cf4d1b938fa5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CompletionImportStatic.html @@ -0,0 +1,3 @@ + + +

代码补全

要快速补全项目、库或 JDK 中任意位置的 static 方法的方法调用,请输入前缀并按两次 &shortcut:CodeCompletion; 。您可以按 &shortcut:ShowIntentionActions; 导入所选方法。

Import on completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ConfiguringTerminal.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ConfiguringTerminal.html new file mode 100644 index 000000000000..52960d61df66 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ConfiguringTerminal.html @@ -0,0 +1,3 @@ + + +

为终端选择 shell

从内置终端使用您最喜欢的 shell。

Settings 对话框 &shortcut:ShowSettings; 中,转到 工具 | 终端 ,并指定 shell 可执行文件的路径。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ContextActions.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ContextActions.html new file mode 100644 index 000000000000..a96d25457ddc --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ContextActions.html @@ -0,0 +1,3 @@ + + +

通过上下文操作改进代码

在编辑器中按 &shortcut:ShowIntentionActions; 以修正高亮显示的错误或警告、改进或优化代码结构。对于某些意图操作,可以按 &shortcut:QuickJavaDoc; (视图 | 快速文档 )打开预览或操作描述。

Context actions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyClass.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyClass.html new file mode 100644 index 000000000000..9542a4ce52d0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyClass.html @@ -0,0 +1,3 @@ + + +

复制类

使用 重构 | 复制类 可以创建一个类,该类为所选类的副本。

在需要创建与现有类相似的类,并且在公共超类中纳入共享功能不可行时,这项功能非常有用。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyPasteReference.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyPasteReference.html new file mode 100644 index 000000000000..7dd77b7b00f3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyPasteReference.html @@ -0,0 +1,3 @@ + + +

复制路径或引用

使用 编辑 | 复制路径/引用 操作,将对字段/方法/类/文件的引用插入到编辑器中的当前位置。

将文本光标放置在 MyMethod 方法名称中,然后按 &shortcut:CopyReference;.

要粘贴引用,请按 &shortcut:$Paste;.

您还可以复制 转到类/转到符号/转到文件 对话框中的引用。在查找列表中的任意元素上按 &shortcut:$Copy;

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyWithNoSelection.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyWithNoSelection.html new file mode 100644 index 000000000000..948aec1cc722 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CopyWithNoSelection.html @@ -0,0 +1,3 @@ + + +

复制行

如果在编辑器中未选择任何内容,按 &shortcut:$Copy; 可将文本光标处的整行复制到剪贴板。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Copyright.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Copyright.html new file mode 100644 index 000000000000..2301a63ed9a9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Copyright.html @@ -0,0 +1,3 @@ + + +

添加版权声明

在 OpenIDE 中,可以为不同的文件集配置不同的版权声明。为方便起见,可以使用变量。例如,使用 $today.year 保持年份处于最新状态。

Settings 对话框(&shortcut:ShowSettings; )中,选择 编辑器 | 版权 | 版权配置文件 ,创建新的配置文件,然后使用变量添加版权声明文本。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CreatePropertyTag.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CreatePropertyTag.html new file mode 100644 index 000000000000..df735070afae --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CreatePropertyTag.html @@ -0,0 +1,3 @@ + + +

创建 Ant 属性标记

即使尚未定义 Ant 属性或目标,您也可以开始引用。按 &shortcut:ShowIntentionActions; 并从意图操作列表中选择 创建属性 ,即可在不离开当前编辑位置的情况下创建必要的标记。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlD.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlD.html new file mode 100644 index 000000000000..d3699b8a59b2 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlD.html @@ -0,0 +1,3 @@ + + +

复制代码块或行

在编辑器中按 &shortcut:EditorDuplicate; 可复制所选代码块,或在未选择块时复制当前行。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlDotInLookups.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlDotInLookups.html new file mode 100644 index 000000000000..b0084629653e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlDotInLookups.html @@ -0,0 +1,3 @@ + + +

代码补全

在使用条目的同时在建议列表中按 &shortcut:EditorChooseLookupItemDot;

IDE 将根据当前上下文插入所选条目,后面跟随点号或 ->

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlShiftI.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlShiftI.html new file mode 100644 index 000000000000..4ae918baafb7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlShiftI.html @@ -0,0 +1,3 @@ + + +

快速定义

不必在单独的编辑器标签页中打开文本光标处的符号,只需按 &shortcut:QuickImplementations; (视图 | 快速定义 ),即可预览该符号的定义或内容。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlShiftIForLookup.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlShiftIForLookup.html new file mode 100644 index 000000000000..4962f807cd8d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlShiftIForLookup.html @@ -0,0 +1,3 @@ + + +

快速定义

对于代码补全列表中的条目以及类、文件或符号导航命令,可以调用 快速定义查看器 (&shortcut:QuickImplementations;)。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlW.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlW.html new file mode 100644 index 000000000000..d1605dfa0ecc --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/CtrlW.html @@ -0,0 +1,3 @@ + + +

扩展代码选择

要展开选区,请按 &shortcut:EditorSelectWord; 。每次按 &shortcut:EditorSelectWord; 时,选区将扩展到代码的其他区域。

例如,选区从一个方法名称扩展到调用此方法的表达式,然后扩展到整个语句,继而扩展到包含的块,等等。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/DeleteLine.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/DeleteLine.html new file mode 100644 index 000000000000..f741733c5263 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/DeleteLine.html @@ -0,0 +1,3 @@ + + +

删除一行

在编辑器中按 &shortcut:EditorDeleteLine; 可删除文本光标处的整行。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/DiffChevron.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/DiffChevron.html new file mode 100644 index 000000000000..52221b962a35 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/DiffChevron.html @@ -0,0 +1,3 @@ + + +

比较文件和文件夹

比较文件或文件夹时,可以使用 V 形按钮 (the Insert from left button the Insert from right button) 在 差异查看器 中的窗格之间应用差异

要将当前窗格的内容附加到其他窗格,请按住 Ctrl 。按钮将变为 the Insert below from left button the Insert below from right button

要还原更改,请按住 ShiftV 形 变为 the Remove button

Chevron buttons

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/DirDiff.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/DirDiff.html new file mode 100644 index 000000000000..201356d45732 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/DirDiff.html @@ -0,0 +1,3 @@ + + +

比较文件和文件夹

要比较任意两个文件或文件夹,请在 项目 工具窗口中将其选中,然后按 &shortcut:CompareTwoFiles;

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/DotEtcInLookups.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/DotEtcInLookups.html new file mode 100644 index 000000000000..7860f0b6120f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/DotEtcInLookups.html @@ -0,0 +1,3 @@ + + +

代码补全

您可以使用句点(.)、逗号(,)、分号(;)、空格和其他字符来接受代码补全建议列表中的当前选择。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/DragToOpen.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/DragToOpen.html new file mode 100644 index 000000000000..d6ed6f6a245f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/DragToOpen.html @@ -0,0 +1,3 @@ + + +

打开外部文件

将外部文件从文件管理器拖到编辑器,即可打开该文件进行编辑。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/EditRegExp.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/EditRegExp.html new file mode 100644 index 000000000000..e8e7b3556ce3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/EditRegExp.html @@ -0,0 +1,3 @@ + + +

编辑正则表达式

您可以使用专门的编辑器在代码中编辑正则表达式。

开始输入正则表达式,按 &shortcut:ShowIntentionActions; ,然后点击 编辑正则表达式片段 。该正则表达式将在编辑器中一个单独的标签页中打开,从中您可以按原样输入反斜杠。

所有更改都与原始正则表达式同步,并自动呈现转义字符。

Edit a regular expression

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/EditorConfig.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/EditorConfig.html new file mode 100644 index 000000000000..c6023677fb08 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/EditorConfig.html @@ -0,0 +1,3 @@ + + +

代码样式的 EditorConfig

您可以使用 EditorConfig (https://editorconfig.org/ )中的设置覆盖 IDE 代码样式设置。

在想要更改代码样式并根据需要指定新设置的节点中创建一个新的 .editorconfig 文件。

EditorConfig settings

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Escape.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Escape.html new file mode 100644 index 000000000000..a234588c7221 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Escape.html @@ -0,0 +1,3 @@ + + +

更改工具窗口中的焦点

在任何工具窗口中按 &shortcut:EditorEscape; 都会将焦点移至编辑器。

&shortcut:HideActiveWindow; 可将焦点移至编辑器,并隐藏当前或最后一个活动工具窗口。

&shortcut:JumpToLastWindow; 可将焦点从编辑器移至上次聚焦的工具窗口。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/EvaluateExpression.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/EvaluateExpression.html new file mode 100644 index 000000000000..643486f1cfd5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/EvaluateExpression.html @@ -0,0 +1,3 @@ + + +

对表达式求值

当您的脚本被断点停止时,您可以执行表达式或为变量重新赋值。 对表达式求值 功能可帮助您获取有关程序状态的其他详细信息或在运行时测试各种方案。

  • 如果该表达式存在于代码中,按住 Alt (在 Windows 和 Linux 中)或 Alt (在 macOS 中)并点击。如果要对特定代码段求值,请先选中再点击。

  • 要对任意表达式求值,请选择 运行 | 调试操作 | 对表达式求值

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ExternalJavaDoc.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ExternalJavaDoc.html new file mode 100644 index 000000000000..a077769f8f66 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ExternalJavaDoc.html @@ -0,0 +1,3 @@ + + +

外部文档

要使用文本光标处元素的文档页面打开浏览器,请按 &shortcut:ExternalJavaDoc; 或从主菜单中选择 工具 | Web 浏览器和预览

确保在设置中设置了默认浏览器。要检查默认浏览器,请按 &shortcut:ShowSettings; 打开设置,然后导航到 工具 | Web 浏览器和预览

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/FileStructurePopup.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/FileStructurePopup.html new file mode 100644 index 000000000000..8e04ffcad2c5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/FileStructurePopup.html @@ -0,0 +1,3 @@ + + +

显示文件结构

您可以使用 &shortcut:FileStructurePopup; (导航 | 文件结构) 在当前文件中快速导航。

文件结构会显示当前类的成员列表。要导航到某个元素,请选择该元素,然后按 &shortcut:EditorEnter;&shortcut:EditSource;

要轻松定位列表中的条目,请开始输入其名称。

file structure

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/FindInPath.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/FindInPath.html new file mode 100644 index 000000000000..d84d003f9455 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/FindInPath.html @@ -0,0 +1,3 @@ + + +

预览搜索结果

您可以使用 在文件中查找 对话框(&shortcut:FindInPath; )的 预览 区域,不必退出对话框就能执行快速搜索。 预览 对话框可以显示前 100 条结果。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/FindReplaceToggle.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/FindReplaceToggle.html new file mode 100644 index 000000000000..4c18cfea93ee --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/FindReplaceToggle.html @@ -0,0 +1,3 @@ + + +

查找并替换

&shortcut:Find; 可显示搜索栏。按 &shortcut:Replace; 可添加另一个字段,从中可以输入替换字符串。

在文件中查找 对话框中,可以按 &shortcut:ReplaceInPath; 切换到“替换为”。同样,按 &shortcut:FindInPath; 可隐藏 替换为 字段,并切换到常规搜索。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/FinishByExclamation.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/FinishByExclamation.html new file mode 100644 index 000000000000..b12dab89d2ba --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/FinishByExclamation.html @@ -0,0 +1,3 @@ + + +

代码补全

如果按感叹号(!)来接受补全建议,将对此表达式求反。

Negate completion suggestion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/FinishBySmartEnter.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/FinishBySmartEnter.html new file mode 100644 index 000000000000..cd070d0788e5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/FinishBySmartEnter.html @@ -0,0 +1,3 @@ + + +

代码补全

在使用代码补全时,可以通过 &shortcut:EditorCompleteStatement; 接受建议列表中的当前选择。IDE 不仅会插入所选字符串,还会将当前代码结构转变为语法正确的代码结构(平衡圆括号,添加缺少的大括号和分号等)。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/FixDocComment.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/FixDocComment.html new file mode 100644 index 000000000000..82fc02376ce5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/FixDocComment.html @@ -0,0 +1,3 @@ + + +

修正 Javadoc

如果方法签名已变更,IDE 会高亮显示不同步的文档注释标记,并提供快速修复建议:

Update Javadoc

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/FocusProjectToolWindow.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/FocusProjectToolWindow.html new file mode 100644 index 000000000000..bb6a4a831855 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/FocusProjectToolWindow.html @@ -0,0 +1,3 @@ + + +

项目工具窗口

&shortcut:ActivateProjectToolWindow; 打开 项目 工具窗口,并将焦点切换到该窗口。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToAction.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToAction.html new file mode 100644 index 000000000000..b4d99f7b3dc9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToAction.html @@ -0,0 +1,3 @@ + + +

查找操作

要快速查找菜单命令、设置或操作,请按 &shortcut:GotoAction; (帮助 | 查找操作)。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToClass.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToClass.html new file mode 100644 index 000000000000..ef5d293c8ecf --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToClass.html @@ -0,0 +1,3 @@ + + +

要在编辑器中快速打开任何类,请按 &shortcut:GotoClass; (导航 | 类) 并开始输入类的名称。然后,在建议列表中点击该类。

同样,可以使用 &shortcut:GotoFile; (导航 | 文件 )打开项目中的任何文件。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToDeclaration.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToDeclaration.html new file mode 100644 index 000000000000..5fcca47d9b38 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToDeclaration.html @@ -0,0 +1,3 @@ + + +

导航到声明

要从类、方法或变量的用法导航到其声明,请将文本光标置于符号处并按 &shortcut:GotoDeclaration; (导航 | 声明或用法 )。您还可以在按 Control (在 Windows 和 Linux 中)/Control (在 macOS 中)键的同时点击用法来跳转到声明。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToFile.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToFile.html new file mode 100644 index 000000000000..4c13b0b75352 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToFile.html @@ -0,0 +1,3 @@ + + +

导航到文件

要快速打开某个文件,请按 &shortcut:GotoFile; (导航 | 文件 )并开始输入其名称。使用筛选器图标可以仅在所选文件类型中进行搜索:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToImplementation.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToImplementation.html new file mode 100644 index 000000000000..5d934c8d7469 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToImplementation.html @@ -0,0 +1,3 @@ + + +

导航到实现

要导航至抽象方法的实现,请将文本光标置于声明中的用法或名称处,然后按 &shortcut:GotoImplementation;

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToInspection.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToInspection.html new file mode 100644 index 000000000000..ef822c794a07 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToInspection.html @@ -0,0 +1,3 @@ + + +

搜索代码检查

要快速查找并运行检查,请按 &shortcut:RunInspection; 并开始输入检查名称或其组的名称。从建议列表中选择一项检查并指定作用域。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToSymbol.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToSymbol.html new file mode 100644 index 000000000000..5f16c9096282 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GoToSymbol.html @@ -0,0 +1,3 @@ + + +

导航到符号

要在编辑器中快速打开任何类、字段或函数,请按 &shortcut:GotoSymbol; (导航 | 符号 )并开始输入其名称。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/GotoLineInFile.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/GotoLineInFile.html new file mode 100644 index 000000000000..7a125845600d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/GotoLineInFile.html @@ -0,0 +1,3 @@ + + +

导航到行

您可以在编辑器中打开文件的特定行。请按 &shortcut:GotoFile; (导航 | 文件 ),开始输入文件名,然后输入 : ,后跟行号。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/HideWidgets.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/HideWidgets.html new file mode 100644 index 000000000000..f131a800caa7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/HideWidgets.html @@ -0,0 +1,3 @@ + + +

在状态栏中配置微件

您可以配置状态栏中显示的微件组。要执行此操作,请右键点击微件,然后选择要查看的条目。

Widgets popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/HierarchyBrowser.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/HierarchyBrowser.html new file mode 100644 index 000000000000..ce18dc08b770 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/HierarchyBrowser.html @@ -0,0 +1,3 @@ + + +

查看继承层次结构

要查看所选类的继承层次结构,请按 &shortcut:TypeHierarchy; (导航 | 类型层次结构 )。您也可以直接从编辑器调用层次结构视图来查看当前编辑的类的层次结构。

Type hierarchy browser

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightImplements.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightImplements.html new file mode 100644 index 000000000000..df75d0012f18 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightImplements.html @@ -0,0 +1,3 @@ + + +

高亮显示实现

要查看类中实现的接口的所有方法,请在类声明中的 implements 关键字处放置文本光标,然后按 &shortcut:HighlightUsagesInFile;:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightMethodExitPoint.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightMethodExitPoint.html new file mode 100644 index 000000000000..54c5cb8dd4d3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightMethodExitPoint.html @@ -0,0 +1,3 @@ + + +

高亮显示方法的出口点

要查看一个方法的所有退出点,请在其中一个退出点处放置文本光标,例如在 return 语句处放置文本光标,然后按 &shortcut:HighlightUsagesInFile;:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightThrows.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightThrows.html new file mode 100644 index 000000000000..5ed3027170e9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightThrows.html @@ -0,0 +1,3 @@ + + +

高亮显示可能引发异常的语句

您可以查看方法中所有可能抛出某些异常的语句。将文本光标放在 throws 语句处,然后按 &shortcut:HighlightUsagesInFile;

Highlight caught exceptions

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightUsagesInFile.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightUsagesInFile.html new file mode 100644 index 000000000000..45fa46e3efe3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/HighlightUsagesInFile.html @@ -0,0 +1,3 @@ + + +

高亮显示文件中的用法

&shortcut:HighlightUsagesInFile; (编辑 | 查找用法 | 高亮显示文件中的用法 )可快速高亮显示某个变量在当前文件中的用法。

&shortcut:FindNext;&shortcut:FindPrevious; 可浏览高亮显示的用法。 按 &shortcut:EditorEscape; 可移除高亮显示。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/HorizontalScrolling.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/HorizontalScrolling.html new file mode 100644 index 000000000000..7e1f9338e237 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/HorizontalScrolling.html @@ -0,0 +1,3 @@ + + +

水平滚动

要水平滚动文件,请在按住 Shift 的同时转动鼠标滚轮。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ImagesLookup.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ImagesLookup.html new file mode 100644 index 000000000000..c5c5018e28c3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ImagesLookup.html @@ -0,0 +1,3 @@ + + +

预览引用的图像

在弹出窗口而不是单独的编辑器选项卡中预览引用的图像: 将文本光标放在图像名称处,然后按 &shortcut:QuickImplementations;

Preview image in a popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/InsertLiveTemplate.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/InsertLiveTemplate.html new file mode 100644 index 000000000000..96f752b9b5b9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/InsertLiveTemplate.html @@ -0,0 +1,3 @@ + + +

查看可用的实时模板

如果您不记得实时模板缩写,请按 &shortcut:InsertLiveTemplate; 查看当前上下文的建议列表。例如,输入 it 并按 &shortcut:InsertLiveTemplate; 可以查看发生的情况。

Inserting live template

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/InspectCode.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/InspectCode.html new file mode 100644 index 000000000000..8493aad40571 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/InspectCode.html @@ -0,0 +1,3 @@ + + +

检查代码

使用 代码 | 检查代码 可对整个项目或自定义作用域运行代码分析,并在单独的窗口中检查结果。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/IntroduceVariable.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/IntroduceVariable.html new file mode 100644 index 000000000000..93c911fe2e2a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/IntroduceVariable.html @@ -0,0 +1,3 @@ + + +

提取变量重构

提取变量 重构可以将所选表达式包装成一个变量。它会添加新的变量声明,并将该表达式用作初始值设定项。请选择一个表达式并按 &shortcut:IntroduceVariable; (重构 | 提取/引入 | 变量)。

extract variable

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/IntroduceVariableIncompleteCode.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/IntroduceVariableIncompleteCode.html new file mode 100644 index 000000000000..80d09108c36c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/IntroduceVariableIncompleteCode.html @@ -0,0 +1,3 @@ + + +

提取变量

可以对不完整的语句使用 提取变量 重构。按 &shortcut:IntroduceVariable; 并选择表达式。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/JarDiff.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/JarDiff.html new file mode 100644 index 000000000000..bd3eae643cae --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/JarDiff.html @@ -0,0 +1,3 @@ + + +

比较归档

要比较两个 .jar.zip.phar 归档或甚至一个归档中的文件,请在 项目 工具窗口中选择它们并按 &shortcut:CompareTwoFiles;

比较归档 功能与 Java 字节码反编译器集成在一起,这样您就可以查看一个库的两个不同版本之间到底有哪些变化。

Comparing two JUnit libraries

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/JoinLines.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/JoinLines.html new file mode 100644 index 000000000000..e89ed53f3489 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/JoinLines.html @@ -0,0 +1,3 @@ + + +

加入行

要将两行合并为一行并移除不必要的空格,请按 &shortcut:EditorJoinLines;

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/LayoutCode.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/LayoutCode.html new file mode 100644 index 000000000000..786bb12f568f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/LayoutCode.html @@ -0,0 +1,3 @@ + + +

重新格式化代码

要根据当前代码样式设置重新格式化代码,请从主菜单中选择 代码 | 重新格式化代码 或按 &shortcut:ReformatCode;

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/LensMode.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/LensMode.html new file mode 100644 index 000000000000..5ca0c0c431c0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/LensMode.html @@ -0,0 +1,3 @@ + + +

镜头模式

要预览代码而不是真正滚动到代码,可将鼠标指针悬停在滚动条上的警告、错误条带或一部分源代码上,就会看到一个镜头:

Code lens

要禁用镜头,请右键点击滚动条中的错误条纹,然后清除 在滚动条悬停时显示代码镜头 复选框。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/LineEndings.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/LineEndings.html new file mode 100644 index 000000000000..8a1384438b11 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/LineEndings.html @@ -0,0 +1,3 @@ + + +

行分隔符

要检查当前文件中使用了哪些行分隔符,可查看状态栏:

Line separator

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/LineEndingsFolder.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/LineEndingsFolder.html new file mode 100644 index 000000000000..8896fb379f68 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/LineEndingsFolder.html @@ -0,0 +1,3 @@ + + +

更改行分隔符

您不需要在编辑器中打开文件来更改其行分隔符样式。改用 项目 工具窗口: 选择一个或多个文件或文件夹,从主菜单中选择 文件 | 文件属性 | 行分隔符 ,然后选择所需的行尾样式。

对于目录,新行分隔符将递归应用。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/LiveTemplates.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/LiveTemplates.html new file mode 100644 index 000000000000..e7c511156d54 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/LiveTemplates.html @@ -0,0 +1,3 @@ + + +

实时模板

使用实时模板可以插入频繁使用的代码结构。

Live template

当您从建议列表中选择一个实时模板时,该模板会扩展到在 Settings 对话框(&shortcut:ShowSettings; )的 编辑器 | 实时模板 页面中定义的变体。

Apply a live template

使用 Tab 可在模板字段之间移动。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/MoveInnerToUpper.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/MoveInnerToUpper.html new file mode 100644 index 000000000000..f0b2345215a9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/MoveInnerToUpper.html @@ -0,0 +1,3 @@ + + +

“移动”重构

对声明为 static 的内部类调用 移动 重构 &shortcut:Move; 时,系统会提示您将其设置为顶层类或将其移至另一个类。

Move inner class

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/MoveUpDown.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/MoveUpDown.html new file mode 100644 index 000000000000..cc047f95ab51 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/MoveUpDown.html @@ -0,0 +1,3 @@ + + +

上下移动语句

代码 | 上移/下移语句 操作对于重新组织代码行非常有用,例如,可以让变量声明更靠近变量用法。

选择一段代码,然后按 &shortcut:MoveStatementUp;&shortcut:MoveStatementDown;

在编辑器中没有选择任何内容时,将移动文本光标位置处的代码行。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Multicursor.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Multicursor.html new file mode 100644 index 000000000000..32afac64d810 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Multicursor.html @@ -0,0 +1,3 @@ + + +

使用多个文本光标

在 OpenIDE 中,可以使用多个文本光标。按住 Shift+Alt (在 Windows 和 Linux 中) / Shift+Alt (在 macOS 中),然后在不同位置点击,以在编辑器中设置其它文本光标。

Multiple carets

然后可以使用左箭头键或右箭头键按 Shift ,以选择多段文本。

Multiple selection

&shortcut:EditorEscape; 可以移除最近添加的文本光标之外的其他所有文本光标。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Multiselection1.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Multiselection1.html new file mode 100644 index 000000000000..a2dd06515189 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Multiselection1.html @@ -0,0 +1,3 @@ + + +

同时编辑多行

要在 列模式 &shortcut:EditorToggleColumnMode; 下选择多段代码,请按住 Control+Alt+Shift (在 Windows 和 Linux 中)/Control+Alt+Shift (在 macOS 中) 并拖动鼠标:

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Multiselection2.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Multiselection2.html new file mode 100644 index 000000000000..bf710afa3466 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Multiselection2.html @@ -0,0 +1,3 @@ + + +

选择多个代码段

要选择多段文本并同时对所有片段进行修改,请按住 Shift+Alt (在 Windows 和 Linux 中)/Shift+Alt (在 macOS 中),然后在文本上拖动鼠标:

Multiple selection

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/MultiselectionWords.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/MultiselectionWords.html new file mode 100644 index 000000000000..4767f3e9e5d9 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/MultiselectionWords.html @@ -0,0 +1,3 @@ + + +

选择多个代码元素

要选择多个代码元素,请按住 Shift+Alt (在 Windows 和 Linux 中)/Shift+Alt (在 macOS 中),并双击要选择的每个词语。

Selecting several words

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/NavigateBetweenErrors.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/NavigateBetweenErrors.html new file mode 100644 index 000000000000..05d96bb88b57 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/NavigateBetweenErrors.html @@ -0,0 +1,3 @@ + + +

在错误之间跳转

&shortcut:GotoNextError;&shortcut:GotoPreviousError; 可以分别跳转到当前文件中的下一个或上一个错误。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/OverrideImplementMethods.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/OverrideImplementMethods.html new file mode 100644 index 000000000000..a43f18361e92 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/OverrideImplementMethods.html @@ -0,0 +1,3 @@ + + +

重写方法

&shortcut:OverrideMethods; (代码 | 重写方法 ),可以轻松重写基类的方法。

要实现当前类实现的接口(或抽象基类)的方法,请按 &shortcut:ImplementMethods; (代码 | 实现方法)。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/PostfixCompletion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/PostfixCompletion.html new file mode 100644 index 000000000000..89b4c10842e8 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/PostfixCompletion.html @@ -0,0 +1,3 @@ + + +

后缀代码补全

后缀代码补全从右到左应用,以避免编码时文本光标向后跳转。在要更改的代码段后面输入点 . 并选择所需选项。

要查看带有后缀模板的建议列表,也可以按 &shortcut:InsertLiveTemplate;

Postfix completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/PrintKeywords.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/PrintKeywords.html new file mode 100644 index 000000000000..d7b1eb15da5c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/PrintKeywords.html @@ -0,0 +1,3 @@ + + +

打印输出的关键字

要让打印输出(文件 | 打印 )变得美观且内容丰富,可以使用关键字。

例如,使用 $DATE$$TIME$ 可以指定打印输出的确切日期和时间。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickJavaDoc.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickJavaDoc.html new file mode 100644 index 000000000000..3f3e42e3dc32 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickJavaDoc.html @@ -0,0 +1,3 @@ + + +

快速代码文档

要快速查看文本光标处的类或方法的文档,请按 &shortcut:QuickJavaDoc; (视图 | 快速文档)。

Viewing quick documentation

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickJavaDocInLookups.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickJavaDocInLookups.html new file mode 100644 index 000000000000..0b026e38e4b5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickJavaDocInLookups.html @@ -0,0 +1,3 @@ + + +

查看代码引用信息

使用代码补全时,不仅可以在编辑器中使用 &shortcut:QuickJavaDoc; (视图 | 快速文档)、 &shortcut:ParameterInfo; (视图 | 形参信息)、 &shortcut:GotoDeclaration; (导航 | 声明) 以及类似的快捷键,也可以在建议列表中使用。

View quick documentation is suggestions list

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickSwitchScheme.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickSwitchScheme.html new file mode 100644 index 000000000000..b27181d24284 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/QuickSwitchScheme.html @@ -0,0 +1,3 @@ + + +

切换方案

在编辑器中,您可以一键应用不同的代码样式、配色方案或按键映射。按 &shortcut:QuickChangeScheme; (视图 | 快速切换方案 )指定要切换到的方案。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ReaderMode.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ReaderMode.html new file mode 100644 index 000000000000..617757aa7606 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ReaderMode.html @@ -0,0 +1,3 @@ + + +

阅读器模式

使用 Settings | 编辑器 | 阅读器模式 设置中的选项,可以配置如何在只读文件和库中显示代码和注释,以便于阅读和理解。

您可以启用嵌入提示、字体连字,调整行距,切换注释的渲染视图,等等。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentChanges.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentChanges.html new file mode 100644 index 000000000000..2aaa0d2542aa --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentChanges.html @@ -0,0 +1,3 @@ + + +

查看最近的更改

使用 &shortcut:RecentChanges; 可以快速查看最近对项目进行的更改。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentFiles.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentFiles.html new file mode 100644 index 000000000000..29d4af166861 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentFiles.html @@ -0,0 +1,3 @@ + + +

查看最近的文件

&shortcut:RecentFiles; (视图 | 最近的文件 )可查看最近打开的文件列表。

Recent files

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentSearch.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentSearch.html new file mode 100644 index 000000000000..e02e479fb623 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/RecentSearch.html @@ -0,0 +1,3 @@ + + +

最近搜索历史记录

在文件中搜索文本字符串时,请使用最近搜索历史记录。按 &shortcut:Find; 打开搜索栏,然后按 &shortcut:ShowSearchHistory; 显示最近条目的列表。

Recent search history

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/RefactorThis.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/RefactorThis.html new file mode 100644 index 000000000000..dfdc2d4b78ab --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/RefactorThis.html @@ -0,0 +1,3 @@ + + +

重构此

如果将文本光标置于符号处并按 &shortcut:Refactorings.QuickListPopupAction; ,将打开适用于当前上下文的重构列表。

Refactor this

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/RemoveBreakpoint.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/RemoveBreakpoint.html new file mode 100644 index 000000000000..4da307f44b88 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/RemoveBreakpoint.html @@ -0,0 +1,3 @@ + + +

断点

为避免意外移除断点,您可以选择从装订区域中拖出断点来将其移除。按 &shortcut:ShowSettings; ,转到 构建、执行、部署 | 调试器 ,并选择 拖动到编辑器中或使用鼠标中键点击

点击断点可以启用或禁用断点。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Rename.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Rename.html new file mode 100644 index 000000000000..7605ad4fe21e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Rename.html @@ -0,0 +1,3 @@ + + +

“重命名”重构

通过自动更正您的类、方法和变量的所有使用位置,您可以轻松对它们进行重命名。

将文本光标放置在要重命名的符号处,然后按 &shortcut:RenameElement; (重构 | 重命名 )。键入新名称,然后按 &shortcut:EditorEnter;

Rename refactoring

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/RunTests.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/RunTests.html new file mode 100644 index 000000000000..8572b3fb6303 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/RunTests.html @@ -0,0 +1,3 @@ + + +

运行测试

要快速运行测试类中的所有方法,请点击装订区域中的 the Run All button ,然后选择 运行 '<TestClass>':

要只运行一个方法,请点击装订区域中的 the Run button

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Scratch.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Scratch.html new file mode 100644 index 000000000000..a2ead077481c --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Scratch.html @@ -0,0 +1,3 @@ + + +

临时文件

临时文件是一种临时性文件,借助这种文件,不必创建任何项目文件,即可在编辑器中进行实验和原型设计。

要创建临时文件,请按 &shortcut:NewScratchFile; ,然后选择要使用的语言。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchEverywhere.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchEverywhere.html new file mode 100644 index 000000000000..e5f0b519599f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchEverywhere.html @@ -0,0 +1,3 @@ + + +

随处搜索

按两次 Shift 可在项目中搜索文件、操作、符号、UI 元素、Git 分支和注释。再次按两次 Shift ,可将搜索扩展到非项目条目。

对类使用标签页或直接快捷键 &shortcut:GotoClass; ,对文件使用 &shortcut:GotoFile; ,对符号使用 &shortcut:GotoSymbol; ,对操作使用 &shortcut:GotoAction; ,可以缩小搜索结果的范围。

Search everywhere

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchEverywhereSettings.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchEverywhereSettings.html new file mode 100644 index 000000000000..1a8904ccceff --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchEverywhereSettings.html @@ -0,0 +1,3 @@ + + +

搜索设置和插件

在“随处搜索”窗口的搜索字段中输入 / (按两次 Shift )可以搜索设置、设置选项和插件组。

Search Everywhere: settings, plugins, URL mappings

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchForGit.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchForGit.html new file mode 100644 index 000000000000..db404090ae24 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SearchForGit.html @@ -0,0 +1,3 @@ + + +

搜索 Git 提交

按两下 Shift ,然后在 日志 视图中搜索 Git 分支、标记、提交哈希或消息以跳转到相应位置.

Search everywhere for Git branches and commits

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondBasicClassNameCompletion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondBasicClassNameCompletion.html new file mode 100644 index 000000000000..613237a7a207 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondBasicClassNameCompletion.html @@ -0,0 +1,3 @@ + + +

代码补全

代码补全会建议从当前文本光标位置可以到达的选择。按两次 &shortcut:CodeCompletion; 还可以查看不可访问的类和成员。

Extended code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionArrayMember.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionArrayMember.html new file mode 100644 index 000000000000..d388e7219510 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionArrayMember.html @@ -0,0 +1,3 @@ + + +

类型匹配代码补全

当上下文中存在预期类型的数组时,调用两次类型匹配代码补全(&shortcut:SmartTypeCompletion; )。IDE 将建议从该数组中获取元素。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionAsList.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionAsList.html new file mode 100644 index 000000000000..5baa351ef6a1 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionAsList.html @@ -0,0 +1,3 @@ + + +

类型匹配代码补全

在预期为数组类型时,调用两次类型匹配代码补全(&shortcut:SmartTypeCompletion; )。IDE 将搜索具有相同组件类型的数组,并建议使用 Arrays.asList() 调用进行转换。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionChain.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionChain.html new file mode 100644 index 000000000000..f6c2084ea78e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionChain.html @@ -0,0 +1,3 @@ + + +

类型匹配补全

调用两次类型匹配代码补全(&shortcut:SmartTypeCompletion; )将搜索预期类型的链式表达式。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionToar.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionToar.html new file mode 100644 index 000000000000..f04c46fd88c7 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SecondSmartCompletionToar.html @@ -0,0 +1,3 @@ + + +

类型匹配代码补全

在预期为数组类型时,调用两次类型匹配代码补全(&shortcut:SmartTypeCompletion; )。IDE 将搜索具有相同组件类型的集合,并建议使用 toArray() 调用进行转换。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SelectIn.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SelectIn.html new file mode 100644 index 000000000000..eb2dd6e4ccb3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SelectIn.html @@ -0,0 +1,3 @@ + + +

选择范围

要在另一视图中快速选择当前编辑的元素(类、文件、方法或字段),请按 &shortcut:SelectIn; 或调用 导航 | 选择范围

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/ShowUsages.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/ShowUsages.html new file mode 100644 index 000000000000..dcc48f149bce --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/ShowUsages.html @@ -0,0 +1,3 @@ + + +

显示用法

您可以查看类、方法或变量在整个项目中的所有用法的列表,并快速导航至所选条目。将文本光标放在符号处,然后按 &shortcut:ShowUsages; (编辑 | 查找用法 | 显示用法)。

要跳转到某个用法,请在列表中选择该用法,然后按 &shortcut:EditorEnter;

Show usages

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeAfterNew.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeAfterNew.html new file mode 100644 index 000000000000..fbef40f95eb5 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeAfterNew.html @@ -0,0 +1,3 @@ + + +

类型匹配代码补全

new 关键字后面使用类型匹配补全 &shortcut:SmartTypeCompletion; ,可以实例化预期类型的对象。

Smart completion after the 'new' keyword

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeCasting.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeCasting.html new file mode 100644 index 000000000000..2e83ece49550 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeCasting.html @@ -0,0 +1,3 @@ + + +

类型匹配补全

在需要将表达式值转换为所需类型时,请使用类型匹配补全。例如,键入

String s = (

并按 &shortcut:SmartTypeCompletion; 查看发生的情况。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeCompletion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeCompletion.html new file mode 100644 index 000000000000..6220213e2002 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SmartTypeCompletion.html @@ -0,0 +1,3 @@ + + +

类型匹配代码补全

类型匹配代码补全可以分析整个表达式的预期类型,并帮助找到在当前上下文中适用的方法和变量。它适用于 return 关键字后面、赋值中、方法调用的实参列表中以及其他位置。按 &shortcut:SmartTypeCompletion; (代码 | 代码补全 | 类型匹配 )可获取筛选后的补全列表。

Smart type completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SpeedSearch.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SpeedSearch.html new file mode 100644 index 000000000000..b61aafeaf29f --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SpeedSearch.html @@ -0,0 +1,3 @@ + + +

在树状图中快速搜索

在所有树状图中都可以执行快速搜索,例如,在 项目 工具窗口中。开始输入,然后很快就能找到所需条目。

Speed search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Spellchecker.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Spellchecker.html new file mode 100644 index 000000000000..e9d480be7a3d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Spellchecker.html @@ -0,0 +1,3 @@ + + +

检查拼写和语法

拼写和语法检查默认处于启用状态。这些检查由与 IDE 捆绑在一起的 Grazie 插件提供。要配置校对设置,请按 &shortcut:ShowSettings; 打开设置,然后导航至 编辑器 | 自然语言 | 语法

所有文本,包括注释、文本字符串和文字,都根据预定义或自定义字典进行检查。拼写错误会高亮显示,以便您可以选择正确的单词、接受当前的拼写或禁用检查。

要修正拼写或语法错误,请按 &shortcut:ShowIntentionActions; 查看可用操作列表。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SpellcheckerDictionaries.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SpellcheckerDictionaries.html new file mode 100644 index 000000000000..d38790bad51e --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SpellcheckerDictionaries.html @@ -0,0 +1,3 @@ + + +

添加自定义字典以检查拼写

当预定义字典中缺少某些单词时,您可以自行创建字典。自定义字典是 .dic 文本文件,其中的每个单词都位于新行。

要添加新字典,请按 &shortcut:ShowSettings; 打开设置,然后导航至 编辑器 | 自然语言 | 拼写

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SplitEditor.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SplitEditor.html new file mode 100644 index 000000000000..90dfd0eed95b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SplitEditor.html @@ -0,0 +1,3 @@ + + +

并排查看文件

在编辑器中可以并排查看多个文件。右键点击所需的编辑器标签页,然后选择编辑器拆分方式(向右拆分向下拆分)。

或者,将标签页拖动到编辑器中的任何区域以激活分屏模式。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/SurroundWith.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/SurroundWith.html new file mode 100644 index 000000000000..a19f0678cf90 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/SurroundWith.html @@ -0,0 +1,3 @@ + + +

包围代码段

要以有用的结构快速包装代码块,请在编辑器中将其选中,然后按 &shortcut:SurroundWith; (代码 | 包围方式)。

可用选项或包装器的列表具有上下文相关的特点,并且取决于语言。例如,可以使用标记包围 html 块,等等。

Surround with

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/Switcher.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/Switcher.html new file mode 100644 index 000000000000..4514f906fdb0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/Switcher.html @@ -0,0 +1,3 @@ + + +

导航切换器

使用切换器 &shortcut:Switcher; 在打开的文件和工具窗口之间导航。按住 Control 使切换器弹出框保持打开状态。对于导航,请使用 TabShift+Tab

DeleteBackSpace 关闭编辑器标签页或隐藏工具窗口。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/TabInLookups.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/TabInLookups.html new file mode 100644 index 000000000000..0b15cd8a8b39 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/TabInLookups.html @@ -0,0 +1,3 @@ + + +

代码补全

使用代码补全时,可以按 &shortcut:EditorChooseLookupItemReplace; 来接受弹出列表中当前高亮显示的选择。

与使用 &shortcut:EditorChooseLookupItem; 接受建议不同,所选名称将覆盖文本光标右侧名称的其余部分。这对于将一个方法或变量名称替换为另一个特别有用。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/TagNameCompletion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/TagNameCompletion.html new file mode 100644 index 000000000000..a61e40a4b4f0 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/TagNameCompletion.html @@ -0,0 +1,3 @@ + + +

补全 XML 标签名称

按两次 &shortcut:CodeCompletion; 可以从没有在当前文件中声明的命名空间补全 XML 标记名称。如果命名空间尚未声明,则会自动生成声明。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/VariableNameCompletion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/VariableNameCompletion.html new file mode 100644 index 000000000000..5a4f12acff3d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/VariableNameCompletion.html @@ -0,0 +1,3 @@ + + +

补全变量名称

在声明变量时,代码补全可以提供名称建议。例如,开始输入 private FileOutputStream 。IDE 将向您显示一个建议列表。

complete variable name

您可以在 Settings 对话框(&shortcut:ShowSettings; )的 代码样式 下自定义局部变量、参数、实例和 static 字段的名称前缀。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/VcsQuickList.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/VcsQuickList.html new file mode 100644 index 000000000000..5ca9734c354b --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/VcsQuickList.html @@ -0,0 +1,3 @@ + + +

访问 VCS 相关选项

要访问当前上下文中可用的所有与 VCS 相关的命令,请按 &shortcut:Vcs.QuickListPopupAction;

VCS Operations Popup

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/WideScreen.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/WideScreen.html new file mode 100644 index 000000000000..45ca24d1182d --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/WideScreen.html @@ -0,0 +1,3 @@ + + +

调整工具窗口布局

调整 IDE 工具窗口布局,以便更好地利用屏幕区域。

按拆分器上的 Control+LeftClick (在 Windows 和 Linux 中) / Control+LeftClick (在 macOS 中),在垂直放置和并排放置工具窗口之间切换。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/WildcardsInNavigationPopups.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/WildcardsInNavigationPopups.html new file mode 100644 index 000000000000..0e3a3fe97f61 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/WildcardsInNavigationPopups.html @@ -0,0 +1,3 @@ + + +

随处搜索中的通配符

搜索类、文件或符号时,在“到随处索”(按两下 Shift) 中使用文本模式。 使用 *空格键:

* 表示任意数量的任意字符。

空格 表明模式结束。前面的字符串不仅被视为前缀,也被视为整个模式。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/add_jdk.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/add_jdk.html new file mode 100644 index 000000000000..b1fc614e2e22 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/add_jdk.html @@ -0,0 +1,3 @@ + + +

为您的项目添加 JDK

您可以直接从 IDE 添加所需版本和供应商的 JDK。转到 文件 | 项目结构 | 项目 ,展开 SDK 列表,然后选择 下载 JDK 。此选项也适用于 新建项目 向导(文件 | 新建 | 项目 )中的新项目。

Adding JDK

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/find_usages.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/find_usages.html new file mode 100644 index 000000000000..a2d19cec4d30 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/find_usages.html @@ -0,0 +1,3 @@ + + +

查找用法

&shortcut:FindUsages; 可快速定位引用文本光标处符号的代码的所有匹配项,无论该符号是类、方法、字段、形参的一部分还是其他语句的一部分,它都能找到。

Find Usages

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/implement-using-completion.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/implement-using-completion.html new file mode 100644 index 000000000000..1b9552d9085a --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/implement-using-completion.html @@ -0,0 +1,3 @@ + + +

通过代码补全生成样板代码

您可以生成 getter 和 setter 等样板代码,并使用代码补全实现接口方法。

只需开始输入可能的方法名称,例如输入 gn 可以生成 getName() ,输入 ct 可以实现 compareTo()

Generating a getter using code completion

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/jump_to_colors_fonts.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/jump_to_colors_fonts.html new file mode 100644 index 000000000000..7e312aa628da --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/jump_to_colors_fonts.html @@ -0,0 +1,3 @@ + + +

自定义代码颜色

如果不喜欢代码的颜色,请按 &shortcut:GotoAction; ,输入 Jump ,然后点击 跳转到颜色和字体 。您将转到设置页面,从中可以修改文本光标处代码元素的颜色。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/local_history.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/local_history.html new file mode 100644 index 000000000000..a66e89627344 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/local_history.html @@ -0,0 +1,3 @@ + + +

本地历史记录

借助“本地历史记录”,您可以跟踪对文件、类、方法或任何代码段的所有更改,并在必要时回滚到任何稳定的点。要查看本地历史记录,请从主菜单中选择 文件 | 本地历史记录 | 显示历史记录

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/new_items.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/new_items.html new file mode 100644 index 000000000000..58482973ba88 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/new_items.html @@ -0,0 +1,3 @@ + + +

添加文件、文件夹和软件包

项目 工具窗口(&shortcut:ActivateProjectToolWindow; )中,选择需要新条目的节点,然后按 &shortcut:Generate; 打开可能选项的列表。

例如,您可以创建 Java 类、软件包或文件夹。请注意,列表中的选项取决于您当前的上下文和已安装的插件。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/partial_git_commit.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/partial_git_commit.html new file mode 100644 index 000000000000..2f78f8142291 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/partial_git_commit.html @@ -0,0 +1,3 @@ + + +

部分提交更改

要在不同提交之间拆分对同一文件所做的更改,请在 提交 工具窗口 &shortcut:ActivateCommitToolWindow; 中点击 差异 。选中要提交的每个被修改的代码块或新代码块旁边的复选框,然后点击 提交 。未选择的更改将保留在当前更改列表中。

Partial commit changelists

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/pull_requests.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/pull_requests.html new file mode 100644 index 000000000000..734108302197 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/pull_requests.html @@ -0,0 +1,3 @@ + + +

管理拉取请求

直接从 IDE 管理传入的 GitHub 拉取请求: 从主菜单中选择 Git | GitHub | 查看拉取请求 。OpenIDE 支持您分配和合并拉取请求,查看时间线和内联注释,提交注释和检查,以及在不退出 IDE 的情况下接受更改.

Incoming pull requests

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/recent-locations.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/recent-locations.html new file mode 100644 index 000000000000..103a9757d8cd --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/recent-locations.html @@ -0,0 +1,3 @@ + + +

导航到最近的位置

&shortcut:RecentLocations; 可获取最近查看或更改的代码段的列表。

Recent Locations

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/run_anything.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/run_anything.html new file mode 100644 index 000000000000..d88e058f0cdf --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/run_anything.html @@ -0,0 +1,3 @@ + + +

运行任何内容

按两次 Control 可快速访问多项操作,例如打开项目、启动运行/调试配置、运行命令行实用工具等。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/search_everywhere_expr.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/search_everywhere_expr.html new file mode 100644 index 000000000000..95be5641e891 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/search_everywhere_expr.html @@ -0,0 +1,3 @@ + + +

对数学表达式求值

您可以使用 随处搜索 窗口(按两次 Shift )对简单的算术表达式求值。

在“搜索”字段中输入要求值的表达式。结果将显示在搜索结果中。

Evaluate expression

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/smart_selection.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/smart_selection.html new file mode 100644 index 000000000000..48f75b55c846 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/smart_selection.html @@ -0,0 +1,3 @@ + + +

更改代码选择

在编辑器中,按 &shortcut:EditorSelectWord; / &shortcut:EditorUnSelectWord; 可扩大或缩小当前代码选区。

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/localization/zh/CN/tips/structural_search.html b/ideTipsAndTricks/resources/localization/zh/CN/tips/structural_search.html new file mode 100644 index 000000000000..46bd4e01bdd3 --- /dev/null +++ b/ideTipsAndTricks/resources/localization/zh/CN/tips/structural_search.html @@ -0,0 +1,3 @@ + + +

结构化搜索

选择 编辑 | 查找 | 结构化搜索 以搜索代码模式或语法结构。

Structural search

\ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/AltInsertInEditor.html b/ideTipsAndTricks/resources/tips/AltInsertInEditor.html new file mode 100644 index 000000000000..eddbd840ddb0 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/AltInsertInEditor.html @@ -0,0 +1,13 @@ + + + + + + + +

Code generation

+

IDE can generate getter and setter methods for fields in your class. With the caret inside the class, press &shortcut:Generate; + (Code | Generate).

+

Generate getter and setter +

+ diff --git a/ideTipsAndTricks/resources/tips/AnnotationsAndDiffs.html b/ideTipsAndTricks/resources/tips/AnnotationsAndDiffs.html new file mode 100644 index 000000000000..c49c6241b478 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/AnnotationsAndDiffs.html @@ -0,0 +1,14 @@ + + + + + + + +

View Git blame annotations

+

Git annotations show detailed information on the origin of each code line (right-click the gutter and select + Annotate with Git Blame).

+

Right-click an annotation and choose Show Diff to review the differences between the current and the + previous version of the file.

+ + diff --git a/ideTipsAndTricks/resources/tips/Antivirus.html b/ideTipsAndTricks/resources/tips/Antivirus.html new file mode 100644 index 000000000000..abbf226eefee --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Antivirus.html @@ -0,0 +1,11 @@ + + + + + + + +

Improve the IDE performance

+

If you notice that IDE works slowly, consider reducing the number of folders under antivirus protection. This may improve + performance.

+ diff --git a/ideTipsAndTricks/resources/tips/BreakpointIntentions.html b/ideTipsAndTricks/resources/tips/BreakpointIntentions.html new file mode 100644 index 000000000000..e95bde83d716 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/BreakpointIntentions.html @@ -0,0 +1,12 @@ + + + + + + + +

Access breakpoints via context actions

+

Get access to the most common breakpoint actions and filters through context actions + (&shortcut:ShowIntentionActions;).

+

Breakpoint intentions

+ diff --git a/ideTipsAndTricks/resources/tips/BreakpointSpeedmenu.html b/ideTipsAndTricks/resources/tips/BreakpointSpeedmenu.html new file mode 100644 index 000000000000..368c46fdd3fb --- /dev/null +++ b/ideTipsAndTricks/resources/tips/BreakpointSpeedmenu.html @@ -0,0 +1,12 @@ + + + + + + + +

Breakpoints menu

+

Right-click a breakpoint marker in the gutter to quickly enable/disable the breakpoint or adjust its properties.

+

Breakpoint speedmenu

+ + diff --git a/ideTipsAndTricks/resources/tips/CamelHumpsInCodeCompletion.html b/ideTipsAndTricks/resources/tips/CamelHumpsInCodeCompletion.html new file mode 100644 index 000000000000..7d78a3d6b95d --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CamelHumpsInCodeCompletion.html @@ -0,0 +1,12 @@ + + + + + + + +

Camel case in code completion

+

You can narrow down a list of code completion suggestions by using camel case prefixes.

+

CamelCase code completion

+ + diff --git a/ideTipsAndTricks/resources/tips/CamelPrefixesInNavigationPopups.html b/ideTipsAndTricks/resources/tips/CamelPrefixesInNavigationPopups.html new file mode 100644 index 000000000000..d9029086ecb6 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CamelPrefixesInNavigationPopups.html @@ -0,0 +1,13 @@ + + + + + + + +

Camel case in Search Everywhere

+

Use camel case in the Search Everywhere popup (double Shift) to filter the + list of results when searching for a class, file, or symbol.

+

CamelCase code completion in search

+ diff --git a/ideTipsAndTricks/resources/tips/CancelByControlArrows.html b/ideTipsAndTricks/resources/tips/CancelByControlArrows.html new file mode 100644 index 000000000000..28acdd079e08 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CancelByControlArrows.html @@ -0,0 +1,15 @@ + + + + + + + +

Select completion suggestions

+

When the Show suggestions as you type option is enabled for code completion, you can use the Lookup Up and Lookup Down actions to close the suggestion list and move the + caret up or down in the editor.

+

On Windows, use the Ctrl+Down and Ctrl+Up shortcuts.

+

On macOS, the shortcuts are not configured by default, so you can assign any key combination that is convenient for you in Preferences | Keymap.

+ diff --git a/ideTipsAndTricks/resources/tips/ChangeSignatureAfterMovingParameters.html b/ideTipsAndTricks/resources/tips/ChangeSignatureAfterMovingParameters.html new file mode 100644 index 000000000000..d25f8c73ad24 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ChangeSignatureAfterMovingParameters.html @@ -0,0 +1,15 @@ + + + + + + + +

Change signature

+

You can move method parameters in both declaration and invocation with &shortcut:MoveElementLeft; and + &shortcut:MoveElementRight;. Moreover, you can propagate such move in a method declaration to the method + invocation: press &shortcut:ShowIntentionActions; after the move and choose + Update usages to reflect signature change.

+

Apply signature change

+ + diff --git a/ideTipsAndTricks/resources/tips/ChangeSorting.html b/ideTipsAndTricks/resources/tips/ChangeSorting.html new file mode 100644 index 000000000000..885e5fa10b85 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ChangeSorting.html @@ -0,0 +1,14 @@ + + + + + + + +

Sort completion suggestions

+

You can sort completion suggestions by relevance or alphabetically.

+

To sort alphabetically, select the Sort by Name option. To sort by relevance, clear the Sort by Name checkbox.

+

change completion sorting

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CheckRegExp.html b/ideTipsAndTricks/resources/tips/CheckRegExp.html new file mode 100644 index 000000000000..e7688f60d535 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CheckRegExp.html @@ -0,0 +1,14 @@ + + + + + + + +

Verify regular expressions

+

To verify that your regular expression is correct, place the caret within the expression you want to check, press + &shortcut:ShowIntentionActions;, and select Check RegExp.

+

In the popup, type a sample string that should match your regular expression. The + Match occurred icon shows that the match occurred.

+

Check regex

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ClipboardStack.html b/ideTipsAndTricks/resources/tips/ClipboardStack.html new file mode 100644 index 000000000000..afc7bc1a48f1 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ClipboardStack.html @@ -0,0 +1,11 @@ + + + + + + + +

Paste from the clipboard history

+

Press &shortcut:PasteMultiple; to select the text fragment that you have previously copied to the + clipboard.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CloseOthers.html b/ideTipsAndTricks/resources/tips/CloseOthers.html new file mode 100644 index 000000000000..58f4dcb075d6 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CloseOthers.html @@ -0,0 +1,12 @@ + + + + + + + +

Close editor tabs

+

To close all editor tabs except the current one, keep Alt (on Windows and Linux) / (on macOS) pressed and click the cross icon for the current editor tab.

+

Close others

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Close_all_editor_tabs.html b/ideTipsAndTricks/resources/tips/Close_all_editor_tabs.html new file mode 100644 index 000000000000..a5ee73af90d4 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Close_all_editor_tabs.html @@ -0,0 +1,12 @@ + + + + + + + +

Close all editor tabs

+

To close all editor tabs, right-click a tab and select Close All Tabs.

+

To close all tabs except the active one, press Alt (on Windows and Linux) / + (on macOS) and click the Close button on the active tab.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CodeCompletion.html b/ideTipsAndTricks/resources/tips/CodeCompletion.html new file mode 100644 index 000000000000..196ee922d6bc --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CodeCompletion.html @@ -0,0 +1,12 @@ + + + + + + + +

Code Completion

+

Code Completion helps you quickly complete code statements. It automatically provides a list of suggestions available from the current + caret position as you type:

+

code completion

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CodeCompletionInSearch.html b/ideTipsAndTricks/resources/tips/CodeCompletionInSearch.html new file mode 100644 index 000000000000..9c35fe7a153d --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CodeCompletionInSearch.html @@ -0,0 +1,13 @@ + + + + + + + +

Code completion in the search bar

+

Press &shortcut:CodeCompletion; in the search bar when you search for text in the current file &shortcut:Find;, so that you don't need to type the entire string.

+

code completion in search

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ColumnSelection.html b/ideTipsAndTricks/resources/tips/ColumnSelection.html new file mode 100644 index 000000000000..67691590cbec --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ColumnSelection.html @@ -0,0 +1,12 @@ + + + + + + + +

Column selection mode

+

To select a rectangular piece of code, drag your mouse while pressing Alt (on Windows and Linux) / (on macOS) .

+

Column selection

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CommentCode.html b/ideTipsAndTricks/resources/tips/CommentCode.html new file mode 100644 index 000000000000..a1f3635361cf --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CommentCode.html @@ -0,0 +1,13 @@ + + + + + + + +

Comment and uncomment code

+

Use shortcuts to comment and uncomment lines and blocks of code:

+

&shortcut:CommentByLineComment;: for single line comments (//...)

+

&shortcut:CommentByBlockComment;: for block comments (/*...*/)

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CompareEditorWithClipboard.html b/ideTipsAndTricks/resources/tips/CompareEditorWithClipboard.html new file mode 100644 index 000000000000..66fe731d51b0 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CompareEditorWithClipboard.html @@ -0,0 +1,11 @@ + + + + + + + +

Compare with clipboard

+

To compare active editor with the clipboard contents, right-click anywhere in the editor and choose + Compare with Clipboard from the context menu.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CompleteStatement.html b/ideTipsAndTricks/resources/tips/CompleteStatement.html new file mode 100644 index 000000000000..935896c21e5b --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CompleteStatement.html @@ -0,0 +1,14 @@ + + + + + + + +

Create code constructs with completion

+

You can create code constructs using statement completion. Start typing a method declaration, a method call or a statement such as + if, do-while, try-catch, + or return. Press &shortcut:EditorCompleteStatement; to complete the + statement into a syntactically correct construct.

+

Complete statement

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CompletionImportStatic.html b/ideTipsAndTricks/resources/tips/CompletionImportStatic.html new file mode 100644 index 000000000000..6d88dd5bae7a --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CompletionImportStatic.html @@ -0,0 +1,13 @@ + + + + + + + +

Code completion

+

To quickly complete a method call of a static method located anywhere in your project, a library, or a JDK, enter a prefix and press + &shortcut:CodeCompletion; twice. You can press &shortcut:ShowIntentionActions; + to import the selected method.

+

Import on completion

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ConfiguringTerminal.html b/ideTipsAndTricks/resources/tips/ConfiguringTerminal.html new file mode 100644 index 000000000000..f25f70d23c17 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ConfiguringTerminal.html @@ -0,0 +1,12 @@ + + + + + + + +

Choose shell for the terminal

+

Use your favorite shell from the built-in Terminal.

+

In the Settings/Preferences dialog &shortcut:ShowSettings;, go to Tools | Terminal and specify the path to your shell executable.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ContextActions.html b/ideTipsAndTricks/resources/tips/ContextActions.html new file mode 100644 index 000000000000..0378753b8a28 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ContextActions.html @@ -0,0 +1,13 @@ + + + + + + + +

Improve code with context actions

+

Press &shortcut:ShowIntentionActions; in the editor to fix a highlighted error or warning, improve, or + optimize a code construct. For some intention actions, you can open a preview or an action description by pressing + &shortcut:QuickJavaDoc; (View | Quick Documentation).

+

Context actions

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CopyClass.html b/ideTipsAndTricks/resources/tips/CopyClass.html new file mode 100644 index 000000000000..9a2eb2ab5922 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CopyClass.html @@ -0,0 +1,12 @@ + + + + + + + +

Copy a class

+

Use Refactor | Copy Class to create a class which is a copy of the selected class.

+

This is useful when you need to create a class similar to an existing one, and it's not feasible to put shared functionality in a common + superclass.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CopyPasteReference.html b/ideTipsAndTricks/resources/tips/CopyPasteReference.html new file mode 100644 index 000000000000..a5e397f85fcf --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CopyPasteReference.html @@ -0,0 +1,16 @@ + + + + + + + +

Copy a path or a reference

+

Use the Edit | Copy Path/Reference action to insert a reference to a field/method/class/file into the + current position in the editor.

+

Position the caret within the myMethod method name and press + &shortcut:CopyReference;.

+

To paste the reference, press &shortcut:$Paste;.

+

You can also copy references in the Go to Class/Go to Symbol/Go to File dialogs. Press + &shortcut:$Copy; on any element in the lookup list.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CopyWithNoSelection.html b/ideTipsAndTricks/resources/tips/CopyWithNoSelection.html new file mode 100644 index 000000000000..4ccc879f5862 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CopyWithNoSelection.html @@ -0,0 +1,11 @@ + + + + + + + +

Copy a line

+

If nothing is selected in the editor, press &shortcut:$Copy; to copy the whole line at the caret to the + clipboard.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Copyright.html b/ideTipsAndTricks/resources/tips/Copyright.html new file mode 100644 index 000000000000..00d5bed69c98 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Copyright.html @@ -0,0 +1,14 @@ + + + + + + + +

Add copyright notices

+

In OpenIDE, you can configure different copyright notices for different sets of files. For convenience, you can use + variables. For example, use $today.year to keep the year up to date.

+

In the Settings/Preferences dialog (&shortcut:ShowSettings;), select Editor | Copyright | Copyright Profiles, create a new profile, and add the text for your copyright notice + using variables.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CreatePropertyTag.html b/ideTipsAndTricks/resources/tips/CreatePropertyTag.html new file mode 100644 index 000000000000..4ac102116f1f --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CreatePropertyTag.html @@ -0,0 +1,12 @@ + + + + + + + +

Create Ant property tags

+

You can start referring to an Ant property or target even if it's not defined yet. Press &shortcut:ShowIntentionActions; + and choose Create property from the list of intention actions to create the necessary tag without leaving + your current editing location.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CtrlD.html b/ideTipsAndTricks/resources/tips/CtrlD.html new file mode 100644 index 000000000000..aeee0728bf8e --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CtrlD.html @@ -0,0 +1,11 @@ + + + + + + + +

Duplicate a code block or a line

+

Press &shortcut:EditorDuplicate; in the editor to duplicate the selected code block, or the current line + when no block is selected.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CtrlDotInLookups.html b/ideTipsAndTricks/resources/tips/CtrlDotInLookups.html new file mode 100644 index 000000000000..9e623afd6f8c --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CtrlDotInLookups.html @@ -0,0 +1,11 @@ + + + + + + + +

Code completion

+

In the suggestions list while using item by pressing &shortcut:EditorChooseLookupItemDot;.

+

IDE will insert the selected item followed by a dot or -> depending on the current context.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CtrlShiftI.html b/ideTipsAndTricks/resources/tips/CtrlShiftI.html new file mode 100644 index 000000000000..94300f008aad --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CtrlShiftI.html @@ -0,0 +1,11 @@ + + + + + + + +

Quick Definition

+

Press &shortcut:QuickImplementations; (View | Quick Definition) to preview the + definition or content of the symbol at the caret, without opening it in a separate editor tab.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CtrlShiftIForLookup.html b/ideTipsAndTricks/resources/tips/CtrlShiftIForLookup.html new file mode 100644 index 000000000000..5f746b936f74 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CtrlShiftIForLookup.html @@ -0,0 +1,11 @@ + + + + + + + +

Quick Definition

+

You can invoke the Quick Definition Viewer (&shortcut:QuickImplementations;) + for items in code completion lists and the class, file, or symbol navigation commands.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/CtrlW.html b/ideTipsAndTricks/resources/tips/CtrlW.html new file mode 100644 index 000000000000..a6830c163de3 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/CtrlW.html @@ -0,0 +1,13 @@ + + + + + + + +

Expand code selection

+

Press &shortcut:EditorSelectWord; to expand code selection. Each time you press + &shortcut:EditorSelectWord;, the selection expands to other areas of code.

+

For example, the selection expands from a method name to the expression calling this method, then to the whole statement, then to the + containing block, and so on.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/DeleteLine.html b/ideTipsAndTricks/resources/tips/DeleteLine.html new file mode 100644 index 000000000000..5e999fca3896 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/DeleteLine.html @@ -0,0 +1,10 @@ + + + + + + + +

Delete a line

+

Press &shortcut:EditorDeleteLine; in the editor to delete the whole line at the caret.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/DiffChevron.html b/ideTipsAndTricks/resources/tips/DiffChevron.html new file mode 100644 index 000000000000..bb593e508b23 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/DiffChevron.html @@ -0,0 +1,19 @@ + + + + + + + +

Compare files and folders

+

When you are comparing files or folders, you can apply the differences between panes in the + Differences viewer using the chevron buttons: + the Insert from left button + the Insert from right button

+

To append the contents of the current pane to the other pane, keep Ctrl pressed. The buttons will change to + the Insert below from left button + the Insert below from right button.

+

To revert changes, keep Shift pressed. The chevrons turn into + the Remove button.

+

Chevron buttons

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/DirDiff.html b/ideTipsAndTricks/resources/tips/DirDiff.html new file mode 100644 index 000000000000..47c464557c30 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/DirDiff.html @@ -0,0 +1,11 @@ + + + + + + + +

Compare files and folders

+

To compare any two files or folders, select them in the Project tool window and press + &shortcut:CompareTwoFiles;.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/DotEtcInLookups.html b/ideTipsAndTricks/resources/tips/DotEtcInLookups.html new file mode 100644 index 000000000000..dbbe3daa5e39 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/DotEtcInLookups.html @@ -0,0 +1,11 @@ + + + + + + + +

Code completion

+

You can accept the current selection in the code completion suggestions list with the period key (.), comma (,), semicolon (;), space, + and some other characters.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/DragToOpen.html b/ideTipsAndTricks/resources/tips/DragToOpen.html new file mode 100644 index 000000000000..6cee3c1efde6 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/DragToOpen.html @@ -0,0 +1,10 @@ + + + + + + + +

Open external files

+

You can open an external file for editing by dragging it from you file manager to the editor.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/EditRegExp.html b/ideTipsAndTricks/resources/tips/EditRegExp.html new file mode 100644 index 000000000000..8274bf142a79 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/EditRegExp.html @@ -0,0 +1,14 @@ + + + + + + + +

Edit regular expressions

+

You can edit a regular expression in your code using a dedicated editor.

+

Start typing a regular expression, press &shortcut:ShowIntentionActions; and click Edit RegExp Fragment. + The regular expression opens in a separate tab in the editor where you can type backslashes as is.

+

All changes are synchronized with the original regular expression, and escape characters are presented automatically.

+

Edit a regular expression

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/EditorConfig.html b/ideTipsAndTricks/resources/tips/EditorConfig.html new file mode 100644 index 000000000000..7f3a717494f2 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/EditorConfig.html @@ -0,0 +1,14 @@ + + + + + + + +

Use EditorConfig for code style

+

You can override IDE code style settings with settings from EditorConfig + (https://editorconfig.org/).

+

Create a new .editorconfig file in the node in which you want to change code style and specify new + settings as you like.

+

EditorConfig settings

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Escape.html b/ideTipsAndTricks/resources/tips/Escape.html new file mode 100644 index 000000000000..630150f83111 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Escape.html @@ -0,0 +1,13 @@ + + + + + + + +

Change focus in tool windows

+

&shortcut:EditorEscape; in any tool window moves the focus to the editor.

+

&shortcut:HideActiveWindow; moves the focus to the editor and hides the current or the last active tool + window.

+

&shortcut:JumpToLastWindow; moves the focus from the editor to the last focused tool window.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/EvaluateExpression.html b/ideTipsAndTricks/resources/tips/EvaluateExpression.html new file mode 100644 index 000000000000..11e530cf43fe --- /dev/null +++ b/ideTipsAndTricks/resources/tips/EvaluateExpression.html @@ -0,0 +1,18 @@ + + + + + + + +

Evaluate expression

+

You can execute expressions or reassign values for variables while your script is stopped by a breakpoint. The Evaluate Expression + functionality helps you to obtain additional details about the program state or test various scenarios at runtime.

+
    +
  • If the expression is present in the code, hold Alt (on Windows and Linux) or (on macOS) and click it. If you want to evaluate a specific code fragment, select it before clicking. +

  • +
  • To evaluate an arbitrary expression, select Run | Debugging Actions | Evaluate Expression.

  • +
+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ExternalJavaDoc.html b/ideTipsAndTricks/resources/tips/ExternalJavaDoc.html new file mode 100644 index 000000000000..f8392793b7bb --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ExternalJavaDoc.html @@ -0,0 +1,14 @@ + + + + + + + +

External documentation

+

To open your browser with the documentation page for the element at the caret, press &shortcut:ExternalJavaDoc; or select Tools | Web Browsers and Preview from the + main menu.

+

Ensure that you set a default browser in the settings. To check the default browser, open settings by pressing &shortcut:ShowSettings; + and navigate to Tools | Web Browsers and Preview.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/FileStructurePopup.html b/ideTipsAndTricks/resources/tips/FileStructurePopup.html new file mode 100644 index 000000000000..e719efdca521 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/FileStructurePopup.html @@ -0,0 +1,15 @@ + + + + + + + +

Show file structure

+

You can quickly navigate within the current file with &shortcut:FileStructurePopup; + (Navigate | File Structure).

+

File structure shows the list of members of the current class. To navigate to an element, select it and press &shortcut:EditorEnter; + or &shortcut:EditSource;.

+

To easily locate an item in the list, start typing its name.

+

file structure

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/FindInPath.html b/ideTipsAndTricks/resources/tips/FindInPath.html new file mode 100644 index 000000000000..4c83965fac92 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/FindInPath.html @@ -0,0 +1,12 @@ + + + + + + + +

Preview search results

+

You can use the Preview area of the Find in Files dialog (&shortcut:FindInPath;) for quicker search without leaving the dialog. The Preview dialog displays the first 100 results.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/FindReplaceToggle.html b/ideTipsAndTricks/resources/tips/FindReplaceToggle.html new file mode 100644 index 000000000000..e75598880943 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/FindReplaceToggle.html @@ -0,0 +1,14 @@ + + + + + + + +

Find and replace

+

Press &shortcut:Find; to display the search bar. Press &shortcut:Replace; to + add another field where you can type the replace string.

+

In the Find in Files dialog, you can switch to replace by pressing &shortcut:ReplaceInPath;. + Similarly, press &shortcut:FindInPath; to hide the Replace with field and + switch to regular search.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/FinishByExclamation.html b/ideTipsAndTricks/resources/tips/FinishByExclamation.html new file mode 100644 index 000000000000..b834e0205d64 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/FinishByExclamation.html @@ -0,0 +1,12 @@ + + + + + + + +

Code completion

+

If you accept a completion suggestion by pressing the exclamation mark (!), this expression will be negated.

+

Negate completion suggestion

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/FinishBySmartEnter.html b/ideTipsAndTricks/resources/tips/FinishBySmartEnter.html new file mode 100644 index 000000000000..49caaa7a0c05 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/FinishBySmartEnter.html @@ -0,0 +1,12 @@ + + + + + + + +

Code completion

+

When using code completion, you can accept the current selection in the suggestions list with &shortcut:EditorCompleteStatement;. + IDE will not only insert the selected string, but also turn the current code construct into a syntactically correct + one (balance parentheses, add missing braces and semicolons, and so on).

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/FixDocComment.html b/ideTipsAndTricks/resources/tips/FixDocComment.html new file mode 100644 index 000000000000..e2924dcd7ae6 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/FixDocComment.html @@ -0,0 +1,12 @@ + + + + + + + +

Fix a Javadoc

+

If a method signature has changed, IDE highlights the documentation comment tags that ran out of sync and suggests a + quick-fix:

+

Update Javadoc

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/FocusProjectToolWindow.html b/ideTipsAndTricks/resources/tips/FocusProjectToolWindow.html new file mode 100644 index 000000000000..a9aef3f32f61 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/FocusProjectToolWindow.html @@ -0,0 +1,11 @@ + + + + + + + +

Project tool window

+

Press &shortcut:ActivateProjectToolWindow; to open the Project tool window and + switch focus to it.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GoToAction.html b/ideTipsAndTricks/resources/tips/GoToAction.html new file mode 100644 index 000000000000..64959ef82640 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GoToAction.html @@ -0,0 +1,11 @@ + + + + + + + +

Find Action

+

To quickly find a menu command, setting, or an action, press &shortcut:GotoAction; (Help | Find Action). +

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GoToClass.html b/ideTipsAndTricks/resources/tips/GoToClass.html new file mode 100644 index 000000000000..1a402e78d18e --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GoToClass.html @@ -0,0 +1,13 @@ + + + + + + + +

Navigate to a class

+

To quickly open any class in the editor, press &shortcut:GotoClass; (Navigate | Class) + and start typing the name of the class. Then, click the class from the suggestion list.

+

Similarly, you can open any file in your project by using &shortcut:GotoFile; (Navigate | File). +

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GoToDeclaration.html b/ideTipsAndTricks/resources/tips/GoToDeclaration.html new file mode 100644 index 000000000000..7c1d54fa800f --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GoToDeclaration.html @@ -0,0 +1,13 @@ + + + + + + + +

Navigate to declaration

+

To navigate to the declaration of a class, method, or variable from its usage, place the caret at the symbol and press &shortcut:GotoDeclaration; (Navigate | Declaration or Usages). You can also + click a usage with the Ctrl (on Windows and Linux) / (on macOS) key + pressed to jump to the declaration.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GoToFile.html b/ideTipsAndTricks/resources/tips/GoToFile.html new file mode 100644 index 000000000000..9088bccf9267 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GoToFile.html @@ -0,0 +1,11 @@ + + + + + + + +

Navigate to a file

+

To quickly open a file, press &shortcut:GotoFile; (Navigate | File) and start + typing its name. Use the filter icon to only search among the selected file types:

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GoToImplementation.html b/ideTipsAndTricks/resources/tips/GoToImplementation.html new file mode 100644 index 000000000000..a8f092c7fa80 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GoToImplementation.html @@ -0,0 +1,11 @@ + + + + + + + +

Navigate to implementation

+

To navigate to the implementations of an abstract method, position the caret at its usage or its name in the declaration and press &shortcut:GotoImplementation;.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GoToInspection.html b/ideTipsAndTricks/resources/tips/GoToInspection.html new file mode 100644 index 000000000000..74cbad0f3329 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GoToInspection.html @@ -0,0 +1,11 @@ + + + + + + + +

Search for code inspections

+

To quickly find and run an inspection, press &shortcut:RunInspection; and start typing the name of the + inspection or its group. Choose the inspection from the suggestion list and specify the scope.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GoToSymbol.html b/ideTipsAndTricks/resources/tips/GoToSymbol.html new file mode 100644 index 000000000000..66d3f2449933 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GoToSymbol.html @@ -0,0 +1,11 @@ + + + + + + + +

Navigate to a symbol

+

To quickly open any class, field, or function in the editor, press &shortcut:GotoSymbol; (Navigate | Symbol) and start typing its name.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/GotoLineInFile.html b/ideTipsAndTricks/resources/tips/GotoLineInFile.html new file mode 100644 index 000000000000..4740b7709e2a --- /dev/null +++ b/ideTipsAndTricks/resources/tips/GotoLineInFile.html @@ -0,0 +1,11 @@ + + + + + + + +

Navigate to a line

+

You can open a file in the editor at a particular line. Press &shortcut:GotoFile; (Navigate | File), + start typing the filename, and then type : followed by the line number.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/HideWidgets.html b/ideTipsAndTricks/resources/tips/HideWidgets.html new file mode 100644 index 000000000000..b86cb25aacdf --- /dev/null +++ b/ideTipsAndTricks/resources/tips/HideWidgets.html @@ -0,0 +1,11 @@ + + + + + + + +

Configure widgets in the status bar

+

You can configure the set of widgets that appear in the status bar. Right-click a widget and select the items you want to see.

+

Widgets popup

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/HierarchyBrowser.html b/ideTipsAndTricks/resources/tips/HierarchyBrowser.html new file mode 100644 index 000000000000..34d35d5ac8b0 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/HierarchyBrowser.html @@ -0,0 +1,13 @@ + + + + + + + +

View inheritance hierarchy

+

To see the inheritance hierarchy for the selected class, press &shortcut:TypeHierarchy; (Navigate | Type Hierarchy). You can also invoke the hierarchy view directly from the editor to see the + hierarchy for the currently edited class.

+

Type hierarchy browser

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/HighlightImplements.html b/ideTipsAndTricks/resources/tips/HighlightImplements.html new file mode 100644 index 000000000000..1fd1deb55c4a --- /dev/null +++ b/ideTipsAndTricks/resources/tips/HighlightImplements.html @@ -0,0 +1,11 @@ + + + + + + + +

Highlight implementations

+

To view all methods of the implemented interfaces in a class, place the caret at the implements + keyword in the class declaration and press &shortcut:HighlightUsagesInFile;:

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/HighlightMethodExitPoint.html b/ideTipsAndTricks/resources/tips/HighlightMethodExitPoint.html new file mode 100644 index 000000000000..e23840931050 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/HighlightMethodExitPoint.html @@ -0,0 +1,11 @@ + + + + + + + +

Highlight method's exit points

+

To view all exit points of a method, place the caret at one of them, for example the return statement, + and press &shortcut:HighlightUsagesInFile;:

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/HighlightThrows.html b/ideTipsAndTricks/resources/tips/HighlightThrows.html new file mode 100644 index 000000000000..c5087daedb5d --- /dev/null +++ b/ideTipsAndTricks/resources/tips/HighlightThrows.html @@ -0,0 +1,13 @@ + + + + + + + +

Highlight statements that may throw exceptions

+

You can view all statements within the method where certain exceptions can be thrown. Place the caret at the throws + statement and press &shortcut:HighlightUsagesInFile;.

+

Highlight caught exceptions

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/HighlightUsagesInFile.html b/ideTipsAndTricks/resources/tips/HighlightUsagesInFile.html new file mode 100644 index 000000000000..df763c9e2503 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/HighlightUsagesInFile.html @@ -0,0 +1,14 @@ + + + + + + + +

Highlight usages within a file

+

Press &shortcut:HighlightUsagesInFile; (Edit | Find Usages | Highlight Usages in File) to quickly highlight usages of a certain variable in the + current file.

+

Press &shortcut:FindNext; and &shortcut:FindPrevious; to navigate through the + highlighted usages. Press &shortcut:EditorEscape; to remove highlighting.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/HorizontalScrolling.html b/ideTipsAndTricks/resources/tips/HorizontalScrolling.html new file mode 100644 index 000000000000..6c28e9ba4eb2 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/HorizontalScrolling.html @@ -0,0 +1,10 @@ + + + + + + + +

Horizontal scroll

+

To scroll a file horizontally, turn the mouse wheel while keeping Shift pressed.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ImagesLookup.html b/ideTipsAndTricks/resources/tips/ImagesLookup.html new file mode 100644 index 000000000000..a208bb8f94c2 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ImagesLookup.html @@ -0,0 +1,12 @@ + + + + + + + +

Preview references images

+

Preview a referenced image in a popup instead a separate editor tab: place the caret at the image name and press + &shortcut:QuickImplementations;.

+

Preview image in a popup

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/InsertLiveTemplate.html b/ideTipsAndTricks/resources/tips/InsertLiveTemplate.html new file mode 100644 index 000000000000..e0bbf9e1c2cb --- /dev/null +++ b/ideTipsAndTricks/resources/tips/InsertLiveTemplate.html @@ -0,0 +1,14 @@ + + + + + + + +

See available live templates

+

If you do not remember a live template abbreviation, press &shortcut:InsertLiveTemplate; to see a list of + suggestions for the current context. For example, type it and press + &shortcut:InsertLiveTemplate; to see what happens.

+

Inserting live template

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/InspectCode.html b/ideTipsAndTricks/resources/tips/InspectCode.html new file mode 100644 index 000000000000..1f0e9c36317c --- /dev/null +++ b/ideTipsAndTricks/resources/tips/InspectCode.html @@ -0,0 +1,11 @@ + + + + + + + +

Inspect code

+

Use Code | Inspect Code to run code analysis for the whole project or a custom scope and examine the results + in a separate window.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/IntroduceVariable.html b/ideTipsAndTricks/resources/tips/IntroduceVariable.html new file mode 100644 index 000000000000..79c97ea33643 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/IntroduceVariable.html @@ -0,0 +1,13 @@ + + + + + + + +

Extract Variable refactoring

+

The Extract Variable refactoring wraps a selected expression into a variable. It adds a new variable + declaration and uses the expression as an initializer. Select an expression and press &shortcut:IntroduceVariable; + (Refactor | Extract/Introduce | Variable).

+

extract variable

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/IntroduceVariableIncompleteCode.html b/ideTipsAndTricks/resources/tips/IntroduceVariableIncompleteCode.html new file mode 100644 index 000000000000..2e1b302df27b --- /dev/null +++ b/ideTipsAndTricks/resources/tips/IntroduceVariableIncompleteCode.html @@ -0,0 +1,11 @@ + + + + + + + +

Extract Variable

+

You can use the Extract Variable refactoring on incomplete statements. Press &shortcut:IntroduceVariable; + and choose an expression.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/JarDiff.html b/ideTipsAndTricks/resources/tips/JarDiff.html new file mode 100644 index 000000000000..62cee86f24cb --- /dev/null +++ b/ideTipsAndTricks/resources/tips/JarDiff.html @@ -0,0 +1,16 @@ + + + + + + + +

Compare archives

+

To compare two .jar, .zip or + .phar archives or even files inside an archive, select them in the Project + tool window and press &shortcut:CompareTwoFiles;.

+

The Compare Archives feature is integrated with the Java bytecode decompiler and allows you to see what + exactly has changed between two different versions of a library.

+

Comparing two JUnit libraries

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/JoinLines.html b/ideTipsAndTricks/resources/tips/JoinLines.html new file mode 100644 index 000000000000..261ecbd7e542 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/JoinLines.html @@ -0,0 +1,10 @@ + + + + + + + +

Join lines

+

To join two lines into one and remove unnecessary spaces, press &shortcut:EditorJoinLines;.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/LayoutCode.html b/ideTipsAndTricks/resources/tips/LayoutCode.html new file mode 100644 index 000000000000..07d21c5f3e76 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/LayoutCode.html @@ -0,0 +1,11 @@ + + + + + + + +

Reformat code

+

To reformat code according to the current code style settings, select Code | Reformat Code from the main + menu or press &shortcut:ReformatCode;.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/LensMode.html b/ideTipsAndTricks/resources/tips/LensMode.html new file mode 100644 index 000000000000..97a7051fd523 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/LensMode.html @@ -0,0 +1,14 @@ + + + + + + + +

Lens mode

+

To preview code without actually scrolling to it, hover your mouse pointer over a warning, error stripe, or just some section of source + code on the scrollbar, and you will see a lens:

+

Code lens

+

To disable the lens, right-click the error stripe in the scrollbar and clear the + Show code lens on scrollbar hover checkbox.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/LineEndings.html b/ideTipsAndTricks/resources/tips/LineEndings.html new file mode 100644 index 000000000000..bdc16524aae4 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/LineEndings.html @@ -0,0 +1,11 @@ + + + + + + + +

Line separators

+

To check which line separators are used in the current file, look at the status bar:

+

Line separator

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/LineEndingsFolder.html b/ideTipsAndTricks/resources/tips/LineEndingsFolder.html new file mode 100644 index 000000000000..b7748c4249f5 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/LineEndingsFolder.html @@ -0,0 +1,13 @@ + + + + + + + +

Change line separators

+

You do not need to open a file in the editor to change its line separator style. Use the Project tool window + instead: select one or more files or folders, select File | File Properties| Line Separators from the main + menu, and then choose the desired line ending style.

+

For a directory, new line separator applies recursively.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/LiveTemplates.html b/ideTipsAndTricks/resources/tips/LiveTemplates.html new file mode 100644 index 000000000000..670b8aa3d3f6 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/LiveTemplates.html @@ -0,0 +1,16 @@ + + + + + + + +

Live templates

+

Use live templates to insert frequent code constructs.

+

Live template

+

When you select a live template from the suggestion list, the template expands to the variant that is defined on the Editor | Live Templates page of the Settings/Preferences dialog (&shortcut:ShowSettings;).

+

Apply a live template

+

Use Tab to move between the template fields.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/MoveInnerToUpper.html b/ideTipsAndTricks/resources/tips/MoveInnerToUpper.html new file mode 100644 index 000000000000..1c570f207484 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/MoveInnerToUpper.html @@ -0,0 +1,12 @@ + + + + + + + +

The Move refactoring

+

When you invoke the Move refactoring &shortcut:Move; on an inner class that is + declared static, you are prompted to either make it a top-level class, or move it to another class.

+

Move inner class

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/MoveUpDown.html b/ideTipsAndTricks/resources/tips/MoveUpDown.html new file mode 100644 index 000000000000..00c1d6f0ee13 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/MoveUpDown.html @@ -0,0 +1,14 @@ + + + + + + + +

Move statements up and down

+

The Code | Move Statement Up/Down actions are useful for reorganizing code lines, for example for bringing a + variable declaration closer to the variable usage.

+

Select a code fragment and press &shortcut:MoveStatementUp; or + &shortcut:MoveStatementDown;.

+

When nothing is selected in the editor, the line at the caret position will be moved.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Multicursor.html b/ideTipsAndTricks/resources/tips/Multicursor.html new file mode 100644 index 000000000000..6d130c6d7a0c --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Multicursor.html @@ -0,0 +1,15 @@ + + + + + + + +

Use multiple carets

+

In OpenIDE, you can use multiple carets. Press and hold Shift+Alt (on Windows and Linux) / + ⇧⌥ (on macOS) and then click at different positions to set additional carets in the editor.

+

Multiple carets

+

You can then press Shift with the left or right arrow keys to select multiple text fragments.

+

Multiple selection

+

Press &shortcut:EditorEscape; to remove all the carets except for the recently added one.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Multiselection1.html b/ideTipsAndTricks/resources/tips/Multiselection1.html new file mode 100644 index 000000000000..2f4eed5a8dea --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Multiselection1.html @@ -0,0 +1,12 @@ + + + + + + + +

Edit multiple lines at the same time

+

To select multiple fragments in the column mode &shortcut:EditorToggleColumnMode;, press and hold Ctrl+Alt+Shift (on Windows + and Linux) / ⌘⌥⇧ (on macOS), and drag the mouse:

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Multiselection2.html b/ideTipsAndTricks/resources/tips/Multiselection2.html new file mode 100644 index 000000000000..99b525c3a20b --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Multiselection2.html @@ -0,0 +1,12 @@ + + + + + + + +

Select several code fragments

+

To select multiple text fragments and modify all of them at the same time, press and hold Shift+Alt (on + Windows and Linux) / ⇧⌥ (on macOS) and drag your mouse across the text:

+

Multiple selection

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/MultiselectionWords.html b/ideTipsAndTricks/resources/tips/MultiselectionWords.html new file mode 100644 index 000000000000..fdc9a93ea38e --- /dev/null +++ b/ideTipsAndTricks/resources/tips/MultiselectionWords.html @@ -0,0 +1,13 @@ + + + + + + + +

Select several code elements

+

To select several code elements, press and hold Shift+Alt (on Windows and Linux) / ⇧⌥ + (macOS), and double-click each word you want to select.

+

Selecting several words

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/NavigateBetweenErrors.html b/ideTipsAndTricks/resources/tips/NavigateBetweenErrors.html new file mode 100644 index 000000000000..07524146d595 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/NavigateBetweenErrors.html @@ -0,0 +1,11 @@ + + + + + + + +

Jump between errors

+

Press &shortcut:GotoNextError; or &shortcut:GotoPreviousError; to jump to the + next or previous error respectively in the current file.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/OverrideImplementMethods.html b/ideTipsAndTricks/resources/tips/OverrideImplementMethods.html new file mode 100644 index 000000000000..4ac6cc8c5498 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/OverrideImplementMethods.html @@ -0,0 +1,13 @@ + + + + + + + +

Override methods

+

You can easily override methods of the base class by pressing &shortcut:OverrideMethods; (Code | Override Methods).

+

To implement methods of the interfaces (or of the abstract base class) that the current class implements, press + &shortcut:ImplementMethods; (Code | Implement Methods).

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/PostfixCompletion.html b/ideTipsAndTricks/resources/tips/PostfixCompletion.html new file mode 100644 index 000000000000..b1cd7346aa19 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/PostfixCompletion.html @@ -0,0 +1,13 @@ + + + + + + + +

Postfix code completion

+

Postfix code completion is applied from right to left to avoid backward caret jumps when coding. Type a dot + . after the code fragment that you want to change and select the desired option.

+

To see the suggestion list with postfix templates, you can also press &shortcut:InsertLiveTemplate;.

+

Postfix completion

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/PrintKeywords.html b/ideTipsAndTricks/resources/tips/PrintKeywords.html new file mode 100644 index 000000000000..b81c7e917e04 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/PrintKeywords.html @@ -0,0 +1,12 @@ + + + + + + + +

Use keywords for printouts

+

To make your printouts (File | Print) nice and informative, use keywords.

+

For example, use $DATE$ and $TIME$ to specify the exact date and + time of the printout.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/QuickJavaDoc.html b/ideTipsAndTricks/resources/tips/QuickJavaDoc.html new file mode 100644 index 000000000000..415eb46d53e1 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/QuickJavaDoc.html @@ -0,0 +1,13 @@ + + + + + + + +

Quick code documentation

+

To quickly see the documentation for a class or method at the caret, press &shortcut:QuickJavaDoc; (View | Quick Documentation).

+

Viewing quick documentation

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/QuickJavaDocInLookups.html b/ideTipsAndTricks/resources/tips/QuickJavaDocInLookups.html new file mode 100644 index 000000000000..3da17f7fa77d --- /dev/null +++ b/ideTipsAndTricks/resources/tips/QuickJavaDocInLookups.html @@ -0,0 +1,15 @@ + + + + + + + +

View code reference information

+

You can use &shortcut:QuickJavaDoc; (View | Quick Documentation), + &shortcut:ParameterInfo; (View | Parameter Info), + &shortcut:GotoDeclaration; (Navigate | Declaration), and similar shortcut + s not only in the editor but also in the suggestions list while using code completion.

+

View quick documentation is suggestions list

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/QuickSwitchScheme.html b/ideTipsAndTricks/resources/tips/QuickSwitchScheme.html new file mode 100644 index 000000000000..43d6d7a9bbe2 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/QuickSwitchScheme.html @@ -0,0 +1,12 @@ + + + + + + + +

Switch scheme

+

You can apply a different code style, coloring scheme, or keymap with a single keystroke right from the editor. Press + &shortcut:QuickChangeScheme; (View | Quick Switch Scheme) to specify + the scheme you want to switch to.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ReaderMode.html b/ideTipsAndTricks/resources/tips/ReaderMode.html new file mode 100644 index 000000000000..01cefe7ba3af --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ReaderMode.html @@ -0,0 +1,12 @@ + + + + + + + +

Reader mode

+

Using options in Settings/Preferences | Editor | Reader Mode settings you can configure how to display code + and comments in read-only files and libraries to make them easier to read and understand.

+

You can enable inlay hints, font ligatures, adjust line spacing, toggle rendered view of comments, and so on.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/RecentChanges.html b/ideTipsAndTricks/resources/tips/RecentChanges.html new file mode 100644 index 000000000000..9baf2350b062 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/RecentChanges.html @@ -0,0 +1,10 @@ + + + + + + + +

View recent changes

+

Use &shortcut:RecentChanges; to quickly review recent changes in the project.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/RecentFiles.html b/ideTipsAndTricks/resources/tips/RecentFiles.html new file mode 100644 index 000000000000..11ad4abae404 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/RecentFiles.html @@ -0,0 +1,12 @@ + + + + + + + +

View recent files

+

Press &shortcut:RecentFiles; (View | Recent Files) to view the list of + recently opened files.

+

Recent files

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/RecentSearch.html b/ideTipsAndTricks/resources/tips/RecentSearch.html new file mode 100644 index 000000000000..3cefa33dd867 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/RecentSearch.html @@ -0,0 +1,12 @@ + + + + + + + +

Recent search history

+

When searching for a text string in a file, use recent search history. Press &shortcut:Find; to open the + search bar and then press &shortcut:ShowSearchHistory; to show the list of recent entries.

+

Recent search history

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/RefactorThis.html b/ideTipsAndTricks/resources/tips/RefactorThis.html new file mode 100644 index 000000000000..e9141baaabce --- /dev/null +++ b/ideTipsAndTricks/resources/tips/RefactorThis.html @@ -0,0 +1,12 @@ + + + + + + + +

Refactor This

+

If you position the caret at a symbol and press &shortcut:Refactorings.QuickListPopupAction;, the list of + refactorings that are applicable to the current context will open.

+

Refactor this

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/RemoveBreakpoint.html b/ideTipsAndTricks/resources/tips/RemoveBreakpoint.html new file mode 100644 index 000000000000..acf33a75fb68 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/RemoveBreakpoint.html @@ -0,0 +1,13 @@ + + + + + + + +

Breakpoints

+

To avoid accidentally removing breakpoints, you can choose to remove them by dragging them from the gutter. Press + &shortcut:ShowSettings;, go to Build, Execution, Deployment | Debugger and + select Drag to the editor or click with middle mouse button.

+

Click a breakpoint to enable or disable it.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Rename.html b/ideTipsAndTricks/resources/tips/Rename.html new file mode 100644 index 000000000000..9c32e69d77f4 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Rename.html @@ -0,0 +1,13 @@ + + + + + + + +

The Rename refactoring

+

You can easily rename your classes, methods, and variables with automatic correction of all places where they are used.

+

Position the caret at the symbol you want to rename, and press &shortcut:RenameElement; + (Refactor | Rename). Type the new name and press &shortcut:EditorEnter;.

+

Rename refactoring

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/RunTests.html b/ideTipsAndTricks/resources/tips/RunTests.html new file mode 100644 index 000000000000..37a70bdd1c81 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/RunTests.html @@ -0,0 +1,12 @@ + + + + + + + +

Run tests

+

To quickly run all methods in a test class, click the Run All button in the gutter and + select Run '<TestClass>':

+

To run a single method, click the Run button in the gutter.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Scratch.html b/ideTipsAndTricks/resources/tips/Scratch.html new file mode 100644 index 000000000000..541dc15bcce6 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Scratch.html @@ -0,0 +1,11 @@ + + + + + + + +

Scratch files

+

Scratch files are temporary files that let you experiment and prototype in the editor, without creating any project files.

+

To create a scratch file, press &shortcut:NewScratchFile;, and then select the language to use.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SearchEverywhere.html b/ideTipsAndTricks/resources/tips/SearchEverywhere.html new file mode 100644 index 000000000000..2dae3e824669 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SearchEverywhere.html @@ -0,0 +1,15 @@ + + + + + + + +

Search Everywhere

+

Press Shift twice to search for files, actions, symbols, UI elements, Git branches and comments across your + project. Pressing double Shift again, will extend the search to non-project items.

+

Use tabs or direct shortcuts &shortcut:GotoClass; for classes, &shortcut:GotoFile; for files, &shortcut:GotoSymbol; for symbols, and &shortcut:GotoAction; for actions to narrow your search results.

+

Search everywhere

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SearchEverywhereSettings.html b/ideTipsAndTricks/resources/tips/SearchEverywhereSettings.html new file mode 100644 index 000000000000..7cebcc1dab01 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SearchEverywhereSettings.html @@ -0,0 +1,13 @@ + + + + + + + +

Search for settings and plugins

+

Enter / in the search field of the Search Everywhere (Shift twice) + window to search for a group of settings, their options, and plugins.

+

Search Everywhere: settings, plugins, URL mappings

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SearchForGit.html b/ideTipsAndTricks/resources/tips/SearchForGit.html new file mode 100644 index 000000000000..6b0c3b4d0764 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SearchForGit.html @@ -0,0 +1,13 @@ + + + + + + + +

Search for Git commits

+

Press Shift twice and search for a Git branch, tag, commit hash, or message to jump to it in the Log view:

+

Search everywhere for Git branches and commits

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SecondBasicClassNameCompletion.html b/ideTipsAndTricks/resources/tips/SecondBasicClassNameCompletion.html new file mode 100644 index 000000000000..4a146dc8720c --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SecondBasicClassNameCompletion.html @@ -0,0 +1,13 @@ + + + + + + + +

Code completion

+

Code completion suggests the choices that are reachable from the current caret position as you type. Press &shortcut:CodeCompletion; + twice to also see inaccessible classes and members.

+

Extended code completion

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SecondSmartCompletionArrayMember.html b/ideTipsAndTricks/resources/tips/SecondSmartCompletionArrayMember.html new file mode 100644 index 000000000000..42a7c71bf2c8 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SecondSmartCompletionArrayMember.html @@ -0,0 +1,11 @@ + + + + + + + +

Type-Matching code completion

+

When there's an array of the expected type in the context, invoke the Type-Matching code completion (&shortcut:SmartTypeCompletion;) + twice. The IDE will suggest getting an element from this array.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SecondSmartCompletionAsList.html b/ideTipsAndTricks/resources/tips/SecondSmartCompletionAsList.html new file mode 100644 index 000000000000..7ccebf16d0fa --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SecondSmartCompletionAsList.html @@ -0,0 +1,12 @@ + + + + + + + +

Type-Matching code completion

+

When a collection type is expected, invoke the Type-Matching code completion (&shortcut:SmartTypeCompletion;) twice. The IDE will search for arrays with the same component type and + suggest converting them using the Arrays.asList() call.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SecondSmartCompletionChain.html b/ideTipsAndTricks/resources/tips/SecondSmartCompletionChain.html new file mode 100644 index 000000000000..204cce2cc986 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SecondSmartCompletionChain.html @@ -0,0 +1,11 @@ + + + + + + + +

Type-Matching completion

+

Invoking Type-Matching code completion (&shortcut:SmartTypeCompletion;) twice will search for chained + expressions of the expected type.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SecondSmartCompletionToar.html b/ideTipsAndTricks/resources/tips/SecondSmartCompletionToar.html new file mode 100644 index 000000000000..2fc258cf775a --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SecondSmartCompletionToar.html @@ -0,0 +1,12 @@ + + + + + + + +

Type-Matching code completion

+

When an array type is expected, invoke the Type-Matching code completion (&shortcut:SmartTypeCompletion;) + twice. The IDE will search for collections with the same component type and suggest converting them using the toArray() call.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SelectIn.html b/ideTipsAndTricks/resources/tips/SelectIn.html new file mode 100644 index 000000000000..c7173ee102e9 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SelectIn.html @@ -0,0 +1,11 @@ + + + + + + + +

Select In

+

To quickly select the currently edited element (a class, file, method, or field) in another view, press &shortcut:SelectIn; + or call Navigate | Select In.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/ShowUsages.html b/ideTipsAndTricks/resources/tips/ShowUsages.html new file mode 100644 index 000000000000..6bea28056031 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/ShowUsages.html @@ -0,0 +1,14 @@ + + + + + + + +

Show usages

+

You can view the list of all usages of a class, method or variable across the whole project, and quickly navigate to the selected item. + Place the caret at a symbol and press &shortcut:ShowUsages; (Edit | Find Usages | Show Usages). +

+

To jump to a usage, select it from the list and press &shortcut:EditorEnter;.

+

Show usages

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SmartTypeAfterNew.html b/ideTipsAndTricks/resources/tips/SmartTypeAfterNew.html new file mode 100644 index 000000000000..ab20709346c2 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SmartTypeAfterNew.html @@ -0,0 +1,13 @@ + + + + + + + +

Type-Matching code completion

+

Use the Type-Matching completion &shortcut:SmartTypeCompletion; after the new keyword to instantiate an object of the expected type.

+

Smart completion after the 'new' keyword

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SmartTypeCasting.html b/ideTipsAndTricks/resources/tips/SmartTypeCasting.html new file mode 100644 index 000000000000..acb9a27268bf --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SmartTypeCasting.html @@ -0,0 +1,12 @@ + + + + + + + +

Type-Matching completion

+

When you need to cast an expression value to the required type, use Type-Matching completion. For example, type String s = ( and press &shortcut:SmartTypeCompletion; to see what + happens.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SmartTypeCompletion.html b/ideTipsAndTricks/resources/tips/SmartTypeCompletion.html new file mode 100644 index 000000000000..6d1ac0ee37e4 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SmartTypeCompletion.html @@ -0,0 +1,15 @@ + + + + + + + +

Type-Matching code completion

+

The type-matching code completion analyzes the expected type of the whole expression and helps to find methods and variables that are + applicable in the current context. It works after the return keyword, in an assignment, in the + argument list of a method call, and other places. Press &shortcut:SmartTypeCompletion; (Code | Code Completion | Type-Matching) to get the completion list filtered.

+

Smart type completion

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SpeedSearch.html b/ideTipsAndTricks/resources/tips/SpeedSearch.html new file mode 100644 index 000000000000..4a3d5554f494 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SpeedSearch.html @@ -0,0 +1,12 @@ + + + + + + + +

Speed search in tree views

+

Speed search is available in all tree views, for example, in the Project tool window. Start typing, and + you'll quickly locate the necessary item.

+

Speed search

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Spellchecker.html b/ideTipsAndTricks/resources/tips/Spellchecker.html new file mode 100644 index 000000000000..dee53c931181 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Spellchecker.html @@ -0,0 +1,16 @@ + + + + + + + +

Check spelling and grammar

+

Spelling and grammar checks are enabled by default. These checks are provided by the Grazie plugin, which is bundled with the IDE. To + configure proofreading settings, open settings by pressing &shortcut:ShowSettings; and navigate to + Editor | Natural Languages | Grammar.

+

All texts, including comments, textual strings and literals, are inspected against the pre-defined or custom dictionaries. Typos are + highlighted so that you can choose the correct word, accept the current spelling, or disable the inspection.

+

To fix a spelling or grammar error, press &shortcut:ShowIntentionActions; to see the list of available + actions.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SpellcheckerDictionaries.html b/ideTipsAndTricks/resources/tips/SpellcheckerDictionaries.html new file mode 100644 index 000000000000..158f1b2cf6b0 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SpellcheckerDictionaries.html @@ -0,0 +1,13 @@ + + + + + + + +

Add custom dictionaries to check spelling

+

When some words are missing in the pre-defined dictionaries, you can create your own. A custom dictionary is a .dic text file containing each word on a new line.

+

To add new dictionaries, open settings by pressing &shortcut:ShowSettings; and navigate to Editor | Natural Languages | Spelling.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SplitEditor.html b/ideTipsAndTricks/resources/tips/SplitEditor.html new file mode 100644 index 000000000000..51bca7cb51c1 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SplitEditor.html @@ -0,0 +1,12 @@ + + + + + + + +

View files side by side

+

You can view multiple files side by side in the editor. Right-click the desired editor tab and select how you want to split the editor + (Split Right or Split Down).

+

Alternatively, drag a tab to any area of the editor to activate split-screen mode.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/SurroundWith.html b/ideTipsAndTricks/resources/tips/SurroundWith.html new file mode 100644 index 000000000000..9f39459ebe9b --- /dev/null +++ b/ideTipsAndTricks/resources/tips/SurroundWith.html @@ -0,0 +1,14 @@ + + + + + + + +

Surround code fragments

+

You can quickly wrap a code block in useful constructs. Select it in the editor and press &shortcut:SurroundWith; (Code | Surround With).

+

The list of available options or wrappers is context-sensitive and depends on the language. For example, you can surround html blocks with tags, and so on.

+

Surround with

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/Switcher.html b/ideTipsAndTricks/resources/tips/Switcher.html new file mode 100644 index 000000000000..c39e1ca888a4 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/Switcher.html @@ -0,0 +1,14 @@ + + + + + + + +

Use the switcher for navigation

+

Use the switcher &shortcut:Switcher; to navigate between opened files and tool windows. Keep Ctrl pressed to leave the switcher popup open. For navigation, use Tab and + Shift+Tab.

+

Press Delete or BackSpace to close an editor tab or hide a tool window.

+ + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/TabInLookups.html b/ideTipsAndTricks/resources/tips/TabInLookups.html new file mode 100644 index 000000000000..9e76e4579202 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/TabInLookups.html @@ -0,0 +1,13 @@ + + + + + + + +

Code completion

+

When using code completion, you can accept the currently highlighted selection in the popup list by pressing + &shortcut:EditorChooseLookupItemReplace;.

+

Unlike accepting with &shortcut:EditorChooseLookupItem;, the selected name will overwrite the rest of the + name to the right of the caret. This can be especially useful for replacing one method or variable name with another.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/TagNameCompletion.html b/ideTipsAndTricks/resources/tips/TagNameCompletion.html new file mode 100644 index 000000000000..9ac823eb8bbb --- /dev/null +++ b/ideTipsAndTricks/resources/tips/TagNameCompletion.html @@ -0,0 +1,11 @@ + + + + + + + +

Complete XML tag names

+

Press &shortcut:CodeCompletion; twice to complete XML tag names from namespaces not declared in the current + file. If the namespace is not declared yet, the declaration is generated automatically.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/VariableNameCompletion.html b/ideTipsAndTricks/resources/tips/VariableNameCompletion.html new file mode 100644 index 000000000000..3d3fe37bbb0b --- /dev/null +++ b/ideTipsAndTricks/resources/tips/VariableNameCompletion.html @@ -0,0 +1,14 @@ + + + + + + + +

Complete variable names

+

Code completion can suggest a name for a variable when you declare it. For example, start typing private FileOutputStream. + The IDE will show you a list with suggestions.

+

complete variable name

+

You can customize name prefixes for local variables, parameters, instance and static fields in the Settings/Preferences + dialog (&shortcut:ShowSettings;) under Code Style.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/VcsQuickList.html b/ideTipsAndTricks/resources/tips/VcsQuickList.html new file mode 100644 index 000000000000..6284a8574550 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/VcsQuickList.html @@ -0,0 +1,12 @@ + + + + + + + +

Access VCS-related options

+

Press &shortcut:Vcs.QuickListPopupAction; to access all VCS-related commands available in the current + context.

+

VCS Operations Popup

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/WideScreen.html b/ideTipsAndTricks/resources/tips/WideScreen.html new file mode 100644 index 000000000000..7b9cef256061 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/WideScreen.html @@ -0,0 +1,12 @@ + + + + + + + +

Adjust tool window layout

+

Adjust the IDE tool windows layout to make better use of your screen area.

+

Toggle between the vertical and side-by-side placement of the tool windows by pressing Ctrl+Click (on + Windows and Linux) / ⌘+Click (on macOS) on the splitter.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/WildcardsInNavigationPopups.html b/ideTipsAndTricks/resources/tips/WildcardsInNavigationPopups.html new file mode 100644 index 000000000000..6f0571034063 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/WildcardsInNavigationPopups.html @@ -0,0 +1,14 @@ + + + + + + + +

Wildcards in Search Everywhere

+

Use text patterns in Search Everywhere (double Shift) when searching for a class, file, or symbol. Use + * and space:

+

* stands for any number of arbitrary characters.

+

space marks the end of a pattern. The preceding string is considered not just a prefix but a whole + pattern.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/add_jdk.html b/ideTipsAndTricks/resources/tips/add_jdk.html new file mode 100644 index 000000000000..ed59b95e01f0 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/add_jdk.html @@ -0,0 +1,13 @@ + + + + + + + +

Add JDK for your project

+

You can add JDK of the required version and vendor right from the IDE. Go to File | Project Structure | Project, + expand the SDK list, and select Download JDK. This option is also available for + new projects in the New Project wizard (File | New | Project).

+

Adding JDK

+ diff --git a/ideTipsAndTricks/resources/tips/css/tips.css b/ideTipsAndTricks/resources/tips/css/tips.css new file mode 100644 index 000000000000..138092126af6 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/css/tips.css @@ -0,0 +1,51 @@ +body { + /*background: #ffffff;*/ +} +h1, p, ul { + font-family: 'Droid Sans', Roboto, arial, sans-serif; +} +.code, .code_emphasis, .code_keyword, pre, .shortcut { + font-family: 'JetBrains Mono', monospace; +} +h1, p, pre, ul { + /*font-size: 10px;*/ + /*color: #3f3f3f;*/ +} +p, ul { + margin-top: 6px; +} +h1, p, ul { + margin-bottom: 0; +} +ul { + margin-left: 0; + padding-left: 14px; +} +h1, .image, pre { + margin-top: 10px; +} +.image, pre { + margin-bottom: 2px; +} +pre { + margin-right: 6px; + border-style: solid; + border-width: 1px; + border-color: #d0d0d0; + background-color: #fbfbfb; + padding-left: 10px; + padding-top: 6px; + padding-bottom: 6px; +} +.control, h1 { + font-weight: bold; +} +.control { + color: #808080; +} +.caret, .code_emphasis, .code_keyword, .emphasis, .shortcut { + color: #990000; +} +pre .keyword{ + color: #000080; +} diff --git a/ideTipsAndTricks/resources/tips/css/tips_darcula.css b/ideTipsAndTricks/resources/tips/css/tips_darcula.css new file mode 100644 index 000000000000..78f4abc91654 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/css/tips_darcula.css @@ -0,0 +1,66 @@ +/* + * Copyright 2000-2013 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +body { + color: #bbbbbb; +} +h1, p, ul { + font-family: 'Droid Sans', Roboto, arial, sans-serif; +} +.code, .code_emphasis, .code_keyword, pre, .shortcut { + font-family: 'JetBrains Mono', monospace; +} +h1, p, pre, ul { + /*font-size: 10px;*/ + /*color: #3f3f3f;*/ +} +p, ul { + margin-top: 6px; +} +h1, p, ul { + margin-bottom: 0; +} +ul { + margin-left: 0; + padding-left: 14px; +} +h1, .image, pre { + margin-top: 10px; +} +.image, pre { + margin-bottom: 2px; +} +pre { + margin-right: 6px; + border-style: solid; + border-width: 0px; + padding-left: 10px; + padding-left: 10px; + padding-top: 6px; + padding-bottom: 6px; +} +.control, h1 { + font-weight: bold; +} +.control { + color: #d19a67; +} +.caret, .code_emphasis, .code_keyword, .emphasis, .shortcut { + color: #cb7d4a; + font-weight: bold; +} +pre .keyword{ + color: #cb7832; +} diff --git a/ideTipsAndTricks/resources/tips/find_usages.html b/ideTipsAndTricks/resources/tips/find_usages.html new file mode 100644 index 000000000000..eed6a2f670d8 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/find_usages.html @@ -0,0 +1,12 @@ + + + + + + + +

Find usages

+

Press &shortcut:FindUsages; to quickly locate all occurrences of code referencing the symbol at the caret, + no matter if the symbol is a part of a class, method, field, parameter, or another statement.

+

Find Usages

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_filestructure@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_filestructure@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_filestructure@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_filestructure@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_filestructure@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_filestructure@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_goto_camel_completion@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_goto_camel_completion@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_goto_camel_completion@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_goto_camel_completion@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_goto_camel_completion@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_goto_camel_completion@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_move_inner@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_move_inner@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_move_inner@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_move_inner@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_move_inner@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_move_inner@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_showUsages@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_showUsages@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_showUsages@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_showUsages@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_showUsages@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/ij_tips_showUsages@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tip_search_everywhere_git@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tip_search_everywhere_git@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tip_search_everywhere_git@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tip_search_everywhere_git@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tip_search_everywhere_git@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tip_search_everywhere_git@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tips_evaluate_expression@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tips_evaluate_expression@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tips_evaluate_expression@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tips_evaluate_expression@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tips_evaluate_expression@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tips_evaluate_expression@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere_settings@2x.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere_settings@2x.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere_settings@2x.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere_settings@2x_dark.png.xml b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere_settings@2x_dark.png.xml new file mode 100644 index 000000000000..6b3819faef38 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/.comments/tips_search_everywhere_settings@2x_dark.png.xml @@ -0,0 +1,9 @@ + + + + + + Screenshot + + + diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.execute.png b/ideTipsAndTricks/resources/tips/images/app.actions.execute.png new file mode 100644 index 000000000000..fb715bc6da66 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.actions.execute.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.execute@2x.png b/ideTipsAndTricks/resources/tips/images/app.actions.execute@2x.png new file mode 100644 index 000000000000..f1d768583cf9 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.actions.execute@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.execute@2x_dark.png b/ideTipsAndTricks/resources/tips/images/app.actions.execute@2x_dark.png new file mode 100644 index 000000000000..2d56fd481e00 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.actions.execute@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.execute_dark.png b/ideTipsAndTricks/resources/tips/images/app.actions.execute_dark.png new file mode 100644 index 000000000000..1f42d8ace47f Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.actions.execute_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.runAll.png b/ideTipsAndTricks/resources/tips/images/app.actions.runAll.png new file mode 100644 index 000000000000..b97c5dd16457 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.actions.runAll.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.runAll.svg b/ideTipsAndTricks/resources/tips/images/app.actions.runAll.svg new file mode 100644 index 000000000000..494f752ed0fb --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/app.actions.runAll.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.runAll_dark.png b/ideTipsAndTricks/resources/tips/images/app.actions.runAll_dark.png new file mode 100644 index 000000000000..ec662c3b4186 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.actions.runAll_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.actions.runAll_dark.svg b/ideTipsAndTricks/resources/tips/images/app.actions.runAll_dark.svg new file mode 100644 index 000000000000..2074655d699b --- /dev/null +++ b/ideTipsAndTricks/resources/tips/images/app.actions.runAll_dark.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft.png b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft.png new file mode 100644 index 000000000000..3a5277cf0f8d Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft@2x.png b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft@2x.png new file mode 100644 index 000000000000..5d694f67d28c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft_dark.png new file mode 100644 index 000000000000..462d4c991f4b Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsLeft_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight.png b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight.png new file mode 100644 index 000000000000..0d9be054847f Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight@2x.png b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight@2x.png new file mode 100644 index 000000000000..6f14c9ee5492 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight_dark.png new file mode 100644 index 000000000000..27fd66fa7fe9 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.applyNotConflictsRight_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown.png new file mode 100644 index 000000000000..e01b1b4206bd Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown@2x.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown@2x.png new file mode 100644 index 000000000000..39397c4c65c8 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown@2x_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown@2x_dark.png new file mode 100644 index 000000000000..f7d0791c2f1b Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown_dark.png new file mode 100644 index 000000000000..e54c525c98e6 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowLeftDown_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown.png new file mode 100644 index 000000000000..7f005f1d68fc Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown@2x.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown@2x.png new file mode 100644 index 000000000000..d116ce1447dd Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown@2x_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown@2x_dark.png new file mode 100644 index 000000000000..9c0c3a5b6d1d Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown_dark.png new file mode 100644 index 000000000000..6df2507058f8 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.arrowRightDown_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.remove.png b/ideTipsAndTricks/resources/tips/images/app.diff.remove.png new file mode 100644 index 000000000000..8bad73e26ae2 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.remove.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.remove@2x.png b/ideTipsAndTricks/resources/tips/images/app.diff.remove@2x.png new file mode 100644 index 000000000000..a6c1562b2ddb Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.remove@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.remove@2x_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.remove@2x_dark.png new file mode 100644 index 000000000000..f8911a58d065 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.remove@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.diff.remove_dark.png b/ideTipsAndTricks/resources/tips/images/app.diff.remove_dark.png new file mode 100644 index 000000000000..df091cd47310 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.diff.remove_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK.png b/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK.png new file mode 100644 index 000000000000..4ba59a036063 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK@2x.png b/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK@2x.png new file mode 100644 index 000000000000..60b6b235f462 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK_dark.png b/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK_dark.png new file mode 100644 index 000000000000..d0cde42b9a9b Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/app.general.inspectionsOK_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij-tips-compare-jars@2x.png b/ideTipsAndTricks/resources/tips/images/ij-tips-compare-jars@2x.png new file mode 100644 index 000000000000..24cf870db0de Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij-tips-compare-jars@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij-tips-compare-jars@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij-tips-compare-jars@2x_dark.png new file mode 100644 index 000000000000..e028dfc8f0bc Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij-tips-compare-jars@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij-tips-complete_statement@2x.png b/ideTipsAndTricks/resources/tips/images/ij-tips-complete_statement@2x.png new file mode 100644 index 000000000000..39e2a12661e4 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij-tips-complete_statement@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij-tips-complete_statement@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij-tips-complete_statement@2x_dark.png new file mode 100644 index 000000000000..e446dcc5362e Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij-tips-complete_statement@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_imageLookup@2x.png b/ideTipsAndTricks/resources/tips/images/ij_imageLookup@2x.png new file mode 100644 index 000000000000..2fc579606bd3 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_imageLookup@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_imageLookup@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_imageLookup@2x_dark.png new file mode 100644 index 000000000000..2702c3707d64 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_imageLookup@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips-fix_doc_comment@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips-fix_doc_comment@2x.png new file mode 100644 index 000000000000..2c90b8404003 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips-fix_doc_comment@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips-fix_doc_comment@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips-fix_doc_comment@2x_dark.png new file mode 100644 index 000000000000..850b7c8b2317 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips-fix_doc_comment@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_CodeCompletionSearch@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_CodeCompletionSearch@2x.png new file mode 100644 index 000000000000..95a89abb3157 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_CodeCompletionSearch@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_CodeCompletionSearch@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_CodeCompletionSearch@2x_dark.png new file mode 100644 index 000000000000..3d94d9a109d7 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_CodeCompletionSearch@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_add_jdk@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_add_jdk@2x.png new file mode 100644 index 000000000000..5bc58ac232a8 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_add_jdk@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_add_jdk@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_add_jdk@2x_dark.png new file mode 100644 index 000000000000..e43fe4bf3096 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_add_jdk@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_apply_append@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_append@2x.png new file mode 100644 index 000000000000..4190b77c98b7 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_append@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_apply_append@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_append@2x_dark.png new file mode 100644 index 000000000000..8aed4a5f256c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_append@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_apply_signature_change@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_signature_change@2x.png new file mode 100644 index 000000000000..360bfd1bf6bd Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_signature_change@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_apply_signature_change@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_signature_change@2x_dark.png new file mode 100644 index 000000000000..a1934b53c81d Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_apply_signature_change@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_breakpoint_speedmenu@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_breakpoint_speedmenu@2x.png new file mode 100644 index 000000000000..6b649f7e209d Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_breakpoint_speedmenu@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_breakpoint_speedmenu@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_breakpoint_speedmenu@2x_dark.png new file mode 100644 index 000000000000..ac2e1b709eb1 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_breakpoint_speedmenu@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_camel_completion@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_camel_completion@2x.png new file mode 100644 index 000000000000..f36782feb19f Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_camel_completion@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_camel_completion@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_camel_completion@2x_dark.png new file mode 100644 index 000000000000..8e3668565a22 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_camel_completion@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_change_lookup_sorting@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_change_lookup_sorting@2x.png new file mode 100644 index 000000000000..f448b017a6ad Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_change_lookup_sorting@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_change_lookup_sorting@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_change_lookup_sorting@2x_dark.png new file mode 100644 index 000000000000..904c697ce54d Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_change_lookup_sorting@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_checkregexp@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_checkregexp@2x.png new file mode 100644 index 000000000000..48714b655bef Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_checkregexp@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_checkregexp@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_checkregexp@2x_dark.png new file mode 100644 index 000000000000..06cd99ef6e74 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_checkregexp@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_code_completion@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_code_completion@2x.png new file mode 100644 index 000000000000..dfde8bf87d30 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_code_completion@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_code_completion@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_code_completion@2x_dark.png new file mode 100644 index 000000000000..f8747b69b2ea Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_code_completion@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_columnselection@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_columnselection@2x.png new file mode 100644 index 000000000000..10440cb09405 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_columnselection@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_columnselection@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_columnselection@2x_dark.png new file mode 100644 index 000000000000..66f249545698 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_columnselection@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_complete_with_exclamation_before@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_complete_with_exclamation_before@2x.png new file mode 100644 index 000000000000..b266b260e892 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_complete_with_exclamation_before@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_complete_with_exclamation_before@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_complete_with_exclamation_before@2x_dark.png new file mode 100644 index 000000000000..102f6cdfae73 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_complete_with_exclamation_before@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_completion_import@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_completion_import@2x.png new file mode 100644 index 000000000000..e33cf24954fc Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_completion_import@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_completion_import@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_completion_import@2x_dark.png new file mode 100644 index 000000000000..e952482f6234 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_completion_import@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_context_actions@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_context_actions@2x.png new file mode 100644 index 000000000000..1ba6452ffd13 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_context_actions@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_context_actions@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_context_actions@2x_dark.png new file mode 100644 index 000000000000..25ac8f1f5f27 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_context_actions@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_editor_config@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_editor_config@2x.png new file mode 100644 index 000000000000..7f60c7c5d55a Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_editor_config@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_editor_config@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_editor_config@2x_dark.png new file mode 100644 index 000000000000..b2f82bc6ffdf Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_editor_config@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_editregexp@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_editregexp@2x.png new file mode 100644 index 000000000000..fe6f91cf947c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_editregexp@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_editregexp@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_editregexp@2x_dark.png new file mode 100644 index 000000000000..2767b1a1b220 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_editregexp@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_extractvariable@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_extractvariable@2x.png new file mode 100644 index 000000000000..6386d09a544e Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_extractvariable@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_extractvariable@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_extractvariable@2x_dark.png new file mode 100644 index 000000000000..228fb3758865 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_extractvariable@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_filestructure@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_filestructure@2x.png new file mode 100644 index 000000000000..f0a2516752fe Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_filestructure@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_filestructure@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_filestructure@2x_dark.png new file mode 100644 index 000000000000..b651888d8625 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_filestructure@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_generate_getter_setter@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_generate_getter_setter@2x.png new file mode 100644 index 000000000000..dff3ded13b55 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_generate_getter_setter@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_generate_getter_setter@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_generate_getter_setter@2x_dark.png new file mode 100644 index 000000000000..47440fea8507 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_generate_getter_setter@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_goto_camel_completion@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_goto_camel_completion@2x.png new file mode 100644 index 000000000000..7812806a5aa8 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_goto_camel_completion@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_goto_camel_completion@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_goto_camel_completion@2x_dark.png new file mode 100644 index 000000000000..ad9d93258dfe Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_goto_camel_completion@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_hide_widgets@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_hide_widgets@2x.png new file mode 100644 index 000000000000..9aff9d0afc62 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_hide_widgets@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_hide_widgets@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_hide_widgets@2x_dark.png new file mode 100644 index 000000000000..2b1df683e9c6 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_hide_widgets@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_hierarchy_browser@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_hierarchy_browser@2x.png new file mode 100644 index 000000000000..96759cbb94f9 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_hierarchy_browser@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_hierarchy_browser@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_hierarchy_browser@2x_dark.png new file mode 100644 index 000000000000..1e9268bf55a5 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_hierarchy_browser@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_highlightExceptions@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_highlightExceptions@2x.png new file mode 100644 index 000000000000..934519abca53 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_highlightExceptions@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_highlightExceptions@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_highlightExceptions@2x_dark.png new file mode 100644 index 000000000000..65be91739201 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_highlightExceptions@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_insert_live_template@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_insert_live_template@2x.png new file mode 100644 index 000000000000..c94cbd93f1d6 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_insert_live_template@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_insert_live_template@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_insert_live_template@2x_dark.png new file mode 100644 index 000000000000..6f2cb47e6bfc Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_insert_live_template@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_lens@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_lens@2x.png new file mode 100644 index 000000000000..1ff06ad75cd3 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_lens@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_lens@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_lens@2x_dark.png new file mode 100644 index 000000000000..071d726f06ab Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_lens@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_line_separator@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_line_separator@2x.png new file mode 100644 index 000000000000..ef0d1430835b Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_line_separator@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_line_separator@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_line_separator@2x_dark.png new file mode 100644 index 000000000000..215fda4451e8 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_line_separator@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_1@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_1@2x.png new file mode 100644 index 000000000000..c2e0f2c1f7bd Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_1@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_1@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_1@2x_dark.png new file mode 100644 index 000000000000..efa0cac5806b Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_1@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_2@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_2@2x.png new file mode 100644 index 000000000000..6b93efa76c76 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_2@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_2@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_2@2x_dark.png new file mode 100644 index 000000000000..4a3bea556e3b Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_live_templates_2@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_move_inner@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_move_inner@2x.png new file mode 100644 index 000000000000..2ba9cdf9ec29 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_move_inner@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_move_inner@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_move_inner@2x_dark.png new file mode 100644 index 000000000000..86e39955e8fb Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_move_inner@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_multicursor@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_multicursor@2x.png new file mode 100644 index 000000000000..b5e1be2686d2 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_multicursor@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_multicursor@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_multicursor@2x_dark.png new file mode 100644 index 000000000000..dcd4a21da660 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_multicursor@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection@2x.png new file mode 100644 index 000000000000..f9046a25a3ae Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection@2x_dark.png new file mode 100644 index 000000000000..31607d5f8a2c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection_words@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection_words@2x.png new file mode 100644 index 000000000000..0c0d79564740 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection_words@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection_words@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection_words@2x_dark.png new file mode 100644 index 000000000000..50ae57080c18 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_multiselection_words@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_postfix_completion@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_postfix_completion@2x.png new file mode 100644 index 000000000000..01558faa433d Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_postfix_completion@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_postfix_completion@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_postfix_completion@2x_dark.png new file mode 100644 index 000000000000..50f73543a010 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_postfix_completion@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_pull_requests@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_pull_requests@2x.png new file mode 100644 index 000000000000..fc82a39c1bfc Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_pull_requests@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_pull_requests@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_pull_requests@2x_dark.png new file mode 100644 index 000000000000..00aa5a991a62 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_pull_requests@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_quick_doc_in_lookup@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_doc_in_lookup@2x.png new file mode 100644 index 000000000000..11655f8c2405 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_doc_in_lookup@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_quick_doc_in_lookup@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_doc_in_lookup@2x_dark.png new file mode 100644 index 000000000000..58bb0727c4f4 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_doc_in_lookup@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_quick_javadoc@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_javadoc@2x.png new file mode 100644 index 000000000000..1a921e979932 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_javadoc@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_quick_javadoc@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_javadoc@2x_dark.png new file mode 100644 index 000000000000..371e0bca6ff4 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_quick_javadoc@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_recentfiles@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_recentfiles@2x.png new file mode 100644 index 000000000000..1c27ad80ac14 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_recentfiles@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_recentfiles@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_recentfiles@2x_dark.png new file mode 100644 index 000000000000..eb8425cb0923 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_recentfiles@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_refactor_this@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_refactor_this@2x.png new file mode 100644 index 000000000000..c852ca7e6169 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_refactor_this@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_refactor_this@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_refactor_this@2x_dark.png new file mode 100644 index 000000000000..94d8ecce00e4 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_refactor_this@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_rename@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_rename@2x.png new file mode 100644 index 000000000000..4cec640ada0a Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_rename@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_rename@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_rename@2x_dark.png new file mode 100644 index 000000000000..7f3d00716156 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_rename@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_searchhistory@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_searchhistory@2x.png new file mode 100644 index 000000000000..8eb72157204c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_searchhistory@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_searchhistory@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_searchhistory@2x_dark.png new file mode 100644 index 000000000000..821f92088d36 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_searchhistory@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_second_code_completion@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_second_code_completion@2x.png new file mode 100644 index 000000000000..88b34af762a2 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_second_code_completion@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_second_code_completion@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_second_code_completion@2x_dark.png new file mode 100644 index 000000000000..5ed2f9930dbb Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_second_code_completion@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_showUsages@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_showUsages@2x.png new file mode 100644 index 000000000000..e1225d2ebbb4 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_showUsages@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_showUsages@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_showUsages@2x_dark.png new file mode 100644 index 000000000000..8de30d94bb5a Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_showUsages@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_smart_completion_after_new@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_completion_after_new@2x.png new file mode 100644 index 000000000000..c90ee6f5de3c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_completion_after_new@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_smart_completion_after_new@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_completion_after_new@2x_dark.png new file mode 100644 index 000000000000..8687fca89480 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_completion_after_new@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_smart_type_completion@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_type_completion@2x.png new file mode 100644 index 000000000000..ed4f9d939783 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_type_completion@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_smart_type_completion@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_type_completion@2x_dark.png new file mode 100644 index 000000000000..2dee90ce3ebc Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_smart_type_completion@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_speedsearch@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_speedsearch@2x.png new file mode 100644 index 000000000000..b9311eee4e3a Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_speedsearch@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_speedsearch@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_speedsearch@2x_dark.png new file mode 100644 index 000000000000..e80704b2a843 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_speedsearch@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_surround_with@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_surround_with@2x.png new file mode 100644 index 000000000000..5af566308a7f Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_surround_with@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_surround_with@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_surround_with@2x_dark.png new file mode 100644 index 000000000000..51d35ecaf746 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_surround_with@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_variable_name_completion@2x.png b/ideTipsAndTricks/resources/tips/images/ij_tips_variable_name_completion@2x.png new file mode 100644 index 000000000000..e95de63c2958 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_variable_name_completion@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ij_tips_variable_name_completion@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ij_tips_variable_name_completion@2x_dark.png new file mode 100644 index 000000000000..ce09d4a4f81a Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ij_tips_variable_name_completion@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ps_tips-close_others@2x.png b/ideTipsAndTricks/resources/tips/images/ps_tips-close_others@2x.png new file mode 100644 index 000000000000..a501fdafdc3c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ps_tips-close_others@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ps_tips-close_others@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ps_tips-close_others@2x_dark.png new file mode 100644 index 000000000000..4be086165cda Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ps_tips-close_others@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ps_tips-vcsQuickList@2x.png b/ideTipsAndTricks/resources/tips/images/ps_tips-vcsQuickList@2x.png new file mode 100644 index 000000000000..1e090d8d0691 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ps_tips-vcsQuickList@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/ps_tips-vcsQuickList@2x_dark.png b/ideTipsAndTricks/resources/tips/images/ps_tips-vcsQuickList@2x_dark.png new file mode 100644 index 000000000000..879790c440e9 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/ps_tips-vcsQuickList@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tip_search_everywhere_git@2x.png b/ideTipsAndTricks/resources/tips/images/tip_search_everywhere_git@2x.png new file mode 100644 index 000000000000..0ed11bcfa9ad Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tip_search_everywhere_git@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tip_search_everywhere_git@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tip_search_everywhere_git@2x_dark.png new file mode 100644 index 000000000000..79f85acbf074 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tip_search_everywhere_git@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_breakpoint_intentions@2x.png b/ideTipsAndTricks/resources/tips/images/tips_breakpoint_intentions@2x.png new file mode 100644 index 000000000000..c77bc54210d1 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_breakpoint_intentions@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_breakpoint_intentions@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_breakpoint_intentions@2x_dark.png new file mode 100644 index 000000000000..24d965135ae1 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_breakpoint_intentions@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_completion_generate@2x.png b/ideTipsAndTricks/resources/tips/images/tips_completion_generate@2x.png new file mode 100644 index 000000000000..2fcd8e4b4843 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_completion_generate@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_completion_generate@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_completion_generate@2x_dark.png new file mode 100644 index 000000000000..dbec105da20c Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_completion_generate@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_evaluate_expression@2x.png b/ideTipsAndTricks/resources/tips/images/tips_evaluate_expression@2x.png new file mode 100644 index 000000000000..9626e782f3c7 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_evaluate_expression@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_evaluate_expression@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_evaluate_expression@2x_dark.png new file mode 100644 index 000000000000..5753b1c433b7 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_evaluate_expression@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_find_usages@2x.png b/ideTipsAndTricks/resources/tips/images/tips_find_usages@2x.png new file mode 100644 index 000000000000..4f25df90bf3d Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_find_usages@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_find_usages@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_find_usages@2x_dark.png new file mode 100644 index 000000000000..efeaf401d805 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_find_usages@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_partial_commit@2x.png b/ideTipsAndTricks/resources/tips/images/tips_partial_commit@2x.png new file mode 100644 index 000000000000..8c97129d2a99 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_partial_commit@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_partial_commit@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_partial_commit@2x_dark.png new file mode 100644 index 000000000000..3de3e37ed38b Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_partial_commit@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_recent_locations@2x.png b/ideTipsAndTricks/resources/tips/images/tips_recent_locations@2x.png new file mode 100644 index 000000000000..bf0d4d6affbb Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_recent_locations@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_recent_locations@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_recent_locations@2x_dark.png new file mode 100644 index 000000000000..e41538fe03b2 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_recent_locations@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_search_everywhere@2x.png b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere@2x.png new file mode 100644 index 000000000000..1898080399b1 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_search_everywhere@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere@2x_dark.png new file mode 100644 index 000000000000..e65875ae833a Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_search_everywhere_settings@2x.png b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere_settings@2x.png new file mode 100644 index 000000000000..1fc270f99015 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere_settings@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_search_everywhere_settings@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere_settings@2x_dark.png new file mode 100644 index 000000000000..de1c0fe97534 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_search_everywhere_settings@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_structural_search@2x.png b/ideTipsAndTricks/resources/tips/images/tips_structural_search@2x.png new file mode 100644 index 000000000000..2b99852f7f43 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_structural_search@2x.png differ diff --git a/ideTipsAndTricks/resources/tips/images/tips_structural_search@2x_dark.png b/ideTipsAndTricks/resources/tips/images/tips_structural_search@2x_dark.png new file mode 100644 index 000000000000..413c7497d079 Binary files /dev/null and b/ideTipsAndTricks/resources/tips/images/tips_structural_search@2x_dark.png differ diff --git a/ideTipsAndTricks/resources/tips/implement-using-completion.html b/ideTipsAndTricks/resources/tips/implement-using-completion.html new file mode 100644 index 000000000000..28ca0c0bcb87 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/implement-using-completion.html @@ -0,0 +1,13 @@ + + + + + + + +

Generate boilerplate with code completion

+

You can generate boilerplate code such as getters and setters and implement interface methods using code completion.

+

Just start typing the would-be name of a method, for example, gn to generate + getName() or ct to implement compareTo().

+

Generating a getter using code completion

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/jump_to_colors_fonts.html b/ideTipsAndTricks/resources/tips/jump_to_colors_fonts.html new file mode 100644 index 000000000000..28745768971c --- /dev/null +++ b/ideTipsAndTricks/resources/tips/jump_to_colors_fonts.html @@ -0,0 +1,12 @@ + + + + + + + +

Customize code color

+

If you don't like the color of your code, press &shortcut:GotoAction;, type Jump, + and click Jump to Colors and Fonts. You will be taken to the settings page where you can modify the color + of the code element at the caret.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/local_history.html b/ideTipsAndTricks/resources/tips/local_history.html new file mode 100644 index 000000000000..8d889c5c6fda --- /dev/null +++ b/ideTipsAndTricks/resources/tips/local_history.html @@ -0,0 +1,11 @@ + + + + + + + +

Local History

+

Local History lets you track all changes to files, classes, methods, or any code fragments and roll back to any stable point if + necessary. To view local history, from the main menu, select File | Current File | Show History.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/new_items.html b/ideTipsAndTricks/resources/tips/new_items.html new file mode 100644 index 000000000000..05964499eb07 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/new_items.html @@ -0,0 +1,13 @@ + + + + + + + +

Add files, folders, and packages

+

In the Project tool window (&shortcut:ActivateProjectToolWindow;), select the + node in which you need a new item and press &shortcut:Generate; to open the list of possible options.

+

For example, you can create a Java class, a package, or a folder. Note that options in the list depend on your current context and the + installed plugins.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/partial_git_commit.html b/ideTipsAndTricks/resources/tips/partial_git_commit.html new file mode 100644 index 000000000000..5264a3013cf4 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/partial_git_commit.html @@ -0,0 +1,14 @@ + + + + + + + +

Commit changes partially

+

You can split changes made to the same file between different commits. In the Commit tool window + &shortcut:ActivateCommitToolWindow;, click Diff. Select the checkbox next to + each chunk of modified or new code that you want to commit and click Commit. Unselected changes will stay + in the current changelist.

+

Partial commit changelists

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/pull_requests.html b/ideTipsAndTricks/resources/tips/pull_requests.html new file mode 100644 index 000000000000..124e31c0fda7 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/pull_requests.html @@ -0,0 +1,13 @@ + + + + + + + +

Manage pull requests

+

Manage incoming GitHub pull requests directly from IDE: from the main menu select Git | GitHub | View Pull Requests. + OpenIDE lets you assign and merge pull requests, view the timeline and inline comments, submit comments and reviews, and + accept changes without leaving the IDE.

+

Incoming pull requests

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/recent-locations.html b/ideTipsAndTricks/resources/tips/recent-locations.html new file mode 100644 index 000000000000..0d379f76890b --- /dev/null +++ b/ideTipsAndTricks/resources/tips/recent-locations.html @@ -0,0 +1,11 @@ + + + + + + + +

Navigate to recent locations

+

Press &shortcut:RecentLocations; to get a list of recently viewed or changed code fragments.

+

Recent Locations

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/run_anything.html b/ideTipsAndTricks/resources/tips/run_anything.html new file mode 100644 index 000000000000..375ba05c1244 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/run_anything.html @@ -0,0 +1,11 @@ + + + + + + + +

Run Anything

+

Press Ctrl twice to get quick access to numerous actions, such as opening a project, launching a run/debug + configuration, running a command-line utility, and so on.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/search_everywhere_expr.html b/ideTipsAndTricks/resources/tips/search_everywhere_expr.html new file mode 100644 index 000000000000..44ad717fd3d0 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/search_everywhere_expr.html @@ -0,0 +1,13 @@ + + + + + + + +

Evaluate mathematical expressions

+

You can evaluate simple arithmetical expressions with the Search Everywhere window (Shift + twice).

+

Enter an expression you want to evaluate in the search field. The result will be displayed in the search results.

+

Evaluate expression

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/smart_selection.html b/ideTipsAndTricks/resources/tips/smart_selection.html new file mode 100644 index 000000000000..99ba3909faf7 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/smart_selection.html @@ -0,0 +1,11 @@ + + + + + + + +

Change code selection

+

In the editor, press &shortcut:EditorSelectWord;/&shortcut:EditorUnSelectWord; to extend or shrink your current code selection.

+ \ No newline at end of file diff --git a/ideTipsAndTricks/resources/tips/structural_search.html b/ideTipsAndTricks/resources/tips/structural_search.html new file mode 100644 index 000000000000..1fa539d85b49 --- /dev/null +++ b/ideTipsAndTricks/resources/tips/structural_search.html @@ -0,0 +1,11 @@ + + + + + + + +

Search structurally

+

Select Edit | Find | Search Structurally to search for a code pattern or a grammatical construct.

+

Structural search

+ \ No newline at end of file diff --git a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt index 7dcf8c56fa09..8e075c902e4c 100644 --- a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt +++ b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt @@ -1387,7 +1387,6 @@ object CommunityLibraryLicenses { jetbrainsLibrary("tcServiceMessages"), jetbrainsLibrary("terminal-completion-db-with-extensions"), jetbrainsLibrary("terminal-completion-spec"), - jetbrainsLibrary("tips-idea-ce"), jetbrainsLibrary("tips-pycharm-community"), jetbrainsLibrary("workspace-model-codegen"), jetbrainsLibrary("RMI Stubs").copy(name = "XSLT Debugger RMI Stubs"), diff --git a/plugins/ant/resources/tips/CreateTargetTag.html b/plugins/ant/resources/tips/CreateTargetTag.html index 691ec34657c0..6035662b931e 100644 --- a/plugins/ant/resources/tips/CreateTargetTag.html +++ b/plugins/ant/resources/tips/CreateTargetTag.html @@ -5,7 +5,7 @@

Create missing targets

-

When you are referring to a non-existing target tag in your Ant build file, IntelliJ IDEA automatically suggests that you +

When you are referring to a non-existing target tag in your Ant build file, IDE automatically suggests that you create the corresponding tag. This context action will not even make you change your current editing location.