diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 19:52:33 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 19:53:08 +0300 |
commit | b6d1e87092eabb464f33c5087b698672f5251948 (patch) | |
tree | ddc43fce73006299209047fe9c59b85506afa6cc /TODO | |
parent | 8c79ce1e1639edf1eae0c8323fd301948ebb84e3 (diff) | |
download | sciteco-b6d1e87092eabb464f33c5087b698672f5251948.tar.gz |
build and upload AppImages as part of nightly builds
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -454,11 +454,11 @@ Features: A new private key has already been registered on Launchpad and Github. We just need to integrate with CI. See also https://github.com/marketplace/actions/import-gpg - * AppImage for Linux * 64-bit Windows builds * Mac OS Arm64 builds either separately or via universal binary. See https://codetinkering.com/switch-homebrew-arm-x86/ Target flag: `-target arm64-apple-macos11` + * Get into AppImageHub. * Linux: Relocatable binaries instead of hardcoding the library path. This makes it possible to run builds installed via `make install DESTDIR=...` and will aid in creating AppImages. @@ -485,6 +485,9 @@ Features: https://github.com/fpjohnston/TECO-64/blob/master/doc/oper.md However, instead of introducing a separate parser state, better use operators like ~=, ~< etc. + * It should be possible to disable auto-completions of one-character + register names, so that we can map the idention macro to M<TAB>. + * fnkeys.tes: Rubin/Rubout via cursor keys? Optimizations: * Use SC_DOCUMENTOPTION_STYLES_NONE in batch mode. |