15 values for all configuration items and stores the actual values. These |
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 |
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 |
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 |
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 |
19 defined on the module level. The module is simply imported wherever it is |
20 needed with the statement 'import Preferences'. Do not use |
20 needed with the statement 'from eric7 import Preferences'. Do not use |
21 'from Preferences import *' to import it. |
21 'from eric7.Preferences import *' to import it. |
22 </p> |
22 </p> |
23 |
23 |
24 <h3>Packages</h3> |
24 <h3>Packages</h3> |
25 <table> |
25 <table> |
26 |
26 |