From b9b3a3754701243d1d3999e4685183a02caeb976 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 28 Feb 2022 03:07:10 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index d933b814..78626650 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2022,6 +2022,13 @@ var JournalActions = actions.Actions({ // ...not sure how handlers outside the action can be handled here // too... // ...let the client action configure things... + // I see only two automated ways to solve this: + // - mark and tweak/inject code in runtime... + // ...too complicated? + // ...requires updating code in runtime -- see requirejs... + // ...can we use something similar to gettext??? + // - run in isolated context + // ...error prone... // XXX .getUndoState(..) should be called for every action // in chain??? // XXX should aliases support explicit undo??? (test)