Documentation/Source/eric5.Project.Project.html

changeset 1653
fed1920ff53b
parent 1572
5900e71055ea
child 1865
e2a956fcf5e7
equal deleted inserted replaced
1652:4719bf3fe8d8 1653:fed1920ff53b
319 <td>Private method to save the project infos to a project file.</td> 319 <td>Private method to save the project infos to a project file.</td>
320 </tr><tr> 320 </tr><tr>
321 <td><a href="#Project.__writeSession">__writeSession</a></td> 321 <td><a href="#Project.__writeSession">__writeSession</a></td>
322 <td>Private method to write the session data to an XML file (.e4s).</td> 322 <td>Private method to write the session data to an XML file (.e4s).</td>
323 </tr><tr> 323 </tr><tr>
324 <td><a href="#Project.__writeTasks">__writeTasks</a></td>
325 <td>Private method to write the tasks data to an XML file (.e4t).</td>
326 </tr><tr>
327 <td><a href="#Project.__writeUserProperties">__writeUserProperties</a></td> 324 <td><a href="#Project.__writeUserProperties">__writeUserProperties</a></td>
328 <td>Private method to write the project data to an XML file.</td> 325 <td>Private method to write the project data to an XML file.</td>
329 </tr><tr> 326 </tr><tr>
330 <td><a href="#Project.addDirectory">addDirectory</a></td> 327 <td><a href="#Project.addDirectory">addDirectory</a></td>
331 <td>Public method used to add all files of a directory to the project.</td> 328 <td>Public method used to add all files of a directory to the project.</td>
630 <td><a href="#Project.updateFileTypes">updateFileTypes</a></td> 627 <td><a href="#Project.updateFileTypes">updateFileTypes</a></td>
631 <td>Public method to update the filetype associations with new default values.</td> 628 <td>Public method to update the filetype associations with new default values.</td>
632 </tr><tr> 629 </tr><tr>
633 <td><a href="#Project.useSystemEol">useSystemEol</a></td> 630 <td><a href="#Project.useSystemEol">useSystemEol</a></td>
634 <td>Public method to check, if the project uses the system eol setting.</td> 631 <td>Public method to check, if the project uses the system eol setting.</td>
632 </tr><tr>
633 <td><a href="#Project.writeTasks">writeTasks</a></td>
634 <td>Public method to write the tasks data to an XML file (.e4t).</td>
635 </tr> 635 </tr>
636 </table> 636 </table>
637 <h3>Static Methods</h3> 637 <h3>Static Methods</h3>
638 <table> 638 <table>
639 <tr><td>None</td></tr> 639 <tr><td>None</td></tr>
1082 If this flag is true, no errors are reported. 1082 If this flag is true, no errors are reported.
1083 </dd><dt><i>indicator=</i></dt> 1083 </dd><dt><i>indicator=</i></dt>
1084 <dd> 1084 <dd>
1085 indicator string (string) 1085 indicator string (string)
1086 </dd> 1086 </dd>
1087 </dl><a NAME="Project.__writeTasks" ID="Project.__writeTasks"></a> 1087 </dl><a NAME="Project.__writeUserProperties" ID="Project.__writeUserProperties"></a>
1088 <h4>Project.__writeTasks</h4>
1089 <b>__writeTasks</b>(<i></i>)
1090 <p>
1091 Private method to write the tasks data to an XML file (.e4t).
1092 </p><a NAME="Project.__writeUserProperties" ID="Project.__writeUserProperties"></a>
1093 <h4>Project.__writeUserProperties</h4> 1088 <h4>Project.__writeUserProperties</h4>
1094 <b>__writeUserProperties</b>(<i></i>) 1089 <b>__writeUserProperties</b>(<i></i>)
1095 <p> 1090 <p>
1096 Private method to write the project data to an XML file. 1091 Private method to write the project data to an XML file.
1097 </p><a NAME="Project.addDirectory" ID="Project.addDirectory"></a> 1092 </p><a NAME="Project.addDirectory" ID="Project.addDirectory"></a>
2250 </p><dl> 2245 </p><dl>
2251 <dt>Returns:</dt> 2246 <dt>Returns:</dt>
2252 <dd> 2247 <dd>
2253 flag indicating the usage of system eol (boolean) 2248 flag indicating the usage of system eol (boolean)
2254 </dd> 2249 </dd>
2255 </dl> 2250 </dl><a NAME="Project.writeTasks" ID="Project.writeTasks"></a>
2251 <h4>Project.writeTasks</h4>
2252 <b>writeTasks</b>(<i></i>)
2253 <p>
2254 Public method to write the tasks data to an XML file (.e4t).
2255 </p>
2256 <div align="right"><a href="#top">Up</a></div> 2256 <div align="right"><a href="#top">Up</a></div>
2257 <hr /> 2257 <hr />
2258 </body></html> 2258 </body></html>

eric ide

mercurial