Steve Upton
Steve Upton
Hi iberck To enabled this you need to enable the Rhino Engine support for the SourceCompletionProvider. To do this you need to override the JavaScriptLanguageSupport class and register this instead...
Hi iberck, The object you really need is the ShotHandCompletionCache inside the Source completion provider. But you cannot access this because it is not protected and does not have a...
The only way I have changed this is to modify the flex and recompile it. The importPackage is Rhino specific, so maybe there needs to be a RhinoJavaScript.flax file? I...
Thanks Robert, I will check this out when I get a spare moment. Steve On 12/11/2013 15:01, ggesmundo wrote: > First I would like to thank you for the efforts...
Hi pvlasov, I believe I had to add this because otherwise this. was not recognised when parsing text. Perhaps I need to revisit it. Steve
OK, That is fine. I may need to move that code into a Rhino specific plugin. I needed it for some Server side scripting.