~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to ext/scintilla/doc/index.html

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
ImportĀ upstreamĀ versionĀ 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="20110801" />
 
13
    <style type="text/css">
 
14
        #versionlist {
 
15
            margin: 0;
 
16
            padding: .5em;
 
17
            list-style-type: none;
 
18
            color: #FFCC99;
 
19
            background: #000000;
 
20
        }
 
21
        #versionlist li {
 
22
            margin-bottom: .5em;
 
23
        }
 
24
        #menu {
 
25
            margin: 0;
 
26
            padding: .5em 0;
 
27
            list-style-type: none;
 
28
            font-size: larger;
 
29
            background: #CCCCCC;
 
30
        }
 
31
        #menu li {
 
32
            margin: 0;
 
33
            padding: 0 .5em;
 
34
            display: inline;
 
35
        }
 
36
    </style>
 
37
    <script type="text/javascript">
 
38
        function IsRemote() {
 
39
                var loc = '' + window.location;
 
40
                return loc.indexOf('http:') != -1;
 
41
        }
 
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 2.28<br />
 
59
           Site last modified August 1 2011</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 2.28 allows translucent images in RGBA format to be used for margin markers and in autocompletion lists.</li>
 
75
      <li>Version 2.27 fixes incorrect colours on some versions of GTK+.</li>
 
76
      <li>Version 2.26 can highlight folding margin symbols for the current folding block. Experimental support for GTK+ 3.</li>
 
77
      <li>Version 2.25 improves ability of lexers to remember complex state between lines.</li>
 
78
      <li>Version 2.24 fixes a memory leak on GTK+ with Cairo.</li>
 
79
    </ul>
 
80
    <ul id="menu">
 
81
      <li id="remote1"><a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a></li>
 
82
      <li id="remote2"><a href="http://www.scintilla.org/ScintillaDownload.html">Download</a></li>
 
83
      <li><a href="http://www.scintilla.org/ScintillaDoc.html">Documentation</a></li>
 
84
      <li><a href="http://www.scintilla.org/ScintillaToDo.html">Bugs</a></li>
 
85
      <li id="remote3"><a href="http://www.scintilla.org/SciTE.html">SciTE</a></li>
 
86
      <li><a href="http://www.scintilla.org/ScintillaHistory.html">History</a></li>
 
87
      <li><a href="http://www.scintilla.org/ScintillaRelated.html">Related</a></li>
 
88
    </ul>
 
89
<script type="text/javascript" language="JavaScript"><!--
 
90
if (!IsRemote()) { //if NOT remote...
 
91
    document.getElementById('remote1').style.display='none';
 
92
    document.getElementById('remote2').style.display='none';
 
93
    document.getElementById('remote3').style.display='none';
 
94
}
 
95
//--></script>
 
96
    <p>
 
97
       <a href="http://www.scintilla.org/ScintillaDoc.html">Scintilla</a> is a free source code editing component.
 
98
       It comes with complete source code and a <a href="http://www.scintilla.org/License.txt">license</a> that
 
99
       permits use in any free project or commercial product.
 
100
    </p>
 
101
    <p>
 
102
       As well as features found in standard text editing components, Scintilla includes features
 
103
       especially useful when editing and debugging source code.
 
104
       These include support for syntax styling, error indicators, code completion and call tips.
 
105
       The selection margin can contain markers like those used in debuggers to indicate
 
106
       breakpoints and the current line. Styling choices are more open than with many editors,
 
107
       allowing the use of proportional fonts, bold and italics, multiple foreground and background
 
108
       colours and multiple fonts.
 
109
    </p>
 
110
    <p>
 
111
       <a href="http://www.scintilla.org/SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to
 
112
      demonstrate Scintilla, it has grown to be a generally useful editor with facilities for
 
113
      building and running programs. It is best used for jobs with simple configurations - I use it
 
114
      for building test and demonstration programs as well as SciTE and Scintilla, themselves.
 
115
    </p>
 
116
    <p>
 
117
       Development of Scintilla started as an effort to improve the text editor in PythonWin. After
 
118
      being frustrated by problems in the Richedit control used by PythonWin, it looked like the
 
119
      best way forward was to write a new edit control. The biggest problem with Richedit and other
 
120
      similar controls is that they treat styling changes as important persistent changes to the
 
121
      document so they are saved into the undo stack and set the document's dirty flag. For source
 
122
      code, styling should not be persisted as it can be mechanically recreated.
 
123
    </p>
 
124
    <p>
 
125
       Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating
 
126
      systems with GTK+. They have been run on Windows XP, Windows 7, and on Ubuntu 10.10
 
127
      with GTK+ 2.20. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of
 
128
      SciTE.</a><br />
 
129
    </p>
 
130
    <p>
 
131
       You can <a href="http://www.scintilla.org/ScintillaDownload.html">download Scintilla.</a>
 
132
    </p>
 
133
    <p>
 
134
       The source code can be downloaded via CVS at the Source Forge
 
135
        <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>.
 
136
    </p>
 
137
    <p>
 
138
       <a href="http://www.scintilla.org/ScintillaRelated.html">Related sites.</a>
 
139
    </p>
 
140
    <p>
 
141
       <a href="http://www.scintilla.org/ScintillaToDo.html">Bugs and To Do list.</a>
 
142
    </p>
 
143
    <p>
 
144
       <a href="http://www.scintilla.org/ScintillaHistory.html">History and contribution credits.</a>
 
145
    </p>
 
146
    <p>
 
147
       <a href="http://www.scintilla.org/Icons.html">Icons that can be used with Scintilla.</a>
 
148
    </p>
 
149
    <p>
 
150
      Questions and comments about Scintilla should be directed to the
 
151
      <a href="http://groups.google.com/group/scintilla-interest">scintilla-interest</a>
 
152
      mailing list,
 
153
      which is for discussion of Scintilla and related projects, their bugs and future features.
 
154
      This is a low traffic list, averaging less than 50 messages per week.
 
155
      To avoid spam, only list members can write to the list.
 
156
      New versions of Scintilla are announced on scintilla-interest and may also be received by SourceForge
 
157
      members by clicking on the Monitor column icon for "scintilla" on
 
158
      <a href="https://sourceforge.net/project/showfiles.php?group_id=2439">the downloads page</a>.
 
159
      Messages sent to my personal email address that could have been sent to the list
 
160
      may receive no response.
 
161
      <br />
 
162
    </p>
 
163
There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>
 
164
hosted on
 
165
<script type="text/javascript" language="JavaScript">
 
166
<!--
 
167
if (IsRemote()) {
 
168
    document.write('<a href="http://sourceforge.net/projects/scintilla">');
 
169
    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> ');
 
170
} else {
 
171
    document.write('<a href="http://sourceforge.net/projects/scintilla">SourceForge<\/a>');
 
172
}
 
173
//-->
 
174
</script>
 
175
<noscript>
 
176
<a href="http://sourceforge.net/projects/scintilla">
 
177
<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>
 
178
</noscript>
 
179
  </body>
 
180
</html>
 
181