OSDN Git Service

update documents
authorargius <argius.net@gmail.com>
Wed, 3 Dec 2014 14:23:09 +0000 (23:23 +0900)
committerargius <argius.net@gmail.com>
Wed, 3 Dec 2014 14:23:09 +0000 (23:23 +0900)
FEATURE.md
FEATURE_ja.md
MANUAL.html
MANUAL.md
MANUAL_ja.html
MANUAL_ja.md

index 160ad9d..88d7f16 100644 (file)
@@ -8,6 +8,12 @@ The new features in version 4.2 are listed below:
 Show all histories (GUI)
 :   This feature shows all command histories and pastes a chosen item.
 
+Paste file paths into the text area via DnD (GUI)
+:   When you drag and drop from file manager into the text area,
+    the paths of these files will be pasted to the text area.
+    This feature is a part of the similar feature that had been
+    implemented in version 3.
+
 
 The new features in version 4.1 are nothing.
 
@@ -36,7 +42,7 @@ For more details, see MANUAL.html file.
 
 The major changes on version 4.2 are listed below:
 
-change behavitor of toggle-focus (GUI)
+change the behavior of toggle-focus (GUI)
 :   The command "Toggle focus" will toggle the focus between the result set
     table, the text area and the database info tree after version 4.2.
     Previously, the database info tree was out of the focus group.
index c10772e..c86038a 100644 (file)
@@ -9,6 +9,11 @@
 :   すべてのコマンド履歴をダイアログで表示し、そこからコマンド履歴を
     選択する機能を追加しました。
 
+ドラッグ&ドロップで入力欄にパスを貼り付ける(GUI)
+:   ファイルマネージャーなどからファイルをドラッグアンドドロップして
+    入力欄にファイルのパスを貼り付ける機能を追加しました。
+    これは、バージョン3に実装していた機能の一部です。
+
 
 バージョン4.1で追加された新機能はありません。
 
index 55ee60c..16048bf 100644 (file)
@@ -60,7 +60,8 @@
 <li><a href="#the-gui-mode">The GUI Mode</a><ul>\r
 <li><a href="#common-behaviors">Common Behaviors</a></li>\r
 <li><a href="#main-window">Main Window</a></li>\r
-<li><a href="#inputoutput-area">Input/Output Area</a></li>\r
+<li><a href="#inputoutput-area-text-area">Input/Output Area ( text area )</a></li>\r
+<li><a href="#paste-paths-into-the-text-area-via-dnd-new-feature-in-version-4.2">Paste Paths Into The Text Area Via DnD &lt;new feature in version 4.2&gt;</a></li>\r
 <li><a href="#result-set-table">Result Set Table</a></li>\r
 <li><a href="#database-info-tree">Database Info Tree</a></li>\r
 <li><a href="#main-menu">Main Menu</a></li>\r
@@ -366,10 +367,12 @@ Selected 42 records.</code></pre>
 <p>Standard commands, &quot;undo&quot;, &quot;redo&quot;, &quot;cut&quot;, &quot;copy&quot;, &quot;paste&quot;, and &quot;select all&quot;, can use in all text components via context menu or shortcut key.</p>\r
 <h3 id="main-window"><a href="#TOC">Main Window</a></h3>\r
 <p>A window has &quot;Input/Output Area&quot;, &quot;Result Set Table&quot;, &quot;Database Info Tree&quot;, &quot;Main Menu&quot;, &quot;Status Bar&quot; and &quot;Find Pane&quot;. By default, the database info tree, the status bar and the find pane&quot; are hidden.</p>\r
-<h3 id="inputoutput-area"><a href="#TOC">Input/Output Area</a></h3>\r
+<h3 id="inputoutput-area-text-area"><a href="#TOC">Input/Output Area ( text area )</a></h3>\r
 <p>The I/O area is similar to CUI interface.</p>\r
 <p>... When cursor is at the end of textarea, executes command which is string from prompt to the end of textarea. ... Otherwise, move cursor to the end of textarea. ... The part before prompt can't edit.</p>\r
 <p>... Context menus for this component has the standard commands.</p>\r
+<h3 id="paste-paths-into-the-text-area-via-dnd-new-feature-in-version-4.2"><a href="#TOC">Paste Paths Into The Text Area Via DnD &lt;new feature in version 4.2&gt;</a></h3>\r
+<p>When you drag and drop from file manager into the text area, the paths of these files will be pasted to the text area. It also allows plural files.</p>\r
 <h3 id="result-set-table"><a href="#TOC">Result Set Table</a></h3>\r
 <p>The result set table displays command results, usually query results from database.</p>\r
 <p>The row header (the leftmost of the table) displays the row number. ... display &quot;+&quot; sign instead of the row number in the row header.</p>\r
index 2b20333..b65cfcb 100644 (file)
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -443,7 +443,7 @@ A window has "Input/Output Area", "Result Set Table", "Database Info Tree", "Mai
 By default, the database info tree, the status bar and the find pane" are hidden.
 
 
-### Input/Output Area
+### Input/Output Area ( text area )
 
 The I/O area is similar to CUI interface.
 
@@ -455,6 +455,12 @@ The I/O area is similar to CUI interface.
 ... Context menus for this component has the standard commands.
 
 
+### Paste Paths Into The Text Area Via DnD \<new feature in version 4.2\>
+
+When you drag and drop from file manager into the text area, the paths of these files will be pasted to the text area.
+It also allows plural files.
+
+
 ### Result Set Table
 
 The result set table displays command results, usually query results from database.
index 4ae7c10..1ada49e 100644 (file)
@@ -82,7 +82,7 @@
 <li><a href="#コマンドc---前のコマンド履歴p-ctrl-">コマンド(C) - 前のコマンド履歴(P) Ctrl-↑</a></li>\r
 <li><a href="#コマンドc---次のコマンド履歴n-ctrl-">コマンド(C) - 次のコマンド履歴(N) Ctrl-↓</a></li>\r
 <li><a href="#コマンドc---次のコマンド履歴n-ctrl--1">コマンド(C) - 次のコマンド履歴(N) Ctrl-↓</a></li>\r
-<li><a href="#コマンドc---コマンド履歴を全表示-バージョン4.2の追加機能">コマンド(C) - コマンド履歴を全表示 &lt;バージョン4.2の追加機能&gt;</a></li>\r
+<li><a href="#コマンドc---コマンド履歴を全表示a-バージョン4.2の追加機能">コマンド(C) - コマンド履歴を全表示(A) &lt;バージョン4.2の追加機能&gt;</a></li>\r
 <li><a href="#コマンドc---ロールバックr">コマンド(C) - ロールバック(R)</a></li>\r
 <li><a href="#コマンドc---コミットm">コマンド(C) - コミット(M)</a></li>\r
 <li><a href="#コマンドc---接続c-ctrl-e">コマンド(C) - 接続(C) Ctrl-E</a></li>\r
 <li><a href="#全体">全体</a></li>\r
 <li><a href="#結果テーブル">結果テーブル</a></li>\r
 <li><a href="#入出力欄">入出力欄</a></li>\r
+<li><a href="#ドラッグドロップで入力欄にパスを貼り付ける機能-バージョン4.2の追加機能">ドラッグ&ドロップで入力欄にパスを貼り付ける機能 &lt;バージョン4.2の追加機能&gt;</a></li>\r
 <li><a href="#ステータスバー">ステータスバー</a></li>\r
 <li><a href="#コンテキストメニュー">コンテキストメニュー</a></li>\r
 <li><a href="#データベース情報ツリー">データベース情報ツリー</a></li>\r
@@ -436,7 +437,7 @@ alias search=[select * from]
 <p>コマンド履歴を1つ進みます。</p>\r
 <h3 id="コマンドc---次のコマンド履歴n-ctrl--1"><a href="#TOC">コマンド(C) - 次のコマンド履歴(N) Ctrl-↓</a></h3>\r
 <p>コマンド履歴を1つ進みます。</p>\r
-<h3 id="コマンドc---コマンド履歴を全表示-バージョン4.2の追加機能"><a href="#TOC">コマンド(C) - コマンド履歴を全表示 &lt;バージョン4.2の追加機能&gt;</a></h3>\r
+<h3 id="コマンドc---コマンド履歴を全表示a-バージョン4.2の追加機能"><a href="#TOC">コマンド(C) - コマンド履歴を全表示(A) &lt;バージョン4.2の追加機能&gt;</a></h3>\r
 <p>すべてのコマンド履歴をダイアログで表示し、そこからコマンド履歴を選択して貼りつけることができます。</p>\r
 <h3 id="コマンドc---ロールバックr"><a href="#TOC">コマンド(C) - ロールバック(R)</a></h3>\r
 <p>確認ダイアログを表示し、OKを押すとロールバックを実行します。</p>\r
@@ -480,6 +481,9 @@ alias search=[select * from]
 <p>コマンドの入力とメッセージの出力が同居する、コマンドラインのようなインターフェイスです。</p>\r
 <p>エンターキーを押すと、プロンプトから末尾までがコマンドとして解釈され実行されます。 カーソルが末尾にない場合は、カーソルが末尾に移動します。 プロンプトより前の部分は編集不可となっています。</p>\r
 <p>デスクトップからファイルをドロップすると、 「パスの貼り付け」「内容の貼り付け」のいずれかが実行できます。</p>\r
+<h3 id="ドラッグドロップで入力欄にパスを貼り付ける機能-バージョン4.2の追加機能"><a href="#TOC">ドラッグ&ドロップで入力欄にパスを貼り付ける機能 &lt;バージョン4.2の追加機能&gt;</a></h3>\r
+<p>ファイルマネージャーなどから入出力欄にファイルをドラッグアンドドロップすると、 入出力欄にファイルのパスを貼り付けることができます。</p>\r
+<p>複数のファイルのパスを一度に貼り付けることができます。</p>\r
 <h3 id="ステータスバー"><a href="#TOC">ステータスバー</a></h3>\r
 <p>直前のコマンドとその実行時間が表示されます。 実行時間は、timeコマンドとは異なり、コマンドの開始から終了までの所要時間となります。</p>\r
 <h3 id="コンテキストメニュー"><a href="#TOC">コンテキストメニュー</a></h3>\r
index 8316541..44747aa 100644 (file)
@@ -769,6 +769,14 @@ exportコマンドとは独立した処理です。検索結果が表示され
 「パスの貼り付け」「内容の貼り付け」のいずれかが実行できます。
 
 
+### ドラッグ&ドロップで入力欄にパスを貼り付ける機能  \<バージョン4.2の追加機能\>
+
+ファイルマネージャーなどから入出力欄にファイルをドラッグアンドドロップすると、
+入出力欄にファイルのパスを貼り付けることができます。
+
+複数のファイルのパスを一度に貼り付けることができます。
+
+
 ### ステータスバー
 
 直前のコマンドとその実行時間が表示されます。