Documentation/Source/index-eric5.html

Mon, 06 Jan 2014 19:56:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 06 Jan 2014 19:56:09 +0100
changeset 3180
2ed66f1e69fd
parent 2966
f85f686981ad
child 3484
645c12de6b0c
permissions
-rw-r--r--

Started 5.5.x line of development.

<!DOCTYPE html>
<html><head>
<title>eric5</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>eric5</h1>
<p>
Package implementing the eric5 Python IDE (version 5.5).
</p><p>
To get more information about eric5 please see the
<a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
</p>

<h3>Packages</h3>
<table>
<tr>
<td><a href="index-eric5.Cooperation.html">Cooperation</a></td>
<td>Package containing the modules dealing with cooperation.</td>
</tr><tr>
<td><a href="index-eric5.DataViews.html">DataViews</a></td>
<td>Package containing modules for viewing various data.</td>
</tr><tr>
<td><a href="index-eric5.DebugClients.html">DebugClients</a></td>
<td>Package implementing debug clients for various languages.</td>
</tr><tr>
<td><a href="index-eric5.Debugger.html">Debugger</a></td>
<td>Package implementing the Debugger frontend.</td>
</tr><tr>
<td><a href="index-eric5.DocumentationTools.html">DocumentationTools</a></td>
<td>Package implementing the source code documentation tools.</td>
</tr><tr>
<td><a href="index-eric5.E5Graphics.html">E5Graphics</a></td>
<td>Package implementing some QGraphicsView related general purpoe classes.</td>
</tr><tr>
<td><a href="index-eric5.E5Gui.html">E5Gui</a></td>
<td>Package implementing some special GUI elements.</td>
</tr><tr>
<td><a href="index-eric5.E5Network.html">E5Network</a></td>
<td>Package implementing some special network related objects.</td>
</tr><tr>
<td><a href="index-eric5.E5XML.html">E5XML</a></td>
<td>Package implementing the XML handling module of eric5.</td>
</tr><tr>
<td><a href="index-eric5.Globals.html">Globals</a></td>
<td>Module defining common data to be used by all modules.</td>
</tr><tr>
<td><a href="index-eric5.Graphics.html">Graphics</a></td>
<td>Package implementing various graphical representations.</td>
</tr><tr>
<td><a href="index-eric5.Helpviewer.html">Helpviewer</a></td>
<td>Package implementing a little web browser.</td>
</tr><tr>
<td><a href="index-eric5.IconEditor.html">IconEditor</a></td>
<td>Package implementing the icon editor tool.</td>
</tr><tr>
<td><a href="index-eric5.MultiProject.html">MultiProject</a></td>
<td>Package implementing the multi project management module of eric5.</td>
</tr><tr>
<td><a href="index-eric5.Network.html">Network</a></td>
<td>Package containing network related services.</td>
</tr><tr>
<td><a href="index-eric5.PluginManager.html">PluginManager</a></td>
<td>Package containing the code for the Plugin Manager and related parts.</td>
</tr><tr>
<td><a href="index-eric5.Plugins.html">Plugins</a></td>
<td>Package containing all core plugins.</td>
</tr><tr>
<td><a href="index-eric5.Preferences.html">Preferences</a></td>
<td>Package implementing the preferences interface.</td>
</tr><tr>
<td><a href="index-eric5.Project.html">Project</a></td>
<td>Package implementing the project management module of eric5.</td>
</tr><tr>
<td><a href="index-eric5.PyUnit.html">PyUnit</a></td>
<td>Package implementing an interface to the pyunit unittest package.</td>
</tr><tr>
<td><a href="index-eric5.QScintilla.html">QScintilla</a></td>
<td>Package implementing the editor and shell components of the eric5 IDE.</td>
</tr><tr>
<td><a href="index-eric5.Snapshot.html">Snapshot</a></td>
<td>Package implementing the modules for the screenshot utility.</td>
</tr><tr>
<td><a href="index-eric5.SqlBrowser.html">SqlBrowser</a></td>
<td>Package containing module for the SQL browser tool.</td>
</tr><tr>
<td><a href="index-eric5.Tasks.html">Tasks</a></td>
<td>Package containing modules for the task management tool.</td>
</tr><tr>
<td><a href="index-eric5.Templates.html">Templates</a></td>
<td>Package containing modules for the templating system.</td>
</tr><tr>
<td><a href="index-eric5.Toolbox.html">Toolbox</a></td>
<td>Package implementing general purpose tools.</td>
</tr><tr>
<td><a href="index-eric5.Tools.html">Tools</a></td>
<td>Package implementing some useful tools used by the IDE.</td>
</tr><tr>
<td><a href="index-eric5.UI.html">UI</a></td>
<td>Package implementing the main user interface and general purpose dialogs.</td>
</tr><tr>
<td><a href="index-eric5.Utilities.html">Utilities</a></td>
<td>Package implementing various functions/classes needed everywhere within eric5.</td>
</tr><tr>
<td><a href="index-eric5.UtilitiesPython2.html">UtilitiesPython2</a></td>
<td>This package implements some utilities and tools for Python2.</td>
</tr><tr>
<td><a href="index-eric5.VCS.html">VCS</a></td>
<td>Module implementing the general part of the interface to version control systems.</td>
</tr><tr>
<td><a href="index-eric5.ViewManager.html">ViewManager</a></td>
<td>Package implementing the viewmanager of the eric5 IDE.</td>
</tr>
</table>

<h3>Modules</h3>
<table>
<tr>
<td><a href="eric5.compileUiFiles.html">compileUiFiles</a></td>
<td>Script for eric5 to compile all .ui files to Python source.</td>
</tr><tr>
<td><a href="eric5.eric5.html">eric5</a></td>
<td>Eric5 Python IDE.</td>
</tr><tr>
<td><a href="eric5.eric5_api.html">eric5_api</a></td>
<td>Eric5 API Generator.</td>
</tr><tr>
<td><a href="eric5.eric5_compare.html">eric5_compare</a></td>
<td>Eric5 Compare.</td>
</tr><tr>
<td><a href="eric5.eric5_configure.html">eric5_configure</a></td>
<td>Eric5 Configure.</td>
</tr><tr>
<td><a href="eric5.eric5_diff.html">eric5_diff</a></td>
<td>Eric5 Diff.</td>
</tr><tr>
<td><a href="eric5.eric5_doc.html">eric5_doc</a></td>
<td>Eric5 Documentation Generator.</td>
</tr><tr>
<td><a href="eric5.eric5_editor.html">eric5_editor</a></td>
<td>Eric5 Editor.</td>
</tr><tr>
<td><a href="eric5.eric5_iconeditor.html">eric5_iconeditor</a></td>
<td>Eric5 Icon Editor.</td>
</tr><tr>
<td><a href="eric5.eric5_plugininstall.html">eric5_plugininstall</a></td>
<td>Eric5 Plugin Installer.</td>
</tr><tr>
<td><a href="eric5.eric5_pluginrepository.html">eric5_pluginrepository</a></td>
<td>Eric5 Plugin Installer.</td>
</tr><tr>
<td><a href="eric5.eric5_pluginuninstall.html">eric5_pluginuninstall</a></td>
<td>Eric5 Plugin Uninstaller.</td>
</tr><tr>
<td><a href="eric5.eric5_qregexp.html">eric5_qregexp</a></td>
<td>Eric5 QRegExp.</td>
</tr><tr>
<td><a href="eric5.eric5_qregularexpression.html">eric5_qregularexpression</a></td>
<td>Eric5 QRegularExpression.</td>
</tr><tr>
<td><a href="eric5.eric5_re.html">eric5_re</a></td>
<td>Eric5 Re.</td>
</tr><tr>
<td><a href="eric5.eric5_snap.html">eric5_snap</a></td>
<td>Eric5 Snap.</td>
</tr><tr>
<td><a href="eric5.eric5_sqlbrowser.html">eric5_sqlbrowser</a></td>
<td>Eric5 SQL Browser.</td>
</tr><tr>
<td><a href="eric5.eric5_tray.html">eric5_tray</a></td>
<td>Eric5 Tray.</td>
</tr><tr>
<td><a href="eric5.eric5_trpreviewer.html">eric5_trpreviewer</a></td>
<td>Eric5 TR Previewer.</td>
</tr><tr>
<td><a href="eric5.eric5_uipreviewer.html">eric5_uipreviewer</a></td>
<td>Eric5 UI Previewer.</td>
</tr><tr>
<td><a href="eric5.eric5_unittest.html">eric5_unittest</a></td>
<td>Eric5 Unittest.</td>
</tr><tr>
<td><a href="eric5.eric5_webbrowser.html">eric5_webbrowser</a></td>
<td>Eric5 Web Browser.</td>
</tr><tr>
<td><a href="eric5.eric5config.html">eric5config</a></td>
<td>Module containing the default configuration of the eric5 installation.</td>
</tr><tr>
<td><a href="eric5.install.html">install</a></td>
<td>Installation script for the eric5 IDE and all eric5 related tools.</td>
</tr><tr>
<td><a href="eric5.install-i18n.html">install-i18n</a></td>
<td>Installation script for the eric5 IDE translation files.</td>
</tr><tr>
<td><a href="eric5.patch_modpython.html">patch_modpython</a></td>
<td>Script to patch mod_python for usage with the eric5 IDE.</td>
</tr><tr>
<td><a href="eric5.uninstall.html">uninstall</a></td>
<td>Uninstallation script for the eric5 IDE and all eric5 related tools.</td>
</tr>
</table>
</body></html>

eric ide

mercurial