src/eric7/Documentation/Source/index-eric7.CodeFormatting.html

branch
eric7
changeset 9454
f3cf935c0c66
parent 9215
30d7f7fd2b4a
child 10479
856476537696
--- a/src/eric7/Documentation/Source/index-eric7.CodeFormatting.html	Mon Oct 31 15:29:18 2022 +0100
+++ b/src/eric7/Documentation/Source/index-eric7.CodeFormatting.html	Mon Oct 31 15:34:41 2022 +0100
@@ -14,6 +14,7 @@
 The supported code formatting systems are these.
 <ul>
 <li><a href="https://github.com/psf/black">Black</a></li>
+<li><a href="https://pycqa.github.io/isort/">isort</a></li>
 </ul
 </p>
 
@@ -26,20 +27,36 @@
 <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>
+<td>Module implementing an enum defining the various Black 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>
+<td>Module implementing a dialog showing the Black code formatting progress and the results.</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>
+<tr>
+<td><a href="eric7.CodeFormatting.FormattingDiffWidget.html">FormattingDiffWidget</a></td>
+<td>Module implementing a window to show a unified diff..</td>
+</tr>
+<tr>
+<td><a href="eric7.CodeFormatting.IsortConfigurationDialog.html">IsortConfigurationDialog</a></td>
+<td>Module implementing a dialog to enter the parameters for an isort formatting run.</td>
+</tr>
+<tr>
+<td><a href="eric7.CodeFormatting.IsortFormattingAction.html">IsortFormattingAction</a></td>
+<td>Module implementing an enum defining the various isort code formatting actions.</td>
+</tr>
+<tr>
+<td><a href="eric7.CodeFormatting.IsortFormattingDialog.html">IsortFormattingDialog</a></td>
+<td>Module implementing a dialog showing the isort code formatting progress and the results.</td>
+</tr>
+<tr>
+<td><a href="eric7.CodeFormatting.IsortUtilities.html">IsortUtilities</a></td>
+<td>Module implementing some utility functions for the isort import statement formatting tool.</td>
+</tr>
 </table>
 </body></html>
\ No newline at end of file

eric ide

mercurial