You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project!
I am looking for a c# script editor and debugger that I can embed in my application.
CS-Script is the right engine. You adding the FastTextBox highlighting is great.
How can I create a package to add C# intellisense and script debugging to the application?'
Thanks again, Nick
The text was updated successfully, but these errors were encountered:
The FastColoredTextBox Control can be accessed through (IYnote.Panel.ActiveDocument as Editor).Tb. You can then use this to show intellisense information. The intellisense information has to be built using cs-script or any other tool/code.
This is an example of a plugin. You can find more over here
Visual controls for debugging using that (see this)
You have to use and listen to events of an external debugger and update.
Great project!
I am looking for a c# script editor and debugger that I can embed in my application.
CS-Script is the right engine. You adding the FastTextBox highlighting is great.
How can I create a package to add C# intellisense and script debugging to the application?'
Thanks again, Nick
The text was updated successfully, but these errors were encountered: