Commit graph

19 commits

Author SHA1 Message Date
f2ef65afca Revert "Fix crash caused by small negative fraction in scrollbar interval"
This reverts commit 97a211d03b.

- Fixed properly elsewhere.
2022-03-15 14:00:35 +10:00
97a211d03b Fix crash caused by small negative fraction in scrollbar interval
- fill3 now absolutes negative fractions.
2022-03-15 10:30:51 +10:00
54f3b94caf Fix horizontal scrollbar on left editor
- Needed to flip the corner space to the left side to match the
  left scrollbar.
2022-03-13 00:02:15 +10:00
8b93c3ae4e Update version to v2022.02.23 2022-02-23 23:04:11 +10:00
9ac5e0e017 editor: Fix wide characters
- Display correctly.
- Fix cursor movement.
- Work correctly with tabs.
2022-02-23 23:00:21 +10:00
922fb2a782 editor: Fix large pastes and handle fast input
- Control characters and escape sequences are separated regardless
  of input speed.
2022-02-13 09:18:05 +10:00
dfe075b11c editor: Add overwriting mode
- Using latest version of fill3 that recognizes the insert key.
2022-01-28 19:42:55 +10:00
6254e77275 Coding style
- Remove unnecessary scroll limiting code. Its now done in the
  portal.
2022-01-27 16:57:16 +10:00
c419f69d81 editor: Right align left editor using scroll limited portal 2022-01-24 23:10:44 +10:00
2504dd0cff Right align the left editor 2022-01-21 09:20:57 +10:00
a4b9c4f61f Update version from v2022.01.03 to v2022.01.18. 2022-01-18 17:01:15 +10:00
dad2a59bca Coding style
- Rename appearance_min to appearance.
2022-01-18 16:37:17 +10:00
3faa0539ce editor: Fix undo command
- Undo needs a ctrl-underscore key which is in the latest fill3.
2022-01-13 13:28:45 +10:00
9cd9fff96c editor: Add tab alignment command 2022-01-08 10:59:29 +10:00
c66f79ea3d editor: Add delete key. 2022-01-07 09:27:29 +10:00
e7a4addd77 Disable ctrl-c and ctrl-z special behaviour. 2022-01-04 08:36:10 +10:00
1626197c8f Stop ctrl-s from freezing diff-edit. 2022-01-03 23:31:59 +10:00
6ead932543 Update version from v2022.01.01 to v2022.01.03. 2022-01-03 19:28:10 +10:00
bbe73eff21 Initial commit. 2022-01-01 17:37:20 +10:00