有没有简单的方法来制作代码文本框?
有没有简单的方法来制作代码文本框?
我正在尝试制作我自己的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 sharpdevelop - 我们使用它作为内部 Iron Python 编辑器
Have a look at sharpdevelop - we use it for an internal iron python editor
Kaxaml 使用 ICSharpCode.TextEditor,来自 SharpDevelop。
Kaxaml uses ICSharpCode.TextEditor, the text editor component from SharpDevelop.