caddcl.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * caddcl.php
00004  * ----------
00005  * Author: Roberto Rossi (rsoftware@altervista.org)
00006  * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter)
00007  * Release Version: 1.0.7.20
00008  * Date Started: 2004/08/30
00009  *
00010  * CAD DCL (Dialog Control Language) file for GeSHi.
00011  *
00012  * DCL for AutoCAD 12 or later and IntelliCAD all versions.
00013  *
00014  * CHANGES
00015  * -------
00016  * 2004/11/27 (1.0.1)
00017  *  -  Added support for multiple object splitters
00018  * 2004/1!/27 (1.0.0)
00019  *  -  First Release
00020  *
00021  * TODO (updated 2004/11/27)
00022  * -------------------------
00023  *
00024  *************************************************************************************
00025  *
00026  *     This file is part of GeSHi.
00027  *
00028  *   GeSHi is free software; you can redistribute it and/or modify
00029  *   it under the terms of the GNU General Public License as published by
00030  *   the Free Software Foundation; either version 2 of the License, or
00031  *   (at your option) any later version.
00032  *
00033  *   GeSHi is distributed in the hope that it will be useful,
00034  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00035  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00036  *   GNU General Public License for more details.
00037  *
00038  *   You should have received a copy of the GNU General Public License
00039  *   along with GeSHi; if not, write to the Free Software
00040  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00041  *
00042  ************************************************************************************/
00043 
00044 $language_data = array (
00045      'LANG_NAME' => 'CAD DCL',
00046      'COMMENT_SINGLE' => array(1 => '//'),
00047      'COMMENT_MULTI' => array('/*' => '*/'),
00048      'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00049      'QUOTEMARKS' => array('"'),
00050      'ESCAPE_CHAR' => '\\',
00051      'KEYWORDS' => array(
00052           1 => array(
00053                'boxed_column','boxed_radio_column','boxed_radio_row','boxed_row',
00054                'column','concatenation','button','dialog','edit_box','image','image_button',
00055                'errtile','list_box','ok_cancel','ok_cancel_help','ok_cancel_help_errtile',
00056                'ok_cancel_help_info','ok_only','paragraph','popup_list','radio_button',
00057                'radio_column','radio_row','row','slider','spacer','spacer_0','spacer_1','text',
00058                'text_part','toggle',
00059                'action','alignment','allow_accept','aspect_ratio','big_increment',
00060                'children_alignment','children_fixed_height',
00061                'children_fixed_width','color',
00062                'edit_limit','edit_width','fixed_height','fixed_width',
00063                'height','initial_focus','is_cancel','is_default',
00064                'is_enabled','is_tab_stop','is-bold','key','label','layout','list',
00065                'max_value','min_value','mnemonic','multiple_select','password_char',
00066                'small_increment','tabs','tab_truncate','value','width',
00067                'false','true','left','right','centered','top','bottom',
00068                'dialog_line','dialog_foreground','dialog_background',
00069                'graphics_background','black','red','yellow','green','cyan',
00070                'blue','magenta','whitegraphics_foreground',
00071                'horizontal','vertical'
00072                )
00073           ),
00074      'SYMBOLS' => array(
00075           '(', ')', '{', '}', '[', ']', '=', '+', '-', '*', '/', '!', '%', '^', '&', ':'
00076           ),
00077      'CASE_SENSITIVE' => array(
00078           GESHI_COMMENTS => true,
00079           1 => false
00080           ),
00081      'STYLES' => array(
00082           'KEYWORDS' => array(
00083                1 => 'color: #b1b100;'
00084                ),
00085           'COMMENTS' => array(
00086                1 => 'color: #808080; font-style: italic;',
00087                'MULTI' => 'color: #808080; font-style: italic;'
00088                ),
00089           'ESCAPE_CHAR' => array(
00090                0 => 'color: #000099; font-weight: bold;'
00091                ),
00092           'BRACKETS' => array(
00093                0 => 'color: #66cc66;'
00094                ),
00095           'STRINGS' => array(
00096                0 => 'color: #ff0000;'
00097                ),
00098           'NUMBERS' => array(
00099                0 => 'color: #cc66cc;'
00100                ),
00101           'METHODS' => array(
00102                ),
00103           'SYMBOLS' => array(
00104                0 => 'color: #66cc66;'
00105                ),
00106           'REGEXPS' => array(
00107                ),
00108           'SCRIPT' => array(
00109                )
00110           ),
00111      'URLS' => array(
00112           ),
00113      'OOLANG' => false,
00114      'OBJECT_SPLITTERS' => array(
00115           ),
00116      'REGEXPS' => array(
00117           ),
00118      'STRICT_MODE_APPLIES' => GESHI_NEVER,
00119      'SCRIPT_DELIMITERS' => array(
00120           ),
00121      'HIGHLIGHT_STRICT_BLOCK' => array(
00122           )
00123 );
00124 
00125 ?>

Erzeugt am Thu May 14 00:55:48 2009 für OpenRat von  doxygen 1.5.8