2e96cede00
Coding style
...
- Use latest versions of dependencies.
- Portal content can be center aligned.
2022-05-26 14:46:11 +10:00
8ed82c768b
Update pip install commands to workaround new pip resolver
...
- lscolors dependency is now a package containing the LSCOLORS
database and the path_colored function.
- The new pip dependency resolver finds a conflict with fill3 and
lscolors both depending on termstr, eventhough its the same
version of termstr??
2022-05-11 23:04:41 +10:00
41120f7e81
editor: Colourise the file name in the header
...
- Using a dark grey background for contrast with most colors.
2022-04-30 14:17:35 +10:00
7b7faba590
Depend on latest fill3 for fix in termstr.
...
- Termstr's center method now correctly matches str.
2022-04-18 00:29:31 +10:00
c4be1baca8
Update version to v2022.03.16
2022-03-16 23:57:29 +10:00
8c126f9a73
Don't show scrollbars when scroll position is negative
2022-03-15 20:11:32 +10:00
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