~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/index-eric4.QScintilla.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.QScintilla</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body>
 
23
<h1>eric4.QScintilla</h1>
 
24
<p>
 
25
Package implementing the editor and shell components of the eric4 IDE.
 
26
</p><p>
 
27
The editor component of the eric4 IDE is based on the Qt port
 
28
of the Scintilla editor widget. It supports syntax highlighting, code
 
29
folding, has an interface to the integrated debugger and can be
 
30
configured to the most possible degree.
 
31
</p><p>
 
32
The shell component is derived from the editor component and is the visible
 
33
component of the interactive language shell. It interacts with the debug
 
34
client through the debug server.
 
35
</p>
 
36
 
 
37
<h3>Packages</h3>
 
38
<table>
 
39
<tr>
 
40
<td><a href="index-eric4.QScintilla.Lexers.html">Lexers</a></td>
 
41
<td>Package implementing lexers for the various supported programming languages.</td>
 
42
</tr><tr>
 
43
<td><a href="index-eric4.QScintilla.TypingCompleters.html">TypingCompleters</a></td>
 
44
<td>Package implementing lexers for the various supported programming languages.</td>
 
45
</tr>
 
46
</table>
 
47
 
 
48
<h3>Modules</h3>
 
49
<table>
 
50
<tr>
 
51
<td><a href="eric4.QScintilla.APIsManager.html">APIsManager</a></td>
 
52
<td>Module implementing the APIsManager.</td>
 
53
</tr><tr>
 
54
<td><a href="eric4.QScintilla.Editor.html">Editor</a></td>
 
55
<td>Module implementing the editor component of the eric4 IDE.</td>
 
56
</tr><tr>
 
57
<td><a href="eric4.QScintilla.GotoDialog.html">GotoDialog</a></td>
 
58
<td>Module implementing the Goto dialog.</td>
 
59
</tr><tr>
 
60
<td><a href="eric4.QScintilla.Printer.html">Printer</a></td>
 
61
<td>Module implementing the printer functionality.</td>
 
62
</tr><tr>
 
63
<td><a href="eric4.QScintilla.QsciScintillaCompat.html">QsciScintillaCompat</a></td>
 
64
<td>Module implementing a compatability interface class to QsciScintilla.</td>
 
65
</tr><tr>
 
66
<td><a href="eric4.QScintilla.SearchReplaceDialog.html">SearchReplaceDialog</a></td>
 
67
<td>Module implementing the search and replace dialog.</td>
 
68
</tr><tr>
 
69
<td><a href="eric4.QScintilla.Shell.html">Shell</a></td>
 
70
<td>Module implementing a graphical Python shell.</td>
 
71
</tr><tr>
 
72
<td><a href="eric4.QScintilla.ZoomDialog.html">ZoomDialog</a></td>
 
73
<td>Module implementing a dialog to select the zoom scale.</td>
 
74
</tr>
 
75
</table>
 
76
</body></html>
 
 
b'\\ No newline at end of file'