OpenXTalk-org / OpenXtalk-IDE-DontPanicEdition

OpenXTalk DON'T PANIC! Edition cross-platform integrated development environment (IDE) with a foundation built on xTalk Scripting Languages. This repo contains the OXT IDE that is built with and runs on of an XTalk Engine.
https://forums.openxtalk.org/
18 stars 7 forks source link

Allow "passed" dispatch commands in menu revHooks #21

Open mwieder opened 1 year ago

mwieder commented 1 year ago

Dispatch commands can return one of three states in the "it" variable: handled, unhandled, and passed This patch allows a return state of "passed" as well as "handled" to allow for chained revHook... handlers.