---
title: "編集 - メインメニュー - MetaEditorのヘルプ"
description: "このメニューには、プログラムのソースコードを操作するためのコマンドがあります。 ここには下記のコマンドがあります... - 編集 - メインメニュー - MetaEditorのヘルプ"
image: "https://www.metatrader5.com/i/logo_metatrader5.png"
url: "https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_edit"
---

[MetaEditorのヘルプ](https://www.metatrader5.com/ja/metaeditor/help) → [メインメニュー](https://www.metatrader5.com/ja/metaeditor/help/main_menu) → 編集

# 編集

このメニューには、プログラムのソースコードを操作するためのコマンドがあります。 ここには下記のコマンドがあります。

|  | コマンド | 記述 |
| --- | --- | --- |
| ![取り消し](https://www.metatrader5.com/i/help/metaeditor/en/undo_icon.png) | 取り消し | 直前の操作を元に戻す。 |
| ![やり直し](https://www.metatrader5.com/i/help/metaeditor/en/redo_icon.png) | やり直し | 最後に取り消したアクションをやり直す。 |
| ![カット](https://www.metatrader5.com/i/help/metaeditor/en/cut_icon.png) | カット | 選択したソースコードフラグメントを他の場所に貼り付けるために切り取ります。 |
| ![コピー](https://www.metatrader5.com/i/help/metaeditor/en/copy_icon.png) | コピー | 選択したソースコードフラグメントをクリップボードにコピーします。 |
| ![貼り付け](https://www.metatrader5.com/i/help/metaeditor/en/paste_icon.png) | 貼り付け | コピーまたは切り取りソースコードフラグメントを指定した場所に貼り付けます。 |
| ![クリップボード](https://www.metatrader5.com/i/help/metaeditor/en/clipboard_icon.png) | クリップボード | クリップボードを開きます。 MetaEditorは、クリップボードにコピーされた最大30のエントリを保存します。 これを開くと、選択した1つをコードに貼り付けることができ、格納されたエントリの一覧が開きます。 |
| ![アンインストール](https://www.metatrader5.com/i/help/metaeditor/en/delete_icon.png) | アンインストール | 選択したソースコードフラグメントを削除します。 |
| ![AI Assistantへのプロンプト](https://www.metatrader5.com/i/help/metaeditor/en/ai_assistant_prompt_icon.png) | AI Assistantへのプロンプト | コードパートを [プロンプトとしてAI Assistantに送信して、](https://www.metatrader5.com/ja/metaeditor/help/development/ai_assistant#prompt) 完成させるための提案を取得します。 |
| ![AI Assistantで説明する](https://www.metatrader5.com/i/help/metaeditor/en/ai_assistant_explain_icon.png) | AI Assistantで説明する | 選択したコード部分をAI Assistantに送信して [説明させます](https://www.metatrader5.com/ja/metaeditor/help/development/ai_assistant#explain). |
| ![すべて選択](https://www.metatrader5.com/i/help/metaeditor/en/select_all_icon.png) | すべて選択 | アクティブウィンドウ内のすべてのソースコードを選択します。 |
|  | 貼り付け | クイックメニューを開く[リソースの挿入](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#resource). |
|  | 変換 | サブメニューを開く[テキストの変換](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#convert)を別の形式にします。 |
|  | ブックマーク | 操作するサブメニューを開く[ブックマーク](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#bookmarks) ブックマークは、プログラムのソースコード内の行を強調表示するために使用されます。 |
|  | 追加 | ソースコードを操作するためのサブメニューを開く: 挿入[コメント](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#comments)、挿入[インデント](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#additional), [ケースの変更](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#additional). |
|  | ストレージ | [MQL5ストレージ](https://www.metatrader5.com/ja/metaeditor/help/mql5storage/mql5storage_working).を操作するためのサブメニューを開きます。 |
| ![名前一覧](https://www.metatrader5.com/i/help/metaeditor/en/list_names_icon.png) | 名前一覧 | [関数名](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#substitute)プログラムコードを記述する場合の可能なオプションの一覧を表示する。 名前のバリアントは、最初に入力された文字によって決まります。 |
| ![パラメータに関する情報](https://www.metatrader5.com/i/help/metaeditor/en/parameter_info_icon.png) | パラメータに関する情報 | 現在の関数を表示する[サイン](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#info). 言い換えれば、関数に設定されているパラメータの順番と型を示し、現在編集されているパラメータも強調表示します。 |
| ![定義に移動](https://www.metatrader5.com/i/help/metaeditor/en/go_to_definition_icon.png) | 定義に移動 | [移動](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#definition)選択した関数または変数の宣言または定義に移動。 |
| ![関数の一覧](https://www.metatrader5.com/i/help/metaeditor/en/list_funtions_icon.png) | 関数の一覧 | [すべての関数の一覧](https://www.metatrader5.com/ja/metaeditor/help/development/intelligent_management#list)現在のプログラムコードで宣言されています。 |

## In this section

- [ファイル](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_file)
- 編集
- [検索](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_search)
- [ビュー](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_view)
- [デバッグ](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_debug)
- [ビルド](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_build)
- [ツール](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_tools)
- [ウィンドウ](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_window)
- [ヘルプ](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_help)

```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/main_menu", "name": "メインメニュー"}}, {"@type": "ListItem", "position": 3, "item": {"@id": "https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_edit", "name": "編集"}} ]}
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "MetaTrader 5: 編集", "acceptedAnswer": { "@type": "Answer", "text": "このメニューには、プログラムのソースコードを操作するためのコマンドがあります。 ここには下記のコマンドがあります..." } }] }
```
