2009-04-24 23:35:41 +00:00
<?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." />
2011-03-22 00:16:49 +00:00
< meta name = "Date.Modified" content = "20110321" / >
2009-04-24 23:35:41 +00:00
< style type = "text/css" >
2010-07-12 22:19:51 +00:00
#versionlist {
margin: 0;
padding: .5em;
list-style-type: none;
color: #FFCC99;
background: #000000;
}
#versionlist li {
margin-bottom: .5em;
}
#menu {
margin: 0;
padding: .5em 0;
list-style-type: none;
font-size: larger;
background: #CCCCCC;
}
#menu li {
margin: 0;
padding: 0 .5em;
display: inline;
2009-04-24 23:35:41 +00:00
}
< / style >
2010-07-12 22:19:51 +00:00
< script type = "text/javascript" >
2009-04-24 23:35:41 +00:00
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" >
2011-03-22 00:16:49 +00:00
< font color = "#FFCC99" size = "3" > Release version 2.25< br / >
Site last modified March 21 2011< / font >
2009-04-24 23:35:41 +00:00
< / td >
< td width = "20%" >
< / td >
< / tr >
< / table >
< table bgcolor = "#000000" width = "100%" cellspacing = "0" cellpadding = "0" border = "0" >
< tr >
2011-03-22 00:16:49 +00:00
< td width = "100%" style = "background: url(http://www.scintilla.org/SciBreak.jpg) no-repeat;height:150px;" >
2009-04-24 23:35:41 +00:00
< / td >
< / tr >
< / table >
2010-07-12 22:19:51 +00:00
< ul id = "versionlist" >
2011-03-22 00:16:49 +00:00
< li > Version 2.25 improves ability of lexers to remember complex state between lines.< / li >
< li > Version 2.24 fixes a memory leak on GTK+ with Cairo.< / li >
< li > Version 2.23 uses Cairo for drawing on GTK+ 2.22+ rather than GDK.< / li >
< li > Version 2.22 fixes bugs and adds minor improvements.< / li >
2010-09-05 22:56:27 +00:00
< li > Version 2.21 performs much faster for Asian Double Byte Character Sets.< / li >
2010-08-21 23:59:56 +00:00
< li > Version 2.20 implements lexers as objects so they may retain additional state.
The C++ lexer understands the preprocessor enough to grey-out code that is inactive due to conditional compilation.< / li >
2010-07-12 22:19:51 +00:00
< / ul >
< ul id = "menu" >
< li id = "remote1" > < a href = "http://www.scintilla.org/SciTEImage.html" > Screenshot< / a > < / li >
< li id = "remote2" > < a href = "http://www.scintilla.org/ScintillaDownload.html" > Download< / a > < / li >
< li > < a href = "http://www.scintilla.org/ScintillaDoc.html" > Documentation< / a > < / li >
< li > < a href = "http://www.scintilla.org/ScintillaToDo.html" > Bugs< / a > < / li >
< li id = "remote3" > < a href = "http://www.scintilla.org/SciTE.html" > SciTE< / a > < / li >
< li > < a href = "http://www.scintilla.org/ScintillaHistory.html" > History< / a > < / li >
< li > < a href = "http://www.scintilla.org/ScintillaRelated.html" > Related< / a > < / li >
< / ul >
2009-04-24 23:35:41 +00:00
< script type = "text/javascript" language = "JavaScript" > < ! - -
2010-07-12 22:19:51 +00:00
if (!IsRemote()) { //if NOT remote...
document.getElementById('remote1').style.display='none';
document.getElementById('remote2').style.display='none';
document.getElementById('remote3').style.display='none';
2009-04-24 23:35:41 +00:00
}
//-->< / script >
< p >
2009-06-24 19:09:31 +00:00
< a href = "http://www.scintilla.org/ScintillaDoc.html" > Scintilla< / a > is a free source code editing component.
It comes with complete source code and a < a href = "http://www.scintilla.org/License.txt" > license< / a > that
2009-04-24 23:35:41 +00:00
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 >
2009-06-24 19:09:31 +00:00
The < a href = "http://www.scintilla.org/SinkWorld.html" > SinkWorld project< / a >
2009-04-24 23:35:41 +00:00
investigates possible future directions for Scintilla to make it more flexible, robust, perform
better and run on the .NET and Java virtual machines.
< / p >
< p >
2009-06-24 19:09:31 +00:00
< a href = "http://www.scintilla.org/SciTE.html" > SciTE< / a > is a SCIntilla based Text Editor. Originally built to
2009-04-24 23:35:41 +00:00
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
2011-03-22 00:16:49 +00:00
systems with GTK+. They have been run on Windows XP, Windows 7, and on Ubuntu 10.10
with GTK+ 2.20. < a href = "http://www.scintilla.org/SciTEImage.html" > Here is a screenshot of
2009-04-24 23:35:41 +00:00
SciTE.< / a > < br / >
< / p >
< p >
2009-06-24 19:09:31 +00:00
You can < a href = "http://www.scintilla.org/ScintillaDownload.html" > download Scintilla.< / a >
2009-04-24 23:35:41 +00:00
< / 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 >
2009-06-24 19:09:31 +00:00
< a href = "http://www.scintilla.org/ScintillaRelated.html" > Related sites.< / a >
2009-04-24 23:35:41 +00:00
< / p >
< p >
2009-06-24 19:09:31 +00:00
< a href = "http://www.scintilla.org/ScintillaToDo.html" > Bugs and To Do list.< / a >
2009-04-24 23:35:41 +00:00
< / p >
< p >
2009-06-24 19:09:31 +00:00
< a href = "http://www.scintilla.org/ScintillaHistory.html" > History and contribution credits.< / a >
2009-04-24 23:35:41 +00:00
< / p >
< p >
2009-06-24 19:09:31 +00:00
< a href = "http://www.scintilla.org/Icons.html" > Icons that can be used with Scintilla.< / a >
2009-04-24 23:35:41 +00:00
< / p >
< p >
The scintilla-interest mailing list has moved from lyra.org to Google Groups.
Questions and comments about Scintilla should be directed to the
< a href = "http://groups.google.com/group/scintilla-interest" > scintilla-interest< / a >
mailing list,
which is for discussion of Scintilla and related projects, their bugs and future features.
This is a low traffic list, averaging less than 50 messages per week.
To avoid spam, only list members can write to the list.
New versions of Scintilla are announced on scintilla-interest and may also be received by SourceForge
members by clicking on the Monitor column icon for "scintilla" on
< a href = "https://sourceforge.net/project/showfiles.php?group_id=2439" > the downloads page< / a > .
Messages sent to my personal email address that could have been sent to the list
may receive no response.
< br / >
< / p >
2010-07-12 22:19:51 +00:00
There is a < a href = "https://sourceforge.net/project/?group_id=2439" > Scintilla project page< / a >
hosted on
2009-04-24 23:35:41 +00:00
< script type = "text/javascript" language = "JavaScript" >
<!--
if (IsRemote()) {
2009-06-24 19:09:31 +00:00
document.write('< a href = "http://sourceforge.net/projects/scintilla" > ');
document.write('< img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width = "80" height = "15" alt = "Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" / > < / a > ');
2009-04-24 23:35:41 +00:00
} else {
2009-06-24 19:09:31 +00:00
document.write('< a href = "http://sourceforge.net/projects/scintilla" > SourceForge< \/a>');
2009-04-24 23:35:41 +00:00
}
//-->
< / script >
2010-07-12 22:19:51 +00:00
< noscript >
< a href = "http://sourceforge.net/projects/scintilla" >
< img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width = "80" height = "15" alt = "Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" / > < / a >
< / noscript >
2010-08-21 23:59:56 +00:00
< / body >
2009-04-24 23:35:41 +00:00
< / html >