Issues.00374 - lordmundi/wikidoctest GitHub Wiki

00374: Request to add ability to pass arguments to a plugin from Tcl when using doug.load_plugin

« 00373 | Issues | 00375 »

Summary: Request to add ability to pass arguments to a plugin from Tcl when using doug.load_plugin

Created: 2011–06–30 10:48

Status: Released

Category: Request

From: brad

Version: 2.2

Released_In: 2.3

Description:

Currently when dynamically loading a plugin using the Tcl/Tk doug.load_plugin command there is no way to pass arguments like you can when it is loaded via config file.


Comments

brad June 30, 2011, at 10:56 AM This has been implemented, to use the feature simply list the arguments after the plugin to load:

Example:

doug.load_plugin dsp_cctv -focusdraw -hires


« 00373 | Issues | 00375 »

Associated Commits

| commit | f1ea49f3c3fa4728af1148d2d979df543f39a126 link5 | || | Author: | Brad Bell | | Date: | Thu Jun 30 10:52:51 2011 -0500 | | Message: | [@Issue 00374: Added ability to pass arguments when loading a plugin via tcl/tk @] |

Affected Files:

bin_Darwin/doug    | Bin 1847040 -> 1847136 bytes
 bin_Linux_FC3/doug | Bin 679633 -> 680076 bytes
 bin_Win32/doug.exe | Bin 1820126 -> 1820252 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

| commit | a8b35ef226f373b2514a5cc800dcd2facaa05cc5 link6 | || | Author: | Brad Bell | | Date: | Thu Jun 30 10:51:23 2011 -0500 | | Message: | [@EDGE Issue 00374: added ability to pass arguments to a plugin that is loaded via Tcl/Tk @] |

Affected Files:

src/doug/doug.c | 27 ++++++++++++++++++++++++±-
 1 file changed, 25 insertions(+), 2 deletions(-)