src/eric7/Documentation/Source/eric7.Project.Project.html

branch
eric7
changeset 9647
e4c2ae118781
parent 9638
6ee095b9d3bd
child 9744
92fbd6bdba84
equal deleted inserted replaced
9646:ab5678db972f 9647:e4c2ae118781
933 <tr> 933 <tr>
934 <td><a href="#Project.isRubyProject">isRubyProject</a></td> 934 <td><a href="#Project.isRubyProject">isRubyProject</a></td>
935 <td>Public method to check, if this project is a Ruby project.</td> 935 <td>Public method to check, if this project is a Ruby project.</td>
936 </tr> 936 </tr>
937 <tr> 937 <tr>
938 <td><a href="#Project.isVcsControlled">isVcsControlled</a></td>
939 <td>Public method to check, if the project is controlled by a VCS.</td>
940 </tr>
941 <tr>
938 <td><a href="#Project.moveDirectory">moveDirectory</a></td> 942 <td><a href="#Project.moveDirectory">moveDirectory</a></td>
939 <td>Public slot to move a directory.</td> 943 <td>Public slot to move a directory.</td>
940 </tr> 944 </tr>
941 <tr> 945 <tr>
942 <td><a href="#Project.newProjectAddFiles">newProjectAddFiles</a></td> 946 <td><a href="#Project.newProjectAddFiles">newProjectAddFiles</a></td>
3904 <dt>Return:</dt> 3908 <dt>Return:</dt>
3905 <dd> 3909 <dd>
3906 flag indicating a Ruby project (boolean) 3910 flag indicating a Ruby project (boolean)
3907 </dd> 3911 </dd>
3908 </dl> 3912 </dl>
3913 <a NAME="Project.isVcsControlled" ID="Project.isVcsControlled"></a>
3914 <h4>Project.isVcsControlled</h4>
3915 <b>isVcsControlled</b>(<i></i>)
3916
3917 <p>
3918 Public method to check, if the project is controlled by a VCS.
3919 </p>
3920 <dl>
3921 <dt>Return:</dt>
3922 <dd>
3923 flag indicating a VCS controlled project
3924 </dd>
3925 </dl>
3926 <dl>
3927 <dt>Return Type:</dt>
3928 <dd>
3929 bool
3930 </dd>
3931 </dl>
3909 <a NAME="Project.moveDirectory" ID="Project.moveDirectory"></a> 3932 <a NAME="Project.moveDirectory" ID="Project.moveDirectory"></a>
3910 <h4>Project.moveDirectory</h4> 3933 <h4>Project.moveDirectory</h4>
3911 <b>moveDirectory</b>(<i>olddn, newdn</i>) 3934 <b>moveDirectory</b>(<i>olddn, newdn</i>)
3912 3935
3913 <p> 3936 <p>

eric ide

mercurial