aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-22 19:52:33 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-22 19:53:08 +0300
commitb6d1e87092eabb464f33c5087b698672f5251948 (patch)
treeddc43fce73006299209047fe9c59b85506afa6cc /TODO
parent8c79ce1e1639edf1eae0c8323fd301948ebb84e3 (diff)
downloadsciteco-b6d1e87092eabb464f33c5087b698672f5251948.tar.gz
build and upload AppImages as part of nightly builds
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 95b7b71..357044f 100644
--- a/TODO
+++ b/TODO
@@ -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.