OSDN Git Service

Upgrade to 4.2.0-beta2-test
[stew/Stew4.git] / MANUAL.html
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