Invoking actions within a macro
Submitted by Wednesday, 25 August, 2004 - 06:26
on
Ok, here's how I'm doing it:
How do I invoke an action inside a macro? Are there other ways of doing this?
jEdit.getAction("find-next").invoke(view);... but something's wrong. The action gets executed in some kind of strange silent mode. Messages aren't shown in the status bar (like "Search string not found!"), no confirm dialog box asks "Continue search from beginning?" (if auto-wrap is disabled), etc.
How do I invoke an action inside a macro? Are there other ways of doing this?