1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<meta http-equiv="Content-Style-Type" content="text/css"> 7<link href="../../../css/manpage.css" rel="stylesheet" type="text/css"> 8<title>Edit Menu</title> 9</head> 10<body> 11 12<!-- =================================================== --> 13<h1 id="EDIT_MENU">Edit Menu</h1> 14<p>This menu is for making edits such as copying and pasting panes.</p> 15<p class="img"> 16 <img src="images/edit_menu.gif" alt="Edit Menu"> 17</p> 18 19<ol class="ui"> 20 <!-- [編集]→[取り消し] --> 21 <li> 22 <p>Restores contents that were changed by editing and returns to the state before editing.</p> 23 <p class="warn">Operations that involve the importing and exporting of files (open/close) will delete the edit history.</p> 24 <p class="warn">Once that occurs, be aware that states prior to that action cannot be recovered.</p> 25 </li> 26 27 <!-- [編集]→[やり直し] --> 28 <li>Reapplies edits to content that was restored and changes to the state after editing.</li> 29 30 <!-- [編集]→[切り取り] --> 31 <li> 32 <p>Cuts the selected pane.</p> 33 <p class="warn">Animation-related information is not pasted when pasting panes.</p> 34 <p class="warn">Note that animation information is therefore lost when pasting a cut pane.</p> 35 </li> 36 37 <!-- [編集]→[コピー] --> 38 <li>Copies the selected pane.</li> 39 40 <!-- [編集]→[貼り付け] --> 41 <li> 42 <p>Pastes the cut or copied pane.</p> 43 <p>Group settings and animation-related information is not pasted when using menu-based pasting. Be sure to use the <a href="../../sub_window/copyctrl.html">Pane Information Paste Control Window</a> when copying animations.</p> 44 </li> 45 46 <!-- [編集]→[消去] --> 47 <li>Deletes the selected pane.</li> 48 49 <!-- [編集]→[アニメーションのコピー貼り付けを行う] --> 50 <li>Switches whether the animation is included in the copy target when copying and pasting.</li> 51 52 <!-- [編集]→[ツール環境設定] --> 53 <li>Displays the <a href="../../dialog/environment.html">Tool Environment Setup Dialog Box</a>.</li> 54</ol> 55 56<hr><p>CONFIDENTIAL</p></body> 57</html> 58