Sun, 21 May 2023 15:26:11 +0200
Code Style Checker
- Reorganized the code of the Imports Checker and extracted the name order stuff into its own checker.
<!DOCTYPE html> <html><head> <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder</h1> <p> Package implementing a checker for the name order of import statements and handled exceptions. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.ImportNode.html">ImportNode</a></td> <td>Module implementing a class representing an import or import from node.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.ImportsEnums.html">ImportsEnums</a></td> <td>Module implementing some enums for the import order checker.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.NameOrderChecker.html">NameOrderChecker</a></td> <td>Module implementing a checker for import statements.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.translations.html">translations</a></td> <td>Module implementing message translations for the code style plugin (name ordering part).</td> </tr> </table> </body></html>