Summary: | event monitor: add ability to execute a script | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | VLO | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2005-03-18 17:16:32 UTC
The output can be found under the Help...Debug Kst... menu item. Then click on the Log tab. Perhaps this should be made more prominent, and not be called Debug. Agreed. This would be useful. Probably the best option would be to run a js script (once the js feature has been implemented). It's a nice idea, but it's non-trivial right now. It would probably require a means for the JS extension to hook into the event triggering code and add a new type of action itself. This would have to send an event over the event loop to the main thread to trigger script execution. We could end up with out-of-sync script execution due to this I think, not to mention scripts running while others are running. This can be implemented with equations and kjs already, and need not be connected to events. Will be implemented after all Done |