开源 WPF SQL 语法荧光笔?
我需要在我正在制作的应用程序中显示 SQL 脚本。如果这个脚本的语法突出显示那就太好了。
有没有开源/免费的 WPF 语法荧光笔?
(注意:我使用的是 Visual Studio 2008 和/或 2010 以及 T-SQL。)
I need to display a SQL Script in my application I am making. It would be nice if this script was syntax highlighted.
Are there any open source/free WPF syntax highlighters out there?
(NOTE: I am using Visual Studio 2008 and/or 2010 and T-SQL.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查 http://wiki.sharpdevelop.net/AvalonEdit.ashx
不太容易使用,但你也可以实现任何类型的突出显示和智能感知
You can check http://wiki.sharpdevelop.net/AvalonEdit.ashx
not so easy to use, but you can implement any kind of higlighting and intellisense too