aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-17 13:12:22 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-17 13:12:22 +0300
commitbead88a0c5b8027d0fa77c49459507dd2a586a00 (patch)
tree07d4e1c62189fc98cec190f9b55e09e1c12bd556 /TODO
parenteff72334e1896062de24a4eb60c2d5899bba11cd (diff)
downloadsciteco-bead88a0c5b8027d0fa77c49459507dd2a586a00.tar.gz
updated TODO and ChangeLog for v2.1.1 releasev2.1.1
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2e3e8a8..ea7b36d 100644
--- a/TODO
+++ b/TODO
@@ -149,6 +149,9 @@ Known Bugs:
Automatically running EF EB...$ in the "save" hook could
also have unwanted side effects.
* session.vcs does not properly work in MSYS2 environments.
+ * At least the GTK version with --xembed is prone to unexpected
+ crashes. Interestingly, while this does leave orphaned savepoint
+ files around, it does not produce a core dump.
Features:
* Auto-indention could be implemented via context-sensitive
@@ -301,7 +304,12 @@ Features:
the bounds. Either the semantics of m,n:S should be changed
or an FB command with classic TECO semantics should be
introduced.
- * ^S (-(length) of last referenced string), ^Y as .+^S,.
+ * ^S (-(length) of last referenced string), ^Y as .+^S,. at the time
+ of the search.
+ As an extension, n^Y should be overloaded to return the n-th
+ subpattern (^E[...]).
+ Analogous, there should be ^E0-9 string building constructs
+ for referencing subpatterns.
* ^Q convert line arg into character arg
* ^A, T and stdio in general
* nA returned -1 in case of invalid positions (similar to SciTECO's ^E)