Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLR C# script debugging with YNote? #1

Open
nerndt opened this issue Sep 6, 2017 · 1 comment
Open

CLR C# script debugging with YNote? #1

nerndt opened this issue Sep 6, 2017 · 1 comment

Comments

@nerndt
Copy link

nerndt commented Sep 6, 2017

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

@samarsault
Copy link
Owner

samarsault commented Sep 7, 2017

Thanks for your interest!

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.

See this for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants