首页 > Windows开发 > 详细

才知道 Windows Live Writer Source Code plugin for SyntaxHighlighter 更新到2.0了

时间:2014-11-26 13:57:31      阅读:230      评论:0      收藏:0      [点我收藏+]

这是我用 Windows Live Writer 发布的第一篇文章!

在官方网站看到 Windows Live Writer Source Code plugin for SyntaxHighlighter 源码已经到2.0了,只是没有生成 dll 而已,自己用vs生成了2.0版本,最看中的是可以更改代码区的字体和大小了,很棒!

public class HelloBlog {
	private String txtContent = "";
	public void write(String content) {
		this.txtContent = content;
	}

	public String read() {
		return this.txtContent;
	}
}

http://sourcecodeplugin.codeplex.com/

才知道 Windows Live Writer Source Code plugin for SyntaxHighlighter 更新到2.0了

原文:http://www.cnblogs.com/myit/p/4122824.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!