Documentation/Source/eric5.Project.Project.html

changeset 3521
7d17803aab56
parent 3164
a027fc190f82
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3518:1d681235c1b4 3521:7d17803aab56
549 <td>Public method to return the status of the debug properties.</td> 549 <td>Public method to return the status of the debug properties.</td>
550 </tr><tr> 550 </tr><tr>
551 <td><a href="#Project.isDirty">isDirty</a></td> 551 <td><a href="#Project.isDirty">isDirty</a></td>
552 <td>Public method to return the dirty state.</td> 552 <td>Public method to return the dirty state.</td>
553 </tr><tr> 553 </tr><tr>
554 <td><a href="#Project.isJavaScriptProject">isJavaScriptProject</a></td>
555 <td>Public method to check, if this project is a JavaScript project.</td>
556 </tr><tr>
554 <td><a href="#Project.isOpen">isOpen</a></td> 557 <td><a href="#Project.isOpen">isOpen</a></td>
555 <td>Public method to return the opened state.</td> 558 <td>Public method to return the opened state.</td>
556 </tr><tr> 559 </tr><tr>
557 <td><a href="#Project.isProjectFile">isProjectFile</a></td> 560 <td><a href="#Project.isProjectFile">isProjectFile</a></td>
558 <td>Public method used to check, if the passed in filename belongs to the project.</td> 561 <td>Public method used to check, if the passed in filename belongs to the project.</td>
572 <td><a href="#Project.isPy2Project">isPy2Project</a></td> 575 <td><a href="#Project.isPy2Project">isPy2Project</a></td>
573 <td>Public method to check, if this project is a Python2 project.</td> 576 <td>Public method to check, if this project is a Python2 project.</td>
574 </tr><tr> 577 </tr><tr>
575 <td><a href="#Project.isPy3Project">isPy3Project</a></td> 578 <td><a href="#Project.isPy3Project">isPy3Project</a></td>
576 <td>Public method to check, if this project is a Python3 project.</td> 579 <td>Public method to check, if this project is a Python3 project.</td>
580 </tr><tr>
581 <td><a href="#Project.isPythonProject">isPythonProject</a></td>
582 <td>Public method to check, if this project is a Python2 or Python3 project.</td>
577 </tr><tr> 583 </tr><tr>
578 <td><a href="#Project.isRubyProject">isRubyProject</a></td> 584 <td><a href="#Project.isRubyProject">isRubyProject</a></td>
579 <td>Public method to check, if this project is a Ruby project.</td> 585 <td>Public method to check, if this project is a Ruby project.</td>
580 </tr><tr> 586 </tr><tr>
581 <td><a href="#Project.moveDirectory">moveDirectory</a></td> 587 <td><a href="#Project.moveDirectory">moveDirectory</a></td>
1906 </p><dl> 1912 </p><dl>
1907 <dt>Returns:</dt> 1913 <dt>Returns:</dt>
1908 <dd> 1914 <dd>
1909 dirty state (boolean) 1915 dirty state (boolean)
1910 </dd> 1916 </dd>
1917 </dl><a NAME="Project.isJavaScriptProject" ID="Project.isJavaScriptProject"></a>
1918 <h4>Project.isJavaScriptProject</h4>
1919 <b>isJavaScriptProject</b>(<i></i>)
1920 <p>
1921 Public method to check, if this project is a JavaScript project.
1922 </p><dl>
1923 <dt>Returns:</dt>
1924 <dd>
1925 flag indicating a JavaScript project (boolean)
1926 </dd>
1911 </dl><a NAME="Project.isOpen" ID="Project.isOpen"></a> 1927 </dl><a NAME="Project.isOpen" ID="Project.isOpen"></a>
1912 <h4>Project.isOpen</h4> 1928 <h4>Project.isOpen</h4>
1913 <b>isOpen</b>(<i></i>) 1929 <b>isOpen</b>(<i></i>)
1914 <p> 1930 <p>
1915 Public method to return the opened state. 1931 Public method to return the opened state.
2015 Public method to check, if this project is a Python3 project. 2031 Public method to check, if this project is a Python3 project.
2016 </p><dl> 2032 </p><dl>
2017 <dt>Returns:</dt> 2033 <dt>Returns:</dt>
2018 <dd> 2034 <dd>
2019 flag indicating a Python3 project (boolean) 2035 flag indicating a Python3 project (boolean)
2036 </dd>
2037 </dl><a NAME="Project.isPythonProject" ID="Project.isPythonProject"></a>
2038 <h4>Project.isPythonProject</h4>
2039 <b>isPythonProject</b>(<i></i>)
2040 <p>
2041 Public method to check, if this project is a Python2 or Python3
2042 project.
2043 </p><dl>
2044 <dt>Returns:</dt>
2045 <dd>
2046 flag indicating a Python project (boolean)
2020 </dd> 2047 </dd>
2021 </dl><a NAME="Project.isRubyProject" ID="Project.isRubyProject"></a> 2048 </dl><a NAME="Project.isRubyProject" ID="Project.isRubyProject"></a>
2022 <h4>Project.isRubyProject</h4> 2049 <h4>Project.isRubyProject</h4>
2023 <b>isRubyProject</b>(<i></i>) 2050 <b>isRubyProject</b>(<i></i>)
2024 <p> 2051 <p>

eric ide

mercurial