diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-17 13:12:22 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-17 13:12:22 +0300 |
commit | bead88a0c5b8027d0fa77c49459507dd2a586a00 (patch) | |
tree | 07d4e1c62189fc98cec190f9b55e09e1c12bd556 /TODO | |
parent | eff72334e1896062de24a4eb60c2d5899bba11cd (diff) | |
download | sciteco-2.1.1.tar.gz |
updated TODO and ChangeLog for v2.1.1 releasev2.1.1
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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) |