In order to access current ffboProcessor using the name of the processor before workspace is fully resolved, this._processor in NeuGFXWidget should be set directly by using the options.processor passed in.
The use case is to specify a custom URL from the processor settings for the NeuGFX iframe. Here is a hack in 14b5850. Might have better ways to go about it.
In order to access current ffboProcessor using the name of the processor before workspace is fully resolved,
this._processorin NeuGFXWidget should be set directly by using theoptions.processorpassed in.The use case is to specify a custom URL from the processor settings for the NeuGFX iframe. Here is a hack in 14b5850. Might have better ways to go about it.