[Ttssh2-commit] [5198] SVN#5195 のヘルプドキュメント(仮)を追加した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 4月 15日 (月) 23:09:37 JST


Revision: 5198
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5198
Author:   yutakapon
Date:     2013-04-15 23:09:36 +0900 (Mon, 15 Apr 2013)
Log Message:
-----------
SVN#5195 のヘルプドキュメント(仮)を追加した。

- 各種オプションの説明をどう記述すればよいか不明
- ほか多数あるオプションの追記が未
- 英語版ヘルプのサンプルスクリプトの改修

Ticket Links:
------------
    http://sourceforge.jp/projects/ttssh2/tracker/detail/5195

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/macro/command/index.html
    trunk/doc/en/teraterm.hhc
    trunk/doc/en/teraterm.hhp
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/macro/command/index.html
    trunk/doc/ja/teraterm.hhc
    trunk/doc/ja/teraterm.hhp
    trunk/teraterm/common/helpid.h

Added Paths:
-----------
    trunk/doc/en/html/macro/command/regexoption.html
    trunk/doc/ja/html/macro/command/regexoption.html

-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/en/html/about/history.html	2013-04-15 14:09:36 UTC (rev 5198)
@@ -53,6 +53,7 @@
           <li>added the <a href="../macro/command/checksum32.html">checksum32</a> command.</li>
           <li>added the <a href="../macro/command/checksum32.html">checksum32file</a> command.</li>
           <li>added the <a href="../macro/command/bringupmacro.html">bringupmacro</a> command.</li>
+          <li>added the <a href="../macro/command/regexoption.html">regexoption</a> command.</li>
         </ul></li>
       <li>Select "Selection" by default in the printer dialog when there is a selection. Special thanks to tentner.</li>
     </ul>

Modified: trunk/doc/en/html/macro/command/index.html
===================================================================
--- trunk/doc/en/html/macro/command/index.html	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/en/html/macro/command/index.html	2013-04-15 14:09:36 UTC (rev 5198)
@@ -112,6 +112,7 @@
  <li><a href="code2str.html">code2str</a>
  <li><a href="expandenv.html">expandenv</a> (version 4.71 or later)
  <li><a href="int2str.html">int2str</a>
+ <li><a href="regexoption.html">regexoption</a> (version 4.78 or later)
  <li><a href="sprintf.html">sprintf</a> (version 4.52 or later)
  <li><a href="sprintf2.html">sprintf2</a> (version 4.62 or later)
  <li><a href="str2code.html">str2code</a>

Copied: trunk/doc/en/html/macro/command/regexoption.html (from rev 5197, trunk/doc/en/html/macro/command/getipv4addr.html)
===================================================================
--- trunk/doc/en/html/macro/command/regexoption.html	                        (rev 0)
+++ trunk/doc/en/html/macro/command/regexoption.html	2013-04-15 14:09:36 UTC (rev 5198)
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <title>regexoption</title>
+  <meta http-equiv="Content-Style-Type" content="text/css">
+  <link rel="stylesheet" href="../../style.css" type="text/css">
+</head>
+
+<body>
+
+
+<h1>regexoption</h1>
+
+<p>
+Specifies the regular expression encoding.
+</p>
+
+<pre class="macro-syntax">
+regexoption &lt;encoding string&gt;
+</pre>
+
+<h2>Parameters</h2>
+
+<ul>
+ <li>ENCODING_ASCII, ASCII</li>
+ <li>ENCODING_ISO_8859_1, ISO_8859_1</li>
+ <li>ENCODING_ISO_8859_2, ISO_8859_2</li>
+ <li>ENCODING_ISO_8859_3, ISO_8859_3</li>
+ <li>ENCODING_ISO_8859_4, ISO_8859_4</li>
+ <li>ENCODING_ISO_8859_5, ISO_8859_5</li>
+ <li>ENCODING_ISO_8859_6, ISO_8859_6</li>
+ <li>ENCODING_ISO_8859_7, ISO_8859_7</li>
+ <li>ENCODING_ISO_8859_8, ISO_8859_8</li>
+ <li>ENCODING_ISO_8859_9, ISO_8859_9</li>
+ <li>ENCODING_ISO_8859_10, ISO_8859_10</li>
+ <li>ENCODING_ISO_8859_11, ISO_8859_11</li>
+ <li>ENCODING_ISO_8859_13, ISO_8859_13</li>
+ <li>ENCODING_ISO_8859_14, ISO_8859_14</li>
+ <li>ENCODING_ISO_8859_15, ISO_8859_15</li>
+ <li>ENCODING_ISO_8859_16, ISO_8859_16</li>
+ <li>ENCODING_UTF8, UTF8</li>
+ <li>ENCODING_UTF16_BE, UTF16_BE</li>
+ <li>ENCODING_UTF16_LE, UTF16_LE</li>
+ <li>ENCODING_UTF32_BE, UTF32_BE</li>
+ <li>ENCODING_UTF32_LE, UTF32_LE</li>
+ <li>ENCODING_EUC_JP, EUC_JP</li>
+ <li>ENCODING_EUC_TW, EUC_TW</li>
+ <li>ENCODING_EUC_KR, EUC_KR</li>
+ <li>ENCODING_EUC_CN, EUC_CN</li>
+ <li>ENCODING_SJIS, SJIS, ENCODING_CP932, CP932</li>
+ <li>ENCODING_KOI8_R, KOI8_R</li>
+ <li>ENCODING_CP1251, CP1251</li>
+ <li>ENCODING_BIG5, BIG5</li>
+ <li>ENCODING_GB18030, GB18030</li>
+</ul>
+
+
+<h2>Return Value</h2>
+None.
+
+
+<h2>Example</h2>
+
+<pre class="macro-example">
+regexoption "SJIS"
+strmatch "\x91Ώۃf\x81[\x83^" "\x83f\x81[\x83^"
+</pre>
+
+<h2>See also</h2>
+<a href="strreplace.html">strreplace</a><br>
+<a href="strmatch.html">strmatch</a><br>
+<a href="waitregex.html">waitregex</a><br>
+
+</body>
+</html>

Modified: trunk/doc/en/teraterm.hhc
===================================================================
--- trunk/doc/en/teraterm.hhc	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/en/teraterm.hhc	2013-04-15 14:09:36 UTC (rev 5198)
@@ -1049,6 +1049,11 @@
 					<param name="ImageNumber" value="11">
 					</OBJECT>
 				<LI> <OBJECT type="text/sitemap">
+					<param name="Name" value="regexoption">
+					<param name="Local" value="html\macro\command\regexoption.html">
+					<param name="ImageNumber" value="11">
+					</OBJECT>
+				<LI> <OBJECT type="text/sitemap">
 					<param name="Name" value="sprintf">
 					<param name="Local" value="html\macro\command\sprintf.html">
 					<param name="ImageNumber" value="11">

Modified: trunk/doc/en/teraterm.hhp
===================================================================
--- trunk/doc/en/teraterm.hhp	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/en/teraterm.hhp	2013-04-15 14:09:36 UTC (rev 5198)
@@ -263,6 +263,7 @@
 HlpMacroCommandQuickvansend=html\macro\command\quickvansend.html
 HlpMacroCommandRandom=html\macro\command\random.html
 HlpMacroCommandRecvln=html\macro\command\recvln.html
+HlpMacroCommandRegexption=html\macro\command\regexoption.html
 HlpMacroCommandRestoresetup=html\macro\command\restoresetup.html
 HlpMacroCommandReturn=html\macro\command\return.html
 HlpMacroCommandRotateleft=html\macro\command\rotateleft.html

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/ja/html/about/history.html	2013-04-15 14:09:36 UTC (rev 5198)
@@ -52,6 +52,7 @@
           <li><a href="../macro/command/checksum32.html">checksum32</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
           <li><a href="../macro/command/checksum32.html">checksum32file</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
           <li><a href="../macro/command/bringupmacro.html">bringupmacro</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
+          <li><a href="../macro/command/regexoption.html">regexoption</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
         </ul></li>
       <li>\x82\xB7\x82łɑI\x91\xF0\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x83e\x83L\x83X\x83g\x82\xAA\x91\xB6\x8D݂\xB7\x82\xE9\x8Fꍇ\x81A\x83v\x83\x8A\x83\x93\x83^\x83_\x83C\x83A\x83\x8D\x83O\x82̃f\x83t\x83H\x83\x8B\x83g\x91I\x91\xF0\x8E\x88\x82\xF0\x81u\x91I\x91\xF0\x82\xB5\x82\xBD\x95\x94\x95\xAA\x81v\x82ɂ\xB7\x82\xE9\x82悤\x82ɂ\xB5\x82\xBD\x81Btentner\x8E\x81\x82Ɋ\xB4\x8EӁB</li>
     </ul>

Modified: trunk/doc/ja/html/macro/command/index.html
===================================================================
--- trunk/doc/ja/html/macro/command/index.html	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/ja/html/macro/command/index.html	2013-04-15 14:09:36 UTC (rev 5198)
@@ -112,6 +112,7 @@
  <li><a href="code2str.html">code2str</a>
  <li><a href="expandenv.html">expandenv</a> (\x83o\x81[\x83W\x83\x87\x83\x934.71\x88ȍ~)
  <li><a href="int2str.html">int2str</a>
+ <li><a href="regexoption.html">regexoption</a> (\x83o\x81[\x83W\x83\x87\x83\x934.78\x88ȍ~)
  <li><a href="sprintf.html">sprintf</a> (\x83o\x81[\x83W\x83\x87\x83\x934.52\x88ȍ~)
  <li><a href="sprintf2.html">sprintf2</a> (\x83o\x81[\x83W\x83\x87\x83\x934.62\x88ȍ~)
  <li><a href="str2code.html">str2code</a>

Copied: trunk/doc/ja/html/macro/command/regexoption.html (from rev 5197, trunk/doc/ja/html/macro/command/bringupmacro.html)
===================================================================
--- trunk/doc/ja/html/macro/command/regexoption.html	                        (rev 0)
+++ trunk/doc/ja/html/macro/command/regexoption.html	2013-04-15 14:09:36 UTC (rev 5198)
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+  <title>regexoption</title>
+  <meta http-equiv="Content-Style-Type" content="text/css">
+  <link rel="stylesheet" href="../../style.css" type="text/css">
+</head>
+
+<body>
+
+
+<h1>regexoption</h1>
+
+<p>
+\x90\xB3\x8BK\x95\\x8C\xBB\x82̃G\x83\x93\x83R\x81[\x83f\x83B\x83\x93\x83O\x82\xF0\x8Ew\x92肷\x82\xE9\x81B
+</p>
+
+<pre class="macro-syntax">
+regexoption &lt;encoding string&gt;
+</pre>
+
+<h2>\x83p\x83\x89\x83\x81\x81[\x83^</h2>
+
+<ul>
+ <li>ENCODING_ASCII, ASCII</li>
+ <li>ENCODING_ISO_8859_1, ISO_8859_1</li>
+ <li>ENCODING_ISO_8859_2, ISO_8859_2</li>
+ <li>ENCODING_ISO_8859_3, ISO_8859_3</li>
+ <li>ENCODING_ISO_8859_4, ISO_8859_4</li>
+ <li>ENCODING_ISO_8859_5, ISO_8859_5</li>
+ <li>ENCODING_ISO_8859_6, ISO_8859_6</li>
+ <li>ENCODING_ISO_8859_7, ISO_8859_7</li>
+ <li>ENCODING_ISO_8859_8, ISO_8859_8</li>
+ <li>ENCODING_ISO_8859_9, ISO_8859_9</li>
+ <li>ENCODING_ISO_8859_10, ISO_8859_10</li>
+ <li>ENCODING_ISO_8859_11, ISO_8859_11</li>
+ <li>ENCODING_ISO_8859_13, ISO_8859_13</li>
+ <li>ENCODING_ISO_8859_14, ISO_8859_14</li>
+ <li>ENCODING_ISO_8859_15, ISO_8859_15</li>
+ <li>ENCODING_ISO_8859_16, ISO_8859_16</li>
+ <li>ENCODING_UTF8, UTF8</li>
+ <li>ENCODING_UTF16_BE, UTF16_BE</li>
+ <li>ENCODING_UTF16_LE, UTF16_LE</li>
+ <li>ENCODING_UTF32_BE, UTF32_BE</li>
+ <li>ENCODING_UTF32_LE, UTF32_LE</li>
+ <li>ENCODING_EUC_JP, EUC_JP</li>
+ <li>ENCODING_EUC_TW, EUC_TW</li>
+ <li>ENCODING_EUC_KR, EUC_KR</li>
+ <li>ENCODING_EUC_CN, EUC_CN</li>
+ <li>ENCODING_SJIS, SJIS, ENCODING_CP932, CP932</li>
+ <li>ENCODING_KOI8_R, KOI8_R</li>
+ <li>ENCODING_CP1251, CP1251</li>
+ <li>ENCODING_BIG5, BIG5</li>
+ <li>ENCODING_GB18030, GB18030</li>
+</ul>
+
+
+<h2>\x95Ԃ\xE8\x92l</h2>
+\x82Ȃ\xB5\x81B
+
+<h2>\x97\xE1</h2>
+
+<pre class="macro-example">
+regexoption "SJIS"
+strmatch "\x91Ώۃf\x81[\x83^" "\x83f\x81[\x83^"
+</pre>
+
+<h2>\x8EQ\x8F\xC6</h2>
+<a href="strreplace.html">strreplace</a><br>
+<a href="strmatch.html">strmatch</a><br>
+<a href="waitregex.html">waitregex</a><br>
+
+</body>
+</html>

Modified: trunk/doc/ja/teraterm.hhc
===================================================================
--- trunk/doc/ja/teraterm.hhc	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/ja/teraterm.hhc	2013-04-15 14:09:36 UTC (rev 5198)
@@ -1059,6 +1059,10 @@
 					<param name="ImageNumber" value="11">
 					</OBJECT>
 				<LI> <OBJECT type="text/sitemap">
+					<param name="Name" value="regexoption">
+					<param name="Local" value="html\macro\command\regexoption.html">
+					</OBJECT>
+				<LI> <OBJECT type="text/sitemap">
 					<param name="Name" value="sprintf">
 					<param name="Local" value="html\macro\command\sprintf.html">
 					<param name="ImageNumber" value="11">

Modified: trunk/doc/ja/teraterm.hhp
===================================================================
--- trunk/doc/ja/teraterm.hhp	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/doc/ja/teraterm.hhp	2013-04-15 14:09:36 UTC (rev 5198)
@@ -273,6 +273,7 @@
 HlpMacroCommandQuickvansend=html\macro\command\quickvansend.html
 HlpMacroCommandRandom=html\macro\command\random.html
 HlpMacroCommandRecvln=html\macro\command\recvln.html
+HlpMacroCommandRegexption=html\macro\command\regexoption.html
 HlpMacroCommandRestoresetup=html\macro\command\restoresetup.html
 HlpMacroCommandReturn=html\macro\command\return.html
 HlpMacroCommandRotateleft=html\macro\command\rotateleft.html

Modified: trunk/teraterm/common/helpid.h
===================================================================
--- trunk/teraterm/common/helpid.h	2013-04-14 12:17:06 UTC (rev 5197)
+++ trunk/teraterm/common/helpid.h	2013-04-15 14:09:36 UTC (rev 5198)
@@ -272,6 +272,7 @@
 #define HlpMacroCommandQuickvansend     92070
 #define HlpMacroCommandRandom           92112
 #define HlpMacroCommandRecvln           92071
+#define HlpMacroCommandRegexoption      92156
 #define HlpMacroCommandRestoresetup     92072
 #define HlpMacroCommandReturn           92073
 #define HlpMacroCommandRotateleft       92122



Ttssh2-commit メーリングリストの案内
Back to archive index