﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11781	The codesnippetgeshi documentation is broken - colorize.php does not exist	Piotrek Koszuliński	Marek Lewandowski	"My idea is to include its source in the documentation for the plugin. The example is just few lines of code and IMO, the file should be kept outside CKEditor directory, to not cause problems during updating CKEditor.

{{{
<?php

include_once 'geshi/geshi.php';

$json_string = file_get_contents( 'php://input' );
$json_object = json_decode( $json_string );

$geshi = new GeSHi( $json_object->html, $json_object->lang );

echo $geshi->parse_code();
}}}"	Bug	closed	Normal	CKEditor 4.4.0	Documentation & Samples	4.4.0	fixed		
