Documentation/Source/eric6.Project.Project.html

changeset 4985
03ac1a030529
parent 4211
c6e175462586
child 5096
47935c6e4744
--- a/Documentation/Source/eric6.Project.Project.html	Sat May 14 17:30:49 2016 +0200
+++ b/Documentation/Source/eric6.Project.Project.html	Sat May 21 19:16:12 2016 +0200
@@ -49,6 +49,9 @@
 <dd>
 emitted after an item of the model was
         repopulated
+</dd><dt>designerFile(str)</dt>
+<dd>
+emitted to open a found designer file
 </dd><dt>directoryRemoved(str)</dt>
 <dd>
 emitted after a directory has been removed
@@ -60,6 +63,9 @@
 <dd>
 emitted after the lexer associations
         have been changed
+</dd><dt>linguistFile(str)</dt>
+<dd>
+emitted to open a found translation file
 </dd><dt>newProject()</dt>
 <dd>
 emitted after a new project was generated
@@ -269,6 +275,9 @@
 <td><a href="#Project.__searchNewFiles">__searchNewFiles</a></td>
 <td>Private slot used to handle the search new files action.</td>
 </tr><tr>
+<td><a href="#Project.__searchProjectFile">__searchProjectFile</a></td>
+<td>Private slot to show the Find Project File dialog.</td>
+</tr><tr>
 <td><a href="#Project.__showCodeCoverage">__showCodeCoverage</a></td>
 <td>Private slot used to show the code coverage information for the project files.</td>
 </tr><tr>
@@ -994,6 +1003,11 @@
 <b>__searchNewFiles</b>(<i></i>)
 <p>
         Private slot used to handle the search new files action.
+</p><a NAME="Project.__searchProjectFile" ID="Project.__searchProjectFile"></a>
+<h4>Project.__searchProjectFile</h4>
+<b>__searchProjectFile</b>(<i></i>)
+<p>
+        Private slot to show the Find Project File dialog.
 </p><a NAME="Project.__showCodeCoverage" ID="Project.__showCodeCoverage"></a>
 <h4>Project.__showCodeCoverage</h4>
 <b>__showCodeCoverage</b>(<i></i>)

eric ide

mercurial