Mon, 11 Jul 2022 16:47:57 +0200
Updated source documentation.
<!DOCTYPE html> <html><head> <title>eric7.CodeFormatting</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.CodeFormatting</h1> <p> Package implementing dialogs to perform some code formatting. </p> <p> The supported code formatting systems are these. <ul> <li><a href="https://github.com/psf/black">Black</a></li> </ul </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.CodeFormatting.BlackConfigurationDialog.html">BlackConfigurationDialog</a></td> <td>Module implementing a dialog to enter the parameters for a Black formatting run.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.BlackDiffWidget.html">BlackDiffWidget</a></td> <td>Module implementing a window to show a unified diff..</td> </tr> <tr> <td><a href="eric7.CodeFormatting.BlackFormattingAction.html">BlackFormattingAction</a></td> <td>Module implementing an enum defining the various code formatting actions.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.BlackFormattingDialog.html">BlackFormattingDialog</a></td> <td>Module implementing a dialog showing the code formatting progress and the result.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.BlackUtilities.html">BlackUtilities</a></td> <td>Module implementing some utility functions for the Black based code formatting.</td> </tr> </table> </body></html>