Bread_Editor/bread_editor
2024-12-15 16:07:47 +01:00
..
gui Fixed some bugs in the ui conversion script. 2024-12-14 22:01:41 +01:00
__init__.py setup.py now automatically executes the gui generation script. 2024-12-14 19:19:29 +01:00
binary_text_edit.py Changed folder structure to match the python package standards more and created setup.py for an easy installation. 2024-12-14 18:41:42 +01:00
editor.py Made the cursor also be a square when square bits is enabled. 2024-12-15 16:07:47 +01:00
example.txt Changed folder structure to match the python package standards more and created setup.py for an easy installation. 2024-12-14 18:41:42 +01:00
file.py Set default parameter for int.to_bytes() so that the editor is compatible with Python<3.12 2024-12-14 19:40:31 +01:00
highlighting.py Changed folder structure to match the python package standards more and created setup.py for an easy installation. 2024-12-14 18:41:42 +01:00
ipc.py Changed folder structure to match the python package standards more and created setup.py for an easy installation. 2024-12-14 18:41:42 +01:00
main.py Moved function connect_gui() from own file to GUI class for better OOP and less complicated file structure. 2024-12-15 15:43:09 +01:00
settings.py Changed folder structure to match the python package standards more and created setup.py for an easy installation. 2024-12-14 18:41:42 +01:00
ui.py Moved function connect_gui() from own file to GUI class for better OOP and less complicated file structure. 2024-12-15 15:43:09 +01:00
utils.py Changed folder structure to match the python package standards more and created setup.py for an easy installation. 2024-12-14 18:41:42 +01:00