631 <td>Public method to update the filetype associations with new default values.</td> |
631 <td>Public method to update the filetype associations with new default values.</td> |
632 </tr><tr> |
632 </tr><tr> |
633 <td><a href="#Project.useSystemEol">useSystemEol</a></td> |
633 <td><a href="#Project.useSystemEol">useSystemEol</a></td> |
634 <td>Public method to check, if the project uses the system eol setting.</td> |
634 <td>Public method to check, if the project uses the system eol setting.</td> |
635 </tr><tr> |
635 </tr><tr> |
|
636 <td><a href="#Project.vcsSoftwareAvailable">vcsSoftwareAvailable</a></td> |
|
637 <td>Public method to check, if some supported VCS software is available to the IDE.</td> |
|
638 </tr><tr> |
636 <td><a href="#Project.writeTasks">writeTasks</a></td> |
639 <td><a href="#Project.writeTasks">writeTasks</a></td> |
637 <td>Public method to write the tasks data to an XML file (.e4t).</td> |
640 <td>Public method to write the tasks data to an XML file (.e4t).</td> |
638 </tr> |
641 </tr> |
639 </table> |
642 </table> |
640 <h3>Static Methods</h3> |
643 <h3>Static Methods</h3> |
2248 </p><dl> |
2251 </p><dl> |
2249 <dt>Returns:</dt> |
2252 <dt>Returns:</dt> |
2250 <dd> |
2253 <dd> |
2251 flag indicating the usage of system eol (boolean) |
2254 flag indicating the usage of system eol (boolean) |
2252 </dd> |
2255 </dd> |
|
2256 </dl><a NAME="Project.vcsSoftwareAvailable" ID="Project.vcsSoftwareAvailable"></a> |
|
2257 <h4>Project.vcsSoftwareAvailable</h4> |
|
2258 <b>vcsSoftwareAvailable</b>(<i></i>) |
|
2259 <p> |
|
2260 Public method to check, if some supported VCS software is available |
|
2261 to the IDE. |
|
2262 </p><dl> |
|
2263 <dt>Returns:</dt> |
|
2264 <dd> |
|
2265 flag indicating availability of VCS software (boolean) |
|
2266 </dd> |
2253 </dl><a NAME="Project.writeTasks" ID="Project.writeTasks"></a> |
2267 </dl><a NAME="Project.writeTasks" ID="Project.writeTasks"></a> |
2254 <h4>Project.writeTasks</h4> |
2268 <h4>Project.writeTasks</h4> |
2255 <b>writeTasks</b>(<i></i>) |
2269 <b>writeTasks</b>(<i></i>) |
2256 <p> |
2270 <p> |
2257 Public method to write the tasks data to an XML file (.e4t). |
2271 Public method to write the tasks data to an XML file (.e4t). |