Project

General

Profile

1
/*
2
*   Syntax Highlighter 2.0 plugin for FCKEditor
3
*   ========================
4
*   Copyright (C) 2008  Darren James
5
*   Email : darren.james@gmail.com
6
*   URL : http://www.psykoptic.com/blog/
7
*
8
*   NOTE:
9
*   ========================
10
*   This plugin will add or edit a formatted <pre> tag for FCKEditor
11
*   To see results on the front end of your website
12
*   You will need to install SyntaxHighlighter 2.0.x from
13
*   http://alexgorbatchev.com/wiki/SyntaxHighlighter
14
*
15
*
16
*   This program is free software: you can redistribute it and/or modify
17
*   it under the terms of the GNU General Public License as published by
18
*   the Free Software Foundation, either version 3 of the License, or
19
*   (at your option) any later version.
20

    
21
*   This program is distributed in the hope that it will be useful,
22
*   but WITHOUT ANY WARRANTY; without even the implied warranty of
23
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
*   GNU General Public License for more details.
25

    
26
*   You should have received a copy of the GNU General Public License
27
*   along with this program.  If not, see <http:*www.gnu.org/licenses/>.
28

    
29
*   This program comes with ABSOLUTELY NO WARRANTY.
30
*/
31

    
32
/*
33
*   History
34
*   ========================
35
*   2.1.0	May 2009
36
*			- Plugin version information now being displayed
37
*			- Line highlighting feature added
38
*
39
*   2.0.1	March 2009
40
*			- Minor bug fix where semi-colons were sometimes positioned in the wrong place when no advanced options were selected
41
			
42
*   2.0		March 2009
43
*			- First Release with support for SyntaxHighlighter 2.0.x available. Many thanks to 
44
			Sergey Gurevich for providing bug fixes and patches used in this release.
45

    
46
			
47
*/
(1-1/3)