svnno****@sourc*****
svnno****@sourc*****
2009年 7月 2日 (木) 23:21:14 JST
Revision: 3571 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3571 Author: yutakapon Date: 2009-07-02 23:21:14 +0900 (Thu, 02 Jul 2009) Log Message: ----------- ããããåé¡ãªãã®ã§ãCè¨èªã³ã¡ã³ããæå¹åããã Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/macro/syntax/lineformats.html trunk/doc/ja/html/about/history.html trunk/doc/ja/html/macro/syntax/lineformats.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2009-07-02 14:04:54 UTC (rev 3570) +++ trunk/doc/en/html/about/history.html 2009-07-02 14:21:14 UTC (rev 3571) @@ -30,7 +30,7 @@ <h2><a name="teraterm">Tera Term</a></h2> -<h3><a name="teraterm_4.63">2009.6.29 (Ver 4.63 not-released)</a></h3> +<h3><a name="teraterm_4.63">2009.7.2 (Ver 4.63 not-released)</a></h3> <ul class="history"> <li>Changes <ul> @@ -102,6 +102,7 @@ </ul></li> <li>added the Wait4allMacroCommand entry in the teraterm.ini file. The default is off. Turn on the value to enable the "<a href="../macro/command/wait4all.html">wait4all</a>" macro command.</li> <li>added the new option of the "<a href="../macro/command/exec.html">exec</a>" macro command that the application exit code is stored in the result variable.</li> + <li>added the C language style comment(/* - */) for the macro script.</li> <li>added a Subversion(SVN) revision number on the version dialog.</li> </ul></li> Modified: trunk/doc/en/html/macro/syntax/lineformats.html =================================================================== --- trunk/doc/en/html/macro/syntax/lineformats.html 2009-07-02 14:04:54 UTC (rev 3570) +++ trunk/doc/en/html/macro/syntax/lineformats.html 2009-07-02 14:21:14 UTC (rev 3571) @@ -12,9 +12,9 @@ <h1>Line formats</h1> <p> -There are four kinds of line formats for macro files. Any line can contain a comment -which begins with a ";" character. Comments give no effect on the execution of MACRO. -One line can contain up to 500 characters. The part that exceeded 500 characters is ignored. +There are four kinds of line formats for macro files. Any line can contain a comment which begins with a ";" character. Also, a user can use the C language style comment(/* - */).<br> +Comments give no effect on the execution of MACRO.<br> +One line can contain up to 500 characters. The part that exceeded 500 characters is ignored.<br> </p> <h2>1) Empty lines</h2> @@ -29,6 +29,16 @@ ; Tera Term Language </pre> +<pre> +Example: + showtt 0 + MessageBox 'message 1' 'title 1' + /* This is 'comment' "string" + */ MessageBox 'message 2' 'title 2' + closett +</pre> + + <h2>2) Command lines</h2> <p> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2009-07-02 14:04:54 UTC (rev 3570) +++ trunk/doc/ja/html/about/history.html 2009-07-02 14:21:14 UTC (rev 3571) @@ -30,7 +30,7 @@ <h2><a name="teraterm">Tera Term</a></h2> -<h3><a name="teraterm_4.63">2009.6.29 (Ver 4.63 not-released)</a></h3> +<h3><a name="teraterm_4.63">2009.7.2 (Ver 4.63 not-released)</a></h3> <ul class="history"> <li>ÏX <ul> @@ -102,6 +102,7 @@ </ul></li> <li>teraterm.ini É Wait4allMacroCommand GgðÇÁµ½BftHgÍoffBonÉ·éÆA"<a href="../macro/command/wait4all.html">wait4all</a>" }NR}hªLøÆÈéB</li> <li>}NR}h "<a href="../macro/command/exec.html">exec</a>" ÉAN®µ½AvP[VÌI¹R[hð result Éi[·é½ßÌIvVðÇÁµ½B</li> + <li>}NXNvgÌRgÉAC¾êRgi/* ` */jðgpÅ«éæ¤Éµ½B</li> <li>o[WîñÉASubversion(SVN)ÌrWÔð\¦·éæ¤Éµ½B</li> </ul></li> Modified: trunk/doc/ja/html/macro/syntax/lineformats.html =================================================================== --- trunk/doc/ja/html/macro/syntax/lineformats.html 2009-07-02 14:04:54 UTC (rev 3570) +++ trunk/doc/ja/html/macro/syntax/lineformats.html 2009-07-02 14:21:14 UTC (rev 3571) @@ -12,9 +12,9 @@ <h1>sÌ`®</h1> <p> -sÌ`®ÍȺÌ4ÂɪÞÅ«éBÇÌsà ";" ¶ÅnÜéRgðÜޱƪūéB -RgÍ MACRO ÌÀsÉe¿ð^¦È¢B -1ÂÌsÍÅå500¶ÜÅÅ·B500 ¶ðz¦éªÍ³³êÜ·B +sÌ`®ÍȺÌ4ÂɪÞÅ«éBÇÌsà ";" ¶ÅnÜéRgðÜޱƪūéBܽAC¾êRgi/* ` */jàgpÂ\B<br> +RgÍ MACRO ÌÀsÉe¿ð^¦È¢B<br> +1ÂÌsÍÅå500¶ÜÅB500 ¶ðz¦éªÍ³³êéB<br> </p> <h2>1) ós</h2> @@ -29,6 +29,15 @@ ; Tera Term Language </pre> +<pre> +á: + showtt 0 + MessageBox 'message 1' 'title 1' + /* This is 'comment' "string" + */ MessageBox 'message 2' 'title 2' + closett +</pre> + <h2>2) R}hs</h2> <p>