Update Scintilla to version 3.5.2
[TortoiseGit.git] / ext / scintilla / doc / index.html
blob89dd22c7c30c44a3bc2aadada7dde13d719406cd
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <meta name="generator" content="HTML Tidy, see www.w3.org" />
7 <meta name="generator" content="SciTE" />
8 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9 <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" />
10 <meta name="Description"
11 content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." />
12 <meta name="Date.Modified" content="20141202" />
13 <style type="text/css">
14 #versionlist {
15 margin: 0;
16 padding: .5em;
17 list-style-type: none;
18 color: #FFCC99;
19 background: #000000;
21 #versionlist li {
22 margin-bottom: .5em;
24 #menu {
25 margin: 0;
26 padding: .5em 0;
27 list-style-type: none;
28 font-size: larger;
29 background: #CCCCCC;
31 #menu li {
32 margin: 0;
33 padding: 0 .5em;
34 display: inline;
36 </style>
37 <script type="text/javascript">
38 function IsRemote() {
39 var loc = '' + window.location;
40 return loc.indexOf('http:') != -1;
42 </script>
43 <title>
44 Scintilla and SciTE
45 </title>
46 </head>
47 <body bgcolor="#FFFFFF" text="#000000">
48 <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
49 <tr>
50 <td width="256">
51 <img src="SciWord.jpg" height="78" width="256" alt="Scintilla" />
52 </td>
53 <td width="40%" align="left">
54 <font color="#FFCC99" size="4"> A free source code editing component for Win32,
55 GTK+, and OS X</font>
56 </td>
57 <td width="40%" align="right">
58 <font color="#FFCC99" size="3"> Release version 3.5.2<br />
59 Site last modified December 2 2014</font>
60 </td>
61 <td width="20%">
62 &nbsp;
63 </td>
64 </tr>
65 </table>
66 <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
67 <tr>
68 <td width="100%" style="background: url(http://www.scintilla.org/SciBreak.jpg) no-repeat;height:150px;">
69 &nbsp;
70 </td>
71 </tr>
72 </table>
73 <ul id="versionlist">
74 <li>Version 3.5.2 only supports 64-bit builds for OS X 10.7+ Cocoa. Provisional support of C++11 &lt;regex&gt;.</li>
75 <li>Version 3.5.1 fixes minor bugs and includes a lexer for BibTeX.</li>
76 <li>Version 3.5.0 can share space vertically so that extreme ascenders and descenders are not cut off.
77 Separate timers are used to minimize wake ups and thus power use.</li>
78 </ul>
79 <ul id="menu">
80 <li id="remote1"><a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a></li>
81 <li id="remote2"><a href="http://www.scintilla.org/ScintillaDownload.html">Download</a></li>
82 <li><a href="http://www.scintilla.org/ScintillaDoc.html">Documentation</a></li>
83 <li><a href="http://www.scintilla.org/ScintillaToDo.html">Bugs</a></li>
84 <li id="remote3"><a href="http://www.scintilla.org/SciTE.html">SciTE</a></li>
85 <li><a href="http://www.scintilla.org/ScintillaHistory.html">History</a></li>
86 <li><a href="http://www.scintilla.org/ScintillaRelated.html">Related</a></li>
87 </ul>
88 <script type="text/javascript" language="JavaScript"><!--
89 if (!IsRemote()) { //if NOT remote...
90 document.getElementById('remote1').style.display='none';
91 document.getElementById('remote2').style.display='none';
92 document.getElementById('remote3').style.display='none';
94 //--></script>
95 <p>
96 <a href="http://www.scintilla.org/ScintillaDoc.html">Scintilla</a> is a free source code editing component.
97 It comes with complete source code and a <a href="http://www.scintilla.org/License.txt">license</a> that
98 permits use in any free project or commercial product.
99 </p>
101 As well as features found in standard text editing components, Scintilla includes features
102 especially useful when editing and debugging source code.
103 These include support for syntax styling, error indicators, code completion and call tips.
104 The selection margin can contain markers like those used in debuggers to indicate
105 breakpoints and the current line. Styling choices are more open than with many editors,
106 allowing the use of proportional fonts, bold and italics, multiple foreground and background
107 colours and multiple fonts.
108 </p>
110 <a href="http://www.scintilla.org/SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to
111 demonstrate Scintilla, it has grown to be a generally useful editor with facilities for
112 building and running programs. It is best used for jobs with simple configurations - I use it
113 for building test and demonstration programs as well as SciTE and Scintilla, themselves.
114 </p>
116 Development of Scintilla started as an effort to improve the text editor in PythonWin. After
117 being frustrated by problems in the Richedit control used by PythonWin, it looked like the
118 best way forward was to write a new edit control. The biggest problem with Richedit and other
119 similar controls is that they treat styling changes as important persistent changes to the
120 document so they are saved into the undo stack and set the document's dirty flag. For source
121 code, styling should not be persisted as it can be mechanically recreated.
122 </p>
124 Scintilla and SciTE are currently available for Intel Win32, OS X, and Linux compatible operating
125 systems with GTK+. They have been run on Windows XP, Windows 7, OS X 10.6+, and on Ubuntu 10.10
126 with GTK+ 2.20. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of
127 SciTE.</a><br />
128 </p>
130 You can <a href="http://www.scintilla.org/ScintillaDownload.html">download Scintilla.</a>
131 </p>
133 The source code can be downloaded via Mercurial at the Source Forge
134 <a href="http://sourceforge.net/projects/scintilla/">Scintilla project page</a>.
135 </p>
137 <a href="http://www.scintilla.org/ScintillaRelated.html">Related sites.</a>
138 </p>
140 <a href="http://www.scintilla.org/ScintillaToDo.html">Bugs and To Do list.</a>
141 </p>
143 <a href="http://www.scintilla.org/ScintillaHistory.html">History and contribution credits.</a>
144 </p>
146 <a href="http://www.scintilla.org/Icons.html">Icons that can be used with Scintilla.</a>
147 </p>
149 Questions and comments about Scintilla should be directed to the
150 <a href="http://groups.google.com/group/scintilla-interest">scintilla-interest</a>
151 mailing list,
152 which is for discussion of Scintilla and related projects, their bugs and future features.
153 This is a low traffic list, averaging less than 20 messages per week.
154 To avoid spam, only list members can write to the list.
155 New versions of Scintilla are announced on scintilla-interest and may also be received by SourceForge
156 members by clicking on the Monitor column icon for "scintilla" on
157 <a href="https://sourceforge.net/project/showfiles.php?group_id=2439">the downloads page</a>.
158 Messages sent to my personal email address that could have been sent to the list
159 may receive no response.
160 <br />
161 </p>
162 There is a <a href="http://sourceforge.net/projects/scintilla/">Scintilla project page</a>
163 hosted on
164 <script type="text/javascript" language="JavaScript">
165 <!--
166 if (IsRemote()) {
167 document.write('<a href="http://sourceforge.net/projects/scintilla/">');
168 document.write('<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> ');
169 } else {
170 document.write('<a href="http://sourceforge.net/projects/scintilla/">SourceForge<\/a>');
172 //-->
173 </script>
174 <noscript>
175 <a href="http://sourceforge.net/projects/scintilla">
176 <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
177 </noscript>
178 </body>
179 </html>