C# 代码编辑器

发布于 2024-09-13 10:41:15 字数 167 浏览 6 评论 0原文

我正在编写一个小应用程序来管理代码片段,所以我想要一个组件来显示代码(关键字着色、行编号...),那么从哪里获取这个组件以及如果它不存在如何实现它。

编辑:我不想编写代码编辑器,只想编写一个组件来显示具有最后功能(关键字着色、行编号...)而不是纯文本区域的代码 谢谢

i am writing a small app to manage code snippets , so i want a component to display the code (keyword coloring , lines numbering ...) , so where to get this component and if it doesnt exist how to implement it .

edit : i dont want to write a code editor , only a component to display code with last features (keyword coloring , lines numbering ...) instead of plain text area
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

天荒地未老 2024-09-20 10:41:15

对于语法突出显示检查:

富文本框控件中的语法突出显示

< a href="http://www.codeproject.com/KB/edit/SyntaxHighlighting.aspx" rel="nofollow noreferrer">C# 中的语法高亮文本框

如何在 WinForms 应用程序中实现语法突出显示

另外,您还可以检查必须有一些第三方控制。

快乐很简单 2024-09-20 10:41:15

我建议 http://www.codeproject.com/Articles /161871/Fast-Colored-TextBox-for-syntax-highlighting 它有很多功能。

另外,封装 http://ace.c9.io/#nav=about 将是选项取决于您的技术堆栈

I suggest http://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting which has a lot of features.

Also, encapsulating http://ace.c9.io/#nav=about would be an option depending on your technology stack

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文