Documentation/Source/eric5.Project.Project.html

changeset 249
52df4455a035
parent 155
375e3c884874
child 253
3ccdf551bde7
equal deleted inserted replaced
248:f4561c24989a 249:52df4455a035
590 <td>Public method to se the interval of the VCS status monitor thread.</td> 590 <td>Public method to se the interval of the VCS status monitor thread.</td>
591 </tr><tr> 591 </tr><tr>
592 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td> 592 <td><a href="#Project.startStatusMonitor">startStatusMonitor</a></td>
593 <td>Public method to start the VCS status monitor thread.</td> 593 <td>Public method to start the VCS status monitor thread.</td>
594 </tr><tr> 594 </tr><tr>
595 <td><a href="#Project.startswithProjectPath">startswithProjectPath</a></td>
596 <td>Public method to check, if a path starts with the project path.</td>
597 </tr><tr>
595 <td><a href="#Project.stopStatusMonitor">stopStatusMonitor</a></td> 598 <td><a href="#Project.stopStatusMonitor">stopStatusMonitor</a></td>
596 <td>Public method to stop the VCS status monitor thread.</td> 599 <td>Public method to stop the VCS status monitor thread.</td>
597 </tr><tr> 600 </tr><tr>
598 <td><a href="#Project.unregisterProjectType">unregisterProjectType</a></td> 601 <td><a href="#Project.unregisterProjectType">unregisterProjectType</a></td>
599 <td>Public method to unregister a project type.</td> 602 <td>Public method to unregister a project type.</td>
1603 <dd> 1606 <dd>
1604 reference to the dictionary of project types. 1607 reference to the dictionary of project types.
1605 </dd> 1608 </dd>
1606 </dl><a NAME="Project.getRelativePath" ID="Project.getRelativePath"></a> 1609 </dl><a NAME="Project.getRelativePath" ID="Project.getRelativePath"></a>
1607 <h4>Project.getRelativePath</h4> 1610 <h4>Project.getRelativePath</h4>
1608 <b>getRelativePath</b>(<i>fn</i>) 1611 <b>getRelativePath</b>(<i>path</i>)
1609 <p> 1612 <p>
1610 Public method to convert a file path to a project relative 1613 Public method to convert a file path to a project relative
1611 file path. 1614 file path.
1612 </p><dl> 1615 </p><dl>
1613 <dt><i>fn</i></dt> 1616 <dt><i>path</i></dt>
1614 <dd> 1617 <dd>
1615 file or directory name to convert (string) 1618 file or directory name to convert (string)
1616 </dd> 1619 </dd>
1617 </dl><dl> 1620 </dl><dl>
1618 <dt>Returns:</dt> 1621 <dt>Returns:</dt>
1619 <dd> 1622 <dd>
1620 project relative path or unchanged path, if fn doesn't 1623 project relative path or unchanged path, if path doesn't
1621 belong to the project (string) 1624 belong to the project (string)
1622 </dd> 1625 </dd>
1623 </dl><a NAME="Project.getRelativeUniversalPath" ID="Project.getRelativeUniversalPath"></a> 1626 </dl><a NAME="Project.getRelativeUniversalPath" ID="Project.getRelativeUniversalPath"></a>
1624 <h4>Project.getRelativeUniversalPath</h4> 1627 <h4>Project.getRelativeUniversalPath</h4>
1625 <b>getRelativeUniversalPath</b>(<i>fn</i>) 1628 <b>getRelativeUniversalPath</b>(<i>path</i>)
1626 <p> 1629 <p>
1627 Public method to convert a file path to a project relative 1630 Public method to convert a file path to a project relative
1628 file path with universal separators. 1631 file path with universal separators.
1629 </p><dl> 1632 </p><dl>
1630 <dt><i>fn</i></dt> 1633 <dt><i>path</i></dt>
1631 <dd> 1634 <dd>
1632 file or directory name to convert (string) 1635 file or directory name to convert (string)
1633 </dd> 1636 </dd>
1634 </dl><dl> 1637 </dl><dl>
1635 <dt>Returns:</dt> 1638 <dt>Returns:</dt>
1636 <dd> 1639 <dd>
1637 project relative path or unchanged path, if fn doesn't 1640 project relative path or unchanged path, if path doesn't
1638 belong to the project (string) 1641 belong to the project (string)
1639 </dd> 1642 </dd>
1640 </dl><a NAME="Project.getSources" ID="Project.getSources"></a> 1643 </dl><a NAME="Project.getSources" ID="Project.getSources"></a>
1641 <h4>Project.getSources</h4> 1644 <h4>Project.getSources</h4>
1642 <b>getSources</b>(<i>normalized = False</i>) 1645 <b>getSources</b>(<i>normalized = False</i>)
2210 </dl><a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a> 2213 </dl><a NAME="Project.startStatusMonitor" ID="Project.startStatusMonitor"></a>
2211 <h4>Project.startStatusMonitor</h4> 2214 <h4>Project.startStatusMonitor</h4>
2212 <b>startStatusMonitor</b>(<i></i>) 2215 <b>startStatusMonitor</b>(<i></i>)
2213 <p> 2216 <p>
2214 Public method to start the VCS status monitor thread. 2217 Public method to start the VCS status monitor thread.
2215 </p><a NAME="Project.stopStatusMonitor" ID="Project.stopStatusMonitor"></a> 2218 </p><a NAME="Project.startswithProjectPath" ID="Project.startswithProjectPath"></a>
2219 <h4>Project.startswithProjectPath</h4>
2220 <b>startswithProjectPath</b>(<i>path</i>)
2221 <p>
2222 Public method to check, if a path starts with the project path.
2223 </p><dl>
2224 <dt><i>path</i></dt>
2225 <dd>
2226 path to be checked (string)
2227 </dd>
2228 </dl><a NAME="Project.stopStatusMonitor" ID="Project.stopStatusMonitor"></a>
2216 <h4>Project.stopStatusMonitor</h4> 2229 <h4>Project.stopStatusMonitor</h4>
2217 <b>stopStatusMonitor</b>(<i></i>) 2230 <b>stopStatusMonitor</b>(<i></i>)
2218 <p> 2231 <p>
2219 Public method to stop the VCS status monitor thread. 2232 Public method to stop the VCS status monitor thread.
2220 </p><a NAME="Project.unregisterProjectType" ID="Project.unregisterProjectType"></a> 2233 </p><a NAME="Project.unregisterProjectType" ID="Project.unregisterProjectType"></a>

eric ide

mercurial