The Wobbler Wobbl · he/him
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-30 22:16:03 +01:00
b829164f0d Made it open the example file if the last opened file doesn't exist anymore.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-30 22:10:44 +01:00
eb9c22967f Removed that unnecessary stupid shit.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-30 22:03:45 +01:00
917d59a139 Fixed a crash.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-30 21:58:06 +01:00
047fcbe856 Implemented the creation of new files.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-30 21:47:32 +01:00
b4792df599 Added popup window title.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-30 21:05:26 +01:00
21e54af6c9 Just set the language property to english.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-30 20:50:57 +01:00
d3c1712166 Before you open a file, the editor now checks if it isn't too big.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-22 16:20:47 +01:00
6922e3dc9b Fixed 2 bugs and OOPed everything a little more.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 20:19:41 +01:00
f6ed881764 Implemented setting: highlight ones.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 19:47:17 +01:00
f0152cc2ce Implemented reopening last opened file.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 18:58:01 +01:00
490cf7df97 Added example.txt
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 18:54:36 +01:00
7b1a90c02f The settings get now stored.
Wobbl pushed to dev at Wobbl/wobbl_tools 2024-11-21 18:28:03 +01:00
69d875a5c8 Added requirements.txt
Wobbl pushed to dev at Wobbl/wobbl_tools 2024-11-21 18:25:50 +01:00
0cd5270419 Using deprecated.deprecated instead of warnings.deprecated because warnings.deprecated is not compatible with all python3 versions.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 18:08:38 +01:00
fdc9f86f92 The settings now actually do something.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 17:56:15 +01:00
3893994a47 Forgot to change this.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 17:38:05 +01:00
a42b2b65ec Removed unnecessary function.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 17:35:02 +01:00
2012ee941c Added type hint for open_files.
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 17:34:47 +01:00
4a1ec42656 Moved some functions from FileActions to File to make the code more OO
Wobbl pushed to main at Wobbl/Bread_Editor 2024-11-21 17:23:03 +01:00
4529529a7f OOPed everything a little more.