aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-08-22 17:35:15 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-08-22 17:35:15 +0200
commite2c7c11066739cf1141f1d47dc3789a5e82eb9cd (patch)
treea7ba2e240537d16ff61dae60d7a862058c0141b6 /TODO
parent40ed15c565003efd70cbf79ef2dac5d995ba0f21 (diff)
downloadsciteco-e2c7c11066739cf1141f1d47dc3789a5e82eb9cd.tar.gz
some updates on Scintilla/Lexilla out-of-tree builds
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ba9ace0..edf63e7 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,9 @@ Tasks:
"edit" hook.
Known Bugs:
+ * A local Q-Register can be left as the edited document
+ even after invoking a macro via <M>.
+ This is probably not safe and we should throw an error instead.
* E%$...$ broken.
Similarily EQ$file$ won't do what you would expect it to.
* <23(1;)> leaves values on the stack and the internal hidden
@@ -101,6 +104,7 @@ Known Bugs:
logging system.
* Out-of-tree builds are broken.
See contrib/scintilla.am.
+ See also https://github.com/ScintillaOrg/lexilla/issues/266
* Gtk on Unix: On ^Z, we do not suspend properly. The window is still shown.
This would be a useful feature especially with --xembed on st.
Perhaps we should try to catch SIGTSTP?