Search code examples
c#javascriptwinformstextboxeditor

JavaScript editor for embedding into C# program


Into a .NET application which I am developing, I would like to embed an editor (text box) in which the user can enter and edit JavaScript code. Syntax highlighting would be great. Does anyone have an idea how to achieve this? Thanks for any hint.


Solution

  • Assuming you are looking for something to use with WinForms, take a look at ScintillaNet, the .Net bindings for the great Scintilla editing component. Its open source and very reliable. enter image description here