non design-related parameters no longer in colors.inc.php
This commit is contained in:
@@ -17,20 +17,9 @@ $cfg['BrowsePointerColor'] = '#CCCCFF'; // color of the pointer in browse mo
|
|||||||
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
|
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
|
||||||
// by clicking on it) in browse mode
|
// by clicking on it) in browse mode
|
||||||
// (blank for no marker)
|
// (blank for no marker)
|
||||||
/* rows and columns for inputs */
|
|
||||||
$cfg['TextareaCols'] = 40; // textarea size (columns) in edit mode
|
|
||||||
// (this value will be emphasized (*2) for sql
|
|
||||||
// query textareas and (*1.25) for query window)
|
|
||||||
$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode
|
|
||||||
$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR
|
|
||||||
$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SQL Parser Settings
|
* SQL Parser Settings
|
||||||
*/
|
*/
|
||||||
$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none)
|
|
||||||
$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok)
|
|
||||||
$cfg['SQP']['fmtIndUnit'] = 'px'; // Units for indenting each level (CSS Types - {em,px,pt})
|
|
||||||
$cfg['SQP']['fmtColor'] = array( // Syntax colouring data
|
$cfg['SQP']['fmtColor'] = array( // Syntax colouring data
|
||||||
'comment' => '#808000',
|
'comment' => '#808000',
|
||||||
'comment_mysql' => '',
|
'comment_mysql' => '',
|
||||||
@@ -54,4 +43,4 @@ $cfg['SQP']['fmtColor'] = array( // Syntax colouring data
|
|||||||
'quote_single' => '',
|
'quote_single' => '',
|
||||||
'quote_backtick' => ''
|
'quote_backtick' => ''
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
@@ -17,20 +17,9 @@ $cfg['BrowsePointerColor'] = '#CCFFCC'; // color of the pointer in browse mo
|
|||||||
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
|
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
|
||||||
// by clicking on it) in browse mode
|
// by clicking on it) in browse mode
|
||||||
// (blank for no marker)
|
// (blank for no marker)
|
||||||
/* rows and columns for inputs */
|
|
||||||
$cfg['TextareaCols'] = 40; // textarea size (columns) in edit mode
|
|
||||||
// (this value will be emphasized (*2) for sql
|
|
||||||
// query textareas and (*1.25) for query window)
|
|
||||||
$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode
|
|
||||||
$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR
|
|
||||||
$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SQL Parser Settings
|
* SQL Parser Settings
|
||||||
*/
|
*/
|
||||||
$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none)
|
|
||||||
$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok)
|
|
||||||
$cfg['SQP']['fmtIndUnit'] = 'px'; // Units for indenting each level (CSS Types - {em,px,pt})
|
|
||||||
$cfg['SQP']['fmtColor'] = array( // Syntax colouring data
|
$cfg['SQP']['fmtColor'] = array( // Syntax colouring data
|
||||||
'comment' => '#808000',
|
'comment' => '#808000',
|
||||||
'comment_mysql' => '',
|
'comment_mysql' => '',
|
||||||
|
Reference in New Issue
Block a user