Commit graph

  • f6ed881764 Implemented setting: highlight ones. main EKNr1 2024-11-21 20:19:37 +0100
  • f0152cc2ce Implemented reopening last opened file. EKNr1 2024-11-21 19:47:15 +0100
  • 490cf7df97 Added example.txt EKNr1 2024-11-21 18:57:58 +0100
  • 7b1a90c02f The settings get now stored. EKNr1 2024-11-21 18:54:32 +0100
  • fdc9f86f92 The settings now actually do something. EKNr1 2024-11-21 18:08:34 +0100
  • 3893994a47 Forgot to change this. EKNr1 2024-11-21 17:56:11 +0100
  • a42b2b65ec Removed unnecessary function. EKNr1 2024-11-21 17:38:02 +0100
  • 2012ee941c Added type hint for open_files. EKNr1 2024-11-21 17:34:58 +0100
  • 4a1ec42656 Moved some functions from FileActions to File to make the code more OO EKNr1 2024-11-21 17:34:44 +0100
  • 4529529a7f OOPed everything a little more. EKNr1 2024-11-21 17:22:59 +0100
  • 3762d67663 That wasn't necessary. EKNr1 2024-11-21 17:01:14 +0100
  • 4cf77ac631 Added ui.py to make everything a little more oop. EKNr1 2024-11-21 16:56:08 +0100
  • fdd83c204e Added settings widget. EKNr1 2024-11-21 16:40:37 +0100
  • 2317aeeea5 Made the font background of ones orange. EKNr1 2024-11-20 18:26:46 +0100
  • df0cce9060 Made the font bigger. EKNr1 2024-11-20 17:21:02 +0100
  • 620cb00e7a Made it write even if the cursor is at the end of the file. EKNr1 2024-11-20 17:19:07 +0100
  • 708cbe6fc8 Fixed a bug in the input filtering. EKNr1 2024-11-20 16:20:04 +0100
  • 74b95d8cf9 Now the user is restricted to inputting only 0 and 1 and cant overwrite the separator character. EKNr1 2024-11-20 15:52:10 +0100
  • 782ada62d5 Now the editor even warns when it gets closed and there are any unsaved files. EKNr1 2024-11-20 13:45:49 +0100
  • 0a17c54d85 Implemented a warning if the user tries to close a file that was not saved. EKNr1 2024-11-20 13:05:24 +0100
  • 56e16dfb8b Implemented closing tabs. EKNr1 2024-11-19 19:05:28 +0100
  • 5bc3dab10c Made it working dir independent. EKNr1 2024-11-19 18:53:22 +0100
  • 362ef5aef4 Added file saving. EKNr1 2024-11-19 18:32:52 +0100
  • fd5b46d2e6 Made the open_files variable a dict again so it is easy to get the file object by the path. EKNr1 2024-11-19 18:13:41 +0100
  • 1367e03af1 Removed unused imports. EKNr1 2024-11-19 18:05:18 +0100
  • fdaad3a1f5 Made it more readable. EKNr1 2024-11-19 18:04:01 +0100
  • 64bb1fbf15 Data is now represented in readable Binary. EKNr1 2024-11-19 17:52:08 +0100
  • 7063c7d152 Just removed 2 unnecessary blank lines. EKNr1 2024-11-18 18:29:48 +0100
  • 30c1b55419 OOPed everything a little more and added some comments. EKNr1 2024-11-18 18:28:26 +0100
  • d86c9acc58 So now, it can actually read files. EKNr1 2024-11-18 18:00:35 +0100
  • a7e3cf77ef Updated requirements.txt EKNr1 2024-11-18 17:56:47 +0100
  • 8f8c11772e File opening is now really working. EKNr1 2024-11-18 17:20:49 +0100
  • 2797c3ca44 File opening working. EKNr1 2024-11-17 18:54:51 +0100