代码高亮的Silverlight控件?(Silverlight control with code hightlighting?)

编程入门 行业动态 更新时间:2024-10-25 06:20:50
代码高亮的Silverlight控件?(Silverlight control with code hightlighting?)

是否有一个Silverlight控件允许您键入文本并将其突出显示为代码?

例如:

foreach (client in Clients) { client.Save(); }

会成为

foreach (client in Clients) { client.Save(); }

我需要编写一个Web应用程序来筛选非编程程序员,而不是一个接一个地浪费时间。 我正在考虑一个Silverlight应用程序,它会询问一些带有时间限制的简单编程问题。 限制结束后,它将通过Web服务发送它们的内容。

其中大部分对我来说都是可行的,但我希望能够提供我的候选人代码突出显示。 我不喜欢(也不感兴趣)编写Silverlight代码荧光笔。

有什么建议么?

Is there a Silverlight control out there that will allow you to type in text and have it highlighted as code?

For example:

foreach (client in Clients) { client.Save(); }

would become

foreach (client in Clients) { client.Save(); }

I need to write a web app to screen non-programming programmers without wasting time on them one by one. I am thinking of a Silverlight app that will ask a few simple programming questions with a time limit. After the limit is up, it will send what they have via a web service.

Most of that is quite doable for me, but I would like to be able offer my candidates code highlighting. I am not up to (nor interested in) writing a Silverlight code highlighter.

Any suggestions?

最满意答案

Actipro Software具有Silverlight,WPF和Winforms的语法高亮显示组件:

http://www.actiprosoftware.com/

Actipro Software has a syntax highlighter component for Silverlight, WPF, and Winforms:

http://www.actiprosoftware.com/

更多推荐

Silverlight,code,代码,电脑培训,计算机培训,IT培训"/> <meta name="descripti

本文发布于:2023-08-05 16:39:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1435800.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:控件   代码   高亮   hightlighting   Silverlight

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!