454 <td>Public method to get the project's programming language.</td> |
454 <td>Public method to get the project's programming language.</td> |
455 </tr><tr> |
455 </tr><tr> |
456 <td><a href="#Project.getProjectManagementDir">getProjectManagementDir</a></td> |
456 <td><a href="#Project.getProjectManagementDir">getProjectManagementDir</a></td> |
457 <td>Public method to get the path of the management directory.</td> |
457 <td>Public method to get the path of the management directory.</td> |
458 </tr><tr> |
458 </tr><tr> |
|
459 <td><a href="#Project.getProjectName">getProjectName</a></td> |
|
460 <td>Public method to get the name of the project.</td> |
|
461 </tr><tr> |
459 <td><a href="#Project.getProjectPath">getProjectPath</a></td> |
462 <td><a href="#Project.getProjectPath">getProjectPath</a></td> |
460 <td>Public method to get the project path.</td> |
463 <td>Public method to get the project path.</td> |
461 </tr><tr> |
464 </tr><tr> |
462 <td><a href="#Project.getProjectSpellLanguage">getProjectSpellLanguage</a></td> |
465 <td><a href="#Project.getProjectSpellLanguage">getProjectSpellLanguage</a></td> |
463 <td>Public method to get the project's programming language.</td> |
466 <td>Public method to get the project's programming language.</td> |
1530 </p><dl> |
1533 </p><dl> |
1531 <dt>Returns:</dt> |
1534 <dt>Returns:</dt> |
1532 <dd> |
1535 <dd> |
1533 path of the management directory (string) |
1536 path of the management directory (string) |
1534 </dd> |
1537 </dd> |
|
1538 </dl><a NAME="Project.getProjectName" ID="Project.getProjectName"></a> |
|
1539 <h4>Project.getProjectName</h4> |
|
1540 <b>getProjectName</b>(<i></i>) |
|
1541 <p> |
|
1542 Public method to get the name of the project. |
|
1543 </p><p> |
|
1544 The project name is determined from the name of the project file. |
|
1545 </p><dl> |
|
1546 <dt>Returns:</dt> |
|
1547 <dd> |
|
1548 name of the project (string) |
|
1549 </dd> |
1535 </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> |
1550 </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> |
1536 <h4>Project.getProjectPath</h4> |
1551 <h4>Project.getProjectPath</h4> |
1537 <b>getProjectPath</b>(<i></i>) |
1552 <b>getProjectPath</b>(<i></i>) |
1538 <p> |
1553 <p> |
1539 Public method to get the project path. |
1554 Public method to get the project path. |