diff -r 0e973a74be62 -r dab3f3978e57 Documentation/Source/eric5.Project.PropertiesDialog.html --- a/Documentation/Source/eric5.Project.PropertiesDialog.html Thu Mar 06 18:31:52 2014 +0100 +++ b/Documentation/Source/eric5.Project.PropertiesDialog.html Thu Mar 06 18:32:39 2014 +0100 @@ -69,6 +69,9 @@ <td><a href="#PropertiesDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> <td>Private slot to display a directory selection dialog.</td> </tr><tr> +<td><a href="#PropertiesDialog.on_dirEdit_textChanged">on_dirEdit_textChanged</a></td> +<td>Private slot to handle a change of the project directory.</td> +</tr><tr> <td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td> <td>Private slot handling the selection of a programming language.</td> </tr><tr> @@ -136,7 +139,17 @@ <b>on_dirButton_clicked</b>(<i></i>) <p> Private slot to display a directory selection dialog. -</p><a NAME="PropertiesDialog.on_languageComboBox_currentIndexChanged" ID="PropertiesDialog.on_languageComboBox_currentIndexChanged"></a> +</p><a NAME="PropertiesDialog.on_dirEdit_textChanged" ID="PropertiesDialog.on_dirEdit_textChanged"></a> +<h4>PropertiesDialog.on_dirEdit_textChanged</h4> +<b>on_dirEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot to handle a change of the project directory. +</p><dl> +<dt><i>txt</i></dt> +<dd> +name of the project directory (string) +</dd> +</dl><a NAME="PropertiesDialog.on_languageComboBox_currentIndexChanged" ID="PropertiesDialog.on_languageComboBox_currentIndexChanged"></a> <h4>PropertiesDialog.on_languageComboBox_currentIndexChanged</h4> <b>on_languageComboBox_currentIndexChanged</b>(<i>language</i>) <p>