From 52002e82daafb2817f80ce9f08e75d267a28339f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 3 Jul 2002 15:16:03 +0000 Subject: [PATCH] syntax coloring --- Documentation.html | 2 +- config.inc.php3 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index a3dcc4fc0..d697ab0be 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1243,7 +1243,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' To use this feature set this value to TRUE (the default). If not everything you want is colored or to influence where a newline is inserted see the Configurationarrays $cfg['keywords'] and $cfg['additional']. Note: - for version 2.3.0-rc1, syntax coloring is non functional. + for version 2.3.0, syntax coloring is non functional.
$cfg['colorFunctions'] string [HTML color]
diff --git a/config.inc.php3 b/config.inc.php3 index 2bdde7aea..f404662d0 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -263,6 +263,8 @@ $cfg['ModifyDeleteAtRight'] = FALSE; // show edit/delete links on right s $cfg['DefaultDisplay'] = 'horizontal'; // default display direction (horizontal|vertical) $cfg['RepeatCells'] = 100; // repeat header names every X cells? (0 = deactivate) + // Note: this feature will be + // implemented after 2.3.0 $cfg['UseSyntaxColoring'] = TRUE; // use syntaxcoloring on output of SQL, might be a little slower $cfg['colorFunctions'] = '#FF0000'; // Colors used for Syntaxcoloring of SQL Statements $cfg['colorKeywords'] = '#990099';