407 <td>Public method to get the default extension for the project's programming language.</td> |
407 <td>Public method to get the default extension for the project's programming language.</td> |
408 </tr><tr> |
408 </tr><tr> |
409 <td><a href="#Project.getEditorLexerAssoc">getEditorLexerAssoc</a></td> |
409 <td><a href="#Project.getEditorLexerAssoc">getEditorLexerAssoc</a></td> |
410 <td>Public method to retrieve a lexer association.</td> |
410 <td>Public method to retrieve a lexer association.</td> |
411 </tr><tr> |
411 </tr><tr> |
|
412 <td><a href="#Project.getEolString">getEolString</a></td> |
|
413 <td>Public method to get the EOL-string to be used by the project.</td> |
|
414 </tr><tr> |
412 <td><a href="#Project.getFiles">getFiles</a></td> |
415 <td><a href="#Project.getFiles">getFiles</a></td> |
413 <td>Public method to get all files starting with a common prefix.</td> |
416 <td>Public method to get all files starting with a common prefix.</td> |
414 </tr><tr> |
417 </tr><tr> |
415 <td><a href="#Project.getHash">getHash</a></td> |
418 <td><a href="#Project.getHash">getHash</a></td> |
416 <td>Public method to get the project hash.</td> |
419 <td>Public method to get the project hash.</td> |
601 <td><a href="#Project.unregisterProjectType">unregisterProjectType</a></td> |
604 <td><a href="#Project.unregisterProjectType">unregisterProjectType</a></td> |
602 <td>Public method to unregister a project type.</td> |
605 <td>Public method to unregister a project type.</td> |
603 </tr><tr> |
606 </tr><tr> |
604 <td><a href="#Project.updateFileTypes">updateFileTypes</a></td> |
607 <td><a href="#Project.updateFileTypes">updateFileTypes</a></td> |
605 <td>Public method to update the filetype associations with new default values.</td> |
608 <td>Public method to update the filetype associations with new default values.</td> |
|
609 </tr><tr> |
|
610 <td><a href="#Project.useSystemEol">useSystemEol</a></td> |
|
611 <td>Public method to check, if the project uses the system eol setting.</td> |
606 </tr> |
612 </tr> |
607 </table> |
613 </table> |
608 <a NAME="Project.__init__" ID="Project.__init__"></a> |
614 <a NAME="Project.__init__" ID="Project.__init__"></a> |
609 <h4>Project (Constructor)</h4> |
615 <h4>Project (Constructor)</h4> |
610 <b>Project</b>(<i>parent = None, filename = None</i>) |
616 <b>Project</b>(<i>parent = None, filename = None</i>) |
1453 </dl><dl> |
1459 </dl><dl> |
1454 <dt>Returns:</dt> |
1460 <dt>Returns:</dt> |
1455 <dd> |
1461 <dd> |
1456 the requested lexer language (string) |
1462 the requested lexer language (string) |
1457 </dd> |
1463 </dd> |
|
1464 </dl><a NAME="Project.getEolString" ID="Project.getEolString"></a> |
|
1465 <h4>Project.getEolString</h4> |
|
1466 <b>getEolString</b>(<i></i>) |
|
1467 <p> |
|
1468 Public method to get the EOL-string to be used by the project. |
|
1469 </p><dl> |
|
1470 <dt>Returns:</dt> |
|
1471 <dd> |
|
1472 eol string (string) |
|
1473 </dd> |
1458 </dl><a NAME="Project.getFiles" ID="Project.getFiles"></a> |
1474 </dl><a NAME="Project.getFiles" ID="Project.getFiles"></a> |
1459 <h4>Project.getFiles</h4> |
1475 <h4>Project.getFiles</h4> |
1460 <b>getFiles</b>(<i>start</i>) |
1476 <b>getFiles</b>(<i>start</i>) |
1461 <p> |
1477 <p> |
1462 Public method to get all files starting with a common prefix. |
1478 Public method to get all files starting with a common prefix. |
2243 </dl><a NAME="Project.updateFileTypes" ID="Project.updateFileTypes"></a> |
2259 </dl><a NAME="Project.updateFileTypes" ID="Project.updateFileTypes"></a> |
2244 <h4>Project.updateFileTypes</h4> |
2260 <h4>Project.updateFileTypes</h4> |
2245 <b>updateFileTypes</b>(<i></i>) |
2261 <b>updateFileTypes</b>(<i></i>) |
2246 <p> |
2262 <p> |
2247 Public method to update the filetype associations with new default values. |
2263 Public method to update the filetype associations with new default values. |
2248 </p> |
2264 </p><a NAME="Project.useSystemEol" ID="Project.useSystemEol"></a> |
|
2265 <h4>Project.useSystemEol</h4> |
|
2266 <b>useSystemEol</b>(<i></i>) |
|
2267 <p> |
|
2268 Public method to check, if the project uses the system eol setting. |
|
2269 </p><dl> |
|
2270 <dt>Returns:</dt> |
|
2271 <dd> |
|
2272 flag indicating the usage of system eol (boolean) |
|
2273 </dd> |
|
2274 </dl> |
2249 <div align="right"><a href="#top">Up</a></div> |
2275 <div align="right"><a href="#top">Up</a></div> |
2250 <hr /> |
2276 <hr /> |
2251 </body></html> |
2277 </body></html> |