|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.Preferences</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing the preferences interface. |
|
12 </p> |
|
13 <p> |
|
14 The preferences interface consists of a class, which defines the default |
|
15 values for all configuration items and stores the actual values. These |
|
16 values are read and written to the eric7 preferences file by module |
|
17 functions. The data is stored in a file in a subdirectory of the users home |
|
18 directory. The individual configuration data is accessed by accessor functions |
|
19 defined on the module level. The module is simply imported wherever it is |
|
20 needed with the statement 'import Preferences'. Do not use |
|
21 'from Preferences import *' to import it. |
|
22 </p> |
|
23 |
|
24 <h3>Packages</h3> |
|
25 <table> |
|
26 |
|
27 <tr> |
|
28 <td><a href="index-eric7.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 |
|
36 <tr> |
|
37 <td><a href="eric7.Preferences.ConfigurationDialog.html">ConfigurationDialog</a></td> |
|
38 <td>Module implementing a dialog for the configuration of eric.</td> |
|
39 </tr> |
|
40 <tr> |
|
41 <td><a href="eric7.Preferences.HighlightingStylesFile.html">HighlightingStylesFile</a></td> |
|
42 <td>Module implementing a class representing the highlighting styles JSON file.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="eric7.Preferences.MouseClickDialog.html">MouseClickDialog</a></td> |
|
46 <td>Module implementing a dialog for the configuration of a mouse click sequence.</td> |
|
47 </tr> |
|
48 <tr> |
|
49 <td><a href="eric7.Preferences.PreferencesLexer.html">PreferencesLexer</a></td> |
|
50 <td>Module implementing a special QScintilla lexer to handle the preferences.</td> |
|
51 </tr> |
|
52 <tr> |
|
53 <td><a href="eric7.Preferences.ProgramsDialog.html">ProgramsDialog</a></td> |
|
54 <td>Module implementing the Programs page.</td> |
|
55 </tr> |
|
56 <tr> |
|
57 <td><a href="eric7.Preferences.ShortcutDialog.html">ShortcutDialog</a></td> |
|
58 <td>Module implementing a dialog for the configuration of a keyboard shortcut.</td> |
|
59 </tr> |
|
60 <tr> |
|
61 <td><a href="eric7.Preferences.Shortcuts.html">Shortcuts</a></td> |
|
62 <td>Module implementing functions dealing with keyboard shortcuts.</td> |
|
63 </tr> |
|
64 <tr> |
|
65 <td><a href="eric7.Preferences.ShortcutsDialog.html">ShortcutsDialog</a></td> |
|
66 <td>Module implementing a dialog for the configuration of eric's keyboard shortcuts.</td> |
|
67 </tr> |
|
68 <tr> |
|
69 <td><a href="eric7.Preferences.ShortcutsFile.html">ShortcutsFile</a></td> |
|
70 <td>Module implementing a class representing the shortcuts JSON file.</td> |
|
71 </tr> |
|
72 <tr> |
|
73 <td><a href="eric7.Preferences.SubstyleDefinitionDialog.html">SubstyleDefinitionDialog</a></td> |
|
74 <td>Module implementing the sub-style definition dialog.</td> |
|
75 </tr> |
|
76 <tr> |
|
77 <td><a href="eric7.Preferences.ThemeManager.html">ThemeManager</a></td> |
|
78 <td>Module implementing a manager object for color themes.</td> |
|
79 </tr> |
|
80 <tr> |
|
81 <td><a href="eric7.Preferences.ToolConfigurationDialog.html">ToolConfigurationDialog</a></td> |
|
82 <td>Module implementing a configuration dialog for the tools menu.</td> |
|
83 </tr> |
|
84 <tr> |
|
85 <td><a href="eric7.Preferences.ToolGroupConfigurationDialog.html">ToolGroupConfigurationDialog</a></td> |
|
86 <td>Module implementing a configuration dialog for the tools menu.</td> |
|
87 </tr> |
|
88 <tr> |
|
89 <td><a href="eric7.Preferences.ViewProfileDialog.html">ViewProfileDialog</a></td> |
|
90 <td>Module implementing a dialog to configure the various view profiles.</td> |
|
91 </tr> |
|
92 <tr> |
|
93 <td><a href="eric7.Preferences.__init__.html">Preferences</a></td> |
|
94 <td>Package implementing the preferences interface.</td> |
|
95 </tr> |
|
96 </table> |
|
97 </body></html> |