eric6/Documentation/Source/index-eric6.Preferences.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7960
e8fc383322f7
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body> 21 <body>
22 <h1>eric6.Preferences</h1> 22 <h1>eric6.Preferences</h1>
23
23 <p> 24 <p>
24 Package implementing the preferences interface. 25 Package implementing the preferences interface.
25 </p><p> 26 </p>
27 <p>
26 The preferences interface consists of a class, which defines the default 28 The preferences interface consists of a class, which defines the default
27 values for all configuration items and stores the actual values. These 29 values for all configuration items and stores the actual values. These
28 values are read and written to the eric6 preferences file by module 30 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 31 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 32 directory. The individual configuration data is accessed by accessor functions
33 'from Preferences import *' to import it. 35 'from Preferences import *' to import it.
34 </p> 36 </p>
35 37
36 <h3>Packages</h3> 38 <h3>Packages</h3>
37 <table> 39 <table>
40
38 <tr> 41 <tr>
39 <td><a href="index-eric6.Preferences.ConfigurationPages.html">ConfigurationPages</a></td> 42 <td><a href="index-eric6.Preferences.ConfigurationPages.html">ConfigurationPages</a></td>
40 <td>Package implementing the various pages of the configuration dialog.</td> 43 <td>Package implementing the various pages of the configuration dialog.</td>
41 </tr> 44 </tr>
42 </table> 45 </table>
43 46
44 <h3>Modules</h3> 47 <h3>Modules</h3>
45 <table> 48 <table>
49
46 <tr> 50 <tr>
47 <td><a href="eric6.Preferences.ConfigurationDialog.html">ConfigurationDialog</a></td> 51 <td><a href="eric6.Preferences.ConfigurationDialog.html">ConfigurationDialog</a></td>
48 <td>Module implementing a dialog for the configuration of eric6.</td> 52 <td>Module implementing a dialog for the configuration of eric6.</td>
49 </tr><tr> 53 </tr>
54 <tr>
50 <td><a href="eric6.Preferences.MouseClickDialog.html">MouseClickDialog</a></td> 55 <td><a href="eric6.Preferences.MouseClickDialog.html">MouseClickDialog</a></td>
51 <td>Module implementing a dialog for the configuration of a mouse click sequence.</td> 56 <td>Module implementing a dialog for the configuration of a mouse click sequence.</td>
52 </tr><tr> 57 </tr>
58 <tr>
53 <td><a href="eric6.Preferences.PreferencesLexer.html">PreferencesLexer</a></td> 59 <td><a href="eric6.Preferences.PreferencesLexer.html">PreferencesLexer</a></td>
54 <td>Module implementing a special QScintilla lexer to handle the preferences.</td> 60 <td>Module implementing a special QScintilla lexer to handle the preferences.</td>
55 </tr><tr> 61 </tr>
62 <tr>
56 <td><a href="eric6.Preferences.ProgramsDialog.html">ProgramsDialog</a></td> 63 <td><a href="eric6.Preferences.ProgramsDialog.html">ProgramsDialog</a></td>
57 <td>Module implementing the Programs page.</td> 64 <td>Module implementing the Programs page.</td>
58 </tr><tr> 65 </tr>
66 <tr>
59 <td><a href="eric6.Preferences.ShortcutDialog.html">ShortcutDialog</a></td> 67 <td><a href="eric6.Preferences.ShortcutDialog.html">ShortcutDialog</a></td>
60 <td>Module implementing a dialog for the configuration of a keyboard shortcut.</td> 68 <td>Module implementing a dialog for the configuration of a keyboard shortcut.</td>
61 </tr><tr> 69 </tr>
70 <tr>
62 <td><a href="eric6.Preferences.Shortcuts.html">Shortcuts</a></td> 71 <td><a href="eric6.Preferences.Shortcuts.html">Shortcuts</a></td>
63 <td>Module implementing functions dealing with keyboard shortcuts.</td> 72 <td>Module implementing functions dealing with keyboard shortcuts.</td>
64 </tr><tr> 73 </tr>
74 <tr>
65 <td><a href="eric6.Preferences.ShortcutsDialog.html">ShortcutsDialog</a></td> 75 <td><a href="eric6.Preferences.ShortcutsDialog.html">ShortcutsDialog</a></td>
66 <td>Module implementing a dialog for the configuration of eric6's keyboard shortcuts.</td> 76 <td>Module implementing a dialog for the configuration of eric6's keyboard shortcuts.</td>
67 </tr><tr> 77 </tr>
78 <tr>
68 <td><a href="eric6.Preferences.SubstyleDefinitionDialog.html">SubstyleDefinitionDialog</a></td> 79 <td><a href="eric6.Preferences.SubstyleDefinitionDialog.html">SubstyleDefinitionDialog</a></td>
69 <td>Module implementing the sub-style definition dialog.</td> 80 <td>Module implementing the sub-style definition dialog.</td>
70 </tr><tr> 81 </tr>
82 <tr>
71 <td><a href="eric6.Preferences.ToolConfigurationDialog.html">ToolConfigurationDialog</a></td> 83 <td><a href="eric6.Preferences.ToolConfigurationDialog.html">ToolConfigurationDialog</a></td>
72 <td>Module implementing a configuration dialog for the tools menu.</td> 84 <td>Module implementing a configuration dialog for the tools menu.</td>
73 </tr><tr> 85 </tr>
86 <tr>
74 <td><a href="eric6.Preferences.ToolGroupConfigurationDialog.html">ToolGroupConfigurationDialog</a></td> 87 <td><a href="eric6.Preferences.ToolGroupConfigurationDialog.html">ToolGroupConfigurationDialog</a></td>
75 <td>Module implementing a configuration dialog for the tools menu.</td> 88 <td>Module implementing a configuration dialog for the tools menu.</td>
76 </tr><tr> 89 </tr>
90 <tr>
77 <td><a href="eric6.Preferences.ViewProfileDialog.html">ViewProfileDialog</a></td> 91 <td><a href="eric6.Preferences.ViewProfileDialog.html">ViewProfileDialog</a></td>
78 <td>Module implementing a dialog to configure the various view profiles.</td> 92 <td>Module implementing a dialog to configure the various view profiles.</td>
79 </tr><tr> 93 </tr>
94 <tr>
80 <td><a href="eric6.Preferences.__init__.html">Preferences</a></td> 95 <td><a href="eric6.Preferences.__init__.html">Preferences</a></td>
81 <td>Package implementing the preferences interface.</td> 96 <td>Package implementing the preferences interface.</td>
82 </tr> 97 </tr>
83 </table> 98 </table>
84 </body></html> 99 </body></html>

eric ide

mercurial