Thu, 07 Jul 2022 11:23:56 +0200
Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
<!DOCTYPE html> <html><head> <title>eric7.HexEdit</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.HexEdit</h1> <p> Package implementing a hex editor. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.HexEdit.HexEditChunks.html">HexEditChunks</a></td> <td>Module implementing the storage backend for the hex editor.</td> </tr> <tr> <td><a href="eric7.HexEdit.HexEditGotoWidget.html">HexEditGotoWidget</a></td> <td>Module implementing a movement (goto) widget for the hex editor.</td> </tr> <tr> <td><a href="eric7.HexEdit.HexEditMainWindow.html">HexEditMainWindow</a></td> <td>Module implementing the hex editor main window.</td> </tr> <tr> <td><a href="eric7.HexEdit.HexEditSearchReplaceWidget.html">HexEditSearchReplaceWidget</a></td> <td>Module implementing a search and replace widget for the hex editor.</td> </tr> <tr> <td><a href="eric7.HexEdit.HexEditUndoStack.html">HexEditUndoStack</a></td> <td>Module implementing the Undo stack for the hex edit widget.</td> </tr> <tr> <td><a href="eric7.HexEdit.HexEditWidget.html">HexEditWidget</a></td> <td>Module implementing an editor for binary data.</td> </tr> </table> </body></html>