码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2014-11-26 13:59:28      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   java   for   on   log   代码   ad   

这是我用 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了

标签:blog   http   os   java   for   on   log   代码   ad   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!