Commit graph

17 commits

Author SHA1 Message Date
708cbe6fc8 Fixed a bug in the input filtering. 2024-11-20 16:20:04 +01:00
74b95d8cf9 Now the user is restricted to inputting only 0 and 1 and cant overwrite the separator character. 2024-11-20 15:52:10 +01:00
782ada62d5 Now the editor even warns when it gets closed and there are any unsaved files. 2024-11-20 13:45:49 +01:00
0a17c54d85 Implemented a warning if the user tries to close a file that was not saved. 2024-11-20 13:05:24 +01:00
56e16dfb8b Implemented closing tabs. 2024-11-19 19:05:28 +01:00
5bc3dab10c Made it working dir independent. 2024-11-19 18:53:22 +01:00
362ef5aef4 Added file saving. 2024-11-19 18:32:52 +01:00
fd5b46d2e6 Made the open_files variable a dict again so it is easy to get the file object by the path. 2024-11-19 18:13:41 +01:00
1367e03af1 Removed unused imports. 2024-11-19 18:05:18 +01:00
fdaad3a1f5 Made it more readable. 2024-11-19 18:04:01 +01:00
64bb1fbf15 Data is now represented in readable Binary. 2024-11-19 17:52:08 +01:00
7063c7d152 Just removed 2 unnecessary blank lines. 2024-11-18 18:29:48 +01:00
30c1b55419 OOPed everything a little more and added some comments. 2024-11-18 18:28:26 +01:00
d86c9acc58 So now, it can actually read files. 2024-11-18 18:00:35 +01:00
a7e3cf77ef Updated requirements.txt 2024-11-18 17:56:47 +01:00
8f8c11772e File opening is now really working.
(Shows a tab menu with the opened files.)
2024-11-18 17:20:49 +01:00
2797c3ca44 File opening working.
(Only the popup that sets the variable.)
2024-11-17 18:54:51 +01:00