Commit graph

13 commits

Author SHA1 Message Date
dad2a59bca Coding style
- Rename appearance_min to appearance.
2022-01-18 16:37:17 +10:00
38706e89d4 editor: Remove blanket catch of IndexError in tests
- Occurs when the cursor tries to move out of bounds.
2022-01-13 19:25:18 +10:00
0497a8f7a9 editor: Add the abort command
- For now it only unsets the current selection.
2022-01-13 13:25:00 +10:00
3c1e34ca5e Coding style.
- The temporaries don't save lines anymore.
2022-01-13 08:26:13 +10:00
bc32e358a1 editor: Add basic undo command. 2022-01-13 00:51:04 +10:00
ea1f729b06 Coding style.
- Having a seperate line for every subtest ensures the traceback
  contains the right line number.
2022-01-12 12:09:22 +10:00
6bb8befb2b editor: Stop using sub-tests.
- Sub-tests were hard to use because the traceback doesn't
  include the line number within the test method.
2022-01-10 13:45:28 +10:00
2c873cc914 editor: Add corner cases for comment_lines. 2022-01-10 10:58:20 +10:00
975d13594e editor: Add command to comment lines 2022-01-08 17:11:07 +10:00
9cd9fff96c editor: Add tab alignment command 2022-01-08 10:59:29 +10:00
5e23b974f7 editor: Add delete line command. (ctrl-k) 2022-01-07 11:15:30 +10:00
d6705d55bc Coding style.
- Change to a max line length of 100.
2022-01-01 21:38:40 +10:00
bbe73eff21 Initial commit. 2022-01-01 17:37:20 +10:00