⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wxscintilla.h

📁 robocup rcssserver 运行防真机器人足球比赛所用的服务器端
💻 H
📖 第 1 页 / 共 5 页
字号:
#define wxSCI_EIFFEL_CHARACTER 5#define wxSCI_EIFFEL_OPERATOR 6#define wxSCI_EIFFEL_IDENTIFIER 7#define wxSCI_EIFFEL_STRINGEOL 8// Lexical states for SCLEX_NNCRONTAB (nnCron crontab Lexer)#define wxSCI_NNCRONTAB_DEFAULT 0#define wxSCI_NNCRONTAB_COMMENT 1#define wxSCI_NNCRONTAB_TASK 2#define wxSCI_NNCRONTAB_SECTION 3#define wxSCI_NNCRONTAB_KEYWORD 4#define wxSCI_NNCRONTAB_MODIFIER 5#define wxSCI_NNCRONTAB_ASTERISK 6#define wxSCI_NNCRONTAB_NUMBER 7#define wxSCI_NNCRONTAB_STRING 8#define wxSCI_NNCRONTAB_ENVIRONMENT 9#define wxSCI_NNCRONTAB_IDENTIFIER 10// Lexical states for SCLEX_FORTH (Forth Lexer)#define wxSCI_FORTH_DEFAULT 0#define wxSCI_FORTH_COMMENT 1#define wxSCI_FORTH_COMMENT_ML 2#define wxSCI_FORTH_IDENTIFIER 3#define wxSCI_FORTH_CONTROL 4#define wxSCI_FORTH_KEYWORD 5#define wxSCI_FORTH_DEFWORD 6#define wxSCI_FORTH_PREWORD1 7#define wxSCI_FORTH_PREWORD2 8#define wxSCI_FORTH_NUMBER 9#define wxSCI_FORTH_STRING 10#define wxSCI_FORTH_LOCALE 11// Lexical states for SCLEX_MATLAB#define wxSCI_MATLAB_DEFAULT 0#define wxSCI_MATLAB_COMMENT 1#define wxSCI_MATLAB_COMMAND 2#define wxSCI_MATLAB_NUMBER 3#define wxSCI_MATLAB_KEYWORD 4// single quoted string#define wxSCI_MATLAB_STRING 5#define wxSCI_MATLAB_OPERATOR 6#define wxSCI_MATLAB_IDENTIFIER 7#define wxSCI_MATLAB_DOUBLEQUOTESTRING 8// Lexical states for SCLEX_SCRIPTOL#define wxSCI_SCRIPTOL_DEFAULT 0#define wxSCI_SCRIPTOL_WHITE 1#define wxSCI_SCRIPTOL_COMMENTLINE 2#define wxSCI_SCRIPTOL_PERSISTENT 3#define wxSCI_SCRIPTOL_CSTYLE 4#define wxSCI_SCRIPTOL_COMMENTBLOCK 5#define wxSCI_SCRIPTOL_NUMBER 6#define wxSCI_SCRIPTOL_STRING 7#define wxSCI_SCRIPTOL_CHARACTER 8#define wxSCI_SCRIPTOL_STRINGEOL 9#define wxSCI_SCRIPTOL_KEYWORD 10#define wxSCI_SCRIPTOL_OPERATOR 11#define wxSCI_SCRIPTOL_IDENTIFIER 12#define wxSCI_SCRIPTOL_TRIPLE 13#define wxSCI_SCRIPTOL_CLASSNAME 14#define wxSCI_SCRIPTOL_PREPROCESSOR 15// Lexical states for SCLEX_ASM#define wxSCI_ASM_DEFAULT 0#define wxSCI_ASM_COMMENT 1#define wxSCI_ASM_NUMBER 2#define wxSCI_ASM_STRING 3#define wxSCI_ASM_OPERATOR 4#define wxSCI_ASM_IDENTIFIER 5#define wxSCI_ASM_CPUINSTRUCTION 6#define wxSCI_ASM_MATHINSTRUCTION 7#define wxSCI_ASM_REGISTER 8#define wxSCI_ASM_DIRECTIVE 9#define wxSCI_ASM_DIRECTIVEOPERAND 10#define wxSCI_ASM_COMMENTBLOCK 11#define wxSCI_ASM_CHARACTER 12#define wxSCI_ASM_STRINGEOL 13#define wxSCI_ASM_EXTINSTRUCTION 14// Lexical states for SCLEX_FORTRAN#define wxSCI_F_DEFAULT 0#define wxSCI_F_COMMENT 1#define wxSCI_F_NUMBER 2#define wxSCI_F_STRING1 3#define wxSCI_F_STRING2 4#define wxSCI_F_STRINGEOL 5#define wxSCI_F_OPERATOR 6#define wxSCI_F_IDENTIFIER 7#define wxSCI_F_WORD 8#define wxSCI_F_WORD2 9#define wxSCI_F_WORD3 10#define wxSCI_F_PREPROCESSOR 11#define wxSCI_F_OPERATOR2 12#define wxSCI_F_LABEL 13#define wxSCI_F_CONTINUATION 14// Lexical states for SCLEX_CSS#define wxSCI_CSS_DEFAULT 0#define wxSCI_CSS_TAG 1#define wxSCI_CSS_CLASS 2#define wxSCI_CSS_PSEUDOCLASS 3#define wxSCI_CSS_UNKNOWN_PSEUDOCLASS 4#define wxSCI_CSS_OPERATOR 5#define wxSCI_CSS_IDENTIFIER 6#define wxSCI_CSS_UNKNOWN_IDENTIFIER 7#define wxSCI_CSS_VALUE 8#define wxSCI_CSS_COMMENT 9#define wxSCI_CSS_ID 10#define wxSCI_CSS_IMPORTANT 11#define wxSCI_CSS_DIRECTIVE 12#define wxSCI_CSS_DOUBLESTRING 13#define wxSCI_CSS_SINGLESTRING 14#define wxSCI_CSS_IDENTIFIER2 15#define wxSCI_CSS_ATTRIBUTE 16// Lexical states for SCLEX_POV#define wxSCI_POV_DEFAULT 0#define wxSCI_POV_COMMENT 1#define wxSCI_POV_COMMENTLINE 2#define wxSCI_POV_NUMBER 3#define wxSCI_POV_OPERATOR 4#define wxSCI_POV_IDENTIFIER 5#define wxSCI_POV_STRING 6#define wxSCI_POV_STRINGEOL 7#define wxSCI_POV_DIRECTIVE 8#define wxSCI_POV_BADDIRECTIVE 9#define wxSCI_POV_WORD2 10#define wxSCI_POV_WORD3 11#define wxSCI_POV_WORD4 12#define wxSCI_POV_WORD5 13#define wxSCI_POV_WORD6 14#define wxSCI_POV_WORD7 15#define wxSCI_POV_WORD8 16// Lexical states for SCLEX_LOUT#define wxSCI_LOUT_DEFAULT 0#define wxSCI_LOUT_COMMENT 1#define wxSCI_LOUT_NUMBER 2#define wxSCI_LOUT_WORD 3#define wxSCI_LOUT_WORD2 4#define wxSCI_LOUT_WORD3 5#define wxSCI_LOUT_WORD4 6#define wxSCI_LOUT_STRING 7#define wxSCI_LOUT_OPERATOR 8#define wxSCI_LOUT_IDENTIFIER 9#define wxSCI_LOUT_STRINGEOL 10// Lexical states for SCLEX_ESCRIPT#define wxSCI_ESCRIPT_DEFAULT 0#define wxSCI_ESCRIPT_COMMENT 1#define wxSCI_ESCRIPT_COMMENTLINE 2#define wxSCI_ESCRIPT_COMMENTDOC 3#define wxSCI_ESCRIPT_NUMBER 4#define wxSCI_ESCRIPT_WORD 5#define wxSCI_ESCRIPT_STRING 6#define wxSCI_ESCRIPT_OPERATOR 7#define wxSCI_ESCRIPT_IDENTIFIER 8#define wxSCI_ESCRIPT_BRACE 9#define wxSCI_ESCRIPT_WORD2 10#define wxSCI_ESCRIPT_WORD3 11// Lexical states for SCLEX_PS#define wxSCI_PS_DEFAULT 0#define wxSCI_PS_COMMENT 1#define wxSCI_PS_DSC_COMMENT 2#define wxSCI_PS_DSC_VALUE 3#define wxSCI_PS_NUMBER 4#define wxSCI_PS_NAME 5#define wxSCI_PS_KEYWORD 6#define wxSCI_PS_LITERAL 7#define wxSCI_PS_IMMEVAL 8#define wxSCI_PS_PAREN_ARRAY 9#define wxSCI_PS_PAREN_DICT 10#define wxSCI_PS_PAREN_PROC 11#define wxSCI_PS_TEXT 12#define wxSCI_PS_HEXSTRING 13#define wxSCI_PS_BASE85STRING 14#define wxSCI_PS_BADSTRINGCHAR 15// Lexical states for SCLEX_NSIS#define wxSCI_NSIS_DEFAULT 0#define wxSCI_NSIS_COMMENT 1#define wxSCI_NSIS_STRINGDQ 2#define wxSCI_NSIS_STRINGLQ 3#define wxSCI_NSIS_STRINGRQ 4#define wxSCI_NSIS_FUNCTION 5#define wxSCI_NSIS_VARIABLE 6#define wxSCI_NSIS_LABEL 7#define wxSCI_NSIS_USERDEFINED 8#define wxSCI_NSIS_SECTIONDEF 9#define wxSCI_NSIS_SUBSECTIONDEF 10#define wxSCI_NSIS_IFDEFINEDEF 11#define wxSCI_NSIS_MACRODEF 12#define wxSCI_NSIS_STRINGVAR 13#define wxSCI_NSIS_NUMBER 14#define wxSCI_NSIS_SECTIONGROUP 15#define wxSCI_NSIS_PAGEEX 16#define wxSCI_NSIS_FUNCTIONDEF 17#define wxSCI_NSIS_COMMENTBOX 18// Lexical states for SCLEX_MMIXAL#define wxSCI_MMIXAL_LEADWS 0#define wxSCI_MMIXAL_COMMENT 1#define wxSCI_MMIXAL_LABEL 2#define wxSCI_MMIXAL_OPCODE 3#define wxSCI_MMIXAL_OPCODE_PRE 4#define wxSCI_MMIXAL_OPCODE_VALID 5#define wxSCI_MMIXAL_OPCODE_UNKNOWN 6#define wxSCI_MMIXAL_OPCODE_POST 7#define wxSCI_MMIXAL_OPERANDS 8#define wxSCI_MMIXAL_NUMBER 9#define wxSCI_MMIXAL_REF 10#define wxSCI_MMIXAL_CHAR 11#define wxSCI_MMIXAL_STRING 12#define wxSCI_MMIXAL_REGISTER 13#define wxSCI_MMIXAL_HEX 14#define wxSCI_MMIXAL_OPERATOR 15#define wxSCI_MMIXAL_SYMBOL 16#define wxSCI_MMIXAL_INCLUDE 17// Lexical states for SCLEX_CLW#define wxSCI_CLW_DEFAULT 0#define wxSCI_CLW_LABEL 1#define wxSCI_CLW_COMMENT 2#define wxSCI_CLW_STRING 3#define wxSCI_CLW_USER_IDENTIFIER 4#define wxSCI_CLW_INTEGER_CONSTANT 5#define wxSCI_CLW_REAL_CONSTANT 6#define wxSCI_CLW_PICTURE_STRING 7#define wxSCI_CLW_KEYWORD 8#define wxSCI_CLW_COMPILER_DIRECTIVE 9#define wxSCI_CLW_RUNTIME_EXPRESSIONS 10#define wxSCI_CLW_BUILTIN_PROCEDURES_FUNCTION 11#define wxSCI_CLW_STRUCTURE_DATA_TYPE 12#define wxSCI_CLW_ATTRIBUTE 13#define wxSCI_CLW_STANDARD_EQUATE 14#define wxSCI_CLW_ERROR 15#define wxSCI_CLW_DEPRECATED 16// Lexical states for SCLEX_LOT#define wxSCI_LOT_DEFAULT 0#define wxSCI_LOT_HEADER 1#define wxSCI_LOT_BREAK 2#define wxSCI_LOT_SET 3#define wxSCI_LOT_PASS 4#define wxSCI_LOT_FAIL 5#define wxSCI_LOT_ABORT 6// Lexical states for SCLEX_YAML#define wxSCI_YAML_DEFAULT 0#define wxSCI_YAML_COMMENT 1#define wxSCI_YAML_IDENTIFIER 2#define wxSCI_YAML_KEYWORD 3#define wxSCI_YAML_NUMBER 4#define wxSCI_YAML_REFERENCE 5#define wxSCI_YAML_DOCUMENT 6#define wxSCI_YAML_TEXT 7#define wxSCI_YAML_ERROR 8// Lexical states for SCLEX_TEX#define wxSCI_TEX_DEFAULT 0#define wxSCI_TEX_SPECIAL 1#define wxSCI_TEX_GROUP 2#define wxSCI_TEX_SYMBOL 3#define wxSCI_TEX_COMMAND 4#define wxSCI_TEX_TEXT 5#define wxSCI_METAPOST_DEFAULT 0#define wxSCI_METAPOST_SPECIAL 1#define wxSCI_METAPOST_GROUP 2#define wxSCI_METAPOST_SYMBOL 3#define wxSCI_METAPOST_COMMAND 4#define wxSCI_METAPOST_TEXT 5#define wxSCI_METAPOST_EXTRA 6// Lexical states for SCLEX_ERLANG#define wxSCI_ERLANG_DEFAULT 0#define wxSCI_ERLANG_COMMENT 1#define wxSCI_ERLANG_VARIABLE 2#define wxSCI_ERLANG_NUMBER 3#define wxSCI_ERLANG_KEYWORD 4#define wxSCI_ERLANG_STRING 5#define wxSCI_ERLANG_OPERATOR 6#define wxSCI_ERLANG_ATOM 7#define wxSCI_ERLANG_FUNCTION_NAME 8#define wxSCI_ERLANG_CHARACTER 9#define wxSCI_ERLANG_MACRO 10#define wxSCI_ERLANG_RECORD 11#define wxSCI_ERLANG_SEPARATOR 12#define wxSCI_ERLANG_NODE_NAME 13#define wxSCI_ERLANG_UNKNOWN 31// Lexical states for SCLEX_OCTAVE are identical to MatLab// Lexical states for SCLEX_MSSQL#define wxSCI_MSSQL_DEFAULT 0#define wxSCI_MSSQL_COMMENT 1#define wxSCI_MSSQL_LINE_COMMENT 2#define wxSCI_MSSQL_NUMBER 3#define wxSCI_MSSQL_STRING 4#define wxSCI_MSSQL_OPERATOR 5#define wxSCI_MSSQL_IDENTIFIER 6#define wxSCI_MSSQL_VARIABLE 7#define wxSCI_MSSQL_COLUMN_NAME 8#define wxSCI_MSSQL_STATEMENT 9#define wxSCI_MSSQL_DATATYPE 10#define wxSCI_MSSQL_SYSTABLE 11#define wxSCI_MSSQL_GLOBAL_VARIABLE 12#define wxSCI_MSSQL_FUNCTION 13#define wxSCI_MSSQL_STORED_PROCEDURE 14#define wxSCI_MSSQL_DEFAULT_PREF_DATATYPE 15#define wxSCI_MSSQL_COLUMN_NAME_2 16// Lexical states for SCLEX_VERILOG#define wxSCI_V_DEFAULT 0#define wxSCI_V_COMMENT 1#define wxSCI_V_COMMENTLINE 2#define wxSCI_V_COMMENTLINEBANG 3#define wxSCI_V_NUMBER 4#define wxSCI_V_WORD 5#define wxSCI_V_STRING 6#define wxSCI_V_WORD2 7#define wxSCI_V_WORD3 8#define wxSCI_V_PREPROCESSOR 9#define wxSCI_V_OPERATOR 10#define wxSCI_V_IDENTIFIER 11#define wxSCI_V_STRINGEOL 12#define wxSCI_V_USER 19// Lexical states for SCLEX_KIX#define wxSCI_KIX_DEFAULT 0#define wxSCI_KIX_COMMENT 1#define wxSCI_KIX_STRING1 2#define wxSCI_KIX_STRING2 3#define wxSCI_KIX_NUMBER 4#define wxSCI_KIX_VAR 5#define wxSCI_KIX_MACRO 6#define wxSCI_KIX_KEYWORD 7#define wxSCI_KIX_FUNCTIONS 8#define wxSCI_KIX_OPERATOR 9#define wxSCI_KIX_IDENTIFIER 31// Lexical states for SCLEX_GUI4CLI#define wxSCI_GC_DEFAULT 0#define wxSCI_GC_COMMENTLINE 1#define wxSCI_GC_COMMENTBLOCK 2#define wxSCI_GC_GLOBAL 3#define wxSCI_GC_EVENT 4#define wxSCI_GC_ATTRIBUTE 5#define wxSCI_GC_CONTROL 6#define wxSCI_GC_COMMAND 7#define wxSCI_GC_STRING 8#define wxSCI_GC_OPERATOR 9// Lexical states for SCLEX_SPECMAN#define wxSCI_SN_DEFAULT 0#define wxSCI_SN_CODE 1#define wxSCI_SN_COMMENTLINE 2#define wxSCI_SN_COMMENTLINEBANG 3#define wxSCI_SN_NUMBER 4#define wxSCI_SN_WORD 5#define wxSCI_SN_STRING 6#define wxSCI_SN_WORD2 7#define wxSCI_SN_WORD3 8#define wxSCI_SN_PREPROCESSOR 9#define wxSCI_SN_OPERATOR 10#define wxSCI_SN_IDENTIFIER 11#define wxSCI_SN_STRINGEOL 12#define wxSCI_SN_REGEXTAG 13#define wxSCI_SN_SIGNAL 14#define wxSCI_SN_USER 19// Lexical states for SCLEX_AU3#define wxSCI_AU3_DEFAULT 0#define wxSCI_AU3_COMMENT 1#define wxSCI_AU3_COMMENTBLOCK 2#define wxSCI_AU3_NUMBER 3#define wxSCI_AU3_FUNCTION 4#define wxSCI_AU3_KEYWORD 5#define wxSCI_AU3_MACRO 6#define wxSCI_AU3_STRING 7#define wxSCI_AU3_OPERATOR 8#define wxSCI_AU3_VARIABLE 9#define wxSCI_AU3_SENT 10#define wxSCI_AU3_PREPROCESSOR 11#define wxSCI_AU3_SPECIAL 12#define wxSCI_AU3_EXPAND 13#define wxSCI_AU3_COMOBJ 14#define wxSCI_AU3_UDF 15// Lexical states for SCLEX_APDL#define wxSCI_APDL_DEFAULT 0#define wxSCI_APDL_COMMENT 1#define wxSCI_APDL_COMMENTBLOCK 2#define wxSCI_APDL_NUMBER 3#define wxSCI_APDL_STRING 4#define wxSCI_APDL_OPERATOR 5#define wxSCI_APDL_WORD 6#define wxSCI_APDL_PROCESSOR 7#define wxSCI_APDL_COMMAND 8#define wxSCI_APDL_SLASHCOMMAND 9#define wxSCI_APDL_STARCOMMAND 10#define wxSCI_APDL_ARGUMENT 11#define wxSCI_APDL_FUNCTION 12// Lexical states for SCLEX_BASH#define wxSCI_SH_DEFAULT 0#define wxSCI_SH_ERROR 1#define wxSCI_SH_COMMENTLINE 2#define wxSCI_SH_NUMBER 3#define wxSCI_SH_WORD 4#define wxSCI_SH_STRING 5#define wxSCI_SH_CHARACTER 6#define wxSCI_SH_OPERATOR 7#define wxSCI_SH_IDENTIFIER 8#define wxSCI_SH_SCALAR 9#define wxSCI_SH_PARAM 10#define wxSCI_SH_BACKTICKS 11#define wxSCI_SH_HERE_DELIM 12#define wxSCI_SH_HERE_Q 13// Lexical states for SCLEX_ASN1#define wxSCI_ASN1_DEFAULT 0#define wxSCI_ASN1_COMMENT 1#define wxSCI_ASN1_IDENTIFIER 2#define wxSCI_ASN1_STRING 3#define wxSCI_ASN1_OID 4#define wxSCI_ASN1_SCALAR 5#define wxSCI_ASN1_KEYWORD 6

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -