diff options
| author | nyamatongwe <devnull@localhost> | 2002-08-09 03:11:18 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-08-09 03:11:18 +0000 | 
| commit | 57726b4a377113dbf52dd711efecfcfa8193e9ce (patch) | |
| tree | d62034407d26823f1bd965b22c2937d635302ec5 | |
| parent | 93b75f55d31db550d8c8af1d63fc53a04b0d21e2 (diff) | |
| download | scintilla-mirror-57726b4a377113dbf52dd711efecfcfa8193e9ce.tar.gz | |
Changed intro.
| -rw-r--r-- | doc/index.html | 21 | 
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/index.html b/doc/index.html index b2fb110af..ea8a525aa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -149,15 +149,18 @@ if (IsRemote()) {        </tr>      </table>      <p> -       <a href="ScintillaDoc.html">Scintilla</a> is a free source code editing component. As well -      as features found in standard text editing components, Scintilla includes features especially -      useful when editing and debugging source code. These include support for syntax styling, -      error indicators, code completion and call tips. The selection margin can contain markers -      like those used in debuggers to indicate breakpoints and the current line. Styling choices -      are more open than with many editors, allowing the use of proportional fonts, bold and -      italics, multiple foreground and background colours and multiple fonts.<br /> -       It comes with complete source code and may be used in any free project or commercial -      product. +       <a href="ScintillaDoc.html">Scintilla</a> is a free source code editing component.  +       It comes with complete source code and a <a href="License.txt">license</a> that  +       permits use in any free project or commercial product. +    </p> +    <p> +       As well as features found in standard text editing components, Scintilla includes features  +       especially useful when editing and debugging source code.  +       These include support for syntax styling, error indicators, code completion and call tips.  +       The selection margin can contain markers like those used in debuggers to indicate  +       breakpoints and the current line. Styling choices are more open than with many editors,  +       allowing the use of proportional fonts, bold and italics, multiple foreground and background  +       colours and multiple fonts.      </p>      <p>        The <a href="http://scintilla.sourceforge.net/SinkWorld.html">SinkWorld project</a>   | 
