Introduction(簡介)
This is a dialog-based plugin to handle formatting of source code for FCKeditor 2.5.x. It WON'T work with the new CKEditor (yet).(CKEditor 是FCKEditor 的升級版,不過,SyntaxHighlighter 還不能在 CKEditor 中實現(xiàn)代碼高亮) It makes use of the SyntaxHighlighter 2.0.x javascript library available to download from Alex Gorbatchev's project page (the older version 1.5.1 version is available from Google Code).
The plugin primiarily edits a <pre> tag with some custom attributes. Its mainly aimed at users editing blogs or content management systems where there is a requirement to format programming languages on a website that is being edited using FCKEditor.
The plugin will not format the code in FCKEditor - the SyntaxHighlighter javascript library dynamically generates a lot of formatted HTML at runtime, which would cause problems in FCKEditor.
Skip straight to the good bits
Can't be bothered reading all this? View the online demo or download the plugin and go play with it yourself.
So what do I get then?
Correctly installed, the plugin is in the form of a tabbed dialogue box that looks like this:(插件安裝好以后的效果)
Version history:(版本歷史)
Huge thanks goes to Sergey Gurevich who wrote the updated code for the FCKEditor plugin to handle the latest version of the SyntaxHighlighter code and submitted useful bug fixes.
- v2.1.0 [23 May 2009]
- Plugin version information now being displayed
- Line highlighting feature added
Download | Demo
- v2.0.1 [22 March 2009]
Minor bug fix where semi-colons were sometimes positioned in the wrong place when no advanced options were selected
Download
- v2.0 [2 March 2009]
Latest version supporting SyntaxHighlighter 2.0.x
- v1.0.2 [2 March 2009]
Bug fixes, final release supporting the older SyntaxHighlighter 1.5.1
Note the instructions below are for the newer version of the library and makes references to syntaxhighlight2 a lot, this version uses syntaxhighlight. The documentation in the download will be more accurate.
Download.| Demo
- v1.0.1 [10 Feb 2009].
- v1.0 [30 Nov 2008]. First version.
Known bugs:
Occasionally the dialogue box does not pickup the <pre> element to be edited in Firefox. It only seems to happen when a user clicks inside the <pre> tag with the mouse but doesn't actually move or interact with the cursor.
Fixed in version 1.0.2 - Thanks to Sergey Gurevich
Installation(安裝配置過程)
1. Copying the files(拷貝文件)
Extract the contents of the zip in your plugins directory, so it ends up like this:(基本的目錄結(jié)構(gòu)如下)
Note: Version 2 of the plugin must be extracted to a directory named 'syntaxhighlighter2'. The older plugin for the earlier version of the library must go in a folder named 'syntaxhighlighter'. The file fckplugin.js references this directory when the plugin initialises.(注意這里的命名)
2. Adding it to FCKeditor(將它添加到 FCKeditor)
Now add in your fckconfig.js or custom js configuration file the following line (remember its javascript we are dealing with so everything is case sensitive!):
1.
FCKConfig.Plugins.Add(
'syntaxhighlight2'
,
'en'
) ;
- 安全狗云中心客戶端使用教程 讓您安全無憂
- 服務(wù)器安全狗主動防御 文件及目錄保護(hù)設(shè)置(
- 服務(wù)器安全狗v4.0 超級黑白名單操作教程
- 服務(wù)器安全狗v4.0 安全策略操作教程
- 服務(wù)器安全狗 定時任務(wù)設(shè)置圖文教程
- 服務(wù)器安全狗v4.0 web防火墻功能操作教程
- 服務(wù)器安全狗v4.0 DDOS防護(hù)功能設(shè)置教程
- 服務(wù)器安全狗v4.0 系統(tǒng)帳號優(yōu)化教程
- 服務(wù)器安全狗V4.0 注冊表優(yōu)化功能教程
- 服務(wù)器安全狗v4.0 遠(yuǎn)程桌面保護(hù)操作教程
新聞熱點
疑難解答