diff options
author | nyamatongwe <unknown> | 2000-03-31 10:45:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-31 10:45:22 +0000 |
commit | 5343d289cdcb5b1a9cb30c0ac6418f77c389e48c (patch) | |
tree | d9420bea5c6d8c11a99bdc7111d227100cdde199 /doc/index.html | |
parent | 6fe8182c902acabf342629f5b959cd5a05b713e1 (diff) | |
download | scintilla-mirror-5343d289cdcb5b1a9cb30c0ac6418f77c389e48c.tar.gz |
Fixed line ends.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 352 |
1 files changed, 176 insertions, 176 deletions
diff --git a/doc/index.html b/doc/index.html index 5042ab15a..0a5ec001a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,176 +1,176 @@ -<?xml version="1.0"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta name="generator" content="HTML Tidy, see www.w3.org" />
- <meta name="generator" content="SciTE" />
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" />
- <meta name="Description"
- content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." />
- <meta name="Date.Modified" content="20000329" />
- <script>
- function IsRemote() {
- var loc = '' + window.location;
- return loc.indexOf('http:') != -1;
- }
- </script>
- <title>
- Scintilla and SciTE
- </title>
- </head>
- <body bgcolor="#FFFFFF" text="#000000">
- <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td width="256">
- <img src="SciWord.jpg" height="78" width="256" alt="Scintilla" />
- </td>
- <td width="40%" align="left">
- <font color="#FFCC99" size="4"> A free source code editing component for Win32 and
- GTK+</font>
- </td>
- <td width="40%" align="right">
- <font color="#FFCC99" size="3"> Release version 1.24<br />
- Site last modified March 29 2000</font>
- </td>
- <td width="20%">
-
- </td>
- </tr>
- </table>
- <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td width="100%">
- <img src="SciBreak.jpg" height="150" width="1024" alt="Sci Break" />
- </td>
- </tr>
- </table>
- <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="4"> Version 1.2 is a major release featuring multiple views
- of one document and rectangular selection.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.21 fixes bugs, enhances performance, and adds
- margins to Scintilla and an XML lexer to SciTE.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.22 adds line folding, macro recording and
- a large number of smaller features.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.23 breaks Scintilla from SciTE and fixes bugs.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.24 fixes bugs.</font>
- </td>
- </tr>
- </table>
- <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
- <tr>
- <td>
- <font size="4">
-<script type="text/javascript" language="JavaScript"><!--
-if (IsRemote()) {
- document.write('<a href="SciTEImage.html">Screenshot</a> ');
- document.write('<a href="ScintillaDownload.html">Download</a> ');
-}
-//--></script>
- <a href="ScintillaDoc.html">Documentation</a>
- <a href="ScintillaToDo.html">Bugs</a>
-<script type="text/javascript" language="JavaScript"><!--
-if (IsRemote()) {
- document.write('<a href="SciTE.html">SciTE</a> ');
-}
-//--></script>
- <a href="ScintillaHistory.html">
- History</a> <a href="ScintillaRelated.html">Related</a> </font>
- </td>
- </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.
- </p>
- <p>
- <a href="SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to
- demonstrate Scintilla, it has grown to be a generally useful editor with facilities for
- building and running programs. It is best used for jobs with simple configurations - I use it
- for building test and demonstration programs as well as SciTE and Scintilla, themselves.
- </p>
- <p>
- Development of Scintilla started as an effort to improve the text editor in PythonWin. After
- being frustrated by problems in the Richedit control used by PythonWin, it looked like the
- best way forward was to write a new edit control. The biggest problem with Richedit and other
- similar controls is that they treat styling changes as important persistent changes to the
- document so they are saved into the undo stack and set the document's dirty flag. For source
- code, styling should not be persisted as it can be mechanically recreated.
- </p>
- <p>
- Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating
- systems with GTK+. They have been run on Windows 95, NT 4.0, Windows 2000, and on Red Hat
- Linux 4.2, 6.1 and Solaris with GTK+ 1.2.0. <a href="SciTEImage.html">Here is a screenshot of
- SciTE.</a><br />
- </p>
- <p>
- You can <a href="ScintillaDownload.html">download Scintilla.</a>
- </p>
- <p>
- The source code can be downloaded via CVS at the Source Forge
- <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>.
- </p>
- <p>
- <a href="ScintillaRelated.html">Related sites.</a>
- </p>
- <p>
- <a href="ScintillaToDo.html">Bugs and To Do list.</a>
- </p>
- <p>
- <a href="ScintillaHistory.html">History and contribution credits.</a>
- </p>
- <p>
- The <a href="Future.html">Future Features of Scintilla</a> are canvassed. Please tell me
- what you want and don't want.
- </p>
- <p>
- You can write to me, <a href="mailto:neilh@scintilla.org">Neil Hodgson</a>, at
- neilh@scintilla.org.<br />
- There is a
- <a href="https://sourceforge.net/mail/?group_id=2439">scintilla-interest</a>
- mailing list,
- for discussion of Scintilla and SciTE and related projects, their bugs and future features.
- It is unlikely that there will be a lot of
- traffic in scintilla-interest, averaging less than 20 messages per week. <br />
- </p>
-<script type="text/javascript" language="JavaScript">
-<!--
-document.write('There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page<\/a>');
-document.write(' hosted on ');
-if (IsRemote()) {
- document.write('<a href="http://sourceforge.net">');
- document.write('<img src="http://sourceforge.net/sflogo.php?group_id=2439&type=1" width="88" height="31" border="0" /><\/a> ');
-} else {
- document.write('<a href="http://sourceforge.net">SourceForge<\/a>');
-}
-//-->
-</script>
- </body>
-</html>
-
+<?xml version="1.0"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta name="generator" content="HTML Tidy, see www.w3.org" /> + <meta name="generator" content="SciTE" /> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> + <meta name="Description" + content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> + <meta name="Date.Modified" content="20000329" /> + <script> + function IsRemote() { + var loc = '' + window.location; + return loc.indexOf('http:') != -1; + } + </script> + <title> + Scintilla and SciTE + </title> + </head> + <body bgcolor="#FFFFFF" text="#000000"> + <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td width="256"> + <img src="SciWord.jpg" height="78" width="256" alt="Scintilla" /> + </td> + <td width="40%" align="left"> + <font color="#FFCC99" size="4"> A free source code editing component for Win32 and + GTK+</font> + </td> + <td width="40%" align="right"> + <font color="#FFCC99" size="3"> Release version 1.24<br /> + Site last modified March 29 2000</font> + </td> + <td width="20%"> + + </td> + </tr> + </table> + <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td width="100%"> + <img src="SciBreak.jpg" height="150" width="1024" alt="Sci Break" /> + </td> + </tr> + </table> + <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0"> + <tr> + <td width="100%"> + <font color="#FFCC99" size="4"> Version 1.2 is a major release featuring multiple views + of one document and rectangular selection.</font> + </td> + </tr> + <tr> + <td width="100%"> + <font color="#FFCC99" size="3"> Version 1.21 fixes bugs, enhances performance, and adds + margins to Scintilla and an XML lexer to SciTE.</font> + </td> + </tr> + <tr> + <td width="100%"> + <font color="#FFCC99" size="3"> Version 1.22 adds line folding, macro recording and + a large number of smaller features.</font> + </td> + </tr> + <tr> + <td width="100%"> + <font color="#FFCC99" size="3"> Version 1.23 breaks Scintilla from SciTE and fixes bugs.</font> + </td> + </tr> + <tr> + <td width="100%"> + <font color="#FFCC99" size="3"> Version 1.24 fixes bugs.</font> + </td> + </tr> + </table> + <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> + <tr> + <td> + <font size="4"> +<script type="text/javascript" language="JavaScript"><!-- +if (IsRemote()) { + document.write('<a href="SciTEImage.html">Screenshot</a> '); + document.write('<a href="ScintillaDownload.html">Download</a> '); +} +//--></script> + <a href="ScintillaDoc.html">Documentation</a> + <a href="ScintillaToDo.html">Bugs</a> +<script type="text/javascript" language="JavaScript"><!-- +if (IsRemote()) { + document.write('<a href="SciTE.html">SciTE</a> '); +} +//--></script> + <a href="ScintillaHistory.html"> + History</a> <a href="ScintillaRelated.html">Related</a> </font> + </td> + </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. + </p> + <p> + <a href="SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to + demonstrate Scintilla, it has grown to be a generally useful editor with facilities for + building and running programs. It is best used for jobs with simple configurations - I use it + for building test and demonstration programs as well as SciTE and Scintilla, themselves. + </p> + <p> + Development of Scintilla started as an effort to improve the text editor in PythonWin. After + being frustrated by problems in the Richedit control used by PythonWin, it looked like the + best way forward was to write a new edit control. The biggest problem with Richedit and other + similar controls is that they treat styling changes as important persistent changes to the + document so they are saved into the undo stack and set the document's dirty flag. For source + code, styling should not be persisted as it can be mechanically recreated. + </p> + <p> + Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating + systems with GTK+. They have been run on Windows 95, NT 4.0, Windows 2000, and on Red Hat + Linux 4.2, 6.1 and Solaris with GTK+ 1.2.0. <a href="SciTEImage.html">Here is a screenshot of + SciTE.</a><br /> + </p> + <p> + You can <a href="ScintillaDownload.html">download Scintilla.</a> + </p> + <p> + The source code can be downloaded via CVS at the Source Forge + <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>. + </p> + <p> + <a href="ScintillaRelated.html">Related sites.</a> + </p> + <p> + <a href="ScintillaToDo.html">Bugs and To Do list.</a> + </p> + <p> + <a href="ScintillaHistory.html">History and contribution credits.</a> + </p> + <p> + The <a href="Future.html">Future Features of Scintilla</a> are canvassed. Please tell me + what you want and don't want. + </p> + <p> + You can write to me, <a href="mailto:neilh@scintilla.org">Neil Hodgson</a>, at + neilh@scintilla.org.<br /> + There is a + <a href="https://sourceforge.net/mail/?group_id=2439">scintilla-interest</a> + mailing list, + for discussion of Scintilla and SciTE and related projects, their bugs and future features. + It is unlikely that there will be a lot of + traffic in scintilla-interest, averaging less than 20 messages per week. <br /> + </p> +<script type="text/javascript" language="JavaScript"> +<!-- +document.write('There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page<\/a>'); +document.write(' hosted on '); +if (IsRemote()) { + document.write('<a href="http://sourceforge.net">'); + document.write('<img src="http://sourceforge.net/sflogo.php?group_id=2439&type=1" width="88" height="31" border="0" /><\/a> '); +} else { + document.write('<a href="http://sourceforge.net">SourceForge<\/a>'); +} +//--> +</script> + </body> +</html> + |