|
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>eric5.Preferences</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body> |
|
11 <h1>eric5.Preferences</h1> |
|
12 <p> |
|
13 Package implementing the preferences interface. |
|
14 </p><p> |
|
15 The preferences interface consists of a class, which defines the default |
|
16 values for all configuration items and stores the actual values. These |
|
17 values are read and written to the eric5 preferences file by module |
|
18 functions. The data is stored in a file in a subdirectory of the users home |
|
19 directory. The individual configuration data is accessed by accessor functions |
|
20 defined on the module level. The module is simply imported wherever it is needed |
|
21 with the statement 'import Preferences'. Do not use 'from Preferences import *' |
|
22 to import it. |
|
23 </p> |
|
24 |
|
25 <h3>Packages</h3> |
|
26 <table> |
|
27 <tr> |
|
28 <td><a href="index-eric5.Preferences.ConfigurationPages.html">ConfigurationPages</a></td> |
|
29 <td>Package implementing the various pages of the configuration dialog.</td> |
|
30 </tr> |
|
31 </table> |
|
32 |
|
33 <h3>Modules</h3> |
|
34 <table> |
|
35 <tr> |
|
36 <td><a href="eric5.Preferences.ConfigurationDialog.html">ConfigurationDialog</a></td> |
|
37 <td>Module implementing a dialog for the configuration of eric5.</td> |
|
38 </tr><tr> |
|
39 <td><a href="eric5.Preferences.PreferencesLexer.html">PreferencesLexer</a></td> |
|
40 <td>Module implementing a special QextScintilla lexer to handle the preferences.</td> |
|
41 </tr><tr> |
|
42 <td><a href="eric5.Preferences.ProgramsDialog.html">ProgramsDialog</a></td> |
|
43 <td>Module implementing the Programs page.</td> |
|
44 </tr><tr> |
|
45 <td><a href="eric5.Preferences.ShortcutDialog.html">ShortcutDialog</a></td> |
|
46 <td>Module implementing a dialog for the configuration of a keyboard shortcut.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric5.Preferences.Shortcuts.html">Shortcuts</a></td> |
|
49 <td>Module implementing functions dealing with keyboard shortcuts.</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric5.Preferences.ShortcutsDialog.html">ShortcutsDialog</a></td> |
|
52 <td>Module implementing a dialog for the configuration of eric5s keyboard shortcuts.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric5.Preferences.ToolConfigurationDialog.html">ToolConfigurationDialog</a></td> |
|
55 <td>Module implementing a configuration dialog for the tools menu.</td> |
|
56 </tr><tr> |
|
57 <td><a href="eric5.Preferences.ToolGroupConfigurationDialog.html">ToolGroupConfigurationDialog</a></td> |
|
58 <td>Module implementing a configuration dialog for the tools menu.</td> |
|
59 </tr><tr> |
|
60 <td><a href="eric5.Preferences.ViewProfileDialog.html">ViewProfileDialog</a></td> |
|
61 <td>Module implementing a dialog to configure the various view profiles.</td> |
|
62 </tr><tr> |
|
63 <td><a href="eric5.Preferences.__init__.html">Preferences</a></td> |
|
64 <td>Package implementing the preferences interface.</td> |
|
65 </tr> |
|
66 </table> |
|
67 </body></html> |