|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.CodeFormatting</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.CodeFormatting</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing dialogs to perform some code formatting. |
|
12 </p> |
|
13 <p> |
|
14 The supported code formatting systems are these. |
|
15 <ul> |
|
16 <li><a href="https://github.com/psf/black">Black</a></li> |
|
17 </ul |
|
18 </p> |
|
19 |
|
20 |
|
21 <h3>Modules</h3> |
|
22 <table> |
|
23 |
|
24 <tr> |
|
25 <td><a href="eric7.CodeFormatting.BlackConfigurationDialog.html">BlackConfigurationDialog</a></td> |
|
26 <td>Module implementing a dialog to enter the parameters for a Black formatting run.</td> |
|
27 </tr> |
|
28 <tr> |
|
29 <td><a href="eric7.CodeFormatting.BlackDiffWidget.html">BlackDiffWidget</a></td> |
|
30 <td>Module implementing a window to show a unified diff..</td> |
|
31 </tr> |
|
32 <tr> |
|
33 <td><a href="eric7.CodeFormatting.BlackFormattingAction.html">BlackFormattingAction</a></td> |
|
34 <td>Module implementing an enum defining the various code formatting actions.</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <td><a href="eric7.CodeFormatting.BlackFormattingDialog.html">BlackFormattingDialog</a></td> |
|
38 <td>Module implementing a dialog showing the code formatting progress and the result.</td> |
|
39 </tr> |
|
40 <tr> |
|
41 <td><a href="eric7.CodeFormatting.BlackUtilities.html">BlackUtilities</a></td> |
|
42 <td>Module implementing some utility functions for the Black based code formatting.</td> |
|
43 </tr> |
|
44 </table> |
|
45 </body></html> |