cnblog code syntaxhighlighter view

简介:

cnblog code syntaxhighlighter view


wlw代码插件

测试多款 wlw插入代码插件 在博客园的代码高亮效果

image

1.Code Snippet

image

   1: public override void Update()
   2:     {
   3:         base.Update();
   4:     }
   5:  
   6:     public virtual void Standup()
   7:     {
   8:         SetState(CCharacterState.Idle);
   9:     }

2.Insert Code

image
   1:  public override void Update()
   2:      {
   3:          base.Update();
   4:      }
   5:   
   6:      public virtual void Standup()
   7:      {
   8:          SetState(CCharacterState.Idle);
   9:      }

3.PreCode Snippet

4.CodeFormatterPlugin

1 public override void Update() 2 { 3 base.Update(); 4 } 5 6 public virtual void Standup() 7 { 8 SetState(CCharacterState.Idle); 9 }

5.博客园官方代码插件

复制代码
public override void Update()
    {
        base.Update();
    }

    public virtual void Standup()
    {
        SetState(CCharacterState.Idle);
    }
复制代码

//注:该插件基于Windows Live Writer Source Code plugin for SyntaxHighlighter(http://sourcecodeplugin.codeplex.com/)的代码修改而成。


本文转自赵青青博客园博客,原文链接:http://www.cnblogs.com/zhaoqingqing/p/3990171.html,如需转载请自行联系原作者

相关文章
view.setTag()的正确使用姿势
开发中,我们经常要进行数据的传递,会使用到view.setTag()和view.getTag()方法,主要用在view的点击事件中,可以让数据跟着view走,这种方法很方便。一般情况下给view设置一个tag就够用了,某些情况下我们需要给一个view设置多个tag,在需要的时候再分别取出来,这就需要用到view.setTag()的一个重载方法view.setTag(int key,final Object Tag)了。
|
程序员 C++ 开发者
​在VS Code中,完成所有你想做的!
在VS Code中,完成所有你想做的!
​在VS Code中,完成所有你想做的!
the content is displayed over another view controller’s content
the content is displayed over another view controller’s content
131 0
the content is displayed over another view controller’s content
|
JSON Java 程序员
code S: code style & code standard
关于代码风格与代码规范的二三事
337 0
|
Java
Could not find class 'android.support.v4.view.ViewPager', referenced from method***
Could not find class 'android.support.v4.view.ViewPager', referenced from method***
162 0
Could not find class 'android.support.v4.view.ViewPager', referenced from method***
|
前端开发 Java Spring
|
前端开发 Java Spring
|
算法 MySQL 关系型数据库

热门文章

最新文章