| Summary: | javaScript settings in the Kst command line would be useful | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
| Component: | scripting | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
SVN commit 785717 by arwalker: BUG:159082 automatically display the javaScript consolse if the user requested that some scripts be pre-loaded from the kst command line M +6 -2 js.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=785717 The syntax for the command line option is, for example, as follows:
kst -E js:"loadScript('xCorrPower.js')"
|
Version: 1.6.0 (using KDE 3.5.9) Installed from: Compiled From Sources OS: Linux The following request was made by the LFI team: It would be very useful to be able to launch kst (maybe through command line options) directly with the kstscript console opened and some sessions already loaded, so that the user doesn't have to: loadScript('sessionname.js')