Posted 18 years ago
by Christopher Stoy
-
Software Engineer,
Red Storm Entertainment
Hello all,
I've just started working with SyntaxEditor and really want to get the IntelliPrompt feature working. I have a IronPython embedded in my C# app to provide a scripting service and want to use SyntaxEditor to allow users the ability to edit these scripts. I expose various functions from my C# code into IronPython and would like to provide IntelliPrompt support for it.
My problem is I can't seem to find any examples on how to do this. The C# examples seem to use the Addons.CSharp.CSharpSyntaxLanguage , but that doesn't help me since I'm using Python. I would like to have something like this:
In Python, I would:
import sys
And when I type:
sys.
I want to see what is available in the sys module.
I know this may seem like a basic question, but I haven't had much luck finding how to do this in the lastest ScriptEditor release (4.0).
Any hints/pointers would be appreciated.
Chris.
I've just started working with SyntaxEditor and really want to get the IntelliPrompt feature working. I have a IronPython embedded in my C# app to provide a scripting service and want to use SyntaxEditor to allow users the ability to edit these scripts. I expose various functions from my C# code into IronPython and would like to provide IntelliPrompt support for it.
My problem is I can't seem to find any examples on how to do this. The C# examples seem to use the Addons.CSharp.CSharpSyntaxLanguage , but that doesn't help me since I'm using Python. I would like to have something like this:
In Python, I would:
import sys
And when I type:
sys.
I want to see what is available in the sys module.
I know this may seem like a basic question, but I haven't had much luck finding how to do this in the lastest ScriptEditor release (4.0).
Any hints/pointers would be appreciated.
Chris.
Chris Stoy Software Engineer Red Storm Entertainment chris.stoy@redstorm.com