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

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

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

*   This program comes with ABSOLUTELY NO WARRANTY.
*/

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

			
*/