Documentation/Source/index-eric6.Preferences.html

changeset 3673
e26d7d0c1088
child 4291
5f7f8c8d8bc2
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Preferences</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric6.Preferences</h1>
23 <p>
24 Package implementing the preferences interface.
25 </p><p>
26 The preferences interface consists of a class, which defines the default
27 values for all configuration items and stores the actual values. These
28 values are read and written to the eric6 preferences file by module
29 functions. The data is stored in a file in a subdirectory of the users home
30 directory. The individual configuration data is accessed by accessor functions
31 defined on the module level. The module is simply imported wherever it is
32 needed with the statement 'import Preferences'. Do not use
33 'from Preferences import *' to import it.
34 </p>
35
36 <h3>Packages</h3>
37 <table>
38 <tr>
39 <td><a href="index-eric6.Preferences.ConfigurationPages.html">ConfigurationPages</a></td>
40 <td>Package implementing the various pages of the configuration dialog.</td>
41 </tr>
42 </table>
43
44 <h3>Modules</h3>
45 <table>
46 <tr>
47 <td><a href="eric6.Preferences.ConfigurationDialog.html">ConfigurationDialog</a></td>
48 <td>Module implementing a dialog for the configuration of eric6.</td>
49 </tr><tr>
50 <td><a href="eric6.Preferences.PreferencesLexer.html">PreferencesLexer</a></td>
51 <td>Module implementing a special QextScintilla lexer to handle the preferences.</td>
52 </tr><tr>
53 <td><a href="eric6.Preferences.ProgramsDialog.html">ProgramsDialog</a></td>
54 <td>Module implementing the Programs page.</td>
55 </tr><tr>
56 <td><a href="eric6.Preferences.ShortcutDialog.html">ShortcutDialog</a></td>
57 <td>Module implementing a dialog for the configuration of a keyboard shortcut.</td>
58 </tr><tr>
59 <td><a href="eric6.Preferences.Shortcuts.html">Shortcuts</a></td>
60 <td>Module implementing functions dealing with keyboard shortcuts.</td>
61 </tr><tr>
62 <td><a href="eric6.Preferences.ShortcutsDialog.html">ShortcutsDialog</a></td>
63 <td>Module implementing a dialog for the configuration of eric6's keyboard shortcuts.</td>
64 </tr><tr>
65 <td><a href="eric6.Preferences.ToolConfigurationDialog.html">ToolConfigurationDialog</a></td>
66 <td>Module implementing a configuration dialog for the tools menu.</td>
67 </tr><tr>
68 <td><a href="eric6.Preferences.ToolGroupConfigurationDialog.html">ToolGroupConfigurationDialog</a></td>
69 <td>Module implementing a configuration dialog for the tools menu.</td>
70 </tr><tr>
71 <td><a href="eric6.Preferences.ViewProfileDialog.html">ViewProfileDialog</a></td>
72 <td>Module implementing a dialog to configure the various view profiles.</td>
73 </tr><tr>
74 <td><a href="eric6.Preferences.__init__.html">Preferences</a></td>
75 <td>Package implementing the preferences interface.</td>
76 </tr>
77 </table>
78 </body></html>

eric ide

mercurial