src/eric7/Documentation/Source/eric7.Preferences.__init__.html

branch
eric7
changeset 9537
66a2e32ecba9
parent 9530
c30f02ea1b27
child 9559
34fc53e6159d
diff -r c1c84299bef3 -r 66a2e32ecba9 src/eric7/Documentation/Source/eric7.Preferences.__init__.html
--- a/src/eric7/Documentation/Source/eric7.Preferences.__init__.html	Sat Nov 26 15:54:32 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.Preferences.__init__.html	Sat Nov 26 17:15:15 2022 +0100
@@ -280,6 +280,10 @@
 <td>Module function to read the tool groups configuration.</td>
 </tr>
 <tr>
+<td><a href="#removeProjectBrowsers">removeProjectBrowsers</a></td>
+<td>Function to remove the browsers list of the given project type.</td>
+</tr>
+<tr>
 <td><a href="#resetLayout">resetLayout</a></td>
 <td>Module function to set a flag not storing the current layout.</td>
 </tr>
@@ -420,6 +424,10 @@
 <td>Function to store the enabled project browsers per project type.</td>
 </tr>
 <tr>
+<td><a href="#setProjectBrowsersDefault">setProjectBrowsersDefault</a></td>
+<td>Function to store the given project browser list to the list of defaults.</td>
+</tr>
+<tr>
 <td><a href="#setProtobuf">setProtobuf</a></td>
 <td>Module function to store the various protobuf settings.</td>
 </tr>
@@ -1859,6 +1867,23 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="removeProjectBrowsers" ID="removeProjectBrowsers"></a>
+<h2>removeProjectBrowsers</h2>
+<b>removeProjectBrowsers</b>(<i>key</i>)
+
+<p>
+    Function to remove the browsers list of the given project type.
+</p>
+<dl>
+
+<dt><i>key</i> (str)</dt>
+<dd>
+project type
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="resetLayout" ID="resetLayout"></a>
 <h2>resetLayout</h2>
 <b>resetLayout</b>(<i></i>)
@@ -2561,6 +2586,27 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="setProjectBrowsersDefault" ID="setProjectBrowsersDefault"></a>
+<h2>setProjectBrowsersDefault</h2>
+<b>setProjectBrowsersDefault</b>(<i>projectType, browsersList</i>)
+
+<p>
+    Function to store the given project browser list to the list of defaults.
+</p>
+<dl>
+
+<dt><i>projectType</i> (str)</dt>
+<dd>
+project type
+</dd>
+<dt><i>browsersList</i> (list of str or tuple of str)</dt>
+<dd>
+default list of browsers for the project type
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="setProtobuf" ID="setProtobuf"></a>
 <h2>setProtobuf</h2>
 <b>setProtobuf</b>(<i>key, value</i>)

eric ide

mercurial