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

📄 wxscintilla.h

📁 robocup rcssserver 运行防真机器人足球比赛所用的服务器端
💻 H
📖 第 1 页 / 共 5 页
字号:
#define wxSCI_C_PREPROCESSOR 9#define wxSCI_C_OPERATOR 10#define wxSCI_C_IDENTIFIER 11#define wxSCI_C_STRINGEOL 12#define wxSCI_C_VERBATIM 13#define wxSCI_C_REGEX 14#define wxSCI_C_COMMENTLINEDOC 15#define wxSCI_C_WORD2 16#define wxSCI_C_COMMENTDOCKEYWORD 17#define wxSCI_C_COMMENTDOCKEYWORDERROR 18#define wxSCI_C_GLOBALCLASS 19// Lexical states for SCLEX_TCL#define wxSCI_TCL_DEFAULT 0#define wxSCI_TCL_COMMENT 1#define wxSCI_TCL_COMMENTLINE 2#define wxSCI_TCL_NUMBER 3#define wxSCI_TCL_WORD_IN_QUOTE 4#define wxSCI_TCL_IN_QUOTE 5#define wxSCI_TCL_OPERATOR 6#define wxSCI_TCL_IDENTIFIER 7#define wxSCI_TCL_SUBSTITUTION 8#define wxSCI_TCL_SUB_BRACE 9#define wxSCI_TCL_MODIFIER 10#define wxSCI_TCL_EXPAND 11#define wxSCI_TCL_WORD 12#define wxSCI_TCL_WORD2 13#define wxSCI_TCL_WORD3 14#define wxSCI_TCL_WORD4 15#define wxSCI_TCL_WORD5 16#define wxSCI_TCL_WORD6 17#define wxSCI_TCL_WORD7 18#define wxSCI_TCL_WORD8 19#define wxSCI_TCL_COMMENT_BOX 20#define wxSCI_TCL_BLOCK_COMMENT 21// Lexical states for SCLEX_HTML, SCLEX_XML#define wxSCI_H_DEFAULT 0#define wxSCI_H_TAG 1#define wxSCI_H_TAGUNKNOWN 2#define wxSCI_H_ATTRIBUTE 3#define wxSCI_H_ATTRIBUTEUNKNOWN 4#define wxSCI_H_NUMBER 5#define wxSCI_H_DOUBLESTRING 6#define wxSCI_H_SINGLESTRING 7#define wxSCI_H_OTHER 8#define wxSCI_H_COMMENT 9#define wxSCI_H_ENTITY 10// XML and ASP#define wxSCI_H_TAGEND 11#define wxSCI_H_XMLSTART 12#define wxSCI_H_XMLEND 13#define wxSCI_H_SCRIPT 14#define wxSCI_H_ASP 15#define wxSCI_H_ASPAT 16#define wxSCI_H_CDATA 17#define wxSCI_H_QUESTION 18// More HTML#define wxSCI_H_VALUE 19// X-Code#define wxSCI_H_XCCOMMENT 20// SGML#define wxSCI_H_SGML_DEFAULT 21#define wxSCI_H_SGML_COMMAND 22#define wxSCI_H_SGML_1ST_PARAM 23#define wxSCI_H_SGML_DOUBLESTRING 24#define wxSCI_H_SGML_SIMPLESTRING 25#define wxSCI_H_SGML_ERROR 26#define wxSCI_H_SGML_SPECIAL 27#define wxSCI_H_SGML_ENTITY 28#define wxSCI_H_SGML_COMMENT 29#define wxSCI_H_SGML_1ST_PARAM_COMMENT 30#define wxSCI_H_SGML_BLOCK_DEFAULT 31// Embedded Javascript#define wxSCI_HJ_START 40#define wxSCI_HJ_DEFAULT 41#define wxSCI_HJ_COMMENT 42#define wxSCI_HJ_COMMENTLINE 43#define wxSCI_HJ_COMMENTDOC 44#define wxSCI_HJ_NUMBER 45#define wxSCI_HJ_WORD 46#define wxSCI_HJ_KEYWORD 47#define wxSCI_HJ_DOUBLESTRING 48#define wxSCI_HJ_SINGLESTRING 49#define wxSCI_HJ_SYMBOLS 50#define wxSCI_HJ_STRINGEOL 51#define wxSCI_HJ_REGEX 52// ASP Javascript#define wxSCI_HJA_START 55#define wxSCI_HJA_DEFAULT 56#define wxSCI_HJA_COMMENT 57#define wxSCI_HJA_COMMENTLINE 58#define wxSCI_HJA_COMMENTDOC 59#define wxSCI_HJA_NUMBER 60#define wxSCI_HJA_WORD 61#define wxSCI_HJA_KEYWORD 62#define wxSCI_HJA_DOUBLESTRING 63#define wxSCI_HJA_SINGLESTRING 64#define wxSCI_HJA_SYMBOLS 65#define wxSCI_HJA_STRINGEOL 66#define wxSCI_HJA_REGEX 67// Embedded VBScript#define wxSCI_HB_START 70#define wxSCI_HB_DEFAULT 71#define wxSCI_HB_COMMENTLINE 72#define wxSCI_HB_NUMBER 73#define wxSCI_HB_WORD 74#define wxSCI_HB_STRING 75#define wxSCI_HB_IDENTIFIER 76#define wxSCI_HB_STRINGEOL 77// ASP VBScript#define wxSCI_HBA_START 80#define wxSCI_HBA_DEFAULT 81#define wxSCI_HBA_COMMENTLINE 82#define wxSCI_HBA_NUMBER 83#define wxSCI_HBA_WORD 84#define wxSCI_HBA_STRING 85#define wxSCI_HBA_IDENTIFIER 86#define wxSCI_HBA_STRINGEOL 87// Embedded Python#define wxSCI_HP_START 90#define wxSCI_HP_DEFAULT 91#define wxSCI_HP_COMMENTLINE 92#define wxSCI_HP_NUMBER 93#define wxSCI_HP_STRING 94#define wxSCI_HP_CHARACTER 95#define wxSCI_HP_WORD 96#define wxSCI_HP_TRIPLE 97#define wxSCI_HP_TRIPLEDOUBLE 98#define wxSCI_HP_CLASSNAME 99#define wxSCI_HP_DEFNAME 100#define wxSCI_HP_OPERATOR 101#define wxSCI_HP_IDENTIFIER 102// PHP#define wxSCI_HPHP_COMPLEX_VARIABLE 104// ASP Python#define wxSCI_HPA_START 105#define wxSCI_HPA_DEFAULT 106#define wxSCI_HPA_COMMENTLINE 107#define wxSCI_HPA_NUMBER 108#define wxSCI_HPA_STRING 109#define wxSCI_HPA_CHARACTER 110#define wxSCI_HPA_WORD 111#define wxSCI_HPA_TRIPLE 112#define wxSCI_HPA_TRIPLEDOUBLE 113#define wxSCI_HPA_CLASSNAME 114#define wxSCI_HPA_DEFNAME 115#define wxSCI_HPA_OPERATOR 116#define wxSCI_HPA_IDENTIFIER 117// PHP#define wxSCI_HPHP_DEFAULT 118#define wxSCI_HPHP_HSTRING 119#define wxSCI_HPHP_SIMPLESTRING 120#define wxSCI_HPHP_WORD 121#define wxSCI_HPHP_NUMBER 122#define wxSCI_HPHP_VARIABLE 123#define wxSCI_HPHP_COMMENT 124#define wxSCI_HPHP_COMMENTLINE 125#define wxSCI_HPHP_HSTRING_VARIABLE 126#define wxSCI_HPHP_OPERATOR 127// Lexical states for SCLEX_PERL#define wxSCI_PL_DEFAULT 0#define wxSCI_PL_ERROR 1#define wxSCI_PL_COMMENTLINE 2#define wxSCI_PL_POD 3#define wxSCI_PL_NUMBER 4#define wxSCI_PL_WORD 5#define wxSCI_PL_STRING 6#define wxSCI_PL_CHARACTER 7#define wxSCI_PL_PUNCTUATION 8#define wxSCI_PL_PREPROCESSOR 9#define wxSCI_PL_OPERATOR 10#define wxSCI_PL_IDENTIFIER 11#define wxSCI_PL_SCALAR 12#define wxSCI_PL_ARRAY 13#define wxSCI_PL_HASH 14#define wxSCI_PL_SYMBOLTABLE 15#define wxSCI_PL_VARIABLE_INDEXER 16#define wxSCI_PL_REGEX 17#define wxSCI_PL_REGSUBST 18#define wxSCI_PL_LONGQUOTE 19#define wxSCI_PL_BACKTICKS 20#define wxSCI_PL_DATASECTION 21#define wxSCI_PL_HERE_DELIM 22#define wxSCI_PL_HERE_Q 23#define wxSCI_PL_HERE_QQ 24#define wxSCI_PL_HERE_QX 25#define wxSCI_PL_STRING_Q 26#define wxSCI_PL_STRING_QQ 27#define wxSCI_PL_STRING_QX 28#define wxSCI_PL_STRING_QR 29#define wxSCI_PL_STRING_QW 30#define wxSCI_PL_POD_VERB 31// Lexical states for SCLEX_RUBY#define wxSCI_RB_DEFAULT 0#define wxSCI_RB_ERROR 1#define wxSCI_RB_COMMENTLINE 2#define wxSCI_RB_POD 3#define wxSCI_RB_NUMBER 4#define wxSCI_RB_WORD 5#define wxSCI_RB_STRING 6#define wxSCI_RB_CHARACTER 7#define wxSCI_RB_CLASSNAME 8#define wxSCI_RB_DEFNAME 9#define wxSCI_RB_OPERATOR 10#define wxSCI_RB_IDENTIFIER 11#define wxSCI_RB_REGEX 12#define wxSCI_RB_GLOBAL 13#define wxSCI_RB_SYMBOL 14#define wxSCI_RB_MODULE_NAME 15#define wxSCI_RB_INSTANCE_VAR 16#define wxSCI_RB_CLASS_VAR 17#define wxSCI_RB_BACKTICKS 18#define wxSCI_RB_DATASECTION 19#define wxSCI_RB_HERE_DELIM 20#define wxSCI_RB_HERE_Q 21#define wxSCI_RB_HERE_QQ 22#define wxSCI_RB_HERE_QX 23#define wxSCI_RB_STRING_Q 24#define wxSCI_RB_STRING_QQ 25#define wxSCI_RB_STRING_QX 26#define wxSCI_RB_STRING_QR 27#define wxSCI_RB_STRING_QW 28#define wxSCI_RB_WORD_DEMOTED 29#define wxSCI_RB_STDIN 30#define wxSCI_RB_STDOUT 31#define wxSCI_RB_STDERR 40#define wxSCI_RB_UPPER_BOUND 41// Lexical states for SCLEX_VB, SCLEX_VBSCRIPT, SCLEX_POWERBASIC#define wxSCI_B_DEFAULT 0#define wxSCI_B_COMMENT 1#define wxSCI_B_NUMBER 2#define wxSCI_B_KEYWORD 3#define wxSCI_B_STRING 4#define wxSCI_B_PREPROCESSOR 5#define wxSCI_B_OPERATOR 6#define wxSCI_B_IDENTIFIER 7#define wxSCI_B_DATE 8#define wxSCI_B_STRINGEOL 9#define wxSCI_B_KEYWORD2 10#define wxSCI_B_KEYWORD3 11#define wxSCI_B_KEYWORD4 12#define wxSCI_B_CONSTANT 13#define wxSCI_B_ASM 14#define wxSCI_B_LABEL 15#define wxSCI_B_ERROR 16#define wxSCI_B_HEXNUMBER 17#define wxSCI_B_BINNUMBER 18// Lexical states for SCLEX_PROPERTIES#define wxSCI_PROPS_DEFAULT 0#define wxSCI_PROPS_COMMENT 1#define wxSCI_PROPS_SECTION 2#define wxSCI_PROPS_ASSIGNMENT 3#define wxSCI_PROPS_DEFVAL 4#define wxSCI_PROPS_KEY 5// Lexical states for SCLEX_LATEX#define wxSCI_L_DEFAULT 0#define wxSCI_L_COMMAND 1#define wxSCI_L_TAG 2#define wxSCI_L_MATH 3#define wxSCI_L_COMMENT 4// Lexical states for SCLEX_LUA#define wxSCI_LUA_DEFAULT 0#define wxSCI_LUA_COMMENT 1#define wxSCI_LUA_COMMENTLINE 2#define wxSCI_LUA_COMMENTDOC 3#define wxSCI_LUA_NUMBER 4#define wxSCI_LUA_WORD 5#define wxSCI_LUA_STRING 6#define wxSCI_LUA_CHARACTER 7#define wxSCI_LUA_LITERALSTRING 8#define wxSCI_LUA_PREPROCESSOR 9#define wxSCI_LUA_OPERATOR 10#define wxSCI_LUA_IDENTIFIER 11#define wxSCI_LUA_STRINGEOL 12#define wxSCI_LUA_WORD2 13#define wxSCI_LUA_WORD3 14#define wxSCI_LUA_WORD4 15#define wxSCI_LUA_WORD5 16#define wxSCI_LUA_WORD6 17#define wxSCI_LUA_WORD7 18#define wxSCI_LUA_WORD8 19// Lexical states for SCLEX_ERRORLIST#define wxSCI_ERR_DEFAULT 0#define wxSCI_ERR_PYTHON 1#define wxSCI_ERR_GCC 2#define wxSCI_ERR_MS 3#define wxSCI_ERR_CMD 4#define wxSCI_ERR_BORLAND 5#define wxSCI_ERR_PERL 6#define wxSCI_ERR_NET 7#define wxSCI_ERR_LUA 8#define wxSCI_ERR_CTAG 9#define wxSCI_ERR_DIFF_CHANGED 10#define wxSCI_ERR_DIFF_ADDITION 11#define wxSCI_ERR_DIFF_DELETION 12#define wxSCI_ERR_DIFF_MESSAGE 13#define wxSCI_ERR_PHP 14#define wxSCI_ERR_ELF 15#define wxSCI_ERR_IFC 16#define wxSCI_ERR_IFORT 17#define wxSCI_ERR_ABSF 18#define wxSCI_ERR_TIDY 19#define wxSCI_ERR_JAVA_STACK 20// Lexical states for SCLEX_BATCH#define wxSCI_BAT_DEFAULT 0#define wxSCI_BAT_COMMENT 1#define wxSCI_BAT_WORD 2#define wxSCI_BAT_LABEL 3#define wxSCI_BAT_HIDE 4#define wxSCI_BAT_COMMAND 5#define wxSCI_BAT_IDENTIFIER 6#define wxSCI_BAT_OPERATOR 7// Lexical states for SCLEX_MAKEFILE#define wxSCI_MAKE_DEFAULT 0#define wxSCI_MAKE_COMMENT 1#define wxSCI_MAKE_PREPROCESSOR 2#define wxSCI_MAKE_IDENTIFIER 3#define wxSCI_MAKE_OPERATOR 4#define wxSCI_MAKE_TARGET 5#define wxSCI_MAKE_IDEOL 9// Lexical states for SCLEX_DIFF#define wxSCI_DIFF_DEFAULT 0#define wxSCI_DIFF_COMMENT 1#define wxSCI_DIFF_COMMAND 2#define wxSCI_DIFF_HEADER 3#define wxSCI_DIFF_POSITION 4#define wxSCI_DIFF_DELETED 5#define wxSCI_DIFF_ADDED 6// Lexical states for SCLEX_CONF (Apache Configuration Files Lexer)#define wxSCI_CONF_DEFAULT 0#define wxSCI_CONF_COMMENT 1#define wxSCI_CONF_NUMBER 2#define wxSCI_CONF_IDENTIFIER 3#define wxSCI_CONF_EXTENSION 4#define wxSCI_CONF_PARAMETER 5#define wxSCI_CONF_STRING 6#define wxSCI_CONF_OPERATOR 7#define wxSCI_CONF_IP 8#define wxSCI_CONF_DIRECTIVE 9// Lexical states for SCLEX_AVE, Avenue#define wxSCI_AVE_DEFAULT 0#define wxSCI_AVE_COMMENT 1#define wxSCI_AVE_NUMBER 2#define wxSCI_AVE_WORD 3#define wxSCI_AVE_STRING 6#define wxSCI_AVE_ENUM 7#define wxSCI_AVE_STRINGEOL 8#define wxSCI_AVE_IDENTIFIER 9#define wxSCI_AVE_OPERATOR 10#define wxSCI_AVE_WORD1 11#define wxSCI_AVE_WORD2 12#define wxSCI_AVE_WORD3 13#define wxSCI_AVE_WORD4 14#define wxSCI_AVE_WORD5 15#define wxSCI_AVE_WORD6 16// Lexical states for SCLEX_ADA#define wxSCI_ADA_DEFAULT 0#define wxSCI_ADA_WORD 1#define wxSCI_ADA_IDENTIFIER 2#define wxSCI_ADA_NUMBER 3#define wxSCI_ADA_DELIMITER 4#define wxSCI_ADA_CHARACTER 5#define wxSCI_ADA_CHARACTEREOL 6#define wxSCI_ADA_STRING 7#define wxSCI_ADA_STRINGEOL 8#define wxSCI_ADA_LABEL 9#define wxSCI_ADA_COMMENTLINE 10#define wxSCI_ADA_ILLEGAL 11// Lexical states for SCLEX_BAAN#define wxSCI_BAAN_DEFAULT 0#define wxSCI_BAAN_COMMENT 1#define wxSCI_BAAN_COMMENTDOC 2#define wxSCI_BAAN_NUMBER 3#define wxSCI_BAAN_WORD 4#define wxSCI_BAAN_STRING 5#define wxSCI_BAAN_PREPROCESSOR 6#define wxSCI_BAAN_OPERATOR 7#define wxSCI_BAAN_IDENTIFIER 8#define wxSCI_BAAN_STRINGEOL 9#define wxSCI_BAAN_WORD2 10// Lexical states for SCLEX_LISP#define wxSCI_LISP_DEFAULT 0#define wxSCI_LISP_COMMENT 1#define wxSCI_LISP_NUMBER 2#define wxSCI_LISP_KEYWORD 3#define wxSCI_LISP_KEYWORD_KW 4#define wxSCI_LISP_SYMBOL 5#define wxSCI_LISP_STRING 6#define wxSCI_LISP_STRINGEOL 8#define wxSCI_LISP_IDENTIFIER 9#define wxSCI_LISP_OPERATOR 10#define wxSCI_LISP_SPECIAL 11#define wxSCI_LISP_MULTI_COMMENT 12// Lexical states for SCLEX_EIFFEL and SCLEX_EIFFELKW#define wxSCI_EIFFEL_DEFAULT 0#define wxSCI_EIFFEL_COMMENTLINE 1#define wxSCI_EIFFEL_NUMBER 2#define wxSCI_EIFFEL_WORD 3#define wxSCI_EIFFEL_STRING 4

⌨️ 快捷键说明

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