OSDN Git Service

update documents
authorargius <argius.net@gmail.com>
Sat, 29 Nov 2014 02:46:08 +0000 (11:46 +0900)
committerargius <argius.net@gmail.com>
Sat, 29 Nov 2014 02:46:08 +0000 (11:46 +0900)
FEATURE.md
FEATURE_ja.md
MANUAL.html
MANUAL.md
MANUAL_ja.html
MANUAL_ja.md

index bdbe8e3..160ad9d 100644 (file)
@@ -6,7 +6,7 @@
 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.
 
 
 The new features in version 4.1 are nothing.
@@ -36,8 +36,10 @@ For more details, see MANUAL.html file.
 
 The major changes on version 4.2 are listed below:
 
-change behavitor of toggle-focus
-:
+change behavitor 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.
 
 
 The major changes on version 4.1 are listed below:
index 9747709..c10772e 100644 (file)
@@ -7,7 +7,7 @@
 
 コマンド履歴の全表示(GUI)
 :   すべてのコマンド履歴をダイアログで表示し、そこからコマンド履歴を
-    é\81¸æ\8a\9eã\81§ã\81\8dã\82\8bã\82\88ã\81\86ã\81«ã\81ªã\82\8aました。
+    é\81¸æ\8a\9eã\81\99ã\82\8bæ©\9fè\83½ã\82\92追å\8a ã\81\97ました。
 
 
 バージョン4.1で追加された新機能はありません。
@@ -34,7 +34,7 @@
 
 バージョン4.2での主な変更は以下のとおりです。
 
-フォーカス移動に情報ツリーを追加(GUI)
+情報ツリーをフォーカス移動対象に追加(GUI)
 :   バージョン4.1までは、フォーカス移動は結果テーブルとテキスト欄の間だけでした。
     バージョン4.2では、情報ツリー→結果テーブル→テキスト欄になりました。
 
index 1bc91f7..55ee60c 100644 (file)
@@ -77,7 +77,7 @@
 <li><a href="#edit---paste-p-ctrl-v">Edit - Paste (P) Ctrl-V</a></li>\r
 <li><a href="#edit---select-all-a-ctrl-a">Edit - Select All (A) Ctrl-A</a></li>\r
 <li><a href="#edit---find-f-ctrl-f">Edit - Find (F) Ctrl-F</a></li>\r
-<li><a href="#edit---toggle-focus-g-ctrl-g">Edit - Toggle focus (G) Ctrl-G</a></li>\r
+<li><a href="#edit---toggle-focus-g-ctrl-g-improved-feature-in-version-4.2">Edit - Toggle focus (G) Ctrl-G &lt;improved feature in version 4.2&gt;</a></li>\r
 <li><a href="#edit---clear-message-m">Edit - Clear Message (M)</a></li>\r
 <li><a href="#view---show-status-bar-s">View - Show Status Bar (S)</a></li>\r
 <li><a href="#view---show-column-number-c">View - Show Column Number (C)</a></li>\r
@@ -92,6 +92,7 @@
 <li><a href="#command---break-b-ctrl-pausebreak">Command - BREAK (B) Ctrl-Pause(Break)</a></li>\r
 <li><a href="#command---history-back-p-ctrl-up">Command - History Back (P) Ctrl-Up</a></li>\r
 <li><a href="#command---history-next-n-ctrl-down">Command - History Next (N) Ctrl-Down</a></li>\r
+<li><a href="#command---show-all-historiesa-new-feature-in-version-4.2">Command - Show All Histories(A) &lt;new feature in version 4.2&gt;</a></li>\r
 <li><a href="#command---rollback-r">Command - Rollback (R)</a></li>\r
 <li><a href="#command---commit-m">Command - Commit (M)</a></li>\r
 <li><a href="#command---connect-c-ctrl-e">Command - Connect (C) Ctrl-E</a></li>\r
 <p>Setting &quot;Auto Rollback&quot; in the connector will rollback automatically on disconnect.</p>\r
 <p>For details, see <a href="#configuration-of-connector">How To Use - Configuration Of &quot;Connector&quot;</a>.</p>\r
 <h3 id="other"><a href="#TOC">Other</a></h3>\r
-<p>For more information, see the project site. <a href="http://stew.sourceforge.jp/"><code class="url">http://stew.sourceforge.jp/</code></a></p>\r
+<p>For more information, see the project site.</p>\r
+<ul>\r
+<li><a href="http://stew.sourceforge.jp/"><code class="url">http://stew.sourceforge.jp/</code></a></li>\r
+<li><a href="http://argius.github.io/Stew4/"><code class="url">http://argius.github.io/Stew4/</code></a></li>\r
+</ul>\r
 <h2 id="installation"><a href="#TOC">Installation</a></h2>\r
 <p>Just extract the package archive file.</p>\r
 <h2 id="running-app"><a href="#TOC">Running App</a></h2>\r
@@ -225,7 +230,7 @@ $ stew --edit
 <p>...</p>\r
 <h3 id="s---executes-file-content-as-script-built-in-improved-feature-in-version-4.1"><a href="#TOC">-s - Executes file content as script (built-in) &lt;improved feature in version 4.1&gt;</a></h3>\r
 <pre><code>&gt; -s . | &lt;SCRIPT FILE&gt; | &lt;SCRIPT-NAME&gt; &lt;SCRIPT-CODE&gt;</code></pre>\r
-<ol>\r
+<ol type="1">\r
 <li>If the first argument is &quot;.&quot;, the Script Context is reset.</li>\r
 <li>If the first argument is a filename with extension, the script language is identified by the extension, and the file is run as the script language's script.</li>\r
 <li>Otherwise, the first argument is recognized as the name of a script language, and the rest of arguments are executed as the script language's script.</li>\r
@@ -477,8 +482,8 @@ Selected 42 records.</code></pre>
 <h3 id="edit---find-f-ctrl-f"><a href="#TOC">Edit - Find (F) Ctrl-F</a></h3>\r
 <p>This command finds out a specific string from selected component.</p>\r
 <p>...</p>\r
-<h3 id="edit---toggle-focus-g-ctrl-g"><a href="#TOC">Edit - Toggle focus (G) Ctrl-G</a></h3>\r
-<p>This command toggles focus between the result set table and the input/output area in a current window.</p>\r
+<h3 id="edit---toggle-focus-g-ctrl-g-improved-feature-in-version-4.2"><a href="#TOC">Edit - Toggle focus (G) Ctrl-G &lt;improved feature in version 4.2&gt;</a></h3>\r
+<p>This command toggles focus between the database info tree, the the result set table and the input/output area in a current window.</p>\r
 <h3 id="edit---clear-message-m"><a href="#TOC">Edit - Clear Message (M)</a></h3>\r
 <p>This command clears input/output area in a current window.</p>\r
 <h3 id="view---show-status-bar-s"><a href="#TOC">View - Show Status Bar (S)</a></h3>\r
@@ -514,6 +519,8 @@ Selected 42 records.</code></pre>
 <p>This command rotates command histories backward.</p>\r
 <h3 id="command---history-next-n-ctrl-down"><a href="#TOC">Command - History Next (N) Ctrl-Down</a></h3>\r
 <p>This command rotates command histories forward.</p>\r
+<h3 id="command---show-all-historiesa-new-feature-in-version-4.2"><a href="#TOC">Command - Show All Histories(A) &lt;new feature in version 4.2&gt;</a></h3>\r
+<p>This command shows all command histories and paste a choosen commmand.</p>\r
 <h3 id="command---rollback-r"><a href="#TOC">Command - Rollback (R)</a></h3>\r
 <p>This command displays confirm dialog and click &quot;OK&quot; to rollback.</p>\r
 <h3 id="command---commit-m"><a href="#TOC">Command - Commit (M)</a></h3>\r
index 404b369..2b20333 100644 (file)
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -33,7 +33,9 @@ For details, see [How To Use - Configuration Of "Connector"](#configuration-of-c
 ### Other
 
 For more information, see the project site.
-<http://stew.sourceforge.jp/>
+
+- <http://stew.sourceforge.jp/>
+- <http://argius.github.io/Stew4/>
 
 
 ## Installation
@@ -634,9 +636,9 @@ This command finds out a specific string from selected component.
 ...
 
 
-### Edit - Toggle focus (G) Ctrl-G
+### Edit - Toggle focus (G) Ctrl-G \<improved feature in version 4.2\>
 
-This command toggles focus between the result set table and the input/output area in a current window.
+This command toggles focus between the database info tree, the the result set table and the input/output area in a current window.
 
 ### Edit - Clear Message (M)
 
@@ -718,6 +720,11 @@ This command rotates command histories backward.
 This command rotates command histories forward.
 
 
+### Command - Show All Histories(A) \<new feature in version 4.2\>
+
+This command shows all command histories and paste a choosen commmand.
+
+
 ### Command - Rollback (R)
 
 This command displays confirm dialog and click "OK" to rollback.
index 0f05503..4ae7c10 100644 (file)
@@ -66,7 +66,7 @@
 <li><a href="#編集e---貼り付けp-ctrl-v">編集(E) - 貼り付け(P) Ctrl-V</a></li>\r
 <li><a href="#編集e---すべて選択a-ctrl-a">編集(E) - すべて選択(A) Ctrl-A</a></li>\r
 <li><a href="#編集e---検索f-ctrl-f">編集(E) - 検索(F) Ctrl-F</a></li>\r
-<li><a href="#編集e---フォーカス切替g-ctrl-g">編集(E) - フォーカス切替(G) Ctrl-G</a></li>\r
+<li><a href="#編集e---フォーカス切替g-ctrl-g-バージョン4.2の更新機能">編集(E) - フォーカス切替(G) Ctrl-G &lt;バージョン4.2の更新機能&gt;</a></li>\r
 <li><a href="#編集e---メッセージのクリア">編集(E) - メッセージのクリア</a></li>\r
 <li><a href="#表示v---ステータス-バーb">表示(V) - ステータス バー(B)</a></li>\r
 <li><a href="#表示v---列番号を表示c">表示(V) - 列番号を表示(C)</a></li>\r
@@ -81,6 +81,8 @@
 <li><a href="#コマンドc---中断b-ctrl-pausebreak">コマンド(C) - 中断(B) Ctrl-Pause(Break)</a></li>\r
 <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---ロールバック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
 <p>「切断時に自動ロールバック」を設定すると、disconnectの際に自動的にrollbackを発行します。 詳細は、<a href="#接続設定">使い方-接続設定</a>を参照してください。</p>\r
 <h3 id="その他"><a href="#TOC">その他</a></h3>\r
 <p>プロジェクトサイトにて追加説明を行っていますので、あわせてご利用ください。</p>\r
-<p><a href="http://stew.sourceforge.jp/"><code class="url">http://stew.sourceforge.jp/</code></a> <a href="http://argius.net/wiki/index.php?Stew%20tutorial"><code class="url">http://argius.net/wiki/index.php?Stew%20tutorial</code></a> (argius.net)</p>\r
+<ul>\r
+<li><a href="http://stew.sourceforge.jp/"><code class="url">http://stew.sourceforge.jp/</code></a></li>\r
+<li><a href="http://argius.net/wiki/index.php?Stew%20tutorial"><code class="url">http://argius.net/wiki/index.php?Stew%20tutorial</code></a> (argius.net)</li>\r
+</ul>\r
 <h2 id="インストール"><a href="#TOC">インストール</a></h2>\r
 <p>Java実行環境バージョン6(JRE6)以上がインストールされている必要があります。 また、利用するデータベースのJDBCドライバが必要です。</p>\r
 <p>リリースパッケージ(通常はzipファイル)を任意のディレクトリに展開します。</p>\r
@@ -392,8 +397,8 @@ alias search=[select * from]
 <p>選択している領域(テーブル、テーブル列名、入出力欄、情報ツリー)内の文字列を検索します。</p>\r
 <p>テーブル、テーブル列名はセル単位で検索します。 入出力欄は、一致部分をハイライトします。 情報ツリーは、選択しているノードと同じ深さのノードとそれらのサブノード単位で検索します。</p>\r
 <p>オプションで、「正規表現を使用する」「大文字と小文字を区別しない」が指定できます。</p>\r
-<h3 id="編集e---フォーカス切替g-ctrl-g"><a href="#TOC">編集(E) - フォーカス切替(G) Ctrl-G</a></h3>\r
-<p>検索結果エリアと入力欄のフォーカスを入れ替えます(toggle)。</p>\r
+<h3 id="編集e---フォーカス切替g-ctrl-g-バージョン4.2の更新機能"><a href="#TOC">編集(E) - フォーカス切替(G) Ctrl-G &lt;バージョン4.2の更新機能&gt;</a></h3>\r
+<p>データベース情報ツリー、検索結果エリア、入力欄の間でフォーカスを入れ替えます(toggle)。</p>\r
 <h3 id="編集e---メッセージのクリア"><a href="#TOC">編集(E) - メッセージのクリア</a></h3>\r
 <p>入出力欄のメッセージをクリアします。</p>\r
 <h3 id="表示v---ステータス-バーb"><a href="#TOC">表示(V) - ステータス バー(B)</a></h3>\r
@@ -429,6 +434,10 @@ alias search=[select * from]
 <p>コマンド履歴を1つ遡ります。</p>\r
 <h3 id="コマンドc---次のコマンド履歴n-ctrl-"><a href="#TOC">コマンド(C) - 次のコマンド履歴(N) Ctrl-↓</a></h3>\r
 <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
+<p>すべてのコマンド履歴をダイアログで表示し、そこからコマンド履歴を選択して貼りつけることができます。</p>\r
 <h3 id="コマンドc---ロールバックr"><a href="#TOC">コマンド(C) - ロールバック(R)</a></h3>\r
 <p>確認ダイアログを表示し、OKを押すとロールバックを実行します。</p>\r
 <h3 id="コマンドc---コミットm"><a href="#TOC">コマンド(C) - コミット(M)</a></h3>\r
index d80fe62..8316541 100644 (file)
@@ -37,8 +37,8 @@ DBMSによっては、トランザクションが自動的にコミットされ
 
 プロジェクトサイトにて追加説明を行っていますので、あわせてご利用ください。
 
-<http://stew.sourceforge.jp/>
-<http://argius.net/wiki/index.php?Stew%20tutorial> (argius.net)
+<http://stew.sourceforge.jp/>
+<http://argius.net/wiki/index.php?Stew%20tutorial> (argius.net)
 
 
 
@@ -266,7 +266,7 @@ exportなどを同時に実行する場合や、コマンドラインからの
 再帰的に指定できますが、無限ループは検知できないので注意してください。
 
 
-### -s - スクリプトとして実行 (組み込みコマンド) \<バージョン4.1の更新機能>
+### -s - スクリプトとして実行 (組み込みコマンド) \<バージョン4.1の更新機能\>
 
     > -s . | <スクリプトファイル> | <スクリプト言語名> <スクリプトコード>
 
@@ -568,9 +568,9 @@ GUIモードのメニューについての説明です。
 オプションで、「正規表現を使用する」「大文字と小文字を区別しない」が指定できます。
 
 
-### 編集(E) - フォーカス切替(G) Ctrl-G
+### 編集(E) - フォーカス切替(G) Ctrl-G \<バージョン4.2の更新機能\>
 
-検索結果エリアと入力欄のフォーカスを入れ替えます(toggle)。
+データベース情報ツリー、検索結果エリア、入力欄の間でフォーカスを入れ替えます(toggle)。
 
 
 ### 編集(E) - メッセージのクリア
@@ -650,6 +650,16 @@ GUIモードのメニューについての説明です。
 コマンド履歴を1つ進みます。
 
 
+### コマンド(C) - 次のコマンド履歴(N) Ctrl-↓
+
+コマンド履歴を1つ進みます。
+
+
+### コマンド(C) - コマンド履歴を全表示(A) \<バージョン4.2の追加機能\>
+
+すべてのコマンド履歴をダイアログで表示し、そこからコマンド履歴を選択して貼りつけることができます。
+
+
 ### コマンド(C) - ロールバック(R)
 
 確認ダイアログを表示し、OKを押すとロールバックを実行します。