Windows Live Writer 各種代碼外掛程式的顯示效果比對

來源:互聯網
上載者:User

Windows Live Writer 本身不提供代碼插入的功能, 只能把代碼當做文本插入, 效果不理想.

不過Live Writer本身也提供了一大堆外掛程式使用:

http://plugins.live.com/writer/browse?orderby=mostpopular

這個都是發布到微軟的live軟體網站上的外掛程式.

我把我搜尋到的一堆組件在部落格效果, Rss效果, 代碼拷貝到本地的效果, 三個方面進行了比對具體的比對效果可以參考下面的文章, 具體效果下面有說明.

最終的測試結果, 我覺得總體使用效果比較理想的是:

Source Code Formatter 和最後的外掛程式代碼塊, 這兩個外掛程式的各種效果的比較平均.

當然, 這些意見僅僅是我個人看法, 僅供參考.

提供最後兩個外掛程式的:

http://plugins.live.com/writer/detail/source-code-formatter

http://plugins.live.com/writer/detail/inserting-plugin-code

 
  1. 1 直接文本粘貼

public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;

InitializeComponent();
}

2 CnBlogCode

部落格效果:

public App(){    this.Startup += this.Application_Startup;    this.Exit += this.Application_Exit;    this.UnhandledException += this.Application_UnhandledException;    InitializeComponent();}
Google Reader中閱讀效果:

代碼拷貝到本地txt文本中的效果:

public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;

InitializeComponent();
}

 

3 Code Snipper


部落格效果
   1: public App()

   2: {

   3:     this.Startup += this.Application_Startup;

   4:     this.Exit += this.Application_Exit;

   5:     this.UnhandledException += this.Application_UnhandledException;

   6:  

   7:     InitializeComponent();

   8: }

Google Reader中閱讀效果:

代碼拷貝到本地txt文本中的效果:

1: public App() 2: { 3: this.Startup += this.Application_Startup; 4: this.Exit += this.Application_Exit; 5: this.UnhandledException += this.Application_UnhandledException; 6: 7: InitializeComponent(); 8: }

4 Insert Code

部落格效果:

public App()
{
    this.Startup += this.Application_Startup;
    this.Exit += this.Application_Exit;
    this.UnhandledException += this.Application_UnhandledException;
 
    InitializeComponent();
}
Google Reader中閱讀效果:

代碼拷貝到本地txt文本中的效果:

public App(){ this.Startup += this.Application_Startup; this.Exit += this.Application_Exit; this.UnhandledException += this.Application_UnhandledException; InitializeComponent();}

5 Source Code

部落格效果:

public App() { this.Startup +=this.Application_Startup; this.Exit +=this.Application_Exit; this.UnhandledException +=this.Application_UnhandledException; InitializeComponent(); }

Google Reader中閱讀效果:

代碼拷貝到本地txt文本中的效果:

public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;

InitializeComponent();
}

6 Source Code Formatter

部落格效果:

        public App()
        {
            this.Startup += this.Application_Startup;
            this.Exit += this.Application_Exit;
            this.UnhandledException += this.Application_UnhandledException;

            InitializeComponent();
        }
Google Reader中閱讀效果:

代碼拷貝到本地txt文本中的效果:

public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;
InitializeComponent();
}

7 外掛程式代碼塊

部落格效果:

Code        public App()        {            this.Startup += this.Application_Startup;            this.Exit += this.Application_Exit;            this.UnhandledException += this.Application_UnhandledException;            InitializeComponent();        }

Google Reader中閱讀效果:

代碼拷貝到本地txt文本中的效果:

public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;

InitializeComponent();
}

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.