OSDN Git Service

Upgrade to 4.2.0
[stew/Stew4.git] / MANUAL.html
index 1bc91f7..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
@@ -77,7 +78,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 +93,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 +231,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
@@ -361,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
@@ -477,8 +485,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 +522,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