---
title: "ナビゲータ - ワークスペース - MetaEditorのヘルプ"
description: "[ナビゲータ] ウィンドウでは、トレーディングプラットフォームの/MQL4や MQL5 ディレクトリ 内のファイルを操作することができます。 他のデータと同様、MetaQuotes... - ナビゲータ - ワークスペース - MetaEditorのヘルプ"
image: "https://www.metatrader5.com/i/logo_metatrader5.png"
url: "https://www.metatrader5.com/ja/metaeditor/help/workspace/navigator"
---

[MetaEditorのヘルプ](https://www.metatrader5.com/ja/metaeditor/help) → [ワークスペース](https://www.metatrader5.com/ja/metaeditor/help/workspace) → ナビゲータ

# ナビゲータ

[ナビゲータ] ウィンドウでは、トレーディングプラットフォームの/MQL4やMQL5ディレクトリ 内のファイルを操作することができます。 他のデータと同様、MetaQuotes 言語のプログラミングのソースコードファイルおよびトレードロボット、インジケーターおよびスクリプトがあります。 Ctrl + D キーを押すか、実行します。![ナビゲータ](https://www.metatrader5.com/i/help/metaeditor/en/navigator_icon.png)ナビゲータコマンドの[表示](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_view#navigator)ウィンドウまたは[標準](https://www.metatrader5.com/ja/metaeditor/help/toolbar/toolbar_standard#navigator)ツールバーをクリックしてウィンドウを表示/非表示にします。

このウィンドウは、フォルダとファイルをツリーリストとして表示するファイルマネージャに似ています。

![ナビゲータ](https://www.metatrader5.com/i/help/metaeditor/en/navigator.png)

トレーディングプラットフォームの「ナビゲータ」ウィンドウにも同様の構造が表示されます。 たとえば、MQL5\Indicators\MyIndicator ディレクトリにインジケーターを作成する場合は、同じディレクトリからトレーディングプラットフォームで起動することができます。

フォルダの内容を表示したり、編集用のソースファイルを開いたりするには、ナビゲータ内の適切な要素をダブルクリックします。 フォルダ/ファイルを再検索するには、マウスの左ボタン (ドロップ) を押しながら、必要なディレクトリにドラッグします。

> [ナビゲータ] ウィンドウには、ディレクトリやファイルに対する外部の変更 (Windows エクスプローラ経由) も表示されます。

## プロジェクト [#](#project)

[プロジェクト](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/projects)管理には別々のナビゲータタブが設計されています。使用されるすべてのファイルは、さまざまなカテゴリに配置されます。

- 依存関係 — インクルードファイル。これらは、プロジェクトで使用されているソースコードのファイルです。たとえば、依存関係には標準ライブラリファイルが含まれます。
- ヘッダー — ヘッダーファイルです。このようなファイルには、プロジェクトで使用されているカスタム識別子、マクロ、構造およびその他の構造が含まれています。
- ソース — プロジェクトのソースコード
- リソース — 画像、音声などのリソースファイル
- 設定とファイル — 入力パラメータ (*.set) 及びその他のファイル

プロジェクト使用の詳細については、[別のセクション](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/projects)でお読みください。

## コンテクストメニュー [#](#context_menu)

コンテキストメニューから次のコマンドを実行できます。

- ![Open](https://www.metatrader5.com/i/help/metaeditor/en/open_icon.png)開く—編集するために選択したファイルを開きます。 同じアクションは、ファイルをダブルクリックするか、enter キーを押して行うことができます。
- ![フォルダを開く](https://www.metatrader5.com/i/help/metaeditor/en/open_folder_icon.png)[フォルダを開く]—選択したフォルダまたは選択したファイルを含むフォルダを開きます。
- ![新しいファイル](https://www.metatrader5.com/i/help/metaeditor/en/new_icon.png)新しいファイル-MQL4/MQL5ウィザードを使用して新しい MQL4/MQL5プログラムを作成します。
- ![新しいプロジェクト](https://www.metatrader5.com/i/help/metaeditor/en/project_new_icon.png)新しいプロジェクト—作成[新しいプロジェクト](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/projects#create).
- ![ソースからの新しいプロジェクト](https://www.metatrader5.com/i/help/metaeditor/en/project_from_source_icon.png)ソースからの新しいプロジェクト—新規作成[選択したソースファイルからのプロジェクト](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/projects#create_source).
- ![新しいフォルダ](https://www.metatrader5.com/i/help/metaeditor/en/new_folder_icon.png)[新しいフォルダ]—現在のディレクトリに新しいフォルダを作成します。 同じ操作は、Insert キーを押しても実行できます。
- ![名前の変更](https://www.metatrader5.com/i/help/metaeditor/en/rename_icon.png)名前の変更—選択したファイルまたはフォルダの名前を変更します。 F2 キーを押すと、同じ操作を実行できます。
- ![アンインストール](https://www.metatrader5.com/i/help/metaeditor/en/delete_icon.png)削除—選択したファイルまたはフォルダを削除します。 Delete キーを押すと、同じ操作を実行できます。
- ![更新](https://www.metatrader5.com/i/help/metaeditor/en/refresh_icon.png)更新—ナビゲータウィンドウを更新します。 ファイルまたはフォルダが MQL4または MQL5サブフォルダのいずれかにコピーされた場合、変更は [ナビゲータ] ウィンドウに自動的に表示されます。 ただし、このコマンドを実行するか F5 キーを押すと、ファイル構造を手動で再読み込みできます。
- ![コンパイルします。](https://www.metatrader5.com/i/help/metaeditor/en/compile_open_files_icon.png)コンパイル—[コンパイル](https://www.metatrader5.com/ja/metaeditor/help/development/compile)選択したファイル。 フォルダに対してこのコマンドを実行すると、含まれるすべてのファイルがコンパイルされます。
- ![すべてのファイルを表示](https://www.metatrader5.com/i/help/metaeditor/en/show_all_files_icon.png)[すべてのファイルを表示]—すべてのファイルを表示/非表示にします。 このオプションが無効になっている場合は、ソースコード (*.MQ4、*。MQ5、*。MQH、*。CPP と *。H) とテキストファイル (*.TXT と *。CSV) はナビゲータに表示され、実行可能ファイルは非表示になります。
- ![MQL5ストレージの有効化](https://www.metatrader5.com/i/help/metaeditor/en/storage_enable_icon.png)MQL5ストレージの有効化ソースコードを補完するため—個人向けの[MQL5ストレージ](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/mql5storage_connect)の使用を開始する
- ![ストレージからの更新](https://www.metatrader5.com/i/help/metaeditor/en/mql5storage_update_icon.png)ストレージからの更新—[受信](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/mql5storage_working#update)ストレージからの最新のデータのリビジョン。
- ![ストレージへの実行](https://www.metatrader5.com/i/help/metaeditor/en/mql5storage_commit_icon.png)ストレージへの実行—[送信](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/mql5storage_working#commit)現在のデータがストレージに変更されます。
- ![ファイルまたはフォルダの追加](https://www.metatrader5.com/i/help/metaeditor/en/mql5storage_add_icon.png)[ファイルまたはフォルダの追加]—[追加](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/mql5storage_working#add)ローカルフォルダまたはストレージへのファイル。 フォルダまたはファイルがローカルに追加されます。 ストレージへの変更を挿入するには、[ストレージに実行] コマンドを実行します。
- ![ファイルまたはフォルダを削除する](https://www.metatrader5.com/i/help/metaeditor/en/mql5storage_delete_icon.png)ファイルまたはフォルダを削除する—記憶域からのフォルダーまたはファイルを[削除](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/mql5storage_working#add) 削除はローカルで実行されます (ファイルまたはフォルダは物理的に削除されます)。 [ストレージに実行] コマンドを実行して、変更内容をストレージに挿入します。
- ![バージョンの差](https://www.metatrader5.com/i/help/metaeditor/en/mql5storage_diff_icon.png)バージョンの差—[現在の変更を参照してください](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/mql5storage_diff)ストレージから受信した最新のリビジョンと比較したファイル。
- ![変更を元に戻す](https://www.metatrader5.com/i/help/metaeditor/en/mql5storage_revert_icon.png)変更を元に戻す—ファイルのローカルコピーで行われた変更を元に戻します。
- ![ストレージ・ログの表示](https://www.metatrader5.com/i/help/metaeditor/en/mql5storage_journal_icon.png)[ストレージログの表示]—ストレージログを表示します。

## In this section

- ナビゲータ
- [ツールボックス](https://www.metatrader5.com/ja/metaeditor/help/workspace/toolbox)
- [ステータスバー](https://www.metatrader5.com/ja/metaeditor/help/workspace/status_bar)
- [ウィンドウ操作](https://www.metatrader5.com/ja/metaeditor/help/workspace/source_code_windows)
- [ホットキー](https://www.metatrader5.com/ja/metaeditor/help/workspace/hotkeys)

```json
{"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {"@type": "ListItem", "position": 1, "item": {"@id": "https://www.metatrader5.com/ja/metaeditor/help", "name": "MetaEditorのヘルプ"}}, {"@type": "ListItem", "position": 2, "item": {"@id": "https://www.metatrader5.com/ja/metaeditor/help/workspace", "name": "ワークスペース"}}, {"@type": "ListItem", "position": 3, "item": {"@id": "https://www.metatrader5.com/ja/metaeditor/help/workspace/navigator", "name": "ナビゲータ"}} ]}
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "MetaTrader 5: ナビゲータ", "acceptedAnswer": { "@type": "Answer", "text": "[ナビゲータ] ウィンドウでは、トレーディングプラットフォームの/MQL4や MQL5 ディレクトリ 内のファイルを操作することができます。 他のデータと同様、MetaQuotes 言語のプログラミングのソースコードファイルおよびトレードロボット、インジケーターおよびスクリプトがあります..." } }] }
```
