Tue, 09 Apr 2024 14:27:03 +0200
Editor Outline, File Browser, Project Browser
- Improved the navigation capability by respecting the column offset when placing the cursor of the editor (see issue 554).
10046 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder</h1> | |
9 | <p> | |
10 | Package implementing a checker for the name order of import statements and handled | |
11 | exceptions. | |
12 | </p> | |
13 | ||
14 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
15 | |
10046 | 16 | <h3>Modules</h3> |
17 | <table> | |
18 | ||
19 | <tr> | |
20 | <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.ImportNode.html">ImportNode</a></td> | |
21 | <td>Module implementing a class representing an import or import from node.</td> | |
22 | </tr> | |
23 | <tr> | |
24 | <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.ImportsEnums.html">ImportsEnums</a></td> | |
25 | <td>Module implementing some enums for the import order checker.</td> | |
26 | </tr> | |
27 | <tr> | |
28 | <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.NameOrderChecker.html">NameOrderChecker</a></td> | |
29 | <td>Module implementing a checker for import statements.</td> | |
30 | </tr> | |
31 | <tr> | |
32 | <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.translations.html">translations</a></td> | |
33 | <td>Module implementing message translations for the code style plugin (name ordering part).</td> | |
34 | </tr> | |
35 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
36 | </body></html> |