Sun, 05 Feb 2012 16:26:21 +0100
Fixed a type, a PEP-8 related issue and regenerated the source docu.
--- a/DebugClients/Python/DebugClientBase.py Sat Feb 04 19:03:49 2012 +0100 +++ b/DebugClients/Python/DebugClientBase.py Sun Feb 05 16:26:21 2012 +0100 @@ -1422,7 +1422,7 @@ dictkeys = dict.keys() else: dictkeys = range(len(dict)) - vlist = self.__formatVariablesList(dictkeys, dict, scope, filter, + vlist = self.__formatVariablesList(dictkeys, dict, scope, filter, formatSequences) varlist.extend(vlist)
--- a/Documentation/Source/eric5.Helpviewer.Passwords.PasswordManager.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Helpviewer.Passwords.PasswordManager.html Sun Feb 05 16:26:21 2012 +0100 @@ -175,7 +175,7 @@ <td>Public slot to clear the saved passwords.</td> </tr><tr> <td><a href="#PasswordManager.close">close</a></td> -<td>Public method to close the open search engines manager.</td> +<td>Public method to close the passwords manager.</td> </tr><tr> <td><a href="#PasswordManager.fill">fill</a></td> <td>Public slot to fill login forms with saved data.</td> @@ -316,7 +316,7 @@ <h4>PasswordManager.close</h4> <b>close</b>(<i></i>) <p> - Public method to close the open search engines manager. + Public method to close the passwords manager. </p><a NAME="PasswordManager.fill" ID="PasswordManager.fill"></a> <h4>PasswordManager.fill</h4> <b>fill</b>(<i>page</i>)
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sun Feb 05 16:26:21 2012 +0100 @@ -285,7 +285,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> <h4>Subversion.__vcsAllRegisteredStates_wc</h4> -<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p> @@ -314,7 +314,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> -<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sun Feb 05 16:26:21 2012 +0100 @@ -279,7 +279,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> <h4>Subversion.__vcsAllRegisteredStates_wc</h4> -<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p> @@ -308,7 +308,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> -<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p>
--- a/Helpviewer/Passwords/PasswordManager.py Sat Feb 04 19:03:49 2012 +0100 +++ b/Helpviewer/Passwords/PasswordManager.py Sun Feb 05 16:26:21 2012 +0100 @@ -260,7 +260,7 @@ def close(self): """ - Public method to close the open search engines manager. + Public method to close the passwords manager. """ self.__saveTimer.saveIfNeccessary()