有没有简单的方法来制作代码文本框?

发布于 2024-07-30 15:03:12 字数 582 浏览 6 评论 0原文

有没有简单的方法来制作代码文本框?

我正在尝试制作我自己的 XAMLPad 的有限/专业版本。

使用 XamlReader.Parse() 在顶部显示中显示当前的 XAML 对象树非常简单...但我希望底部窗口中的实际 XAML 代码以适当的颜色显示。

这是与我想要的类似的示例。

(来源:usefulfreeware.net) 。

上面的示例看起来非常真实,左侧有一些扩展器/折叠器的东西,并且 XAML 标记的颜色接近标准

我相信这不必从头开始创建,所以我问是否有人知道我在哪里可以找到对这种类型的“代码”显示的自动支持。

Is there an easy way to make a code TextBox?

I'm trying to make my own limited/specialized version of XAMLPad.

Displaying the current XAML object tree in the top display is simple enough, using XamlReader.Parse() ... But I'd like the actual XAML code in the bottom window to show up in its appropriate colors.

Here is an example of something similar to what I want.

(source: usefulfreeware.net)

The above example looks pretty authentic, with the little expander/collapser thingies on the left side as well as close-to-standard coloration of XAML tokens.

I believe that this doesn't have to be created from scratch, so I'm asking SO if anyone knows where I might find automated support for this type of "code" display.

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

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

发布评论

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

评论(2

亢潮 2024-08-06 15:03:19

看看 sharpdevelop - 我们使用它作为内部 Iron Python 编辑器

Have a look at sharpdevelop - we use it for an internal iron python editor

表情可笑 2024-08-06 15:03:18

Kaxaml 使用 ICSharpCode.TextEditor,来自 SharpDevelop

Kaxaml uses ICSharpCode.TextEditor, the text editor component from SharpDevelop.

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