src/eric7/Documentation/Source/eric7.MultiProject.MultiProject.html

branch
eric7
changeset 9971
773ad1f1ed22
parent 9209
b99e7fd55fd3
child 10411
f9dedceca6c9
--- a/src/eric7/Documentation/Source/eric7.MultiProject.MultiProject.html	Tue Apr 04 17:26:54 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MultiProject.MultiProject.html	Wed Apr 05 11:58:22 2023 +0200
@@ -128,8 +128,8 @@
 <td>Private slot to build a new multi project.</td>
 </tr>
 <tr>
-<td><a href="#MultiProject.__openMasterProject">__openMasterProject</a></td>
-<td>Private slot to open the master project.</td>
+<td><a href="#MultiProject.__openMainProject">__openMainProject</a></td>
+<td>Private slot to open the main project.</td>
 </tr>
 <tr>
 <td><a href="#MultiProject.__openRecent">__openRecent</a></td>
@@ -212,8 +212,8 @@
 <td>Public method to get the filenames of the dependent projects.</td>
 </tr>
 <tr>
-<td><a href="#MultiProject.getMasterProjectFile">getMasterProjectFile</a></td>
-<td>Public method to get the filename of the master project.</td>
+<td><a href="#MultiProject.getMainProjectFile">getMainProjectFile</a></td>
+<td>Public method to get the filename of the main project.</td>
 </tr>
 <tr>
 <td><a href="#MultiProject.getMenu">getMenu</a></td>
@@ -361,18 +361,18 @@
         This method displays the new multi project dialog and initializes
         the multi project object with the data entered.
 </p>
-<a NAME="MultiProject.__openMasterProject" ID="MultiProject.__openMasterProject"></a>
-<h4>MultiProject.__openMasterProject</h4>
-<b>__openMasterProject</b>(<i>reopen=True</i>)
+<a NAME="MultiProject.__openMainProject" ID="MultiProject.__openMainProject"></a>
+<h4>MultiProject.__openMainProject</h4>
+<b>__openMainProject</b>(<i>reopen=True</i>)
 
 <p>
-        Private slot to open the master project.
+        Private slot to open the main project.
 </p>
 <dl>
 
 <dt><i>reopen</i></dt>
 <dd>
-flag indicating, that the master project should be
+flag indicating, that the main project should be
             reopened, if it has been opened already (boolean)
 </dd>
 </dl>
@@ -632,17 +632,23 @@
 names of the dependent project files (list of strings)
 </dd>
 </dl>
-<a NAME="MultiProject.getMasterProjectFile" ID="MultiProject.getMasterProjectFile"></a>
-<h4>MultiProject.getMasterProjectFile</h4>
-<b>getMasterProjectFile</b>(<i></i>)
+<a NAME="MultiProject.getMainProjectFile" ID="MultiProject.getMainProjectFile"></a>
+<h4>MultiProject.getMainProjectFile</h4>
+<b>getMainProjectFile</b>(<i></i>)
 
 <p>
-        Public method to get the filename of the master project.
+        Public method to get the filename of the main project.
 </p>
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the master project file (string)
+name of the main project file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="MultiProject.getMenu" ID="MultiProject.getMenu"></a>
@@ -812,7 +818,7 @@
 </dl>
 <a NAME="MultiProject.openMultiProject" ID="MultiProject.openMultiProject"></a>
 <h4>MultiProject.openMultiProject</h4>
-<b>openMultiProject</b>(<i>fn=None, openMaster=True</i>)
+<b>openMultiProject</b>(<i>fn=None, openMain=True</i>)
 
 <p>
         Public slot to open a multi project.
@@ -824,9 +830,9 @@
 optional filename of the multi project file to be
             read
 </dd>
-<dt><i>openMaster</i> (bool)</dt>
+<dt><i>openMain</i> (bool)</dt>
 <dd>
-flag indicating, that the master project
+flag indicating, that the main project
             should be opened depending on the configuration
 </dd>
 </dl>

eric ide

mercurial