src/eric7/Documentation/Source/index-eric7.Preferences.html

branch
eric7
changeset 9416
0f7f8e65eeed
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
9415:0265ea456b49 9416:0f7f8e65eeed
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

eric ide

mercurial