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

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10479
856476537696
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!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>
<li><a href="https://pycqa.github.io/isort/">isort</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.BlackFormattingAction.html">BlackFormattingAction</a></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 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>

eric ide

mercurial