Minor Scintilla update to 3.2.4
[TortoiseGit.git] / ext / scintilla / doc / index.html
blobc5959fc2e815342b48a8ad85350ca1cefd94e838
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="20130117" />
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 and
55 GTK+</font>
56 </td>
57 <td width="40%" align="right">
58 <font color="#FFCC99" size="3"> Release version 3.2.4<br />
59 Site last modified January 17 2013</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.2.4 does not truncate copies to clipboard at NULs and adds a folder for LaTeX.</li>
75 <li>Version 3.2.3 improves speed when performing multiple searches.</li>
76 <li>Version 3.2.2 supports retina displays on Cocoa.</li>
77 <li>Version 3.2.1 adds some minor features and fixes bugs.</li>
78 <li>Version 3.2.0 adds support for the Qt platform and PySide Python bindings.</li>
79 <li>Version 3.1.0 adds an animated find indicator on Cocoa.</li>
80 <li>Version 3.0.4 fixes minor problems particularly with Direct2D.</li>
81 <li>Version 3.0.3 uses fractional positioning in more situations.</li>
82 </ul>
83 <ul id="menu">
84 <li id="remote1"><a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a></li>
85 <li id="remote2"><a href="http://www.scintilla.org/ScintillaDownload.html">Download</a></li>
86 <li><a href="http://www.scintilla.org/ScintillaDoc.html">Documentation</a></li>
87 <li><a href="http://www.scintilla.org/ScintillaToDo.html">Bugs</a></li>
88 <li id="remote3"><a href="http://www.scintilla.org/SciTE.html">SciTE</a></li>
89 <li><a href="http://www.scintilla.org/ScintillaHistory.html">History</a></li>
90 <li><a href="http://www.scintilla.org/ScintillaRelated.html">Related</a></li>
91 </ul>
92 <script type="text/javascript" language="JavaScript"><!--
93 if (!IsRemote()) { //if NOT remote...
94 document.getElementById('remote1').style.display='none';
95 document.getElementById('remote2').style.display='none';
96 document.getElementById('remote3').style.display='none';
98 //--></script>
99 <p>
100 <a href="http://www.scintilla.org/ScintillaDoc.html">Scintilla</a> is a free source code editing component.
101 It comes with complete source code and a <a href="http://www.scintilla.org/License.txt">license</a> that
102 permits use in any free project or commercial product.
103 </p>
105 As well as features found in standard text editing components, Scintilla includes features
106 especially useful when editing and debugging source code.
107 These include support for syntax styling, error indicators, code completion and call tips.
108 The selection margin can contain markers like those used in debuggers to indicate
109 breakpoints and the current line. Styling choices are more open than with many editors,
110 allowing the use of proportional fonts, bold and italics, multiple foreground and background
111 colours and multiple fonts.
112 </p>
114 <a href="http://www.scintilla.org/SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to
115 demonstrate Scintilla, it has grown to be a generally useful editor with facilities for
116 building and running programs. It is best used for jobs with simple configurations - I use it
117 for building test and demonstration programs as well as SciTE and Scintilla, themselves.
118 </p>
120 Development of Scintilla started as an effort to improve the text editor in PythonWin. After
121 being frustrated by problems in the Richedit control used by PythonWin, it looked like the
122 best way forward was to write a new edit control. The biggest problem with Richedit and other
123 similar controls is that they treat styling changes as important persistent changes to the
124 document so they are saved into the undo stack and set the document's dirty flag. For source
125 code, styling should not be persisted as it can be mechanically recreated.
126 </p>
128 Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating
129 systems with GTK+. They have been run on Windows XP, Windows 7, and on Ubuntu 10.10
130 with GTK+ 2.20. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of
131 SciTE.</a><br />
132 </p>
134 You can <a href="http://www.scintilla.org/ScintillaDownload.html">download Scintilla.</a>
135 </p>
137 The source code can be downloaded via Mercurial at the Source Forge
138 <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>.
139 </p>
141 <a href="http://www.scintilla.org/ScintillaRelated.html">Related sites.</a>
142 </p>
144 <a href="http://www.scintilla.org/ScintillaToDo.html">Bugs and To Do list.</a>
145 </p>
147 <a href="http://www.scintilla.org/ScintillaHistory.html">History and contribution credits.</a>
148 </p>
150 <a href="http://www.scintilla.org/Icons.html">Icons that can be used with Scintilla.</a>
151 </p>
153 Questions and comments about Scintilla should be directed to the
154 <a href="http://groups.google.com/group/scintilla-interest">scintilla-interest</a>
155 mailing list,
156 which is for discussion of Scintilla and related projects, their bugs and future features.
157 This is a low traffic list, averaging less than 50 messages per week.
158 To avoid spam, only list members can write to the list.
159 New versions of Scintilla are announced on scintilla-interest and may also be received by SourceForge
160 members by clicking on the Monitor column icon for "scintilla" on
161 <a href="https://sourceforge.net/project/showfiles.php?group_id=2439">the downloads page</a>.
162 Messages sent to my personal email address that could have been sent to the list
163 may receive no response.
164 <br />
165 </p>
166 There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>
167 hosted on
168 <script type="text/javascript" language="JavaScript">
169 <!--
170 if (IsRemote()) {
171 document.write('<a href="http://sourceforge.net/projects/scintilla">');
172 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> ');
173 } else {
174 document.write('<a href="http://sourceforge.net/projects/scintilla">SourceForge<\/a>');
176 //-->
177 </script>
178 <noscript>
179 <a href="http://sourceforge.net/projects/scintilla">
180 <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>
181 </noscript>
182 </body>
183 </html>