這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

SyntaxHighlighter2

外掛說明

SyntaxHighlighter2 allows you to easily post syntax highlighted code all without loosing it’s formatting or making an manual changes.

It supports the following languages (the alias for use in the post is listed next to the name):

  • AS3 — as, as3
  • C++ — cpp, c, c++
  • C# — c#, c-sharp, csharp
  • ColdFusion – cf, coldfusion
  • CSS — css
  • Delphi — delphi, pascal
  • Diff/Patches — diff
  • Erlang — erlang
  • Groovy — groovy
  • Java — java
  • JavaFX — javafx
  • JavaScript — js, jscript, javascript
  • Perl — perl
  • PHP — php
  • Plain text — plain
  • PowerShell — powershell
  • Python — py, python
  • Ruby — rb, ruby, rails, ror
  • Scala — scala
  • SQL — sql
  • VB — vb, vb.net
  • XML/HTML — xml, html, xhtml, xslt

This plugin uses the SyntaxHighlighter JavaScript package by Alex Gorbatchev.

Other BBCode Methods

Find

code here

too long to type? Here’s some alternative examples:

  • code here

  • code here

  • code here

  • code here

  • code here

  • code here

  • code here

  • code here

PHP Version

PHP 5+

安裝方式

Updgrading From A Previous Version

To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below.

Uploading The Plugin

Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to /wp-content/plugins/.

This should result in the following file structure:

- wp-content
    - plugins
        - syntaxhighlighter2
            | readme.txt
            | screenshot-1.png
            | syntaxhighlighter2.php
            - files
                | clipboard.swf
                | shBrushCpp.js
                | shBrushCSharp.js
                | [...]
                | shCore.js
                | wrapping.png

See Also: “Installing Plugins” article on the WP Codex

Plugin Activation

Go to the admin area of your WordPress install and click on the “Plugins” menu. Click on “Activate” for the “SyntaxHighlighter” plugin.

Plugin Usage

Just wrap your code in

code here

. The language attribute is required! See the plugin’s description for a list of valid language attributes.

常見問題集

The BBCode in my post is being replaced with <pre>’s just fine, but I don’t see the syntax highlighting!

Make sure your theme’s footer has <?php wp_footer(); ?> somewhere in it, otherwise the JavaScript highlighting files won’t be loaded.

I still see the BBCode in my post. What gives?

Make sure you correctly use the BBCode with a valid language attribute. A malformed usage of it won’t result in replacement.

Is this plugin licensed under GPL?

Yes, like most plugins in the WordPress plugin directory, if not all. However the SyntaxHighligter javascript library is licensed under LGPLv3.

Can I hide the toolbar, ruler, etc?

Yes, you can give any of the options mentioned in http://alexgorbatchev.com/wiki/SyntaxHighlighter:Configuration#SyntaxHighlighter.defaults
as option attribute. See example bellow.

code here

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈SyntaxHighlighter2〉的開發相關工作。

參與者

將〈SyntaxHighlighter2〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

Version 2.1.2

  • Compatibility with WordPress 3.0

Version 2.1.1

  • Styling issue after upgrade
  • Theme Eclipse added

Version 2.1.0

  • Upgraded to SyntaxHighlighter 2.1.364

Version 2.0.6

  • Options are not always picked up properly

Version 2.0.5

  • Brush not found alert shown in admin section when there is code in user comment
  • If there is no space between ‘ and ] parser fails

Version 2.0.4

  • Allow for options. Hide the toolbar, ruler, etc.
  • Select whether to apply the code highlighting to user comments in ‘Settings’ -> ‘SyntaxHighlighter2’

Version 2.0.3

  • Added bash (shell, sh) and patch syntax

Version 2.0.2

  • Mention license in readme.txt

Version 2.0.1

  • GPL credits

Version 2.0.0

  • Added support for theming
  • Plugin options page to choose the theme
  • Added visibility to properties and methods

Version 1.1.1 (SyntaxHighlighter)

  • Encode single quotes so wptexturize() doesn’t transform them into fancy quotes and screw up code.

Version 1.1.0 (SyntaxHighlighter)

  • mdawaffe fixed an encoding issue relating to kses and users without the unfiltered_html capability. Mad props to mdawaffe.

Version 1.0.1 (SyntaxHighlighter)

  • Minor CSS fixes.
  • Filter text widgets to allow posting of code.

Version 1.0.0 (SyntaxHighlighter)

  • Initial release!