diff -r eab35f6e709f -r 8cbebde7a984 Documentation/Source/eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html --- a/Documentation/Source/eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html Wed Jul 03 19:34:42 2013 +0200 +++ b/Documentation/Source/eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html Fri Jul 05 19:17:29 2013 +0200 @@ -69,6 +69,12 @@ <td><a href="#ProjectBrowserPage.__storeProjectBrowserFlags">__storeProjectBrowserFlags</a></td> <td>Private method to store the flags for the selected project type.</td> </tr><tr> +<td><a href="#ProjectBrowserPage.on_followCursorLineCheckBox_toggled">on_followCursorLineCheckBox_toggled</a></td> +<td>Private slot to handle the change of the 'Follow Cursor Line' checkbox.</td> +</tr><tr> +<td><a href="#ProjectBrowserPage.on_followEditorCheckBox_toggled">on_followEditorCheckBox_toggled</a></td> +<td>Private slot to handle the change of the 'Follow Editor' checkbox.</td> +</tr><tr> <td><a href="#ProjectBrowserPage.on_projectTypeCombo_activated">on_projectTypeCombo_activated</a></td> <td>Private slot to set the browser checkboxes according to the selected project type.</td> </tr><tr> @@ -105,6 +111,26 @@ <dd> type of the selected project (string) </dd> +</dl><a NAME="ProjectBrowserPage.on_followCursorLineCheckBox_toggled" ID="ProjectBrowserPage.on_followCursorLineCheckBox_toggled"></a> +<h4>ProjectBrowserPage.on_followCursorLineCheckBox_toggled</h4> +<b>on_followCursorLineCheckBox_toggled</b>(<i>checked</i>) +<p> + Private slot to handle the change of the 'Follow Cursor Line' checkbox. +</p><dl> +<dt><i>checked</i></dt> +<dd> +flag indicating the state of the checkbox +</dd> +</dl><a NAME="ProjectBrowserPage.on_followEditorCheckBox_toggled" ID="ProjectBrowserPage.on_followEditorCheckBox_toggled"></a> +<h4>ProjectBrowserPage.on_followEditorCheckBox_toggled</h4> +<b>on_followEditorCheckBox_toggled</b>(<i>checked</i>) +<p> + Private slot to handle the change of the 'Follow Editor' checkbox. +</p><dl> +<dt><i>checked</i></dt> +<dd> +flag indicating the state of the checkbox +</dd> </dl><a NAME="ProjectBrowserPage.on_projectTypeCombo_activated" ID="ProjectBrowserPage.on_projectTypeCombo_activated"></a> <h4>ProjectBrowserPage.on_projectTypeCombo_activated</h4> <b>on_projectTypeCombo_activated</b>(<i>index</i>)