diff -r 8927e74527bc -r af76e795c4ce Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html --- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html Thu Mar 08 18:51:35 2018 +0100 +++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html Thu Mar 08 19:03:19 2018 +0100 @@ -75,6 +75,9 @@ <td><a href="#MiscellaneousChecker.__checkCopyright">__checkCopyright</a></td> <td>Private method to check the presence of a copyright statement.</td> </tr><tr> +<td><a href="#MiscellaneousChecker.__checkDictWithSortedKeys">__checkDictWithSortedKeys</a></td> +<td>Private method to check, if dictionary keys appear in sorted order.</td> +</tr><tr> <td><a href="#MiscellaneousChecker.__checkFormatString">__checkFormatString</a></td> <td>Private method to check string format strings.</td> </tr><tr> @@ -165,6 +168,11 @@ <b>__checkCopyright</b>(<i></i>) <p> Private method to check the presence of a copyright statement. +</p><a NAME="MiscellaneousChecker.__checkDictWithSortedKeys" ID="MiscellaneousChecker.__checkDictWithSortedKeys"></a> +<h4>MiscellaneousChecker.__checkDictWithSortedKeys</h4> +<b>__checkDictWithSortedKeys</b>(<i></i>) +<p> + Private method to check, if dictionary keys appear in sorted order. </p><a NAME="MiscellaneousChecker.__checkFormatString" ID="MiscellaneousChecker.__checkFormatString"></a> <h4>MiscellaneousChecker.__checkFormatString</h4> <b>__checkFormatString</b>(<i></i>)