Wed, 19 Oct 2022 13:39:16 +0200
Git Interface and Mercurial Interface
- added support for `git blame --ignore-revs-file` including an action to create such a skip list file
- added support for `hg annotate --skip` including an action to create a file for the commit IDs to be skipped (one per line)
<!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>