Commit graph

14 commits

Author SHA1 Message Date
b2afa06ee1 Creating new files now actually works.
Somehow PyQt passed something to the new_file()-function, and it crashed every time because the variable was the wrong type.
2024-12-09 17:49:25 +01:00
ae049233c5 Implemented copying files. 2024-11-30 22:20:49 +01:00
047fcbe856 Implemented the creation of new files. 2024-11-30 21:58:02 +01:00
6922e3dc9b Fixed 2 bugs and OOPed everything a little more. 2024-11-22 16:20:43 +01:00
f6ed881764 Implemented setting: highlight ones. 2024-11-21 20:19:37 +01:00
fdc9f86f92 The settings now actually do something. 2024-11-21 18:08:34 +01:00
a42b2b65ec Removed unnecessary function. 2024-11-21 17:38:02 +01:00
4cf77ac631 Added ui.py to make everything a little more oop. 2024-11-21 16:56:08 +01:00
fdd83c204e Added settings widget. 2024-11-21 16:40:37 +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
56e16dfb8b Implemented closing tabs. 2024-11-19 19:05:28 +01:00
362ef5aef4 Added file saving. 2024-11-19 18:32:52 +01:00
30c1b55419 OOPed everything a little more and added some comments. 2024-11-18 18:28:26 +01:00
2797c3ca44 File opening working.
(Only the popup that sets the variable.)
2024-11-17 18:54:51 +01:00