简体   繁体   中英

Is there any Visual Studio like code editor control?

I want to write an IDE in C# for my custom scripting language. Is there any code editor control with the IntelliSense popup, colors, etc for WPF/WinForms? Thanks.

Apart from ICSharpCode.TextEditor (used in SharpDevelop versions up to 3.1); there is also AvalonEdit , which is the WPF-based text editor in the upcoming SharpDevelop 4.0.

I've just published an article on CodeProject about AvalonEdit: Using AvalonEdit (WPF Text Editor)

The SharpDevelop text editor control is quite modular. IIRC it only needs one assembly and can be dropped into any WinForms container.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM