From ea3ea815e83c7584681defb3c93f51bfcb4636ad Mon Sep 17 00:00:00 2001 From: argius Date: Sat, 29 Nov 2014 11:46:08 +0900 Subject: [PATCH] update documents --- FEATURE.md | 8 +++++--- FEATURE_ja.md | 4 ++-- MANUAL.html | 17 ++++++++++++----- MANUAL.md | 13 ++++++++++--- MANUAL_ja.html | 17 +++++++++++++---- MANUAL_ja.md | 20 +++++++++++++++----- 6 files changed, 57 insertions(+), 22 deletions(-) diff --git a/FEATURE.md b/FEATURE.md index bdbe8e3..160ad9d 100644 --- a/FEATURE.md +++ b/FEATURE.md @@ -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: diff --git a/FEATURE_ja.md b/FEATURE_ja.md index 9747709..c10772e 100644 --- a/FEATURE_ja.md +++ b/FEATURE_ja.md @@ -7,7 +7,7 @@ コマンド履歴の全表示(GUI) : すべてのコマンド履歴をダイアログで表示し、そこからコマンド履歴を - 選択できるようになりました。 + 選択する機能を追加しました。 バージョン4.1で追加された新機能はありません。 @@ -34,7 +34,7 @@ バージョン4.2での主な変更は以下のとおりです。 -フォーカス移動に情報ツリーを追加(GUI) +情報ツリーをフォーカス移動対象に追加(GUI) : バージョン4.1までは、フォーカス移動は結果テーブルとテキスト欄の間だけでした。 バージョン4.2では、情報ツリー→結果テーブル→テキスト欄になりました。 diff --git a/MANUAL.html b/MANUAL.html index 1bc91f7..55ee60c 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -77,7 +77,7 @@
  • Edit - Paste (P) Ctrl-V
  • Edit - Select All (A) Ctrl-A
  • Edit - Find (F) Ctrl-F
  • -
  • Edit - Toggle focus (G) Ctrl-G
  • +
  • Edit - Toggle focus (G) Ctrl-G <improved feature in version 4.2>
  • Edit - Clear Message (M)
  • View - Show Status Bar (S)
  • View - Show Column Number (C)
  • @@ -92,6 +92,7 @@
  • Command - BREAK (B) Ctrl-Pause(Break)
  • Command - History Back (P) Ctrl-Up
  • Command - History Next (N) Ctrl-Down
  • +
  • Command - Show All Histories(A) <new feature in version 4.2>
  • Command - Rollback (R)
  • Command - Commit (M)
  • Command - Connect (C) Ctrl-E
  • @@ -128,7 +129,11 @@

    Setting "Auto Rollback" in the connector will rollback automatically on disconnect.

    For details, see How To Use - Configuration Of "Connector".

    Other

    -

    For more information, see the project site. http://stew.sourceforge.jp/

    +

    For more information, see the project site.

    +

    Installation

    Just extract the package archive file.

    Running App

    @@ -225,7 +230,7 @@ $ stew --edit

    ...

    -s - Executes file content as script (built-in) <improved feature in version 4.1>

    > -s . | <SCRIPT FILE> | <SCRIPT-NAME> <SCRIPT-CODE>
    -
      +
      1. If the first argument is ".", the Script Context is reset.
      2. 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.
      3. 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.
      4. @@ -477,8 +482,8 @@ Selected 42 records.

        Edit - Find (F) Ctrl-F

        This command finds out a specific string from selected component.

        ...

        -

        Edit - Toggle focus (G) Ctrl-G

        -

        This command toggles focus between the result set table and the input/output area in a current window.

        +

        Edit - Toggle focus (G) Ctrl-G <improved feature in version 4.2>

        +

        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)

        This command clears input/output area in a current window.

        View - Show Status Bar (S)

        @@ -514,6 +519,8 @@ Selected 42 records.

        This command rotates command histories backward.

        Command - History Next (N) Ctrl-Down

        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.

        Command - Commit (M)

        diff --git a/MANUAL.md b/MANUAL.md index 404b369..2b20333 100644 --- 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. - + +- +- ## 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 \ -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) \ + +This command shows all command histories and paste a choosen commmand. + + ### Command - Rollback (R) This command displays confirm dialog and click "OK" to rollback. diff --git a/MANUAL_ja.html b/MANUAL_ja.html index 0f05503..4ae7c10 100644 --- a/MANUAL_ja.html +++ b/MANUAL_ja.html @@ -66,7 +66,7 @@
      5. 編集(E) - 貼り付け(P) Ctrl-V
      6. 編集(E) - すべて選択(A) Ctrl-A
      7. 編集(E) - 検索(F) Ctrl-F
      8. -
      9. 編集(E) - フォーカス切替(G) Ctrl-G
      10. +
      11. 編集(E) - フォーカス切替(G) Ctrl-G <バージョン4.2の更新機能>
      12. 編集(E) - メッセージのクリア
      13. 表示(V) - ステータス バー(B)
      14. 表示(V) - 列番号を表示(C)
      15. @@ -81,6 +81,8 @@
      16. コマンド(C) - 中断(B) Ctrl-Pause(Break)
      17. コマンド(C) - 前のコマンド履歴(P) Ctrl-↑
      18. コマンド(C) - 次のコマンド履歴(N) Ctrl-↓
      19. +
      20. コマンド(C) - 次のコマンド履歴(N) Ctrl-↓
      21. +
      22. コマンド(C) - コマンド履歴を全表示 <バージョン4.2の追加機能>
      23. コマンド(C) - ロールバック(R)
      24. コマンド(C) - コミット(M)
      25. コマンド(C) - 接続(C) Ctrl-E
      26. @@ -127,7 +129,10 @@

        「切断時に自動ロールバック」を設定すると、disconnectの際に自動的にrollbackを発行します。 詳細は、使い方-接続設定を参照してください。

        その他

        プロジェクトサイトにて追加説明を行っていますので、あわせてご利用ください。

        -

        http://stew.sourceforge.jp/ http://argius.net/wiki/index.php?Stew%20tutorial (argius.net)

        +

        インストール

        Java実行環境バージョン6(JRE6)以上がインストールされている必要があります。 また、利用するデータベースのJDBCドライバが必要です。

        リリースパッケージ(通常はzipファイル)を任意のディレクトリに展開します。

        @@ -392,8 +397,8 @@ alias search=[select * from]

        選択している領域(テーブル、テーブル列名、入出力欄、情報ツリー)内の文字列を検索します。

        テーブル、テーブル列名はセル単位で検索します。 入出力欄は、一致部分をハイライトします。 情報ツリーは、選択しているノードと同じ深さのノードとそれらのサブノード単位で検索します。

        オプションで、「正規表現を使用する」「大文字と小文字を区別しない」が指定できます。

        -

        編集(E) - フォーカス切替(G) Ctrl-G

        -

        検索結果エリアと入力欄のフォーカスを入れ替えます(toggle)。

        +

        編集(E) - フォーカス切替(G) Ctrl-G <バージョン4.2の更新機能>

        +

        データベース情報ツリー、検索結果エリア、入力欄の間でフォーカスを入れ替えます(toggle)。

        編集(E) - メッセージのクリア

        入出力欄のメッセージをクリアします。

        表示(V) - ステータス バー(B)

        @@ -429,6 +434,10 @@ alias search=[select * from]

        コマンド履歴を1つ遡ります。

        コマンド(C) - 次のコマンド履歴(N) Ctrl-↓

        コマンド履歴を1つ進みます。

        +

        コマンド(C) - 次のコマンド履歴(N) Ctrl-↓

        +

        コマンド履歴を1つ進みます。

        +

        コマンド(C) - コマンド履歴を全表示 <バージョン4.2の追加機能>

        +

        すべてのコマンド履歴をダイアログで表示し、そこからコマンド履歴を選択して貼りつけることができます。

        コマンド(C) - ロールバック(R)

        確認ダイアログを表示し、OKを押すとロールバックを実行します。

        コマンド(C) - コミット(M)

        diff --git a/MANUAL_ja.md b/MANUAL_ja.md index d80fe62..8316541 100644 --- a/MANUAL_ja.md +++ b/MANUAL_ja.md @@ -37,8 +37,8 @@ DBMSによっては、トランザクションが自動的にコミットされ プロジェクトサイトにて追加説明を行っていますので、あわせてご利用ください。 - - (argius.net) +- +- (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を押すとロールバックを実行します。 -- 2.11.0