Project: FAR manager
Revision: 1941
Author: skirda
Date: 06 Aug 2008 07:46:58
Changes:build 2423
Files:modified: /trunk/enc/enc_eng/meta/macro/about/index.html (
try)
modified: /trunk/enc/enc_rus/meta/macro/about/index.html (
try)
modified: /trunk/enc/enc_eng/meta/index.html (
try)
modified: /trunk/enc/enc_rus/meta/index.html (
try)
modified: /trunk/enc/enc_eng/meta/macro/macrocmd/functions.html (
try)
modified: /trunk/enc/enc_rus/meta/macro/macrocmd/functions.html (
try)
modified: /trunk/enc/enc_eng/meta/whatsnew.html (
try)
modified: /trunk/enc/enc_rus/meta/whatsnew.html (
try)
Diff:
| ... | ...@@ -58,6 +58,7 @@ |
| 58 | 58 | settings, exporting, creating and removing existing FAR Manager macro commands.
|
| 59 | 59 | <li>The value of the "NoSendKeysToPlugins" macro command parameter
|
| 60 | 60 | depends on the way the <a href="../macrokey/record.html">macro command recording</a> had started.
|
| 61 | <li>CtrlBreak |
| ... | ...@@ -64,6 +64,7 @@ |
| 64 | 64 | <li> |
| ... | ...@@ -12,7 +12,7 @@ |
| 12 | 12 | <TABLE cellpadding=5 cellspacing=5 width="100%" border=0 style="margin-left: -20px;">
|
| 13 | 13 | <tr><td style="border-right: 1px solid; padding-right: 1em;">
|
| 14 | 14 |
|
| 15 | | <h1 style="margin-left: 1 px;text-align: center;"><nobr>Encyclopedia for Developers 1.71 SR2389</nobr></h1>
|
| 15 | <h1 style="margin-left: 1 px;text-align: center;"><nobr>Encyclopedia for Developers 1.71 SR2423</nobr></h1>
|
| 16 | 16 |
|
| 17 | 17 | <p class=justi><b>FAR Manager</b> - a console file manager for the Windows family of operating systems (based on Win32 API).
|
| 18 | 18 | The program provides a comfortable user interface for working with file systems (real and emulated) and files.</p>
|
| ... | ...@@ -12,7 +12,7 @@ |
| 12 | 12 | <TABLE cellpadding=5 cellspacing=5 width="100%" border=0 style="margin-left: -20px;">
|
| 13 | 13 | <tr><td style="border-right: 1px solid; padding-right: 1em;">
|
| 14 | 14 |
|
| 15 | | <h1 style="margin-left: 1 px;text-align: center;"><nobr>Encyclopedia for Developers 1.71 SR2389</nobr></h1>
|
| 15 | <h1 style="margin-left: 1 px;text-align: center;"><nobr>Encyclopedia for Developers 1.71 SR2423</nobr></h1>
|
| 16 | 16 |
|
| 17 | 17 | <p class=justi><b>FAR Manager</b> - |
| ... | ...@@ -98,10 +98,17 @@ |
| 98 | 98 | <td class="cont" width="40%">S=<dfn><a name="substr">substr</a></dfn>(V,N1[,N2])</td>
|
| 99 | 99 | <td class="cont" width="60%">Returns the substring of the expression <em>V</em>
|
| 100 | 100 | beginning from position <em>N1</em> with the length of <em>N2</em>.<br>
|
| 101 | | If <em>N2</em> is omitted or equals 0, a substring from <em>N1</em> to the end of the string will be returned.
|
| 101 | |
| ... | ...@@ -98,7 +98,14 @@ |
| 98 | 98 | <td class="cont" width="40%">S=<dfn><a name="substr">substr</a></dfn>(V,N1[,N2])</td>
|
| 99 | 99 | <td class="cont" width="60%"> |
| ... | ...@@ -7,11 +7,21 @@ |
| 7 | 7 | </head>
|
| 8 | 8 | <body>
|
| 9 | 9 |
|
| 10 | | <h1>What's new in Programming FAR plugins - Encyclopedia for Developers 1.71 SR2389?</h1>
|
| 10 | <h1>What's new in Programming FAR plugins - Encyclopedia for Developers 1.71 SR2423?</h1>
|
| 11 | 11 | <div class=navbar>
|
| 12 | 12 | <a href="index.html">main</a>
|
| 13 | 13 | </div>
|
| 14 | 14 |
|
| 15 | <h3>06 |
| ... | ...@@ -7,11 +7,24 @@ |
| 7 | 7 | </head>
|
| 8 | 8 | <body>
|
| 9 | 9 |
|
| 10 | | <h1> |
To list