Code::Blocks  SVN r11506
Classes | Macros | Typedefs | Functions | Variables
wxscintilla.h File Reference
#include <wx/defs.h>
#include <wx/control.h>
#include <wx/dnd.h>
#include <wx/stopwatch.h>
#include <wx/scrolbar.h>
#include <wx/versioninfo.h>
Include dependency graph for wxscintilla.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wxScintilla
 
class  wxScintillaEvent
 

Macros

#define wxSCINTILLA_VERSION   _T("3.75.0")
 
#define WXDLLIMPEXP_SCI   WXEXPORT
 
#define SCI_USE_DND   1
 
#define wxSCI_INVALID_POSITION   -1
 
#define wxSCI_START   2000
 Define start of Scintilla messages to be greater than all Windows edit (EM_*) messages as many EM_ messages can be used although that use is deprecated. More...
 
#define wxSCI_OPTIONAL_START   3000
 
#define wxSCI_LEXER_START   4000
 
#define wxSCI_WS_INVISIBLE   0
 
#define wxSCI_WS_VISIBLEALWAYS   1
 
#define wxSCI_WS_VISIBLEAFTERINDENT   2
 
#define wxSCI_WS_VISIBLEONLYININDENT   3
 
#define wxSCI_TD_LONGARROW   0
 
#define wxSCI_TD_STRIKEOUT   1
 
#define wxSCI_EOL_CRLF   0
 
#define wxSCI_EOL_CR   1
 
#define wxSCI_EOL_LF   2
 
#define wxSCI_CP_UTF8   65001
 The SC_CP_UTF8 value can be used to enter Unicode mode. More...
 
#define wxSCI_IME_WINDOWED   0
 
#define wxSCI_IME_INLINE   1
 
#define wxSCI_MARKER_MAX   31
 
#define wxSCI_MARK_CIRCLE   0
 
#define wxSCI_MARK_ROUNDRECT   1
 
#define wxSCI_MARK_ARROW   2
 
#define wxSCI_MARK_SMALLRECT   3
 
#define wxSCI_MARK_SHORTARROW   4
 
#define wxSCI_MARK_EMPTY   5
 
#define wxSCI_MARK_ARROWDOWN   6
 
#define wxSCI_MARK_MINUS   7
 
#define wxSCI_MARK_PLUS   8
 
#define wxSCI_MARK_VLINE   9
 Shapes used for outlining column. More...
 
#define wxSCI_MARK_LCORNER   10
 
#define wxSCI_MARK_TCORNER   11
 
#define wxSCI_MARK_BOXPLUS   12
 
#define wxSCI_MARK_BOXPLUSCONNECTED   13
 
#define wxSCI_MARK_BOXMINUS   14
 
#define wxSCI_MARK_BOXMINUSCONNECTED   15
 
#define wxSCI_MARK_LCORNERCURVE   16
 
#define wxSCI_MARK_TCORNERCURVE   17
 
#define wxSCI_MARK_CIRCLEPLUS   18
 
#define wxSCI_MARK_CIRCLEPLUSCONNECTED   19
 
#define wxSCI_MARK_CIRCLEMINUS   20
 
#define wxSCI_MARK_CIRCLEMINUSCONNECTED   21
 
#define wxSCI_MARK_BACKGROUND   22
 Invisible mark that only sets the line background colour. More...
 
#define wxSCI_MARK_DOTDOTDOT   23
 
#define wxSCI_MARK_ARROWS   24
 
#define wxSCI_MARK_PIXMAP   25
 
#define wxSCI_MARK_FULLRECT   26
 
#define wxSCI_MARK_LEFTRECT   27
 
#define wxSCI_MARK_AVAILABLE   28
 
#define wxSCI_MARK_UNDERLINE   29
 
#define wxSCI_MARK_RGBAIMAGE   30
 
#define wxSCI_MARK_BOOKMARK   31
 
#define wxSCI_MARK_CHARACTER   10000
 
#define wxSCI_MARKNUM_LASTUNUSED   22
 
#define wxSCI_MARKNUM_CHANGEUNSAVED   23
 
#define wxSCI_MARKNUM_CHANGESAVED   24
 
#define wxSCI_MARKNUM_FOLDEREND   25
 
#define wxSCI_MARKNUM_FOLDEROPENMID   26
 
#define wxSCI_MARKNUM_FOLDERMIDTAIL   27
 
#define wxSCI_MARKNUM_FOLDERTAIL   28
 
#define wxSCI_MARKNUM_FOLDERSUB   29
 
#define wxSCI_MARKNUM_FOLDER   30
 
#define wxSCI_MARKNUM_FOLDEROPEN   31
 
#define wxSCI_MASK_FOLDERS   0xFF800000
 
#define wxSCI_MAX_MARGIN   4
 
#define wxSCI_MARGIN_SYMBOL   0
 
#define wxSCI_MARGIN_NUMBER   1
 
#define wxSCI_MARGIN_BACK   2
 
#define wxSCI_MARGIN_FORE   3
 
#define wxSCI_MARGIN_TEXT   4
 
#define wxSCI_MARGIN_RTEXT   5
 
#define wxSCI_MARGIN_COLOUR   6
 
#define wxSCI_MARGIN_CHANGED   7
 
#define wxSCI_STYLE_DEFAULT   32
 Styles in range 32..38 are predefined for parts of the UI and are not used as normal styles. More...
 
#define wxSCI_STYLE_LINENUMBER   33
 
#define wxSCI_STYLE_BRACELIGHT   34
 
#define wxSCI_STYLE_BRACEBAD   35
 
#define wxSCI_STYLE_CONTROLCHAR   36
 
#define wxSCI_STYLE_INDENTGUIDE   37
 
#define wxSCI_STYLE_CALLTIP   38
 
#define wxSCI_STYLE_FOLDDISPLAYTEXT   39
 
#define wxSCI_STYLE_LASTPREDEFINED   39
 
#define wxSCI_STYLE_MAX   255
 
#define wxSCI_CHARSET_ANSI   0
 Character set identifiers are used in StyleSetCharacterSet. More...
 
#define wxSCI_CHARSET_DEFAULT   1
 
#define wxSCI_CHARSET_BALTIC   186
 
#define wxSCI_CHARSET_CHINESEBIG5   136
 
#define wxSCI_CHARSET_EASTEUROPE   238
 
#define wxSCI_CHARSET_GB2312   134
 
#define wxSCI_CHARSET_GREEK   161
 
#define wxSCI_CHARSET_HANGUL   129
 
#define wxSCI_CHARSET_MAC   77
 
#define wxSCI_CHARSET_OEM   255
 
#define wxSCI_CHARSET_RUSSIAN   204
 
#define wxSCI_CHARSET_OEM866   866
 
#define wxSCI_CHARSET_CYRILLIC   1251
 
#define wxSCI_CHARSET_SHIFTJIS   128
 
#define wxSCI_CHARSET_SYMBOL   2
 
#define wxSCI_CHARSET_TURKISH   162
 
#define wxSCI_CHARSET_JOHAB   130
 
#define wxSCI_CHARSET_HEBREW   177
 
#define wxSCI_CHARSET_ARABIC   178
 
#define wxSCI_CHARSET_VIETNAMESE   163
 
#define wxSCI_CHARSET_THAI   222
 
#define wxSCI_CHARSET_8859_15   1000
 
#define wxSCI_CASE_MIXED   0
 
#define wxSCI_CASE_UPPER   1
 
#define wxSCI_CASE_LOWER   2
 
#define wxSCI_CASE_CAMEL   3
 
#define wxSCI_FONT_SIZE_MULTIPLIER   100
 
#define wxSCI_WEIGHT_NORMAL   400
 
#define wxSCI_WEIGHT_SEMIBOLD   600
 
#define wxSCI_WEIGHT_BOLD   700
 
#define wxSCI_INDIC_PLAIN   0
 Indicator style enumeration and some constants. More...
 
#define wxSCI_INDIC_SQUIGGLE   1
 
#define wxSCI_INDIC_TT   2
 
#define wxSCI_INDIC_DIAGONAL   3
 
#define wxSCI_INDIC_STRIKE   4
 
#define wxSCI_INDIC_HIDDEN   5
 
#define wxSCI_INDIC_BOX   6
 
#define wxSCI_INDIC_ROUNDBOX   7
 
#define wxSCI_INDIC_STRAIGHTBOX   8
 
#define wxSCI_INDIC_DASH   9
 
#define wxSCI_INDIC_DOTS   10
 
#define wxSCI_INDIC_SQUIGGLELOW   11
 
#define wxSCI_INDIC_DOTBOX   12
 
#define wxSCI_INDIC_SQUIGGLEPIXMAP   13
 
#define wxSCI_INDIC_COMPOSITIONTHICK   14
 
#define wxSCI_INDIC_COMPOSITIONTHIN   15
 
#define wxSCI_INDIC_FULLBOX   16
 
#define wxSCI_INDIC_TEXTFORE   17
 
#define wxSCI_INDIC_POINT   18
 
#define wxSCI_INDIC_POINTCHARACTER   19
 
#define wxSCI_INDIC_HIGHLIGHT   31
 
#define wxSCI_INDIC_IME   32
 
#define wxSCI_INDIC_IME_MAX   35
 
#define wxSCI_INDIC_MAX   35
 
#define wxSCI_INDIC_CONTAINER   8
 
#define wxSCI_INDICVALUEBIT   0x1000000
 
#define wxSCI_INDICVALUEMASK   0xFFFFFF
 
#define wxSCI_INDICFLAG_VALUEFORE   1
 
#define wxSCI_IV_NONE   0
 
#define wxSCI_IV_REAL   1
 
#define wxSCI_IV_LOOKFORWARD   2
 
#define wxSCI_IV_LOOKBOTH   3
 
#define wxSCI_PRINT_NORMAL   0
 PrintColourMode - use same colours as screen. More...
 
#define wxSCI_PRINT_INVERTLIGHT   1
 PrintColourMode - invert the light value of each style for printing. More...
 
#define wxSCI_PRINT_BLACKONWHITE   2
 PrintColourMode - force black text on white background for printing. More...
 
#define wxSCI_PRINT_COLOURONWHITE   3
 PrintColourMode - text stays coloured, but all background is forced to be white for printing. More...
 
#define wxSCI_PRINT_COLOURONWHITEDEFAULTBG   4
 PrintColourMode - only the default-background is forced to be white for printing. More...
 
#define wxSCI_FIND_WHOLEWORD   0x2
 
#define wxSCI_FIND_MATCHCASE   0x4
 
#define wxSCI_FIND_WORDSTART   0x00100000
 
#define wxSCI_FIND_REGEXP   0x00200000
 
#define wxSCI_FIND_POSIX   0x00400000
 
#define wxSCI_FIND_CXX11REGEX   0x00800000
 
#define wxSCI_FOLDLEVELBASE   0x400
 
#define wxSCI_FOLDLEVELWHITEFLAG   0x1000
 
#define wxSCI_FOLDLEVELHEADERFLAG   0x2000
 
#define wxSCI_FOLDLEVELNUMBERMASK   0x0FFF
 
#define wxSCI_FOLDDISPLAYTEXT_HIDDEN   0
 
#define wxSCI_FOLDDISPLAYTEXT_STANDARD   1
 
#define wxSCI_FOLDDISPLAYTEXT_BOXED   2
 
#define wxSCI_FOLDACTION_CONTRACT   0
 
#define wxSCI_FOLDACTION_EXPAND   1
 
#define wxSCI_FOLDACTION_TOGGLE   2
 
#define wxSCI_AUTOMATICFOLD_SHOW   0x0001
 
#define wxSCI_AUTOMATICFOLD_CLICK   0x0002
 
#define wxSCI_AUTOMATICFOLD_CHANGE   0x0004
 
#define wxSCI_FOLDFLAG_LINEBEFORE_EXPANDED   0x0002
 
#define wxSCI_FOLDFLAG_LINEBEFORE_CONTRACTED   0x0004
 
#define wxSCI_FOLDFLAG_LINEAFTER_EXPANDED   0x0008
 
#define wxSCI_FOLDFLAG_LINEAFTER_CONTRACTED   0x0010
 
#define wxSCI_FOLDFLAG_LEVELNUMBERS   0x0040
 
#define wxSCI_FOLDFLAG_LINESTATE   0x0080
 
#define wxSCI_TIME_FOREVER   10000000
 
#define wxSCI_IDLESTYLING_NONE   0
 
#define wxSCI_IDLESTYLING_TOVISIBLE   1
 
#define wxSCI_IDLESTYLING_AFTERVISIBLE   2
 
#define wxSCI_IDLESTYLING_ALL   3
 
#define wxSCI_WRAP_NONE   0
 
#define wxSCI_WRAP_WORD   1
 
#define wxSCI_WRAP_CHAR   2
 
#define wxSCI_WRAP_WHITESPACE   3
 
#define wxSCI_WRAPVISUALFLAG_NONE   0x0000
 
#define wxSCI_WRAPVISUALFLAG_END   0x0001
 
#define wxSCI_WRAPVISUALFLAG_START   0x0002
 
#define wxSCI_WRAPVISUALFLAG_MARGIN   0x0004
 
#define wxSCI_WRAPVISUALFLAGLOC_DEFAULT   0x0000
 
#define wxSCI_WRAPVISUALFLAGLOC_END_BY_TEXT   0x0001
 
#define wxSCI_WRAPVISUALFLAGLOC_START_BY_TEXT   0x0002
 
#define wxSCI_WRAPINDENT_FIXED   0
 
#define wxSCI_WRAPINDENT_SAME   1
 
#define wxSCI_WRAPINDENT_INDENT   2
 
#define wxSCI_CACHE_NONE   0
 
#define wxSCI_CACHE_CARET   1
 
#define wxSCI_CACHE_PAGE   2
 
#define wxSCI_CACHE_DOCUMENT   3
 
#define wxSCI_PHASES_ONE   0
 
#define wxSCI_PHASES_TWO   1
 
#define wxSCI_PHASES_MULTIPLE   2
 
#define wxSCI_EFF_QUALITY_MASK   0xF
 Control font anti-aliasing. More...
 
#define wxSCI_EFF_QUALITY_DEFAULT   0
 
#define wxSCI_EFF_QUALITY_NON_ANTIALIASED   1
 
#define wxSCI_EFF_QUALITY_ANTIALIASED   2
 
#define wxSCI_EFF_QUALITY_LCD_OPTIMIZED   3
 
#define wxSCI_MULTIPASTE_ONCE   0
 
#define wxSCI_MULTIPASTE_EACH   1
 
#define wxSCI_EDGE_NONE   0
 
#define wxSCI_EDGE_LINE   1
 
#define wxSCI_EDGE_BACKGROUND   2
 
#define wxSCI_EDGE_MULTILINE   3
 
#define wxSCI_POPUP_NEVER   0
 
#define wxSCI_POPUP_ALL   1
 
#define wxSCI_POPUP_TEXT   2
 
#define wxSCI_STATUS_OK   0
 
#define wxSCI_STATUS_FAILURE   1
 
#define wxSCI_STATUS_BADALLOC   2
 
#define wxSCI_STATUS_WARN_START   1000
 
#define wxSCI_STATUS_WARN_REGEX   1001
 
#define wxSCI_CURSORNORMAL   -1
 
#define wxSCI_CURSORARROW   2
 
#define wxSCI_CURSORWAIT   4
 
#define wxSCI_CURSORREVERSEARROW   7
 
#define wxSCI_VISIBLE_SLOP   0x01
 Constants for use with SetVisiblePolicy, similar to SetCaretPolicy. More...
 
#define wxSCI_VISIBLE_STRICT   0x04
 
#define wxSCI_CARET_SLOP   0x01
 Caret policy, used by SetXCaretPolicy and SetYCaretPolicy. More...
 
#define wxSCI_CARET_STRICT   0x04
 If CARET_STRICT is set, the policy is enforced... More...
 
#define wxSCI_CARET_JUMPS   0x10
 If CARET_JUMPS is set, the display is moved more energetically so the caret can move in the same direction longer before the policy is applied again. More...
 
#define wxSCI_CARET_EVEN   0x08
 If CARET_EVEN is not set, instead of having symmetrical UZs, the left and bottom UZs are extended up to right and top UZs respectively. More...
 
#define wxSCI_SEL_STREAM   0
 
#define wxSCI_SEL_RECTANGLE   1
 
#define wxSCI_SEL_LINES   2
 
#define wxSCI_SEL_THIN   3
 
#define wxSCI_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE   0
 
#define wxSCI_CASEINSENSITIVEBEHAVIOUR_IGNORECASE   1
 
#define wxSCI_MULTIAUTOC_ONCE   0
 
#define wxSCI_MULTIAUTOC_EACH   1
 
#define wxSCI_ORDER_PRESORTED   0
 
#define wxSCI_ORDER_PERFORMSORT   1
 
#define wxSCI_ORDER_CUSTOM   2
 
#define wxSCI_CARETSTICKY_OFF   0
 
#define wxSCI_CARETSTICKY_ON   1
 
#define wxSCI_CARETSTICKY_WHITESPACE   2
 
#define wxSCI_ALPHA_TRANSPARENT   0
 
#define wxSCI_ALPHA_OPAQUE   255
 
#define wxSCI_ALPHA_NOALPHA   256
 
#define wxSCI_CARETSTYLE_INVISIBLE   0
 
#define wxSCI_CARETSTYLE_LINE   1
 
#define wxSCI_CARETSTYLE_BLOCK   2
 
#define wxSCI_MARGINOPTION_NONE   0
 
#define wxSCI_MARGINOPTION_SUBLINESELECT   1
 
#define wxSCI_ANNOTATION_HIDDEN   0
 
#define wxSCI_ANNOTATION_STANDARD   1
 
#define wxSCI_ANNOTATION_BOXED   2
 
#define wxSCI_ANNOTATION_INDENTED   3
 
#define wxSCI_UNDO_MAY_COALESCE   1
 
#define wxSCI_VS_NONE   0
 
#define wxSCI_VS_RECTANGULARSELECTION   1
 
#define wxSCI_VS_USERACCESSIBLE   2
 
#define wxSCI_VS_NOWRAPLINESTART   4
 
#define wxSCI_TECHNOLOGY_DEFAULT   0
 
#define wxSCI_TECHNOLOGY_DIRECTWRITE   1
 
#define wxSCI_LINE_END_TYPE_DEFAULT   0
 Line end types which may be used in addition to LF, CR, and CRLF SC_LINE_END_TYPE_UNICODE includes U+2028 Line Separator, U+2029 Paragraph Separator, and U+0085 Next Line. More...
 
#define wxSCI_LINE_END_TYPE_UNICODE   1
 
#define wxSCI_KEYWORDSET_MAX   8
 Maximum value of keywordSet parameter of SetKeyWords. More...
 
#define wxSCI_TYPE_BOOLEAN   0
 
#define wxSCI_TYPE_INTEGER   1
 
#define wxSCI_TYPE_STRING   2
 
#define wxSCI_MOD_INSERTTEXT   0x1
 Notifications Type of modification and the action which caused the modification. More...
 
#define wxSCI_MOD_DELETETEXT   0x2
 
#define wxSCI_MOD_CHANGESTYLE   0x4
 
#define wxSCI_MOD_CHANGEFOLD   0x8
 
#define wxSCI_PERFORMED_USER   0x10
 
#define wxSCI_PERFORMED_UNDO   0x20
 
#define wxSCI_PERFORMED_REDO   0x40
 
#define wxSCI_MULTISTEPUNDOREDO   0x80
 
#define wxSCI_LASTSTEPINUNDOREDO   0x100
 
#define wxSCI_MOD_CHANGEMARKER   0x200
 
#define wxSCI_MOD_BEFOREINSERT   0x400
 
#define wxSCI_MOD_BEFOREDELETE   0x800
 
#define wxSCI_MULTILINEUNDOREDO   0x1000
 
#define wxSCI_STARTACTION   0x2000
 
#define wxSCI_MOD_CHANGEINDICATOR   0x4000
 
#define wxSCI_MOD_CHANGELINESTATE   0x8000
 
#define wxSCI_MOD_CHANGEMARGIN   0x10000
 
#define wxSCI_MOD_CHANGEANNOTATION   0x20000
 
#define wxSCI_MOD_CONTAINER   0x40000
 
#define wxSCI_MOD_LEXERSTATE   0x80000
 
#define wxSCI_MOD_INSERTCHECK   0x100000
 
#define wxSCI_MOD_CHANGETABSTOPS   0x200000
 
#define wxSCI_MODEVENTMASKALL   0x3FFFFF
 
#define wxSCI_UPDATE_CONTENT   0x1
 
#define wxSCI_UPDATE_SELECTION   0x2
 
#define wxSCI_UPDATE_V_SCROLL   0x4
 
#define wxSCI_UPDATE_H_SCROLL   0x8
 
#define wxSCI_KEY_DOWN   300
 Symbolic key codes and modifier flags. More...
 
#define wxSCI_KEY_UP   301
 
#define wxSCI_KEY_LEFT   302
 
#define wxSCI_KEY_RIGHT   303
 
#define wxSCI_KEY_HOME   304
 
#define wxSCI_KEY_END   305
 
#define wxSCI_KEY_PRIOR   306
 
#define wxSCI_KEY_NEXT   307
 
#define wxSCI_KEY_DELETE   308
 
#define wxSCI_KEY_INSERT   309
 
#define wxSCI_KEY_ESCAPE   7
 
#define wxSCI_KEY_BACK   8
 
#define wxSCI_KEY_TAB   9
 
#define wxSCI_KEY_RETURN   13
 
#define wxSCI_KEY_ADD   310
 
#define wxSCI_KEY_SUBTRACT   311
 
#define wxSCI_KEY_DIVIDE   312
 
#define wxSCI_KEY_WIN   313
 
#define wxSCI_KEY_RWIN   314
 
#define wxSCI_KEY_MENU   315
 
#define wxSCI_KEYMOD_NORM   0
 
#define wxSCI_KEYMOD_SHIFT   1
 
#define wxSCI_KEYMOD_CTRL   2
 
#define wxSCI_KEYMOD_ALT   4
 
#define wxSCI_KEYMOD_SUPER   8
 
#define wxSCI_KEYMOD_META   16
 
#define wxSCI_AC_FILLUP   1
 
#define wxSCI_AC_DOUBLECLICK   2
 
#define wxSCI_AC_TAB   3
 
#define wxSCI_AC_NEWLINE   4
 
#define wxSCI_AC_COMMAND   5
 
#define wxSCI_LEX_CONTAINER   0
 For SciLexer.h. More...
 
#define wxSCI_LEX_NULL   1
 
#define wxSCI_LEX_PYTHON   2
 
#define wxSCI_LEX_CPP   3
 
#define wxSCI_LEX_HTML   4
 
#define wxSCI_LEX_XML   5
 
#define wxSCI_LEX_PERL   6
 
#define wxSCI_LEX_SQL   7
 
#define wxSCI_LEX_VB   8
 
#define wxSCI_LEX_PROPERTIES   9
 
#define wxSCI_LEX_ERRORLIST   10
 
#define wxSCI_LEX_MAKEFILE   11
 
#define wxSCI_LEX_BATCH   12
 
#define wxSCI_LEX_XCODE   13
 
#define wxSCI_LEX_LATEX   14
 
#define wxSCI_LEX_LUA   15
 
#define wxSCI_LEX_DIFF   16
 
#define wxSCI_LEX_CONF   17
 
#define wxSCI_LEX_PASCAL   18
 
#define wxSCI_LEX_AVE   19
 
#define wxSCI_LEX_ADA   20
 
#define wxSCI_LEX_LISP   21
 
#define wxSCI_LEX_RUBY   22
 
#define wxSCI_LEX_EIFFEL   23
 
#define wxSCI_LEX_EIFFELKW   24
 
#define wxSCI_LEX_TCL   25
 
#define wxSCI_LEX_NNCRONTAB   26
 
#define wxSCI_LEX_BULLANT   27
 
#define wxSCI_LEX_VBSCRIPT   28
 
#define wxSCI_LEX_BAAN   31
 
#define wxSCI_LEX_MATLAB   32
 
#define wxSCI_LEX_SCRIPTOL   33
 
#define wxSCI_LEX_ASM   34
 
#define wxSCI_LEX_CPPNOCASE   35
 
#define wxSCI_LEX_FORTRAN   36
 
#define wxSCI_LEX_F77   37
 
#define wxSCI_LEX_CSS   38
 
#define wxSCI_LEX_POV   39
 
#define wxSCI_LEX_LOUT   40
 
#define wxSCI_LEX_ESCRIPT   41
 
#define wxSCI_LEX_PS   42
 
#define wxSCI_LEX_NSIS   43
 
#define wxSCI_LEX_MMIXAL   44
 
#define wxSCI_LEX_CLW   45
 
#define wxSCI_LEX_CLWNOCASE   46
 
#define wxSCI_LEX_LOT   47
 
#define wxSCI_LEX_YAML   48
 
#define wxSCI_LEX_TEX   49
 
#define wxSCI_LEX_METAPOST   50
 
#define wxSCI_LEX_POWERBASIC   51
 
#define wxSCI_LEX_FORTH   52
 
#define wxSCI_LEX_ERLANG   53
 
#define wxSCI_LEX_OCTAVE   54
 
#define wxSCI_LEX_MSSQL   55
 
#define wxSCI_LEX_VERILOG   56
 
#define wxSCI_LEX_KIX   57
 
#define wxSCI_LEX_GUI4CLI   58
 
#define wxSCI_LEX_SPECMAN   59
 
#define wxSCI_LEX_AU3   60
 
#define wxSCI_LEX_APDL   61
 
#define wxSCI_LEX_BASH   62
 
#define wxSCI_LEX_ASN1   63
 
#define wxSCI_LEX_VHDL   64
 
#define wxSCI_LEX_CAML   65
 
#define wxSCI_LEX_BLITZBASIC   66
 
#define wxSCI_LEX_PUREBASIC   67
 
#define wxSCI_LEX_HASKELL   68
 
#define wxSCI_LEX_PHPSCRIPT   69
 
#define wxSCI_LEX_TADS3   70
 
#define wxSCI_LEX_REBOL   71
 
#define wxSCI_LEX_SMALLTALK   72
 
#define wxSCI_LEX_FLAGSHIP   73
 
#define wxSCI_LEX_CSOUND   74
 
#define wxSCI_LEX_FREEBASIC   75
 
#define wxSCI_LEX_INNOSETUP   76
 
#define wxSCI_LEX_OPAL   77
 
#define wxSCI_LEX_SPICE   78
 
#define wxSCI_LEX_D   79
 
#define wxSCI_LEX_CMAKE   80
 
#define wxSCI_LEX_GAP   81
 
#define wxSCI_LEX_PLM   82
 
#define wxSCI_LEX_PROGRESS   83
 
#define wxSCI_LEX_ABAQUS   84
 
#define wxSCI_LEX_ASYMPTOTE   85
 
#define wxSCI_LEX_R   86
 
#define wxSCI_LEX_MAGIK   87
 
#define wxSCI_LEX_POWERSHELL   88
 
#define wxSCI_LEX_MYSQL   89
 
#define wxSCI_LEX_PO   90
 
#define wxSCI_LEX_TAL   91
 
#define wxSCI_LEX_COBOL   92
 
#define wxSCI_LEX_TACL   93
 
#define wxSCI_LEX_SORCUS   94
 
#define wxSCI_LEX_POWERPRO   95
 
#define wxSCI_LEX_NIMROD   96
 
#define wxSCI_LEX_SML   97
 
#define wxSCI_LEX_MARKDOWN   98
 
#define wxSCI_LEX_TXT2TAGS   99
 
#define wxSCI_LEX_A68K   100
 
#define wxSCI_LEX_MODULA   101
 
#define wxSCI_LEX_COFFEESCRIPT   102
 
#define wxSCI_LEX_TCMD   103
 
#define wxSCI_LEX_AVS   104
 
#define wxSCI_LEX_ECL   105
 
#define wxSCI_LEX_OSCRIPT   106
 
#define wxSCI_LEX_VISUALPROLOG   107
 
#define wxSCI_LEX_LITERATEHASKELL   108
 
#define wxSCI_LEX_STTXT   109
 
#define wxSCI_LEX_KVIRC   110
 
#define wxSCI_LEX_RUST   111
 
#define wxSCI_LEX_DMAP   112
 
#define wxSCI_LEX_AS   113
 
#define wxSCI_LEX_DMIS   114
 
#define wxSCI_LEX_REGISTRY   115
 
#define wxSCI_LEX_BIBTEX   116
 
#define wxSCI_LEX_SREC   117
 
#define wxSCI_LEX_IHEX   118
 
#define wxSCI_LEX_TEHEX   119
 
#define wxSCI_LEX_JSON   120
 
#define wxSCI_LEX_EDIFACT   121
 
#define wxSCI_LEX_INDENT   122
 
#define wxSCI_LEX_LAST   wxSCI_LEX_INDENT
 
#define wxSCI_LEX_AUTOMATIC   1000
 When a lexer specifies its language as SCLEX_AUTOMATIC it receives a value assigned in sequence from SCLEX_AUTOMATIC+1. More...
 
#define wxSCI_P_DEFAULT   0
 Lexical states for SCLEX_PYTHON. More...
 
#define wxSCI_P_COMMENTLINE   1
 
#define wxSCI_P_NUMBER   2
 
#define wxSCI_P_STRING   3
 
#define wxSCI_P_CHARACTER   4
 
#define wxSCI_P_WORD   5
 
#define wxSCI_P_TRIPLE   6
 
#define wxSCI_P_TRIPLEDOUBLE   7
 
#define wxSCI_P_CLASSNAME   8
 
#define wxSCI_P_DEFNAME   9
 
#define wxSCI_P_OPERATOR   10
 
#define wxSCI_P_IDENTIFIER   11
 
#define wxSCI_P_COMMENTBLOCK   12
 
#define wxSCI_P_STRINGEOL   13
 
#define wxSCI_P_WORD2   14
 
#define wxSCI_P_DECORATOR   15
 
#define wxSCI_P_FSTRING   16
 
#define wxSCI_P_FCHARACTER   17
 
#define wxSCI_P_FTRIPLE   18
 
#define wxSCI_P_FTRIPLEDOUBLE   19
 
#define wxSCI_C_DEFAULT   0
 Lexical states for SCLEX_CPP, SCLEX_BULLANT, SCLEX_COBOL, SCLEX_TACL, SCLEX_TAL. More...
 
#define wxSCI_C_COMMENT   1
 
#define wxSCI_C_COMMENTLINE   2
 
#define wxSCI_C_COMMENTDOC   3
 
#define wxSCI_C_NUMBER   4
 
#define wxSCI_C_WORD   5
 
#define wxSCI_C_STRING   6
 
#define wxSCI_C_CHARACTER   7
 
#define wxSCI_C_UUID   8
 
#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
 
#define wxSCI_C_STRINGRAW   20
 
#define wxSCI_C_TRIPLEVERBATIM   21
 
#define wxSCI_C_HASHQUOTEDSTRING   22
 
#define wxSCI_C_PREPROCESSORCOMMENT   23
 
#define wxSCI_C_PREPROCESSORCOMMENTDOC   24
 
#define wxSCI_C_USERLITERAL   25
 
#define wxSCI_C_TASKMARKER   26
 
#define wxSCI_C_ESCAPESEQUENCE   27
 
#define wxSCI_C_WXSMITH   50
 WXSMITH begin # Keep in sync with wxscinilla.h -> wxSCI_C_WXSMITH Keep in sync with SciLexer.h -> SCE_C_WXSMITH Keep in sync with lexer_cpp.xml -> Style name="wxSmith-generated code" Notice that due to the "activeFlag" in LexCPP.cxx, the index must be < 64 (0x40). More...
 
#define wxSCI_D_DEFAULT   0
 WXSMITH end # Lexical states for SCLEX_D. More...
 
#define wxSCI_D_COMMENT   1
 
#define wxSCI_D_COMMENTLINE   2
 
#define wxSCI_D_COMMENTDOC   3
 
#define wxSCI_D_COMMENTNESTED   4
 
#define wxSCI_D_NUMBER   5
 
#define wxSCI_D_WORD   6
 
#define wxSCI_D_WORD2   7
 
#define wxSCI_D_WORD3   8
 
#define wxSCI_D_TYPEDEF   9
 
#define wxSCI_D_STRING   10
 
#define wxSCI_D_STRINGEOL   11
 
#define wxSCI_D_CHARACTER   12
 
#define wxSCI_D_OPERATOR   13
 
#define wxSCI_D_IDENTIFIER   14
 
#define wxSCI_D_COMMENTLINEDOC   15
 
#define wxSCI_D_COMMENTDOCKEYWORD   16
 
#define wxSCI_D_COMMENTDOCKEYWORDERROR   17
 
#define wxSCI_D_STRINGB   18
 
#define wxSCI_D_STRINGR   19
 
#define wxSCI_D_WORD5   20
 
#define wxSCI_D_WORD6   21
 
#define wxSCI_D_WORD7   22
 
#define wxSCI_TCL_DEFAULT   0
 Lexical states for SCLEX_TCL. More...
 
#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
 
#define wxSCI_H_DEFAULT   0
 Lexical states for SCLEX_HTML, SCLEX_XML. More...
 
#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
 
#define wxSCI_H_TAGEND   11
 XML and ASP. More...
 
#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
 
#define wxSCI_H_VALUE   19
 More HTML. More...
 
#define wxSCI_H_XCCOMMENT   20
 X-Code. More...
 
#define wxSCI_H_SGML_DEFAULT   21
 SGML. More...
 
#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
 
#define wxSCI_HJ_START   40
 Embedded Javascript. More...
 
#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
 
#define wxSCI_HJA_START   55
 ASP Javascript. More...
 
#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
 
#define wxSCI_HB_START   70
 Embedded VBScript. More...
 
#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
 
#define wxSCI_HBA_START   80
 ASP VBScript. More...
 
#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
 
#define wxSCI_HP_START   90
 Embedded Python. More...
 
#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
 
#define wxSCI_HPHP_COMPLEX_VARIABLE   104
 PHP. More...
 
#define wxSCI_HPA_START   105
 ASP Python. More...
 
#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
 
#define wxSCI_HPHP_DEFAULT   118
 PHP. More...
 
#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
 
#define wxSCI_PL_DEFAULT   0
 Lexical states for SCLEX_PERL. More...
 
#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
 
#define wxSCI_PL_SUB_PROTOTYPE   40
 
#define wxSCI_PL_FORMAT_IDENT   41
 
#define wxSCI_PL_FORMAT   42
 
#define wxSCI_PL_STRING_VAR   43
 
#define wxSCI_PL_XLAT   44
 
#define wxSCI_PL_REGEX_VAR   54
 
#define wxSCI_PL_REGSUBST_VAR   55
 
#define wxSCI_PL_BACKTICKS_VAR   57
 
#define wxSCI_PL_HERE_QQ_VAR   61
 
#define wxSCI_PL_HERE_QX_VAR   62
 
#define wxSCI_PL_STRING_QQ_VAR   64
 
#define wxSCI_PL_STRING_QX_VAR   65
 
#define wxSCI_PL_STRING_QR_VAR   66
 
#define wxSCI_RB_DEFAULT   0
 Lexical states for SCLEX_RUBY. More...
 
#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
 
#define wxSCI_B_DEFAULT   0
 Lexical states for SCLEX_VB, SCLEX_VBSCRIPT, SCLEX_POWERBASIC, SCLEX_BLITZBASIC, SCLEX_PUREBASIC, SCLEX_FREEBASIC. More...
 
#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
 
#define wxSCI_B_COMMENTBLOCK   19
 
#define wxSCI_B_DOCLINE   20
 
#define wxSCI_B_DOCBLOCK   21
 
#define wxSCI_B_DOCKEYWORD   22
 
#define wxSCI_PROPS_DEFAULT   0
 Lexical states for SCLEX_PROPERTIES. More...
 
#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
 
#define wxSCI_L_DEFAULT   0
 Lexical states for SCLEX_LATEX. More...
 
#define wxSCI_L_COMMAND   1
 
#define wxSCI_L_TAG   2
 
#define wxSCI_L_MATH   3
 
#define wxSCI_L_COMMENT   4
 
#define wxSCI_L_TAG2   5
 
#define wxSCI_L_MATH2   6
 
#define wxSCI_L_COMMENT2   7
 
#define wxSCI_L_VERBATIM   8
 
#define wxSCI_L_SHORTCMD   9
 
#define wxSCI_L_SPECIAL   10
 
#define wxSCI_L_CMDOPT   11
 
#define wxSCI_L_ERROR   12
 
#define wxSCI_LUA_DEFAULT   0
 Lexical states for SCLEX_LUA. More...
 
#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
 
#define wxSCI_LUA_LABEL   20
 
#define wxSCI_ERR_DEFAULT   0
 Lexical states for SCLEX_ERRORLIST. More...
 
#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
 
#define wxSCI_ERR_VALUE   21
 
#define wxSCI_ERR_GCC_INCLUDED_FROM   22
 
#define wxSCI_ERR_ESCSEQ   23
 
#define wxSCI_ERR_ESCSEQ_UNKNOWN   24
 
#define wxSCI_ERR_ES_BLACK   40
 
#define wxSCI_ERR_ES_RED   41
 
#define wxSCI_ERR_ES_GREEN   42
 
#define wxSCI_ERR_ES_BROWN   43
 
#define wxSCI_ERR_ES_BLUE   44
 
#define wxSCI_ERR_ES_MAGENTA   45
 
#define wxSCI_ERR_ES_CYAN   46
 
#define wxSCI_ERR_ES_GRAY   47
 
#define wxSCI_ERR_ES_DARK_GRAY   48
 
#define wxSCI_ERR_ES_BRIGHT_RED   49
 
#define wxSCI_ERR_ES_BRIGHT_GREEN   50
 
#define wxSCI_ERR_ES_YELLOW   51
 
#define wxSCI_ERR_ES_BRIGHT_BLUE   52
 
#define wxSCI_ERR_ES_BRIGHT_MAGENTA   53
 
#define wxSCI_ERR_ES_BRIGHT_CYAN   54
 
#define wxSCI_ERR_ES_WHITE   55
 
#define wxSCI_BAT_DEFAULT   0
 Lexical states for SCLEX_BATCH. More...
 
#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
 
#define wxSCI_TCMD_DEFAULT   0
 Lexical states for SCLEX_TCMD. More...
 
#define wxSCI_TCMD_COMMENT   1
 
#define wxSCI_TCMD_WORD   2
 
#define wxSCI_TCMD_LABEL   3
 
#define wxSCI_TCMD_HIDE   4
 
#define wxSCI_TCMD_COMMAND   5
 
#define wxSCI_TCMD_IDENTIFIER   6
 
#define wxSCI_TCMD_OPERATOR   7
 
#define wxSCI_TCMD_ENVIRONMENT   8
 
#define wxSCI_TCMD_EXPANSION   9
 
#define wxSCI_TCMD_CLABEL   10
 
#define wxSCI_MAKE_DEFAULT   0
 Lexical states for SCLEX_MAKEFILE. More...
 
#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
 
#define wxSCI_DIFF_DEFAULT   0
 Lexical states for SCLEX_DIFF. More...
 
#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
 
#define wxSCI_DIFF_CHANGED   7
 
#define wxSCI_CONF_DEFAULT   0
 Lexical states for SCLEX_CONF (Apache Configuration Files Lexer) More...
 
#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
 
#define wxSCI_AVE_DEFAULT   0
 Lexical states for SCLEX_AVE, Avenue. More...
 
#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
 
#define wxSCI_ADA_DEFAULT   0
 Lexical states for SCLEX_ADA. More...
 
#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
 
#define wxSCI_BAAN_DEFAULT   0
 Lexical states for SCLEX_BAAN. More...
 
#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
 
#define wxSCI_BAAN_WORD3   11
 
#define wxSCI_BAAN_WORD4   12
 
#define wxSCI_BAAN_WORD5   13
 
#define wxSCI_BAAN_WORD6   14
 
#define wxSCI_BAAN_WORD7   15
 
#define wxSCI_BAAN_WORD8   16
 
#define wxSCI_BAAN_WORD9   17
 
#define wxSCI_BAAN_TABLEDEF   18
 
#define wxSCI_BAAN_TABLESQL   19
 
#define wxSCI_BAAN_FUNCTION   20
 
#define wxSCI_BAAN_DOMDEF   21
 
#define wxSCI_BAAN_FUNCDEF   22
 
#define wxSCI_BAAN_OBJECTDEF   23
 
#define wxSCI_BAAN_DEFINEDEF   24
 
#define wxSCI_LISP_DEFAULT   0
 Lexical states for SCLEX_LISP. More...
 
#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
 
#define wxSCI_EIFFEL_DEFAULT   0
 Lexical states for SCLEX_EIFFEL and SCLEX_EIFFELKW. More...
 
#define wxSCI_EIFFEL_COMMENTLINE   1
 
#define wxSCI_EIFFEL_NUMBER   2
 
#define wxSCI_EIFFEL_WORD   3
 
#define wxSCI_EIFFEL_STRING   4
 
#define wxSCI_EIFFEL_CHARACTER   5
 
#define wxSCI_EIFFEL_OPERATOR   6
 
#define wxSCI_EIFFEL_IDENTIFIER   7
 
#define wxSCI_EIFFEL_STRINGEOL   8
 
#define wxSCI_NNCRONTAB_DEFAULT   0
 Lexical states for SCLEX_NNCRONTAB (nnCron crontab Lexer) More...
 
#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
 
#define wxSCI_FORTH_DEFAULT   0
 Lexical states for SCLEX_FORTH (Forth Lexer) More...
 
#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
 
#define wxSCI_MATLAB_DEFAULT   0
 Lexical states for SCLEX_MATLAB. More...
 
#define wxSCI_MATLAB_COMMENT   1
 
#define wxSCI_MATLAB_COMMAND   2
 
#define wxSCI_MATLAB_NUMBER   3
 
#define wxSCI_MATLAB_KEYWORD   4
 
#define wxSCI_MATLAB_STRING   5
 single quoted string More...
 
#define wxSCI_MATLAB_OPERATOR   6
 
#define wxSCI_MATLAB_IDENTIFIER   7
 
#define wxSCI_MATLAB_DOUBLEQUOTESTRING   8
 
#define wxSCI_SCRIPTOL_DEFAULT   0
 Lexical states for SCLEX_SCRIPTOL. More...
 
#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
 
#define wxSCI_ASM_DEFAULT   0
 Lexical states for SCLEX_ASM, SCLEX_AS. More...
 
#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
 
#define wxSCI_ASM_COMMENTDIRECTIVE   15
 
#define wxSCI_F_DEFAULT   0
 Lexical states for SCLEX_FORTRAN. More...
 
#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
 
#define wxSCI_CSS_DEFAULT   0
 Lexical states for SCLEX_CSS. More...
 
#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
 
#define wxSCI_CSS_IDENTIFIER3   17
 
#define wxSCI_CSS_PSEUDOELEMENT   18
 
#define wxSCI_CSS_EXTENDED_IDENTIFIER   19
 
#define wxSCI_CSS_EXTENDED_PSEUDOCLASS   20
 
#define wxSCI_CSS_EXTENDED_PSEUDOELEMENT   21
 
#define wxSCI_CSS_MEDIA   22
 
#define wxSCI_CSS_VARIABLE   23
 
#define wxSCI_POV_DEFAULT   0
 Lexical states for SCLEX_POV. More...
 
#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
 
#define wxSCI_LOUT_DEFAULT   0
 Lexical states for SCLEX_LOUT. More...
 
#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
 
#define wxSCI_ESCRIPT_DEFAULT   0
 Lexical states for SCLEX_ESCRIPT. More...
 
#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
 
#define wxSCI_PS_DEFAULT   0
 Lexical states for SCLEX_PS. More...
 
#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
 
#define wxSCI_NSIS_DEFAULT   0
 Lexical states for SCLEX_NSIS. More...
 
#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
 
#define wxSCI_MMIXAL_LEADWS   0
 Lexical states for SCLEX_MMIXAL. More...
 
#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
 
#define wxSCI_CLW_DEFAULT   0
 Lexical states for SCLEX_CLW. More...
 
#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
 
#define wxSCI_LOT_DEFAULT   0
 Lexical states for SCLEX_LOT. More...
 
#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
 
#define wxSCI_YAML_DEFAULT   0
 Lexical states for SCLEX_YAML. More...
 
#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
 
#define wxSCI_YAML_OPERATOR   9
 
#define wxSCI_TEX_DEFAULT   0
 Lexical states for SCLEX_TEX. More...
 
#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
 
#define wxSCI_ERLANG_DEFAULT   0
 Lexical states for SCLEX_ERLANG. More...
 
#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_PREPROC   12
 
#define wxSCI_ERLANG_NODE_NAME   13
 
#define wxSCI_ERLANG_COMMENT_FUNCTION   14
 
#define wxSCI_ERLANG_COMMENT_MODULE   15
 
#define wxSCI_ERLANG_COMMENT_DOC   16
 
#define wxSCI_ERLANG_COMMENT_DOC_MACRO   17
 
#define wxSCI_ERLANG_ATOM_QUOTED   18
 
#define wxSCI_ERLANG_MACRO_QUOTED   19
 
#define wxSCI_ERLANG_RECORD_QUOTED   20
 
#define wxSCI_ERLANG_NODE_NAME_QUOTED   21
 
#define wxSCI_ERLANG_BIFS   22
 
#define wxSCI_ERLANG_MODULES   23
 
#define wxSCI_ERLANG_MODULES_ATT   24
 
#define wxSCI_ERLANG_UNKNOWN   31
 
#define wxSCI_MSSQL_DEFAULT   0
 Lexical states for SCLEX_OCTAVE are identical to MatLab Lexical states for SCLEX_MSSQL. More...
 
#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
 
#define wxSCI_V_DEFAULT   0
 Lexical states for SCLEX_VERILOG. More...
 
#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
 
#define wxSCI_V_COMMENT_WORD   20
 
#define wxSCI_V_INPUT   21
 
#define wxSCI_V_OUTPUT   22
 
#define wxSCI_V_INOUT   23
 
#define wxSCI_V_PORT_CONNECT   24
 
#define wxSCI_KIX_DEFAULT   0
 Lexical states for SCLEX_KIX. More...
 
#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_COMMENTSTREAM   10
 
#define wxSCI_KIX_IDENTIFIER   31
 
#define wxSCI_GC_DEFAULT   0
 Lexical states for SCLEX_GUI4CLI. More...
 
#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
 
#define wxSCI_SN_DEFAULT   0
 Lexical states for SCLEX_SPECMAN. More...
 
#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
 
#define wxSCI_AU3_DEFAULT   0
 Lexical states for SCLEX_AU3. More...
 
#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
 
#define wxSCI_APDL_DEFAULT   0
 Lexical states for SCLEX_APDL. More...
 
#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
 
#define wxSCI_SH_DEFAULT   0
 Lexical states for SCLEX_BASH. More...
 
#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
 
#define wxSCI_ASN1_DEFAULT   0
 Lexical states for SCLEX_ASN1. More...
 
#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
 
#define wxSCI_ASN1_ATTRIBUTE   7
 
#define wxSCI_ASN1_DESCRIPTOR   8
 
#define wxSCI_ASN1_TYPE   9
 
#define wxSCI_ASN1_OPERATOR   10
 
#define wxSCI_VHDL_DEFAULT   0
 Lexical states for SCLEX_VHDL. More...
 
#define wxSCI_VHDL_COMMENT   1
 
#define wxSCI_VHDL_COMMENTLINEBANG   2
 
#define wxSCI_VHDL_NUMBER   3
 
#define wxSCI_VHDL_STRING   4
 
#define wxSCI_VHDL_OPERATOR   5
 
#define wxSCI_VHDL_IDENTIFIER   6
 
#define wxSCI_VHDL_STRINGEOL   7
 
#define wxSCI_VHDL_KEYWORD   8
 
#define wxSCI_VHDL_STDOPERATOR   9
 
#define wxSCI_VHDL_ATTRIBUTE   10
 
#define wxSCI_VHDL_STDFUNCTION   11
 
#define wxSCI_VHDL_STDPACKAGE   12
 
#define wxSCI_VHDL_STDTYPE   13
 
#define wxSCI_VHDL_USERWORD   14
 
#define wxSCI_VHDL_BLOCK_COMMENT   15
 
#define wxSCI_CAML_DEFAULT   0
 Lexical states for SCLEX_CAML. More...
 
#define wxSCI_CAML_IDENTIFIER   1
 
#define wxSCI_CAML_TAGNAME   2
 
#define wxSCI_CAML_KEYWORD   3
 
#define wxSCI_CAML_KEYWORD2   4
 
#define wxSCI_CAML_KEYWORD3   5
 
#define wxSCI_CAML_LINENUM   6
 
#define wxSCI_CAML_OPERATOR   7
 
#define wxSCI_CAML_NUMBER   8
 
#define wxSCI_CAML_CHAR   9
 
#define wxSCI_CAML_WHITE   10
 
#define wxSCI_CAML_STRING   11
 
#define wxSCI_CAML_COMMENT   12
 
#define wxSCI_CAML_COMMENT1   13
 
#define wxSCI_CAML_COMMENT2   14
 
#define wxSCI_CAML_COMMENT3   15
 
#define wxSCI_HA_DEFAULT   0
 Lexical states for SCLEX_HASKELL. More...
 
#define wxSCI_HA_IDENTIFIER   1
 
#define wxSCI_HA_KEYWORD   2
 
#define wxSCI_HA_NUMBER   3
 
#define wxSCI_HA_STRING   4
 
#define wxSCI_HA_CHARACTER   5
 
#define wxSCI_HA_CLASS   6
 
#define wxSCI_HA_MODULE   7
 
#define wxSCI_HA_CAPITAL   8
 
#define wxSCI_HA_DATA   9
 
#define wxSCI_HA_IMPORT   10
 
#define wxSCI_HA_OPERATOR   11
 
#define wxSCI_HA_INSTANCE   12
 
#define wxSCI_HA_COMMENTLINE   13
 
#define wxSCI_HA_COMMENTBLOCK   14
 
#define wxSCI_HA_COMMENTBLOCK2   15
 
#define wxSCI_HA_COMMENTBLOCK3   16
 
#define wxSCI_HA_PRAGMA   17
 
#define wxSCI_HA_PREPROCESSOR   18
 
#define wxSCI_HA_STRINGEOL   19
 
#define wxSCI_HA_RESERVED_OPERATOR   20
 
#define wxSCI_HA_LITERATE_COMMENT   21
 
#define wxSCI_HA_LITERATE_CODEDELIM   22
 
#define wxSCI_T3_DEFAULT   0
 Lexical states of SCLEX_TADS3. More...
 
#define wxSCI_T3_X_DEFAULT   1
 
#define wxSCI_T3_PREPROCESSOR   2
 
#define wxSCI_T3_BLOCK_COMMENT   3
 
#define wxSCI_T3_LINE_COMMENT   4
 
#define wxSCI_T3_OPERATOR   5
 
#define wxSCI_T3_KEYWORD   6
 
#define wxSCI_T3_NUMBER   7
 
#define wxSCI_T3_IDENTIFIER   8
 
#define wxSCI_T3_S_STRING   9
 
#define wxSCI_T3_D_STRING   10
 
#define wxSCI_T3_X_STRING   11
 
#define wxSCI_T3_LIB_DIRECTIVE   12
 
#define wxSCI_T3_MSG_PARAM   13
 
#define wxSCI_T3_HTML_TAG   14
 
#define wxSCI_T3_HTML_DEFAULT   15
 
#define wxSCI_T3_HTML_STRING   16
 
#define wxSCI_T3_USER1   17
 
#define wxSCI_T3_USER2   18
 
#define wxSCI_T3_USER3   19
 
#define wxSCI_T3_BRACE   20
 
#define wxSCI_REBOL_DEFAULT   0
 Lexical states for SCLEX_REBOL. More...
 
#define wxSCI_REBOL_COMMENTLINE   1
 
#define wxSCI_REBOL_COMMENTBLOCK   2
 
#define wxSCI_REBOL_PREFACE   3
 
#define wxSCI_REBOL_OPERATOR   4
 
#define wxSCI_REBOL_CHARACTER   5
 
#define wxSCI_REBOL_QUOTEDSTRING   6
 
#define wxSCI_REBOL_BRACEDSTRING   7
 
#define wxSCI_REBOL_NUMBER   8
 
#define wxSCI_REBOL_PAIR   9
 
#define wxSCI_REBOL_TUPLE   10
 
#define wxSCI_REBOL_BINARY   11
 
#define wxSCI_REBOL_MONEY   12
 
#define wxSCI_REBOL_ISSUE   13
 
#define wxSCI_REBOL_TAG   14
 
#define wxSCI_REBOL_FILE   15
 
#define wxSCI_REBOL_EMAIL   16
 
#define wxSCI_REBOL_URL   17
 
#define wxSCI_REBOL_DATE   18
 
#define wxSCI_REBOL_TIME   19
 
#define wxSCI_REBOL_IDENTIFIER   20
 
#define wxSCI_REBOL_WORD   21
 
#define wxSCI_REBOL_WORD2   22
 
#define wxSCI_REBOL_WORD3   23
 
#define wxSCI_REBOL_WORD4   24
 
#define wxSCI_REBOL_WORD5   25
 
#define wxSCI_REBOL_WORD6   26
 
#define wxSCI_REBOL_WORD7   27
 
#define wxSCI_REBOL_WORD8   28
 
#define wxSCI_SQL_DEFAULT   0
 Lexical states for SCLEX_SQL. More...
 
#define wxSCI_SQL_COMMENT   1
 
#define wxSCI_SQL_COMMENTLINE   2
 
#define wxSCI_SQL_COMMENTDOC   3
 
#define wxSCI_SQL_NUMBER   4
 
#define wxSCI_SQL_WORD   5
 
#define wxSCI_SQL_STRING   6
 
#define wxSCI_SQL_CHARACTER   7
 
#define wxSCI_SQL_SQLPLUS   8
 
#define wxSCI_SQL_SQLPLUS_PROMPT   9
 
#define wxSCI_SQL_OPERATOR   10
 
#define wxSCI_SQL_IDENTIFIER   11
 
#define wxSCI_SQL_SQLPLUS_COMMENT   13
 
#define wxSCI_SQL_COMMENTLINEDOC   15
 
#define wxSCI_SQL_WORD2   16
 
#define wxSCI_SQL_COMMENTDOCKEYWORD   17
 
#define wxSCI_SQL_COMMENTDOCKEYWORDERROR   18
 
#define wxSCI_SQL_USER1   19
 
#define wxSCI_SQL_USER2   20
 
#define wxSCI_SQL_USER3   21
 
#define wxSCI_SQL_USER4   22
 
#define wxSCI_SQL_QUOTEDIDENTIFIER   23
 
#define wxSCI_SQL_QOPERATOR   24
 
#define wxSCI_ST_DEFAULT   0
 Lexical states for SCLEX_SMALLTALK. More...
 
#define wxSCI_ST_STRING   1
 
#define wxSCI_ST_NUMBER   2
 
#define wxSCI_ST_COMMENT   3
 
#define wxSCI_ST_SYMBOL   4
 
#define wxSCI_ST_BINARY   5
 
#define wxSCI_ST_BOOL   6
 
#define wxSCI_ST_SELF   7
 
#define wxSCI_ST_SUPER   8
 
#define wxSCI_ST_NIL   9
 
#define wxSCI_ST_GLOBAL   10
 
#define wxSCI_ST_RETURN   11
 
#define wxSCI_ST_SPECIAL   12
 
#define wxSCI_ST_KWSEND   13
 
#define wxSCI_ST_ASSIGN   14
 
#define wxSCI_ST_CHARACTER   15
 
#define wxSCI_ST_SPEC_SEL   16
 
#define wxSCI_FS_DEFAULT   0
 Lexical states for SCLEX_FLAGSHIP (clipper) More...
 
#define wxSCI_FS_COMMENT   1
 
#define wxSCI_FS_COMMENTLINE   2
 
#define wxSCI_FS_COMMENTDOC   3
 
#define wxSCI_FS_COMMENTLINEDOC   4
 
#define wxSCI_FS_COMMENTDOCKEYWORD   5
 
#define wxSCI_FS_COMMENTDOCKEYWORDERROR   6
 
#define wxSCI_FS_KEYWORD   7
 
#define wxSCI_FS_KEYWORD2   8
 
#define wxSCI_FS_KEYWORD3   9
 
#define wxSCI_FS_KEYWORD4   10
 
#define wxSCI_FS_NUMBER   11
 
#define wxSCI_FS_STRING   12
 
#define wxSCI_FS_PREPROCESSOR   13
 
#define wxSCI_FS_OPERATOR   14
 
#define wxSCI_FS_IDENTIFIER   15
 
#define wxSCI_FS_DATE   16
 
#define wxSCI_FS_STRINGEOL   17
 
#define wxSCI_FS_CONSTANT   18
 
#define wxSCI_FS_WORDOPERATOR   19
 
#define wxSCI_FS_DISABLEDCODE   20
 
#define wxSCI_FS_DEFAULT_C   21
 
#define wxSCI_FS_COMMENTDOC_C   22
 
#define wxSCI_FS_COMMENTLINEDOC_C   23
 
#define wxSCI_FS_KEYWORD_C   24
 
#define wxSCI_FS_KEYWORD2_C   25
 
#define wxSCI_FS_NUMBER_C   26
 
#define wxSCI_FS_STRING_C   27
 
#define wxSCI_FS_PREPROCESSOR_C   28
 
#define wxSCI_FS_OPERATOR_C   29
 
#define wxSCI_FS_IDENTIFIER_C   30
 
#define wxSCI_FS_STRINGEOL_C   31
 
#define wxSCI_CSOUND_DEFAULT   0
 Lexical states for SCLEX_CSOUND. More...
 
#define wxSCI_CSOUND_COMMENT   1
 
#define wxSCI_CSOUND_NUMBER   2
 
#define wxSCI_CSOUND_OPERATOR   3
 
#define wxSCI_CSOUND_INSTR   4
 
#define wxSCI_CSOUND_IDENTIFIER   5
 
#define wxSCI_CSOUND_OPCODE   6
 
#define wxSCI_CSOUND_HEADERSTMT   7
 
#define wxSCI_CSOUND_USERKEYWORD   8
 
#define wxSCI_CSOUND_COMMENTBLOCK   9
 
#define wxSCI_CSOUND_PARAM   10
 
#define wxSCI_CSOUND_ARATE_VAR   11
 
#define wxSCI_CSOUND_KRATE_VAR   12
 
#define wxSCI_CSOUND_IRATE_VAR   13
 
#define wxSCI_CSOUND_GLOBAL_VAR   14
 
#define wxSCI_CSOUND_STRINGEOL   15
 
#define wxSCI_INNO_DEFAULT   0
 Lexical states for SCLEX_INNOSETUP. More...
 
#define wxSCI_INNO_COMMENT   1
 
#define wxSCI_INNO_KEYWORD   2
 
#define wxSCI_INNO_PARAMETER   3
 
#define wxSCI_INNO_SECTION   4
 
#define wxSCI_INNO_PREPROC   5
 
#define wxSCI_INNO_INLINE_EXPANSION   6
 
#define wxSCI_INNO_COMMENT_PASCAL   7
 
#define wxSCI_INNO_KEYWORD_PASCAL   8
 
#define wxSCI_INNO_KEYWORD_USER   9
 
#define wxSCI_INNO_STRING_DOUBLE   10
 
#define wxSCI_INNO_STRING_SINGLE   11
 
#define wxSCI_INNO_IDENTIFIER   12
 
#define wxSCI_OPAL_SPACE   0
 Lexical states for SCLEX_OPAL. More...
 
#define wxSCI_OPAL_COMMENT_BLOCK   1
 
#define wxSCI_OPAL_COMMENT_LINE   2
 
#define wxSCI_OPAL_INTEGER   3
 
#define wxSCI_OPAL_KEYWORD   4
 
#define wxSCI_OPAL_SORT   5
 
#define wxSCI_OPAL_STRING   6
 
#define wxSCI_OPAL_PAR   7
 
#define wxSCI_OPAL_BOOL_CONST   8
 
#define wxSCI_OPAL_DEFAULT   32
 
#define wxSCI_SPICE_DEFAULT   0
 Lexical states for SCLEX_SPICE. More...
 
#define wxSCI_SPICE_IDENTIFIER   1
 
#define wxSCI_SPICE_KEYWORD   2
 
#define wxSCI_SPICE_KEYWORD2   3
 
#define wxSCI_SPICE_KEYWORD3   4
 
#define wxSCI_SPICE_NUMBER   5
 
#define wxSCI_SPICE_DELIMITER   6
 
#define wxSCI_SPICE_VALUE   7
 
#define wxSCI_SPICE_COMMENTLINE   8
 
#define wxSCI_CMAKE_DEFAULT   0
 Lexical states for SCLEX_CMAKE. More...
 
#define wxSCI_CMAKE_COMMENT   1
 
#define wxSCI_CMAKE_STRINGDQ   2
 
#define wxSCI_CMAKE_STRINGLQ   3
 
#define wxSCI_CMAKE_STRINGRQ   4
 
#define wxSCI_CMAKE_COMMANDS   5
 
#define wxSCI_CMAKE_PARAMETERS   6
 
#define wxSCI_CMAKE_VARIABLE   7
 
#define wxSCI_CMAKE_USERDEFINED   8
 
#define wxSCI_CMAKE_WHILEDEF   9
 
#define wxSCI_CMAKE_FOREACHDEF   10
 
#define wxSCI_CMAKE_IFDEFINEDEF   11
 
#define wxSCI_CMAKE_MACRODEF   12
 
#define wxSCI_CMAKE_STRINGVAR   13
 
#define wxSCI_CMAKE_NUMBER   14
 
#define wxSCI_GAP_DEFAULT   0
 Lexical states for SCLEX_GAP. More...
 
#define wxSCI_GAP_IDENTIFIER   1
 
#define wxSCI_GAP_KEYWORD   2
 
#define wxSCI_GAP_KEYWORD2   3
 
#define wxSCI_GAP_KEYWORD3   4
 
#define wxSCI_GAP_KEYWORD4   5
 
#define wxSCI_GAP_STRING   6
 
#define wxSCI_GAP_CHAR   7
 
#define wxSCI_GAP_OPERATOR   8
 
#define wxSCI_GAP_COMMENT   9
 
#define wxSCI_GAP_NUMBER   10
 
#define wxSCI_GAP_STRINGEOL   11
 
#define wxSCI_PLM_DEFAULT   0
 Lexical state for SCLEX_PLM. More...
 
#define wxSCI_PLM_COMMENT   1
 
#define wxSCI_PLM_STRING   2
 
#define wxSCI_PLM_NUMBER   3
 
#define wxSCI_PLM_IDENTIFIER   4
 
#define wxSCI_PLM_OPERATOR   5
 
#define wxSCI_PLM_CONTROL   6
 
#define wxSCI_PLM_KEYWORD   7
 
#define wxSCI_ABL_DEFAULT   0
 Lexical state for SCLEX_PROGRESS. More...
 
#define wxSCI_ABL_NUMBER   1
 
#define wxSCI_ABL_WORD   2
 
#define wxSCI_ABL_STRING   3
 
#define wxSCI_ABL_CHARACTER   4
 
#define wxSCI_ABL_PREPROCESSOR   5
 
#define wxSCI_ABL_OPERATOR   6
 
#define wxSCI_ABL_IDENTIFIER   7
 
#define wxSCI_ABL_BLOCK   8
 
#define wxSCI_ABL_END   9
 
#define wxSCI_ABL_COMMENT   10
 
#define wxSCI_ABL_TASKMARKER   11
 
#define wxSCI_ABL_LINECOMMENT   12
 
#define wxSCI_ABAQUS_DEFAULT   0
 Lexical states for SCLEX_ABAQUS. More...
 
#define wxSCI_ABAQUS_COMMENT   1
 
#define wxSCI_ABAQUS_COMMENTBLOCK   2
 
#define wxSCI_ABAQUS_NUMBER   3
 
#define wxSCI_ABAQUS_STRING   4
 
#define wxSCI_ABAQUS_OPERATOR   5
 
#define wxSCI_ABAQUS_WORD   6
 
#define wxSCI_ABAQUS_PROCESSOR   7
 
#define wxSCI_ABAQUS_COMMAND   8
 
#define wxSCI_ABAQUS_SLASHCOMMAND   9
 
#define wxSCI_ABAQUS_STARCOMMAND   10
 
#define wxSCI_ABAQUS_ARGUMENT   11
 
#define wxSCI_ABAQUS_FUNCTION   12
 
#define wxSCI_ASY_DEFAULT   0
 Lexical states for SCLEX_ASYMPTOTE. More...
 
#define wxSCI_ASY_COMMENT   1
 
#define wxSCI_ASY_COMMENTLINE   2
 
#define wxSCI_ASY_NUMBER   3
 
#define wxSCI_ASY_WORD   4
 
#define wxSCI_ASY_STRING   5
 
#define wxSCI_ASY_CHARACTER   6
 
#define wxSCI_ASY_OPERATOR   7
 
#define wxSCI_ASY_IDENTIFIER   8
 
#define wxSCI_ASY_STRINGEOL   9
 
#define wxSCI_ASY_COMMENTLINEDOC   10
 
#define wxSCI_ASY_WORD2   11
 
#define wxSCI_R_DEFAULT   0
 Lexical states for SCLEX_R. More...
 
#define wxSCI_R_COMMENT   1
 
#define wxSCI_R_KWORD   2
 
#define wxSCI_R_BASEKWORD   3
 
#define wxSCI_R_OTHERKWORD   4
 
#define wxSCI_R_NUMBER   5
 
#define wxSCI_R_STRING   6
 
#define wxSCI_R_STRING2   7
 
#define wxSCI_R_OPERATOR   8
 
#define wxSCI_R_IDENTIFIER   9
 
#define wxSCI_R_INFIX   10
 
#define wxSCI_R_INFIXEOL   11
 
#define wxSCI_MAGIK_DEFAULT   0
 Lexical state for SCLEX_MAGIK. More...
 
#define wxSCI_MAGIK_COMMENT   1
 
#define wxSCI_MAGIK_HYPER_COMMENT   16
 
#define wxSCI_MAGIK_STRING   2
 
#define wxSCI_MAGIK_CHARACTER   3
 
#define wxSCI_MAGIK_NUMBER   4
 
#define wxSCI_MAGIK_IDENTIFIER   5
 
#define wxSCI_MAGIK_OPERATOR   6
 
#define wxSCI_MAGIK_FLOW   7
 
#define wxSCI_MAGIK_CONTAINER   8
 
#define wxSCI_MAGIK_BRACKET_BLOCK   9
 
#define wxSCI_MAGIK_BRACE_BLOCK   10
 
#define wxSCI_MAGIK_SQBRACKET_BLOCK   11
 
#define wxSCI_MAGIK_UNKNOWN_KEYWORD   12
 
#define wxSCI_MAGIK_KEYWORD   13
 
#define wxSCI_MAGIK_PRAGMA   14
 
#define wxSCI_MAGIK_SYMBOL   15
 
#define wxSCI_POWERSHELL_DEFAULT   0
 Lexical state for SCLEX_POWERSHELL. More...
 
#define wxSCI_POWERSHELL_COMMENT   1
 
#define wxSCI_POWERSHELL_STRING   2
 
#define wxSCI_POWERSHELL_CHARACTER   3
 
#define wxSCI_POWERSHELL_NUMBER   4
 
#define wxSCI_POWERSHELL_VARIABLE   5
 
#define wxSCI_POWERSHELL_OPERATOR   6
 
#define wxSCI_POWERSHELL_IDENTIFIER   7
 
#define wxSCI_POWERSHELL_KEYWORD   8
 
#define wxSCI_POWERSHELL_CMDLET   9
 
#define wxSCI_POWERSHELL_ALIAS   10
 
#define wxSCI_POWERSHELL_FUNCTION   11
 
#define wxSCI_POWERSHELL_USER1   12
 
#define wxSCI_POWERSHELL_COMMENTSTREAM   13
 
#define wxSCI_POWERSHELL_HERE_STRING   14
 
#define wxSCI_POWERSHELL_HERE_CHARACTER   15
 
#define wxSCI_POWERSHELL_COMMENTDOCKEYWORD   16
 
#define wxSCI_MYSQL_DEFAULT   0
 Lexical state for SCLEX_MYSQL. More...
 
#define wxSCI_MYSQL_COMMENT   1
 
#define wxSCI_MYSQL_COMMENTLINE   2
 
#define wxSCI_MYSQL_VARIABLE   3
 
#define wxSCI_MYSQL_SYSTEMVARIABLE   4
 
#define wxSCI_MYSQL_KNOWNSYSTEMVARIABLE   5
 
#define wxSCI_MYSQL_NUMBER   6
 
#define wxSCI_MYSQL_MAJORKEYWORD   7
 
#define wxSCI_MYSQL_KEYWORD   8
 
#define wxSCI_MYSQL_DATABASEOBJECT   9
 
#define wxSCI_MYSQL_PROCEDUREKEYWORD   10
 
#define wxSCI_MYSQL_STRING   11
 
#define wxSCI_MYSQL_SQSTRING   12
 
#define wxSCI_MYSQL_DQSTRING   13
 
#define wxSCI_MYSQL_OPERATOR   14
 
#define wxSCI_MYSQL_FUNCTION   15
 
#define wxSCI_MYSQL_IDENTIFIER   16
 
#define wxSCI_MYSQL_QUOTEDIDENTIFIER   17
 
#define wxSCI_MYSQL_USER1   18
 
#define wxSCI_MYSQL_USER2   19
 
#define wxSCI_MYSQL_USER3   20
 
#define wxSCI_MYSQL_HIDDENCOMMAND   21
 
#define wxSCI_MYSQL_PLACEHOLDER   22
 
#define wxSCI_PO_DEFAULT   0
 Lexical state for SCLEX_PO. More...
 
#define wxSCI_PO_COMMENT   1
 
#define wxSCI_PO_MSGID   2
 
#define wxSCI_PO_MSGID_TEXT   3
 
#define wxSCI_PO_MSGSTR   4
 
#define wxSCI_PO_MSGSTR_TEXT   5
 
#define wxSCI_PO_MSGCTXT   6
 
#define wxSCI_PO_MSGCTXT_TEXT   7
 
#define wxSCI_PO_FUZZY   8
 
#define wxSCI_PO_PROGRAMMER_COMMENT   9
 
#define wxSCI_PO_REFERENCE   10
 
#define wxSCI_PO_FLAGS   11
 
#define wxSCI_PO_MSGID_TEXT_EOL   12
 
#define wxSCI_PO_MSGSTR_TEXT_EOL   13
 
#define wxSCI_PO_MSGCTXT_TEXT_EOL   14
 
#define wxSCI_PO_ERROR   15
 
#define wxSCI_PAS_DEFAULT   0
 Lexical states for SCLEX_PASCAL. More...
 
#define wxSCI_PAS_IDENTIFIER   1
 
#define wxSCI_PAS_COMMENT   2
 
#define wxSCI_PAS_COMMENT2   3
 
#define wxSCI_PAS_COMMENTLINE   4
 
#define wxSCI_PAS_PREPROCESSOR   5
 
#define wxSCI_PAS_PREPROCESSOR2   6
 
#define wxSCI_PAS_NUMBER   7
 
#define wxSCI_PAS_HEXNUMBER   8
 
#define wxSCI_PAS_WORD   9
 
#define wxSCI_PAS_STRING   10
 
#define wxSCI_PAS_STRINGEOL   11
 
#define wxSCI_PAS_CHARACTER   12
 
#define wxSCI_PAS_OPERATOR   13
 
#define wxSCI_PAS_ASM   14
 
#define wxSCI_SORCUS_DEFAULT   0
 Lexical state for SCLEX_SORCUS. More...
 
#define wxSCI_SORCUS_COMMAND   1
 
#define wxSCI_SORCUS_PARAMETER   2
 
#define wxSCI_SORCUS_COMMENTLINE   3
 
#define wxSCI_SORCUS_STRING   4
 
#define wxSCI_SORCUS_STRINGEOL   5
 
#define wxSCI_SORCUS_IDENTIFIER   6
 
#define wxSCI_SORCUS_OPERATOR   7
 
#define wxSCI_SORCUS_NUMBER   8
 
#define wxSCI_SORCUS_CONSTANT   9
 
#define wxSCI_POWERPRO_DEFAULT   0
 Lexical state for SCLEX_POWERPRO. More...
 
#define wxSCI_POWERPRO_COMMENTBLOCK   1
 
#define wxSCI_POWERPRO_COMMENTLINE   2
 
#define wxSCI_POWERPRO_NUMBER   3
 
#define wxSCI_POWERPRO_WORD   4
 
#define wxSCI_POWERPRO_WORD2   5
 
#define wxSCI_POWERPRO_WORD3   6
 
#define wxSCI_POWERPRO_WORD4   7
 
#define wxSCI_POWERPRO_DOUBLEQUOTEDSTRING   8
 
#define wxSCI_POWERPRO_SINGLEQUOTEDSTRING   9
 
#define wxSCI_POWERPRO_LINECONTINUE   10
 
#define wxSCI_POWERPRO_OPERATOR   11
 
#define wxSCI_POWERPRO_IDENTIFIER   12
 
#define wxSCI_POWERPRO_STRINGEOL   13
 
#define wxSCI_POWERPRO_VERBATIM   14
 
#define wxSCI_POWERPRO_ALTQUOTE   15
 
#define wxSCI_POWERPRO_FUNCTION   16
 
#define wxSCI_SML_DEFAULT   0
 Lexical states for SCLEX_SML. More...
 
#define wxSCI_SML_IDENTIFIER   1
 
#define wxSCI_SML_TAGNAME   2
 
#define wxSCI_SML_KEYWORD   3
 
#define wxSCI_SML_KEYWORD2   4
 
#define wxSCI_SML_KEYWORD3   5
 
#define wxSCI_SML_LINENUM   6
 
#define wxSCI_SML_OPERATOR   7
 
#define wxSCI_SML_NUMBER   8
 
#define wxSCI_SML_CHAR   9
 
#define wxSCI_SML_STRING   11
 
#define wxSCI_SML_COMMENT   12
 
#define wxSCI_SML_COMMENT1   13
 
#define wxSCI_SML_COMMENT2   14
 
#define wxSCI_SML_COMMENT3   15
 
#define wxSCI_MARKDOWN_DEFAULT   0
 Lexical state for SCLEX_MARKDOWN. More...
 
#define wxSCI_MARKDOWN_LINE_BEGIN   1
 
#define wxSCI_MARKDOWN_STRONG1   2
 
#define wxSCI_MARKDOWN_STRONG2   3
 
#define wxSCI_MARKDOWN_EM1   4
 
#define wxSCI_MARKDOWN_EM2   5
 
#define wxSCI_MARKDOWN_HEADER1   6
 
#define wxSCI_MARKDOWN_HEADER2   7
 
#define wxSCI_MARKDOWN_HEADER3   8
 
#define wxSCI_MARKDOWN_HEADER4   9
 
#define wxSCI_MARKDOWN_HEADER5   10
 
#define wxSCI_MARKDOWN_HEADER6   11
 
#define wxSCI_MARKDOWN_PRECHAR   12
 
#define wxSCI_MARKDOWN_ULIST_ITEM   13
 
#define wxSCI_MARKDOWN_OLIST_ITEM   14
 
#define wxSCI_MARKDOWN_BLOCKQUOTE   15
 
#define wxSCI_MARKDOWN_STRIKEOUT   16
 
#define wxSCI_MARKDOWN_HRULE   17
 
#define wxSCI_MARKDOWN_CODE   19
 
#define wxSCI_MARKDOWN_CODE2   20
 
#define wxSCI_MARKDOWN_CODEBK   21
 
#define wxSCI_TXT2TAGS_DEFAULT   0
 Lexical state for SCLEX_TXT2TAGS. More...
 
#define wxSCI_TXT2TAGS_LINE_BEGIN   1
 
#define wxSCI_TXT2TAGS_STRONG1   2
 
#define wxSCI_TXT2TAGS_STRONG2   3
 
#define wxSCI_TXT2TAGS_EM1   4
 
#define wxSCI_TXT2TAGS_EM2   5
 
#define wxSCI_TXT2TAGS_HEADER1   6
 
#define wxSCI_TXT2TAGS_HEADER2   7
 
#define wxSCI_TXT2TAGS_HEADER3   8
 
#define wxSCI_TXT2TAGS_HEADER4   9
 
#define wxSCI_TXT2TAGS_HEADER5   10
 
#define wxSCI_TXT2TAGS_HEADER6   11
 
#define wxSCI_TXT2TAGS_PRECHAR   12
 
#define wxSCI_TXT2TAGS_ULIST_ITEM   13
 
#define wxSCI_TXT2TAGS_OLIST_ITEM   14
 
#define wxSCI_TXT2TAGS_BLOCKQUOTE   15
 
#define wxSCI_TXT2TAGS_STRIKEOUT   16
 
#define wxSCI_TXT2TAGS_HRULE   17
 
#define wxSCI_TXT2TAGS_CODE   19
 
#define wxSCI_TXT2TAGS_CODE2   20
 
#define wxSCI_TXT2TAGS_CODEBK   21
 
#define wxSCI_TXT2TAGS_COMMENT   22
 
#define wxSCI_TXT2TAGS_OPTION   23
 
#define wxSCI_TXT2TAGS_PREPROC   24
 
#define wxSCI_TXT2TAGS_POSTPROC   25
 
#define wxSCI_A68K_DEFAULT   0
 Lexical states for SCLEX_A68K. More...
 
#define wxSCI_A68K_COMMENT   1
 
#define wxSCI_A68K_NUMBER_DEC   2
 
#define wxSCI_A68K_NUMBER_BIN   3
 
#define wxSCI_A68K_NUMBER_HEX   4
 
#define wxSCI_A68K_STRING1   5
 
#define wxSCI_A68K_OPERATOR   6
 
#define wxSCI_A68K_CPUINSTRUCTION   7
 
#define wxSCI_A68K_EXTINSTRUCTION   8
 
#define wxSCI_A68K_REGISTER   9
 
#define wxSCI_A68K_DIRECTIVE   10
 
#define wxSCI_A68K_MACRO_ARG   11
 
#define wxSCI_A68K_LABEL   12
 
#define wxSCI_A68K_STRING2   13
 
#define wxSCI_A68K_IDENTIFIER   14
 
#define wxSCI_A68K_MACRO_DECLARATION   15
 
#define wxSCI_A68K_COMMENT_WORD   16
 
#define wxSCI_A68K_COMMENT_SPECIAL   17
 
#define wxSCI_A68K_COMMENT_DOXYGEN   18
 
#define wxSCI_MODULA_DEFAULT   0
 Lexical states for SCLEX_MODULA. More...
 
#define wxSCI_MODULA_COMMENT   1
 
#define wxSCI_MODULA_DOXYCOMM   2
 
#define wxSCI_MODULA_DOXYKEY   3
 
#define wxSCI_MODULA_KEYWORD   4
 
#define wxSCI_MODULA_RESERVED   5
 
#define wxSCI_MODULA_NUMBER   6
 
#define wxSCI_MODULA_BASENUM   7
 
#define wxSCI_MODULA_FLOAT   8
 
#define wxSCI_MODULA_STRING   9
 
#define wxSCI_MODULA_STRSPEC   10
 
#define wxSCI_MODULA_CHAR   11
 
#define wxSCI_MODULA_CHARSPEC   12
 
#define wxSCI_MODULA_PROC   13
 
#define wxSCI_MODULA_PRAGMA   14
 
#define wxSCI_MODULA_PRGKEY   15
 
#define wxSCI_MODULA_OPERATOR   16
 
#define wxSCI_MODULA_BADSTR   17
 
#define wxSCI_COFFEESCRIPT_DEFAULT   0
 Lexical states for SCLEX_COFFEESCRIPT. More...
 
#define wxSCI_COFFEESCRIPT_COMMENT   1
 
#define wxSCI_COFFEESCRIPT_COMMENTLINE   2
 
#define wxSCI_COFFEESCRIPT_COMMENTDOC   3
 
#define wxSCI_COFFEESCRIPT_NUMBER   4
 
#define wxSCI_COFFEESCRIPT_WORD   5
 
#define wxSCI_COFFEESCRIPT_STRING   6
 
#define wxSCI_COFFEESCRIPT_CHARACTER   7
 
#define wxSCI_COFFEESCRIPT_UUID   8
 
#define wxSCI_COFFEESCRIPT_PREPROCESSOR   9
 
#define wxSCI_COFFEESCRIPT_OPERATOR   10
 
#define wxSCI_COFFEESCRIPT_IDENTIFIER   11
 
#define wxSCI_COFFEESCRIPT_STRINGEOL   12
 
#define wxSCI_COFFEESCRIPT_VERBATIM   13
 
#define wxSCI_COFFEESCRIPT_REGEX   14
 
#define wxSCI_COFFEESCRIPT_COMMENTLINEDOC   15
 
#define wxSCI_COFFEESCRIPT_WORD2   16
 
#define wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORD   17
 
#define wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORDERROR   18
 
#define wxSCI_COFFEESCRIPT_GLOBALCLASS   19
 
#define wxSCI_COFFEESCRIPT_STRINGRAW   20
 
#define wxSCI_COFFEESCRIPT_TRIPLEVERBATIM   21
 
#define wxSCI_COFFEESCRIPT_COMMENTBLOCK   22
 
#define wxSCI_COFFEESCRIPT_VERBOSE_REGEX   23
 
#define wxSCI_COFFEESCRIPT_VERBOSE_REGEX_COMMENT   24
 
#define wxSCI_COFFEESCRIPT_INSTANCEPROPERTY   25
 
#define wxSCI_AVS_DEFAULT   0
 Lexical states for SCLEX_AVS. More...
 
#define wxSCI_AVS_COMMENTBLOCK   1
 
#define wxSCI_AVS_COMMENTBLOCKN   2
 
#define wxSCI_AVS_COMMENTLINE   3
 
#define wxSCI_AVS_NUMBER   4
 
#define wxSCI_AVS_OPERATOR   5
 
#define wxSCI_AVS_IDENTIFIER   6
 
#define wxSCI_AVS_STRING   7
 
#define wxSCI_AVS_TRIPLESTRING   8
 
#define wxSCI_AVS_KEYWORD   9
 
#define wxSCI_AVS_FILTER   10
 
#define wxSCI_AVS_PLUGIN   11
 
#define wxSCI_AVS_FUNCTION   12
 
#define wxSCI_AVS_CLIPPROP   13
 
#define wxSCI_AVS_USERDFN   14
 
#define wxSCI_ECL_DEFAULT   0
 Lexical states for SCLEX_ECL. More...
 
#define wxSCI_ECL_COMMENT   1
 
#define wxSCI_ECL_COMMENTLINE   2
 
#define wxSCI_ECL_NUMBER   3
 
#define wxSCI_ECL_STRING   4
 
#define wxSCI_ECL_WORD0   5
 
#define wxSCI_ECL_OPERATOR   6
 
#define wxSCI_ECL_CHARACTER   7
 
#define wxSCI_ECL_UUID   8
 
#define wxSCI_ECL_PREPROCESSOR   9
 
#define wxSCI_ECL_UNKNOWN   10
 
#define wxSCI_ECL_IDENTIFIER   11
 
#define wxSCI_ECL_STRINGEOL   12
 
#define wxSCI_ECL_VERBATIM   13
 
#define wxSCI_ECL_REGEX   14
 
#define wxSCI_ECL_COMMENTLINEDOC   15
 
#define wxSCI_ECL_WORD1   16
 
#define wxSCI_ECL_COMMENTDOCKEYWORD   17
 
#define wxSCI_ECL_COMMENTDOCKEYWORDERROR   18
 
#define wxSCI_ECL_WORD2   19
 
#define wxSCI_ECL_WORD3   20
 
#define wxSCI_ECL_WORD4   21
 
#define wxSCI_ECL_WORD5   22
 
#define wxSCI_ECL_COMMENTDOC   23
 
#define wxSCI_ECL_ADDED   24
 
#define wxSCI_ECL_DELETED   25
 
#define wxSCI_ECL_CHANGED   26
 
#define wxSCI_ECL_MOVED   27
 
#define wxSCI_OSCRIPT_DEFAULT   0
 Lexical states for SCLEX_OSCRIPT. More...
 
#define wxSCI_OSCRIPT_LINE_COMMENT   1
 
#define wxSCI_OSCRIPT_BLOCK_COMMENT   2
 
#define wxSCI_OSCRIPT_DOC_COMMENT   3
 
#define wxSCI_OSCRIPT_PREPROCESSOR   4
 
#define wxSCI_OSCRIPT_NUMBER   5
 
#define wxSCI_OSCRIPT_SINGLEQUOTE_STRING   6
 
#define wxSCI_OSCRIPT_DOUBLEQUOTE_STRING   7
 
#define wxSCI_OSCRIPT_CONSTANT   8
 
#define wxSCI_OSCRIPT_IDENTIFIER   9
 
#define wxSCI_OSCRIPT_GLOBAL   10
 
#define wxSCI_OSCRIPT_KEYWORD   11
 
#define wxSCI_OSCRIPT_OPERATOR   12
 
#define wxSCI_OSCRIPT_LABEL   13
 
#define wxSCI_OSCRIPT_TYPE   14
 
#define wxSCI_OSCRIPT_FUNCTION   15
 
#define wxSCI_OSCRIPT_OBJECT   16
 
#define wxSCI_OSCRIPT_PROPERTY   17
 
#define wxSCI_OSCRIPT_METHOD   18
 
#define wxSCI_VISUALPROLOG_DEFAULT   0
 Lexical states for SCLEX_VISUALPROLOG. More...
 
#define wxSCI_VISUALPROLOG_KEY_MAJOR   1
 
#define wxSCI_VISUALPROLOG_KEY_MINOR   2
 
#define wxSCI_VISUALPROLOG_KEY_DIRECTIVE   3
 
#define wxSCI_VISUALPROLOG_COMMENT_BLOCK   4
 
#define wxSCI_VISUALPROLOG_COMMENT_LINE   5
 
#define wxSCI_VISUALPROLOG_COMMENT_KEY   6
 
#define wxSCI_VISUALPROLOG_COMMENT_KEY_ERROR   7
 
#define wxSCI_VISUALPROLOG_IDENTIFIER   8
 
#define wxSCI_VISUALPROLOG_VARIABLE   9
 
#define wxSCI_VISUALPROLOG_ANONYMOUS   10
 
#define wxSCI_VISUALPROLOG_NUMBER   11
 
#define wxSCI_VISUALPROLOG_OPERATOR   12
 
#define wxSCI_VISUALPROLOG_CHARACTER   13
 
#define wxSCI_VISUALPROLOG_CHARACTER_TOO_MANY   14
 
#define wxSCI_VISUALPROLOG_CHARACTER_ESCAPE_ERROR   15
 
#define wxSCI_VISUALPROLOG_STRING   16
 
#define wxSCI_VISUALPROLOG_STRING_ESCAPE   17
 
#define wxSCI_VISUALPROLOG_STRING_ESCAPE_ERROR   18
 
#define wxSCI_VISUALPROLOG_STRING_EOL_OPEN   19
 
#define wxSCI_VISUALPROLOG_STRING_VERBATIM   20
 
#define wxSCI_VISUALPROLOG_STRING_VERBATIM_SPECIAL   21
 
#define wxSCI_VISUALPROLOG_STRING_VERBATIM_EOL   22
 
#define wxSCI_STTXT_DEFAULT   0
 Lexical states for SCLEX_STTXT. More...
 
#define wxSCI_STTXT_COMMENT   1
 
#define wxSCI_STTXT_COMMENTLINE   2
 
#define wxSCI_STTXT_KEYWORD   3
 
#define wxSCI_STTXT_TYPE   4
 
#define wxSCI_STTXT_FUNCTION   5
 
#define wxSCI_STTXT_FB   6
 
#define wxSCI_STTXT_NUMBER   7
 
#define wxSCI_STTXT_HEXNUMBER   8
 
#define wxSCI_STTXT_PRAGMA   9
 
#define wxSCI_STTXT_OPERATOR   10
 
#define wxSCI_STTXT_CHARACTER   11
 
#define wxSCI_STTXT_STRING1   12
 
#define wxSCI_STTXT_STRING2   13
 
#define wxSCI_STTXT_STRINGEOL   14
 
#define wxSCI_STTXT_IDENTIFIER   15
 
#define wxSCI_STTXT_DATETIME   16
 
#define wxSCI_STTXT_VARS   17
 
#define wxSCI_STTXT_PRAGMAS   18
 
#define wxSCI_KVIRC_DEFAULT   0
 Lexical states for SCLEX_KVIRC. More...
 
#define wxSCI_KVIRC_COMMENT   1
 
#define wxSCI_KVIRC_COMMENTBLOCK   2
 
#define wxSCI_KVIRC_STRING   3
 
#define wxSCI_KVIRC_WORD   4
 
#define wxSCI_KVIRC_KEYWORD   5
 
#define wxSCI_KVIRC_FUNCTION_KEYWORD   6
 
#define wxSCI_KVIRC_FUNCTION   7
 
#define wxSCI_KVIRC_VARIABLE   8
 
#define wxSCI_KVIRC_NUMBER   9
 
#define wxSCI_KVIRC_OPERATOR   10
 
#define wxSCI_KVIRC_STRING_FUNCTION   11
 
#define wxSCI_KVIRC_STRING_VARIABLE   12
 
#define wxSCI_RUST_DEFAULT   0
 Lexical states for SCLEX_RUST. More...
 
#define wxSCI_RUST_COMMENTBLOCK   1
 
#define wxSCI_RUST_COMMENTLINE   2
 
#define wxSCI_RUST_COMMENTBLOCKDOC   3
 
#define wxSCI_RUST_COMMENTLINEDOC   4
 
#define wxSCI_RUST_NUMBER   5
 
#define wxSCI_RUST_WORD   6
 
#define wxSCI_RUST_WORD2   7
 
#define wxSCI_RUST_WORD3   8
 
#define wxSCI_RUST_WORD4   9
 
#define wxSCI_RUST_WORD5   10
 
#define wxSCI_RUST_WORD6   11
 
#define wxSCI_RUST_WORD7   12
 
#define wxSCI_RUST_STRING   13
 
#define wxSCI_RUST_STRINGR   14
 
#define wxSCI_RUST_CHARACTER   15
 
#define wxSCI_RUST_OPERATOR   16
 
#define wxSCI_RUST_IDENTIFIER   17
 
#define wxSCI_RUST_LIFETIME   18
 
#define wxSCI_RUST_MACRO   19
 
#define wxSCI_RUST_LEXERROR   20
 
#define wxSCI_RUST_BYTESTRING   21
 
#define wxSCI_RUST_BYTESTRINGR   22
 
#define wxSCI_RUST_BYTECHARACTER   23
 
#define wxSCI_DMAP_DEFAULT   0
 Lexical states for SCLEX_DMAP. More...
 
#define wxSCI_DMAP_COMMENT   1
 
#define wxSCI_DMAP_NUMBER   2
 
#define wxSCI_DMAP_STRING1   3
 
#define wxSCI_DMAP_STRING2   4
 
#define wxSCI_DMAP_STRINGEOL   5
 
#define wxSCI_DMAP_OPERATOR   6
 
#define wxSCI_DMAP_IDENTIFIER   7
 
#define wxSCI_DMAP_WORD   8
 
#define wxSCI_DMAP_WORD2   9
 
#define wxSCI_DMAP_WORD3   10
 
#define wxSCI_DMIS_DEFAULT   0
 Lexical states for SCLEX_DMIS. More...
 
#define wxSCI_DMIS_COMMENT   1
 
#define wxSCI_DMIS_STRING   2
 
#define wxSCI_DMIS_NUMBER   3
 
#define wxSCI_DMIS_KEYWORD   4
 
#define wxSCI_DMIS_MAJORWORD   5
 
#define wxSCI_DMIS_MINORWORD   6
 
#define wxSCI_DMIS_UNSUPPORTED_MAJOR   7
 
#define wxSCI_DMIS_UNSUPPORTED_MINOR   8
 
#define wxSCI_DMIS_LABEL   9
 
#define wxSCI_REG_DEFAULT   0
 Lexical states for SCLEX_REGISTRY. More...
 
#define wxSCI_REG_COMMENT   1
 
#define wxSCI_REG_VALUENAME   2
 
#define wxSCI_REG_STRING   3
 
#define wxSCI_REG_HEXDIGIT   4
 
#define wxSCI_REG_VALUETYPE   5
 
#define wxSCI_REG_ADDEDKEY   6
 
#define wxSCI_REG_DELETEDKEY   7
 
#define wxSCI_REG_ESCAPED   8
 
#define wxSCI_REG_KEYPATH_GUID   9
 
#define wxSCI_REG_STRING_GUID   10
 
#define wxSCI_REG_PARAMETER   11
 
#define wxSCI_REG_OPERATOR   12
 
#define wxSCI_BIBTEX_DEFAULT   0
 Lexical state for SCLEX_BIBTEX. More...
 
#define wxSCI_BIBTEX_ENTRY   1
 
#define wxSCI_BIBTEX_UNKNOWN_ENTRY   2
 
#define wxSCI_BIBTEX_KEY   3
 
#define wxSCI_BIBTEX_PARAMETER   4
 
#define wxSCI_BIBTEX_VALUE   5
 
#define wxSCI_BIBTEX_COMMENT   6
 
#define wxSCI_HEX_DEFAULT   0
 Lexical state for SCLEX_SREC. More...
 
#define wxSCI_HEX_RECSTART   1
 
#define wxSCI_HEX_RECTYPE   2
 
#define wxSCI_HEX_RECTYPE_UNKNOWN   3
 
#define wxSCI_HEX_BYTECOUNT   4
 
#define wxSCI_HEX_BYTECOUNT_WRONG   5
 
#define wxSCI_HEX_NOADDRESS   6
 
#define wxSCI_HEX_DATAADDRESS   7
 
#define wxSCI_HEX_RECCOUNT   8
 
#define wxSCI_HEX_STARTADDRESS   9
 
#define wxSCI_HEX_ADDRESSFIELD_UNKNOWN   10
 
#define wxSCI_HEX_EXTENDEDADDRESS   11
 
#define wxSCI_HEX_DATA_ODD   12
 
#define wxSCI_HEX_DATA_EVEN   13
 
#define wxSCI_HEX_DATA_UNKNOWN   14
 
#define wxSCI_HEX_DATA_EMPTY   15
 
#define wxSCI_HEX_CHECKSUM   16
 
#define wxSCI_HEX_CHECKSUM_WRONG   17
 
#define wxSCI_HEX_GARBAGE   18
 
#define wxSCI_JSON_DEFAULT   0
 Lexical state for SCLEX_IHEX (shared with Srec) Lexical state for SCLEX_TEHEX (shared with Srec) Lexical states for SCLEX_JSON. More...
 
#define wxSCI_JSON_NUMBER   1
 
#define wxSCI_JSON_STRING   2
 
#define wxSCI_JSON_STRINGEOL   3
 
#define wxSCI_JSON_PROPERTYNAME   4
 
#define wxSCI_JSON_ESCAPESEQUENCE   5
 
#define wxSCI_JSON_LINECOMMENT   6
 
#define wxSCI_JSON_BLOCKCOMMENT   7
 
#define wxSCI_JSON_OPERATOR   8
 
#define wxSCI_JSON_URI   9
 
#define wxSCI_JSON_COMPACTIRI   10
 
#define wxSCI_JSON_KEYWORD   11
 
#define wxSCI_JSON_LDKEYWORD   12
 
#define wxSCI_JSON_ERROR   13
 
#define wxSCI_EDI_DEFAULT   0
 
#define wxSCI_EDI_SEGMENTSTART   1
 
#define wxSCI_EDI_SEGMENTEND   2
 
#define wxSCI_EDI_SEP_ELEMENT   3
 
#define wxSCI_EDI_SEP_COMPOSITE   4
 
#define wxSCI_EDI_SEP_RELEASE   5
 
#define wxSCI_EDI_UNA   6
 
#define wxSCI_EDI_UNH   7
 
#define wxSCI_EDI_BADSEGMENT   8
 
#define wxSCI_DEPRECATED_MACRO_VALUE(value, msg)   value
 
#define wxSCI_CMD_REDO   2011
 Redoes the next action on the undo history. More...
 
#define wxSCI_CMD_SELECTALL   2013
 Select all the text in the document. More...
 
#define wxSCI_CMD_UNDO   2176
 Undo one action in the undo history. More...
 
#define wxSCI_CMD_CUT   2177
 Cut the selection to the clipboard. More...
 
#define wxSCI_CMD_COPY   2178
 Copy the selection to the clipboard. More...
 
#define wxSCI_CMD_PASTE   2179
 Paste the contents of the clipboard into the document replacing the selection. More...
 
#define wxSCI_CMD_CLEAR   2180
 Clear the selection. More...
 
#define wxSCI_CMD_LINEDOWN   2300
 Move caret down one line. More...
 
#define wxSCI_CMD_LINEDOWNEXTEND   2301
 Move caret down one line extending selection to new caret position. More...
 
#define wxSCI_CMD_LINEUP   2302
 Move caret up one line. More...
 
#define wxSCI_CMD_LINEUPEXTEND   2303
 Move caret up one line extending selection to new caret position. More...
 
#define wxSCI_CMD_CHARLEFT   2304
 Move caret left one character. More...
 
#define wxSCI_CMD_CHARLEFTEXTEND   2305
 Move caret left one character extending selection to new caret position. More...
 
#define wxSCI_CMD_CHARRIGHT   2306
 Move caret right one character. More...
 
#define wxSCI_CMD_CHARRIGHTEXTEND   2307
 Move caret right one character extending selection to new caret position. More...
 
#define wxSCI_CMD_WORDLEFT   2308
 Move caret left one word. More...
 
#define wxSCI_CMD_WORDLEFTEXTEND   2309
 Move caret left one word extending selection to new caret position. More...
 
#define wxSCI_CMD_WORDRIGHT   2310
 Move caret right one word. More...
 
#define wxSCI_CMD_WORDRIGHTEXTEND   2311
 Move caret right one word extending selection to new caret position. More...
 
#define wxSCI_CMD_HOME   2312
 Move caret to first position on line. More...
 
#define wxSCI_CMD_HOMEEXTEND   2313
 Move caret to first position on line extending selection to new caret position. More...
 
#define wxSCI_CMD_LINEEND   2314
 Move caret to last position on line. More...
 
#define wxSCI_CMD_LINEENDEXTEND   2315
 Move caret to last position on line extending selection to new caret position. More...
 
#define wxSCI_CMD_DOCUMENTSTART   2316
 Move caret to first position in document. More...
 
#define wxSCI_CMD_DOCUMENTSTARTEXTEND   2317
 Move caret to first position in document extending selection to new caret position. More...
 
#define wxSCI_CMD_DOCUMENTEND   2318
 Move caret to last position in document. More...
 
#define wxSCI_CMD_DOCUMENTENDEXTEND   2319
 Move caret to last position in document extending selection to new caret position. More...
 
#define wxSCI_CMD_PAGEUP   2320
 Move caret one page up. More...
 
#define wxSCI_CMD_PAGEUPEXTEND   2321
 Move caret one page up extending selection to new caret position. More...
 
#define wxSCI_CMD_PAGEDOWN   2322
 Move caret one page down. More...
 
#define wxSCI_CMD_PAGEDOWNEXTEND   2323
 Move caret one page down extending selection to new caret position. More...
 
#define wxSCI_CMD_EDITTOGGLEOVERTYPE   2324
 Switch from insert to overtype mode or the reverse. More...
 
#define wxSCI_CMD_CANCEL   2325
 Cancel any modes such as call tip or auto-completion list display. More...
 
#define wxSCI_CMD_DELETEBACK   2326
 Delete the selection or if no selection, the character before the caret. More...
 
#define wxSCI_CMD_TAB   2327
 If selection is empty or all on one line replace the selection with a tab character. More...
 
#define wxSCI_CMD_BACKTAB   2328
 Dedent the selected lines. More...
 
#define wxSCI_CMD_NEWLINE   2329
 Insert a new line, may use a CRLF, CR or LF depending on EOL mode. More...
 
#define wxSCI_CMD_FORMFEED   2330
 Insert a Form Feed character. More...
 
#define wxSCI_CMD_VCHOME   2331
 Move caret to before first visible character on line. More...
 
#define wxSCI_CMD_VCHOMEEXTEND   2332
 Like VCHome but extending selection to new caret position. More...
 
#define wxSCI_CMD_ZOOMIN   2333
 Magnify the displayed text by increasing the sizes by 1 point. More...
 
#define wxSCI_CMD_ZOOMOUT   2334
 Make the displayed text smaller by decreasing the sizes by 1 point. More...
 
#define wxSCI_CMD_DELWORDLEFT   2335
 Delete the word to the left of the caret. More...
 
#define wxSCI_CMD_DELWORDRIGHT   2336
 Delete the word to the right of the caret. More...
 
#define wxSCI_CMD_DELWORDRIGHTEND   2518
 Delete the word to the right of the caret, but not the trailing non-word characters. More...
 
#define wxSCI_CMD_LINECUT   2337
 Cut the line containing the caret. More...
 
#define wxSCI_CMD_LINEDELETE   2338
 Delete the line containing the caret. More...
 
#define wxSCI_CMD_LINETRANSPOSE   2339
 Switch the current line with the previous. More...
 
#define wxSCI_CMD_LINEDUPLICATE   2404
 Duplicate the current line. More...
 
#define wxSCI_CMD_LOWERCASE   2340
 Transform the selection to lower case. More...
 
#define wxSCI_CMD_UPPERCASE   2341
 Transform the selection to upper case. More...
 
#define wxSCI_CMD_LINESCROLLDOWN   2342
 Scroll the document down, keeping the caret visible. More...
 
#define wxSCI_CMD_LINESCROLLUP   2343
 Scroll the document up, keeping the caret visible. More...
 
#define wxSCI_CMD_DELETEBACKNOTLINE   2344
 Delete the selection or if no selection, the character before the caret. More...
 
#define wxSCI_CMD_HOMEDISPLAY   2345
 Move caret to first position on display line. More...
 
#define wxSCI_CMD_HOMEDISPLAYEXTEND   2346
 Move caret to first position on display line extending selection to new caret position. More...
 
#define wxSCI_CMD_LINEENDDISPLAY   2347
 Move caret to last position on display line. More...
 
#define wxSCI_CMD_LINEENDDISPLAYEXTEND   2348
 Move caret to last position on display line extending selection to new caret position. More...
 
#define wxSCI_CMD_HOMEWRAP   2349
 Like Home but when word-wrap is enabled goes first to start of display line HomeDisplay, then to start of document line Home. More...
 
#define wxSCI_CMD_HOMEWRAPEXTEND   2450
 Like HomeExtend but when word-wrap is enabled extends first to start of display line HomeDisplayExtend, then to start of document line HomeExtend. More...
 
#define wxSCI_CMD_LINEENDWRAP   2451
 Like LineEnd but when word-wrap is enabled goes first to end of display line LineEndDisplay, then to start of document line LineEnd. More...
 
#define wxSCI_CMD_LINEENDWRAPEXTEND   2452
 Like LineEndExtend but when word-wrap is enabled extends first to end of display line LineEndDisplayExtend, then to start of document line LineEndExtend. More...
 
#define wxSCI_CMD_VCHOMEWRAP   2453
 Like VCHome but when word-wrap is enabled goes first to start of display line VCHomeDisplay, then behaves like VCHome. More...
 
#define wxSCI_CMD_VCHOMEWRAPEXTEND   2454
 Like VCHomeExtend but when word-wrap is enabled extends first to start of display line VCHomeDisplayExtend, then behaves like VCHomeExtend. More...
 
#define wxSCI_CMD_LINECOPY   2455
 Copy the line containing the caret. More...
 
#define wxSCI_CMD_WORDPARTLEFT   2390
 Move to the previous change in capitalisation. More...
 
#define wxSCI_CMD_WORDPARTLEFTEXTEND   2391
 Move to the previous change in capitalisation extending selection to new caret position. More...
 
#define wxSCI_CMD_WORDPARTRIGHT   2392
 Move to the change next in capitalisation. More...
 
#define wxSCI_CMD_WORDPARTRIGHTEXTEND   2393
 Move to the next change in capitalisation extending selection to new caret position. More...
 
#define wxSCI_CMD_DELLINELEFT   2395
 Delete back from the current position to the start of the line. More...
 
#define wxSCI_CMD_DELLINERIGHT   2396
 Delete forwards from the current position to the end of the line. More...
 
#define wxSCI_CMD_PARADOWN   2413
 Move caret down one paragraph (delimited by empty lines). More...
 
#define wxSCI_CMD_PARADOWNEXTEND   2414
 Extend selection down one paragraph (delimited by empty lines). More...
 
#define wxSCI_CMD_PARAUP   2415
 Move caret up one paragraph (delimited by empty lines). More...
 
#define wxSCI_CMD_PARAUPEXTEND   2416
 Extend selection up one paragraph (delimited by empty lines). More...
 
#define wxSCI_CMD_LINEDOWNRECTEXTEND   2426
 Move caret down one line, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_LINEUPRECTEXTEND   2427
 Move caret up one line, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_CHARLEFTRECTEXTEND   2428
 Move caret left one character, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_CHARRIGHTRECTEXTEND   2429
 Move caret right one character, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_HOMERECTEXTEND   2430
 Move caret to first position on line, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_VCHOMERECTEXTEND   2431
 Move caret to before first visible character on line. More...
 
#define wxSCI_CMD_LINEENDRECTEXTEND   2432
 Move caret to last position on line, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_PAGEUPRECTEXTEND   2433
 Move caret one page up, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_PAGEDOWNRECTEXTEND   2434
 Move caret one page down, extending rectangular selection to new caret position. More...
 
#define wxSCI_CMD_STUTTEREDPAGEUP   2435
 Move caret to top of page, or one page up if already at top of page. More...
 
#define wxSCI_CMD_STUTTEREDPAGEUPEXTEND   2436
 Move caret to top of page, or one page up if already at top of page, extending selection to new caret position. More...
 
#define wxSCI_CMD_STUTTEREDPAGEDOWN   2437
 Move caret to bottom of page, or one page down if already at bottom of page. More...
 
#define wxSCI_CMD_STUTTEREDPAGEDOWNEXTEND   2438
 Move caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position. More...
 
#define wxSCI_CMD_WORDLEFTEND   2439
 Move caret left one word, position cursor at end of word. More...
 
#define wxSCI_CMD_WORDLEFTENDEXTEND   2440
 Move caret left one word, position cursor at end of word, extending selection to new caret position. More...
 
#define wxSCI_CMD_WORDRIGHTEND   2441
 Move caret right one word, position cursor at end of word. More...
 
#define wxSCI_CMD_WORDRIGHTENDEXTEND   2442
 Move caret right one word, position cursor at end of word, extending selection to new caret position. More...
 
#define wxSCI_CMD_VERTICALCENTRECARET   2619
 Centre current line in window. More...
 
#define wxSCI_CMD_MOVESELECTEDLINESUP   2620
 Move the selected lines up one line, shifting the line above after the selection. More...
 
#define wxSCI_CMD_MOVESELECTEDLINESDOWN   2621
 Move the selected lines down one line, shifting the line below before the selection. More...
 
#define wxSCI_CMD_SCROLLTOSTART   2628
 Scroll to start of document. More...
 
#define wxSCI_CMD_SCROLLTOEND   2629
 Scroll to end of document. More...
 
#define wxSCI_CMD_VCHOMEDISPLAY   2652
 Move caret to before first visible character on display line. More...
 
#define wxSCI_CMD_VCHOMEDISPLAYEXTEND   2653
 Like VCHomeDisplay but extending selection to new caret position. More...
 
#define SCI_NAMESPACE_PREFIX(x)   x
 
#define wxScintillaEventHandler(func)   wxEVENT_HANDLER_CAST( wxScintillaEventFunction, func )
 
#define EVT_SCI_CHANGE(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CHANGE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_STYLENEEDED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_STYLENEEDED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_CHARADDED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CHARADDED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_SAVEPOINTREACHED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_SAVEPOINTREACHED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_SAVEPOINTLEFT(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_SAVEPOINTLEFT, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_ROMODIFYATTEMPT(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_ROMODIFYATTEMPT, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_KEY(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_KEY, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_DOUBLECLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DOUBLECLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_UPDATEUI(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_UPDATEUI, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_MODIFIED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MODIFIED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_MACRORECORD(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MACRORECORD, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_MARGINCLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MARGINCLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_NEEDSHOWN(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_NEEDSHOWN, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_PAINTED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_PAINTED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_USERLISTSELECTION(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_USERLISTSELECTION, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_URIDROPPED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_URIDROPPED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_DWELLSTART(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DWELLSTART, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_DWELLEND(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DWELLEND, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_START_DRAG(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_START_DRAG, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_DRAG_OVER(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DRAG_OVER, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_DO_DROP(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DO_DROP, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_ZOOM(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_ZOOM, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_HOTSPOT_CLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_HOTSPOT_DCLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_DCLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_CALLTIP_CLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CALLTIP_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_AUTOCOMP_SELECTION(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_SELECTION, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_INDICATOR_CLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_INDICATOR_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_INDICATOR_RELEASE(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_INDICATOR_RELEASE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_AUTOCOMP_CANCELLED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_CANCELLED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_AUTOCOMP_CHAR_DELETED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_CHAR_DELETED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_HOTSPOT_RELEASE_CLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_RELEASE_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_CLIPBOARD_COPY(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CLIPBOARD_COPY, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_CLIPBOARD_PASTE(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CLIPBOARD_PASTE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_AUTOCOMP_COMPLETED(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_COMPLETED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 
#define EVT_SCI_MARGIN_RIGHT_CLICK(id, fn)   DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MARGIN_RIGHT_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),
 

Typedefs

typedef void(wxEvtHandler::* wxScintillaEventFunction) (wxScintillaEvent &)
 

Functions

wxString sci2wx (const char *str)
 
wxString sci2wx (const char *str, size_t len)
 
wxCharBuffer wx2sci (const wxString &str)
 
size_t wx2scilen (const wxString &WXUNUSED(str), const wxCharBuffer &buf)
 

Variables

class WXDLLIMPEXP_FWD_CORE wxScrollBar
 
WXDLLIMPEXP_SCI const wxChar wxSCINameStr []
 
class WXDLLIMPEXP_SCI wxScintilla
 
class WXDLLIMPEXP_SCI wxScintillaEvent
 

Macro Definition Documentation

◆ EVT_SCI_AUTOCOMP_CANCELLED

#define EVT_SCI_AUTOCOMP_CANCELLED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_CANCELLED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5647 of file wxscintilla.h.

◆ EVT_SCI_AUTOCOMP_CHAR_DELETED

#define EVT_SCI_AUTOCOMP_CHAR_DELETED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_CHAR_DELETED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5648 of file wxscintilla.h.

◆ EVT_SCI_AUTOCOMP_COMPLETED

#define EVT_SCI_AUTOCOMP_COMPLETED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_COMPLETED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5652 of file wxscintilla.h.

◆ EVT_SCI_AUTOCOMP_SELECTION

#define EVT_SCI_AUTOCOMP_SELECTION (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_SELECTION, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5644 of file wxscintilla.h.

◆ EVT_SCI_CALLTIP_CLICK

#define EVT_SCI_CALLTIP_CLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CALLTIP_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5643 of file wxscintilla.h.

◆ EVT_SCI_CHANGE

#define EVT_SCI_CHANGE (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CHANGE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5619 of file wxscintilla.h.

◆ EVT_SCI_CHARADDED

#define EVT_SCI_CHARADDED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CHARADDED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5621 of file wxscintilla.h.

◆ EVT_SCI_CLIPBOARD_COPY

#define EVT_SCI_CLIPBOARD_COPY (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CLIPBOARD_COPY, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5650 of file wxscintilla.h.

◆ EVT_SCI_CLIPBOARD_PASTE

#define EVT_SCI_CLIPBOARD_PASTE (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CLIPBOARD_PASTE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5651 of file wxscintilla.h.

◆ EVT_SCI_DO_DROP

#define EVT_SCI_DO_DROP (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DO_DROP, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5639 of file wxscintilla.h.

◆ EVT_SCI_DOUBLECLICK

#define EVT_SCI_DOUBLECLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DOUBLECLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5626 of file wxscintilla.h.

◆ EVT_SCI_DRAG_OVER

#define EVT_SCI_DRAG_OVER (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DRAG_OVER, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5638 of file wxscintilla.h.

◆ EVT_SCI_DWELLEND

#define EVT_SCI_DWELLEND (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DWELLEND, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5636 of file wxscintilla.h.

◆ EVT_SCI_DWELLSTART

#define EVT_SCI_DWELLSTART (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DWELLSTART, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5635 of file wxscintilla.h.

◆ EVT_SCI_HOTSPOT_CLICK

#define EVT_SCI_HOTSPOT_CLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5641 of file wxscintilla.h.

◆ EVT_SCI_HOTSPOT_DCLICK

#define EVT_SCI_HOTSPOT_DCLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_DCLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5642 of file wxscintilla.h.

◆ EVT_SCI_HOTSPOT_RELEASE_CLICK

#define EVT_SCI_HOTSPOT_RELEASE_CLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_RELEASE_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5649 of file wxscintilla.h.

◆ EVT_SCI_INDICATOR_CLICK

#define EVT_SCI_INDICATOR_CLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_INDICATOR_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5645 of file wxscintilla.h.

◆ EVT_SCI_INDICATOR_RELEASE

#define EVT_SCI_INDICATOR_RELEASE (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_INDICATOR_RELEASE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5646 of file wxscintilla.h.

◆ EVT_SCI_KEY

#define EVT_SCI_KEY (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_KEY, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5625 of file wxscintilla.h.

◆ EVT_SCI_MACRORECORD

#define EVT_SCI_MACRORECORD (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MACRORECORD, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5629 of file wxscintilla.h.

◆ EVT_SCI_MARGIN_RIGHT_CLICK

#define EVT_SCI_MARGIN_RIGHT_CLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MARGIN_RIGHT_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5653 of file wxscintilla.h.

◆ EVT_SCI_MARGINCLICK

#define EVT_SCI_MARGINCLICK (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MARGINCLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5630 of file wxscintilla.h.

◆ EVT_SCI_MODIFIED

#define EVT_SCI_MODIFIED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MODIFIED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5628 of file wxscintilla.h.

◆ EVT_SCI_NEEDSHOWN

#define EVT_SCI_NEEDSHOWN (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_NEEDSHOWN, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5631 of file wxscintilla.h.

◆ EVT_SCI_PAINTED

#define EVT_SCI_PAINTED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_PAINTED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5632 of file wxscintilla.h.

◆ EVT_SCI_ROMODIFYATTEMPT

#define EVT_SCI_ROMODIFYATTEMPT (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_ROMODIFYATTEMPT, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5624 of file wxscintilla.h.

◆ EVT_SCI_SAVEPOINTLEFT

#define EVT_SCI_SAVEPOINTLEFT (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_SAVEPOINTLEFT, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5623 of file wxscintilla.h.

◆ EVT_SCI_SAVEPOINTREACHED

#define EVT_SCI_SAVEPOINTREACHED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_SAVEPOINTREACHED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5622 of file wxscintilla.h.

◆ EVT_SCI_START_DRAG

#define EVT_SCI_START_DRAG (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_START_DRAG, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5637 of file wxscintilla.h.

◆ EVT_SCI_STYLENEEDED

#define EVT_SCI_STYLENEEDED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_STYLENEEDED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5620 of file wxscintilla.h.

◆ EVT_SCI_UPDATEUI

#define EVT_SCI_UPDATEUI (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_UPDATEUI, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5627 of file wxscintilla.h.

◆ EVT_SCI_URIDROPPED

#define EVT_SCI_URIDROPPED (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_URIDROPPED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5634 of file wxscintilla.h.

◆ EVT_SCI_USERLISTSELECTION

#define EVT_SCI_USERLISTSELECTION (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_USERLISTSELECTION, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5633 of file wxscintilla.h.

◆ EVT_SCI_ZOOM

#define EVT_SCI_ZOOM (   id,
  fn 
)    DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_ZOOM, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ),

Definition at line 5640 of file wxscintilla.h.

◆ SCI_NAMESPACE_PREFIX

#define SCI_NAMESPACE_PREFIX (   x)    x

Definition at line 2849 of file wxscintilla.h.

◆ SCI_USE_DND

#define SCI_USE_DND   1

Definition at line 63 of file wxscintilla.h.

◆ WXDLLIMPEXP_SCI

#define WXDLLIMPEXP_SCI   WXEXPORT

Definition at line 48 of file wxscintilla.h.

◆ wxSCI_A68K_COMMENT

#define wxSCI_A68K_COMMENT   1

Definition at line 2188 of file wxscintilla.h.

◆ wxSCI_A68K_COMMENT_DOXYGEN

#define wxSCI_A68K_COMMENT_DOXYGEN   18

Definition at line 2205 of file wxscintilla.h.

◆ wxSCI_A68K_COMMENT_SPECIAL

#define wxSCI_A68K_COMMENT_SPECIAL   17

Definition at line 2204 of file wxscintilla.h.

◆ wxSCI_A68K_COMMENT_WORD

#define wxSCI_A68K_COMMENT_WORD   16

Definition at line 2203 of file wxscintilla.h.

◆ wxSCI_A68K_CPUINSTRUCTION

#define wxSCI_A68K_CPUINSTRUCTION   7

Definition at line 2194 of file wxscintilla.h.

◆ wxSCI_A68K_DEFAULT

#define wxSCI_A68K_DEFAULT   0

Lexical states for SCLEX_A68K.

Definition at line 2187 of file wxscintilla.h.

◆ wxSCI_A68K_DIRECTIVE

#define wxSCI_A68K_DIRECTIVE   10

Definition at line 2197 of file wxscintilla.h.

◆ wxSCI_A68K_EXTINSTRUCTION

#define wxSCI_A68K_EXTINSTRUCTION   8

Definition at line 2195 of file wxscintilla.h.

◆ wxSCI_A68K_IDENTIFIER

#define wxSCI_A68K_IDENTIFIER   14

Definition at line 2201 of file wxscintilla.h.

◆ wxSCI_A68K_LABEL

#define wxSCI_A68K_LABEL   12

Definition at line 2199 of file wxscintilla.h.

◆ wxSCI_A68K_MACRO_ARG

#define wxSCI_A68K_MACRO_ARG   11

Definition at line 2198 of file wxscintilla.h.

◆ wxSCI_A68K_MACRO_DECLARATION

#define wxSCI_A68K_MACRO_DECLARATION   15

Definition at line 2202 of file wxscintilla.h.

◆ wxSCI_A68K_NUMBER_BIN

#define wxSCI_A68K_NUMBER_BIN   3

Definition at line 2190 of file wxscintilla.h.

◆ wxSCI_A68K_NUMBER_DEC

#define wxSCI_A68K_NUMBER_DEC   2

Definition at line 2189 of file wxscintilla.h.

◆ wxSCI_A68K_NUMBER_HEX

#define wxSCI_A68K_NUMBER_HEX   4

Definition at line 2191 of file wxscintilla.h.

◆ wxSCI_A68K_OPERATOR

#define wxSCI_A68K_OPERATOR   6

Definition at line 2193 of file wxscintilla.h.

◆ wxSCI_A68K_REGISTER

#define wxSCI_A68K_REGISTER   9

Definition at line 2196 of file wxscintilla.h.

◆ wxSCI_A68K_STRING1

#define wxSCI_A68K_STRING1   5

Definition at line 2192 of file wxscintilla.h.

◆ wxSCI_A68K_STRING2

#define wxSCI_A68K_STRING2   13

Definition at line 2200 of file wxscintilla.h.

◆ wxSCI_ABAQUS_ARGUMENT

#define wxSCI_ABAQUS_ARGUMENT   11

Definition at line 1957 of file wxscintilla.h.

◆ wxSCI_ABAQUS_COMMAND

#define wxSCI_ABAQUS_COMMAND   8

Definition at line 1954 of file wxscintilla.h.

◆ wxSCI_ABAQUS_COMMENT

#define wxSCI_ABAQUS_COMMENT   1

Definition at line 1947 of file wxscintilla.h.

◆ wxSCI_ABAQUS_COMMENTBLOCK

#define wxSCI_ABAQUS_COMMENTBLOCK   2

Definition at line 1948 of file wxscintilla.h.

◆ wxSCI_ABAQUS_DEFAULT

#define wxSCI_ABAQUS_DEFAULT   0

Lexical states for SCLEX_ABAQUS.

Definition at line 1946 of file wxscintilla.h.

◆ wxSCI_ABAQUS_FUNCTION

#define wxSCI_ABAQUS_FUNCTION   12

Definition at line 1958 of file wxscintilla.h.

◆ wxSCI_ABAQUS_NUMBER

#define wxSCI_ABAQUS_NUMBER   3

Definition at line 1949 of file wxscintilla.h.

◆ wxSCI_ABAQUS_OPERATOR

#define wxSCI_ABAQUS_OPERATOR   5

Definition at line 1951 of file wxscintilla.h.

◆ wxSCI_ABAQUS_PROCESSOR

#define wxSCI_ABAQUS_PROCESSOR   7

Definition at line 1953 of file wxscintilla.h.

◆ wxSCI_ABAQUS_SLASHCOMMAND

#define wxSCI_ABAQUS_SLASHCOMMAND   9

Definition at line 1955 of file wxscintilla.h.

◆ wxSCI_ABAQUS_STARCOMMAND

#define wxSCI_ABAQUS_STARCOMMAND   10

Definition at line 1956 of file wxscintilla.h.

◆ wxSCI_ABAQUS_STRING

#define wxSCI_ABAQUS_STRING   4

Definition at line 1950 of file wxscintilla.h.

◆ wxSCI_ABAQUS_WORD

#define wxSCI_ABAQUS_WORD   6

Definition at line 1952 of file wxscintilla.h.

◆ wxSCI_ABL_BLOCK

#define wxSCI_ABL_BLOCK   8

Definition at line 1939 of file wxscintilla.h.

◆ wxSCI_ABL_CHARACTER

#define wxSCI_ABL_CHARACTER   4

Definition at line 1935 of file wxscintilla.h.

◆ wxSCI_ABL_COMMENT

#define wxSCI_ABL_COMMENT   10

Definition at line 1941 of file wxscintilla.h.

◆ wxSCI_ABL_DEFAULT

#define wxSCI_ABL_DEFAULT   0

Lexical state for SCLEX_PROGRESS.

Definition at line 1931 of file wxscintilla.h.

◆ wxSCI_ABL_END

#define wxSCI_ABL_END   9

Definition at line 1940 of file wxscintilla.h.

◆ wxSCI_ABL_IDENTIFIER

#define wxSCI_ABL_IDENTIFIER   7

Definition at line 1938 of file wxscintilla.h.

◆ wxSCI_ABL_LINECOMMENT

#define wxSCI_ABL_LINECOMMENT   12

Definition at line 1943 of file wxscintilla.h.

◆ wxSCI_ABL_NUMBER

#define wxSCI_ABL_NUMBER   1

Definition at line 1932 of file wxscintilla.h.

◆ wxSCI_ABL_OPERATOR

#define wxSCI_ABL_OPERATOR   6

Definition at line 1937 of file wxscintilla.h.

◆ wxSCI_ABL_PREPROCESSOR

#define wxSCI_ABL_PREPROCESSOR   5

Definition at line 1936 of file wxscintilla.h.

◆ wxSCI_ABL_STRING

#define wxSCI_ABL_STRING   3

Definition at line 1934 of file wxscintilla.h.

◆ wxSCI_ABL_TASKMARKER

#define wxSCI_ABL_TASKMARKER   11

Definition at line 1942 of file wxscintilla.h.

◆ wxSCI_ABL_WORD

#define wxSCI_ABL_WORD   2

Definition at line 1933 of file wxscintilla.h.

◆ wxSCI_AC_COMMAND

#define wxSCI_AC_COMMAND   5

Definition at line 474 of file wxscintilla.h.

◆ wxSCI_AC_DOUBLECLICK

#define wxSCI_AC_DOUBLECLICK   2

Definition at line 471 of file wxscintilla.h.

◆ wxSCI_AC_FILLUP

#define wxSCI_AC_FILLUP   1

Definition at line 470 of file wxscintilla.h.

◆ wxSCI_AC_NEWLINE

#define wxSCI_AC_NEWLINE   4

Definition at line 473 of file wxscintilla.h.

◆ wxSCI_AC_TAB

#define wxSCI_AC_TAB   3

Definition at line 472 of file wxscintilla.h.

◆ wxSCI_ADA_CHARACTER

#define wxSCI_ADA_CHARACTER   5

Definition at line 1126 of file wxscintilla.h.

◆ wxSCI_ADA_CHARACTEREOL

#define wxSCI_ADA_CHARACTEREOL   6

Definition at line 1127 of file wxscintilla.h.

◆ wxSCI_ADA_COMMENTLINE

#define wxSCI_ADA_COMMENTLINE   10

Definition at line 1131 of file wxscintilla.h.

◆ wxSCI_ADA_DEFAULT

#define wxSCI_ADA_DEFAULT   0

Lexical states for SCLEX_ADA.

Definition at line 1121 of file wxscintilla.h.

◆ wxSCI_ADA_DELIMITER

#define wxSCI_ADA_DELIMITER   4

Definition at line 1125 of file wxscintilla.h.

◆ wxSCI_ADA_IDENTIFIER

#define wxSCI_ADA_IDENTIFIER   2

Definition at line 1123 of file wxscintilla.h.

◆ wxSCI_ADA_ILLEGAL

#define wxSCI_ADA_ILLEGAL   11

Definition at line 1132 of file wxscintilla.h.

◆ wxSCI_ADA_LABEL

#define wxSCI_ADA_LABEL   9

Definition at line 1130 of file wxscintilla.h.

◆ wxSCI_ADA_NUMBER

#define wxSCI_ADA_NUMBER   3

Definition at line 1124 of file wxscintilla.h.

◆ wxSCI_ADA_STRING

#define wxSCI_ADA_STRING   7

Definition at line 1128 of file wxscintilla.h.

◆ wxSCI_ADA_STRINGEOL

#define wxSCI_ADA_STRINGEOL   8

Definition at line 1129 of file wxscintilla.h.

◆ wxSCI_ADA_WORD

#define wxSCI_ADA_WORD   1

Definition at line 1122 of file wxscintilla.h.

◆ wxSCI_ALPHA_NOALPHA

#define wxSCI_ALPHA_NOALPHA   256

Definition at line 379 of file wxscintilla.h.

◆ wxSCI_ALPHA_OPAQUE

#define wxSCI_ALPHA_OPAQUE   255

Definition at line 378 of file wxscintilla.h.

◆ wxSCI_ALPHA_TRANSPARENT

#define wxSCI_ALPHA_TRANSPARENT   0

Definition at line 377 of file wxscintilla.h.

◆ wxSCI_ANNOTATION_BOXED

#define wxSCI_ANNOTATION_BOXED   2

Definition at line 387 of file wxscintilla.h.

◆ wxSCI_ANNOTATION_HIDDEN

#define wxSCI_ANNOTATION_HIDDEN   0

Definition at line 385 of file wxscintilla.h.

◆ wxSCI_ANNOTATION_INDENTED

#define wxSCI_ANNOTATION_INDENTED   3

Definition at line 388 of file wxscintilla.h.

◆ wxSCI_ANNOTATION_STANDARD

#define wxSCI_ANNOTATION_STANDARD   1

Definition at line 386 of file wxscintilla.h.

◆ wxSCI_APDL_ARGUMENT

#define wxSCI_APDL_ARGUMENT   11

Definition at line 1608 of file wxscintilla.h.

◆ wxSCI_APDL_COMMAND

#define wxSCI_APDL_COMMAND   8

Definition at line 1605 of file wxscintilla.h.

◆ wxSCI_APDL_COMMENT

#define wxSCI_APDL_COMMENT   1

Definition at line 1598 of file wxscintilla.h.

◆ wxSCI_APDL_COMMENTBLOCK

#define wxSCI_APDL_COMMENTBLOCK   2

Definition at line 1599 of file wxscintilla.h.

◆ wxSCI_APDL_DEFAULT

#define wxSCI_APDL_DEFAULT   0

Lexical states for SCLEX_APDL.

Definition at line 1597 of file wxscintilla.h.

◆ wxSCI_APDL_FUNCTION

#define wxSCI_APDL_FUNCTION   12

Definition at line 1609 of file wxscintilla.h.

◆ wxSCI_APDL_NUMBER

#define wxSCI_APDL_NUMBER   3

Definition at line 1600 of file wxscintilla.h.

◆ wxSCI_APDL_OPERATOR

#define wxSCI_APDL_OPERATOR   5

Definition at line 1602 of file wxscintilla.h.

◆ wxSCI_APDL_PROCESSOR

#define wxSCI_APDL_PROCESSOR   7

Definition at line 1604 of file wxscintilla.h.

◆ wxSCI_APDL_SLASHCOMMAND

#define wxSCI_APDL_SLASHCOMMAND   9

Definition at line 1606 of file wxscintilla.h.

◆ wxSCI_APDL_STARCOMMAND

#define wxSCI_APDL_STARCOMMAND   10

Definition at line 1607 of file wxscintilla.h.

◆ wxSCI_APDL_STRING

#define wxSCI_APDL_STRING   4

Definition at line 1601 of file wxscintilla.h.

◆ wxSCI_APDL_WORD

#define wxSCI_APDL_WORD   6

Definition at line 1603 of file wxscintilla.h.

◆ wxSCI_ASM_CHARACTER

#define wxSCI_ASM_CHARACTER   12

Definition at line 1257 of file wxscintilla.h.

◆ wxSCI_ASM_COMMENT

#define wxSCI_ASM_COMMENT   1

Definition at line 1246 of file wxscintilla.h.

◆ wxSCI_ASM_COMMENTBLOCK

#define wxSCI_ASM_COMMENTBLOCK   11

Definition at line 1256 of file wxscintilla.h.

◆ wxSCI_ASM_COMMENTDIRECTIVE

#define wxSCI_ASM_COMMENTDIRECTIVE   15

Definition at line 1260 of file wxscintilla.h.

◆ wxSCI_ASM_CPUINSTRUCTION

#define wxSCI_ASM_CPUINSTRUCTION   6

Definition at line 1251 of file wxscintilla.h.

◆ wxSCI_ASM_DEFAULT

#define wxSCI_ASM_DEFAULT   0

Lexical states for SCLEX_ASM, SCLEX_AS.

Definition at line 1245 of file wxscintilla.h.

◆ wxSCI_ASM_DIRECTIVE

#define wxSCI_ASM_DIRECTIVE   9

Definition at line 1254 of file wxscintilla.h.

◆ wxSCI_ASM_DIRECTIVEOPERAND

#define wxSCI_ASM_DIRECTIVEOPERAND   10

Definition at line 1255 of file wxscintilla.h.

◆ wxSCI_ASM_EXTINSTRUCTION

#define wxSCI_ASM_EXTINSTRUCTION   14

Definition at line 1259 of file wxscintilla.h.

◆ wxSCI_ASM_IDENTIFIER

#define wxSCI_ASM_IDENTIFIER   5

Definition at line 1250 of file wxscintilla.h.

◆ wxSCI_ASM_MATHINSTRUCTION

#define wxSCI_ASM_MATHINSTRUCTION   7

Definition at line 1252 of file wxscintilla.h.

◆ wxSCI_ASM_NUMBER

#define wxSCI_ASM_NUMBER   2

Definition at line 1247 of file wxscintilla.h.

◆ wxSCI_ASM_OPERATOR

#define wxSCI_ASM_OPERATOR   4

Definition at line 1249 of file wxscintilla.h.

◆ wxSCI_ASM_REGISTER

#define wxSCI_ASM_REGISTER   8

Definition at line 1253 of file wxscintilla.h.

◆ wxSCI_ASM_STRING

#define wxSCI_ASM_STRING   3

Definition at line 1248 of file wxscintilla.h.

◆ wxSCI_ASM_STRINGEOL

#define wxSCI_ASM_STRINGEOL   13

Definition at line 1258 of file wxscintilla.h.

◆ wxSCI_ASN1_ATTRIBUTE

#define wxSCI_ASN1_ATTRIBUTE   7

Definition at line 1635 of file wxscintilla.h.

◆ wxSCI_ASN1_COMMENT

#define wxSCI_ASN1_COMMENT   1

Definition at line 1629 of file wxscintilla.h.

◆ wxSCI_ASN1_DEFAULT

#define wxSCI_ASN1_DEFAULT   0

Lexical states for SCLEX_ASN1.

Definition at line 1628 of file wxscintilla.h.

◆ wxSCI_ASN1_DESCRIPTOR

#define wxSCI_ASN1_DESCRIPTOR   8

Definition at line 1636 of file wxscintilla.h.

◆ wxSCI_ASN1_IDENTIFIER

#define wxSCI_ASN1_IDENTIFIER   2

Definition at line 1630 of file wxscintilla.h.

◆ wxSCI_ASN1_KEYWORD

#define wxSCI_ASN1_KEYWORD   6

Definition at line 1634 of file wxscintilla.h.

◆ wxSCI_ASN1_OID

#define wxSCI_ASN1_OID   4

Definition at line 1632 of file wxscintilla.h.

◆ wxSCI_ASN1_OPERATOR

#define wxSCI_ASN1_OPERATOR   10

Definition at line 1638 of file wxscintilla.h.

◆ wxSCI_ASN1_SCALAR

#define wxSCI_ASN1_SCALAR   5

Definition at line 1633 of file wxscintilla.h.

◆ wxSCI_ASN1_STRING

#define wxSCI_ASN1_STRING   3

Definition at line 1631 of file wxscintilla.h.

◆ wxSCI_ASN1_TYPE

#define wxSCI_ASN1_TYPE   9

Definition at line 1637 of file wxscintilla.h.

◆ wxSCI_ASY_CHARACTER

#define wxSCI_ASY_CHARACTER   6

Definition at line 1967 of file wxscintilla.h.

◆ wxSCI_ASY_COMMENT

#define wxSCI_ASY_COMMENT   1

Definition at line 1962 of file wxscintilla.h.

◆ wxSCI_ASY_COMMENTLINE

#define wxSCI_ASY_COMMENTLINE   2

Definition at line 1963 of file wxscintilla.h.

◆ wxSCI_ASY_COMMENTLINEDOC

#define wxSCI_ASY_COMMENTLINEDOC   10

Definition at line 1971 of file wxscintilla.h.

◆ wxSCI_ASY_DEFAULT

#define wxSCI_ASY_DEFAULT   0

Lexical states for SCLEX_ASYMPTOTE.

Definition at line 1961 of file wxscintilla.h.

◆ wxSCI_ASY_IDENTIFIER

#define wxSCI_ASY_IDENTIFIER   8

Definition at line 1969 of file wxscintilla.h.

◆ wxSCI_ASY_NUMBER

#define wxSCI_ASY_NUMBER   3

Definition at line 1964 of file wxscintilla.h.

◆ wxSCI_ASY_OPERATOR

#define wxSCI_ASY_OPERATOR   7

Definition at line 1968 of file wxscintilla.h.

◆ wxSCI_ASY_STRING

#define wxSCI_ASY_STRING   5

Definition at line 1966 of file wxscintilla.h.

◆ wxSCI_ASY_STRINGEOL

#define wxSCI_ASY_STRINGEOL   9

Definition at line 1970 of file wxscintilla.h.

◆ wxSCI_ASY_WORD

#define wxSCI_ASY_WORD   4

Definition at line 1965 of file wxscintilla.h.

◆ wxSCI_ASY_WORD2

#define wxSCI_ASY_WORD2   11

Definition at line 1972 of file wxscintilla.h.

◆ wxSCI_AU3_COMMENT

#define wxSCI_AU3_COMMENT   1

Definition at line 1580 of file wxscintilla.h.

◆ wxSCI_AU3_COMMENTBLOCK

#define wxSCI_AU3_COMMENTBLOCK   2

Definition at line 1581 of file wxscintilla.h.

◆ wxSCI_AU3_COMOBJ

#define wxSCI_AU3_COMOBJ   14

Definition at line 1593 of file wxscintilla.h.

◆ wxSCI_AU3_DEFAULT

#define wxSCI_AU3_DEFAULT   0

Lexical states for SCLEX_AU3.

Definition at line 1579 of file wxscintilla.h.

◆ wxSCI_AU3_EXPAND

#define wxSCI_AU3_EXPAND   13

Definition at line 1592 of file wxscintilla.h.

◆ wxSCI_AU3_FUNCTION

#define wxSCI_AU3_FUNCTION   4

Definition at line 1583 of file wxscintilla.h.

◆ wxSCI_AU3_KEYWORD

#define wxSCI_AU3_KEYWORD   5

Definition at line 1584 of file wxscintilla.h.

◆ wxSCI_AU3_MACRO

#define wxSCI_AU3_MACRO   6

Definition at line 1585 of file wxscintilla.h.

◆ wxSCI_AU3_NUMBER

#define wxSCI_AU3_NUMBER   3

Definition at line 1582 of file wxscintilla.h.

◆ wxSCI_AU3_OPERATOR

#define wxSCI_AU3_OPERATOR   8

Definition at line 1587 of file wxscintilla.h.

◆ wxSCI_AU3_PREPROCESSOR

#define wxSCI_AU3_PREPROCESSOR   11

Definition at line 1590 of file wxscintilla.h.

◆ wxSCI_AU3_SENT

#define wxSCI_AU3_SENT   10

Definition at line 1589 of file wxscintilla.h.

◆ wxSCI_AU3_SPECIAL

#define wxSCI_AU3_SPECIAL   12

Definition at line 1591 of file wxscintilla.h.

◆ wxSCI_AU3_STRING

#define wxSCI_AU3_STRING   7

Definition at line 1586 of file wxscintilla.h.

◆ wxSCI_AU3_UDF

#define wxSCI_AU3_UDF   15

Definition at line 1594 of file wxscintilla.h.

◆ wxSCI_AU3_VARIABLE

#define wxSCI_AU3_VARIABLE   9

Definition at line 1588 of file wxscintilla.h.

◆ wxSCI_AUTOMATICFOLD_CHANGE

#define wxSCI_AUTOMATICFOLD_CHANGE   0x0004

Definition at line 275 of file wxscintilla.h.

◆ wxSCI_AUTOMATICFOLD_CLICK

#define wxSCI_AUTOMATICFOLD_CLICK   0x0002

Definition at line 274 of file wxscintilla.h.

◆ wxSCI_AUTOMATICFOLD_SHOW

#define wxSCI_AUTOMATICFOLD_SHOW   0x0001

Definition at line 273 of file wxscintilla.h.

◆ wxSCI_AVE_COMMENT

#define wxSCI_AVE_COMMENT   1

Definition at line 1105 of file wxscintilla.h.

◆ wxSCI_AVE_DEFAULT

#define wxSCI_AVE_DEFAULT   0

Lexical states for SCLEX_AVE, Avenue.

Definition at line 1104 of file wxscintilla.h.

◆ wxSCI_AVE_ENUM

#define wxSCI_AVE_ENUM   7

Definition at line 1109 of file wxscintilla.h.

◆ wxSCI_AVE_IDENTIFIER

#define wxSCI_AVE_IDENTIFIER   9

Definition at line 1111 of file wxscintilla.h.

◆ wxSCI_AVE_NUMBER

#define wxSCI_AVE_NUMBER   2

Definition at line 1106 of file wxscintilla.h.

◆ wxSCI_AVE_OPERATOR

#define wxSCI_AVE_OPERATOR   10

Definition at line 1112 of file wxscintilla.h.

◆ wxSCI_AVE_STRING

#define wxSCI_AVE_STRING   6

Definition at line 1108 of file wxscintilla.h.

◆ wxSCI_AVE_STRINGEOL

#define wxSCI_AVE_STRINGEOL   8

Definition at line 1110 of file wxscintilla.h.

◆ wxSCI_AVE_WORD

#define wxSCI_AVE_WORD   3

Definition at line 1107 of file wxscintilla.h.

◆ wxSCI_AVE_WORD1

#define wxSCI_AVE_WORD1   11

Definition at line 1113 of file wxscintilla.h.

◆ wxSCI_AVE_WORD2

#define wxSCI_AVE_WORD2   12

Definition at line 1114 of file wxscintilla.h.

◆ wxSCI_AVE_WORD3

#define wxSCI_AVE_WORD3   13

Definition at line 1115 of file wxscintilla.h.

◆ wxSCI_AVE_WORD4

#define wxSCI_AVE_WORD4   14

Definition at line 1116 of file wxscintilla.h.

◆ wxSCI_AVE_WORD5

#define wxSCI_AVE_WORD5   15

Definition at line 1117 of file wxscintilla.h.

◆ wxSCI_AVE_WORD6

#define wxSCI_AVE_WORD6   16

Definition at line 1118 of file wxscintilla.h.

◆ wxSCI_AVS_CLIPPROP

#define wxSCI_AVS_CLIPPROP   13

Definition at line 2269 of file wxscintilla.h.

◆ wxSCI_AVS_COMMENTBLOCK

#define wxSCI_AVS_COMMENTBLOCK   1

Definition at line 2257 of file wxscintilla.h.

◆ wxSCI_AVS_COMMENTBLOCKN

#define wxSCI_AVS_COMMENTBLOCKN   2

Definition at line 2258 of file wxscintilla.h.

◆ wxSCI_AVS_COMMENTLINE

#define wxSCI_AVS_COMMENTLINE   3

Definition at line 2259 of file wxscintilla.h.

◆ wxSCI_AVS_DEFAULT

#define wxSCI_AVS_DEFAULT   0

Lexical states for SCLEX_AVS.

Definition at line 2256 of file wxscintilla.h.

◆ wxSCI_AVS_FILTER

#define wxSCI_AVS_FILTER   10

Definition at line 2266 of file wxscintilla.h.

◆ wxSCI_AVS_FUNCTION

#define wxSCI_AVS_FUNCTION   12

Definition at line 2268 of file wxscintilla.h.

◆ wxSCI_AVS_IDENTIFIER

#define wxSCI_AVS_IDENTIFIER   6

Definition at line 2262 of file wxscintilla.h.

◆ wxSCI_AVS_KEYWORD

#define wxSCI_AVS_KEYWORD   9

Definition at line 2265 of file wxscintilla.h.

◆ wxSCI_AVS_NUMBER

#define wxSCI_AVS_NUMBER   4

Definition at line 2260 of file wxscintilla.h.

◆ wxSCI_AVS_OPERATOR

#define wxSCI_AVS_OPERATOR   5

Definition at line 2261 of file wxscintilla.h.

◆ wxSCI_AVS_PLUGIN

#define wxSCI_AVS_PLUGIN   11

Definition at line 2267 of file wxscintilla.h.

◆ wxSCI_AVS_STRING

#define wxSCI_AVS_STRING   7

Definition at line 2263 of file wxscintilla.h.

◆ wxSCI_AVS_TRIPLESTRING

#define wxSCI_AVS_TRIPLESTRING   8

Definition at line 2264 of file wxscintilla.h.

◆ wxSCI_AVS_USERDFN

#define wxSCI_AVS_USERDFN   14

Definition at line 2270 of file wxscintilla.h.

◆ wxSCI_B_ASM

#define wxSCI_B_ASM   14

Definition at line 950 of file wxscintilla.h.

◆ wxSCI_B_BINNUMBER

#define wxSCI_B_BINNUMBER   18

Definition at line 954 of file wxscintilla.h.

◆ wxSCI_B_COMMENT

#define wxSCI_B_COMMENT   1

Definition at line 937 of file wxscintilla.h.

◆ wxSCI_B_COMMENTBLOCK

#define wxSCI_B_COMMENTBLOCK   19

Definition at line 955 of file wxscintilla.h.

◆ wxSCI_B_CONSTANT

#define wxSCI_B_CONSTANT   13

Definition at line 949 of file wxscintilla.h.

◆ wxSCI_B_DATE

#define wxSCI_B_DATE   8

Definition at line 944 of file wxscintilla.h.

◆ wxSCI_B_DEFAULT

#define wxSCI_B_DEFAULT   0

Lexical states for SCLEX_VB, SCLEX_VBSCRIPT, SCLEX_POWERBASIC, SCLEX_BLITZBASIC, SCLEX_PUREBASIC, SCLEX_FREEBASIC.

Definition at line 936 of file wxscintilla.h.

◆ wxSCI_B_DOCBLOCK

#define wxSCI_B_DOCBLOCK   21

Definition at line 957 of file wxscintilla.h.

◆ wxSCI_B_DOCKEYWORD

#define wxSCI_B_DOCKEYWORD   22

Definition at line 958 of file wxscintilla.h.

◆ wxSCI_B_DOCLINE

#define wxSCI_B_DOCLINE   20

Definition at line 956 of file wxscintilla.h.

◆ wxSCI_B_ERROR

#define wxSCI_B_ERROR   16

Definition at line 952 of file wxscintilla.h.

◆ wxSCI_B_HEXNUMBER

#define wxSCI_B_HEXNUMBER   17

Definition at line 953 of file wxscintilla.h.

◆ wxSCI_B_IDENTIFIER

#define wxSCI_B_IDENTIFIER   7

Definition at line 943 of file wxscintilla.h.

◆ wxSCI_B_KEYWORD

#define wxSCI_B_KEYWORD   3

Definition at line 939 of file wxscintilla.h.

◆ wxSCI_B_KEYWORD2

#define wxSCI_B_KEYWORD2   10

Definition at line 946 of file wxscintilla.h.

◆ wxSCI_B_KEYWORD3

#define wxSCI_B_KEYWORD3   11

Definition at line 947 of file wxscintilla.h.

◆ wxSCI_B_KEYWORD4

#define wxSCI_B_KEYWORD4   12

Definition at line 948 of file wxscintilla.h.

◆ wxSCI_B_LABEL

#define wxSCI_B_LABEL   15

Definition at line 951 of file wxscintilla.h.

◆ wxSCI_B_NUMBER

#define wxSCI_B_NUMBER   2

Definition at line 938 of file wxscintilla.h.

◆ wxSCI_B_OPERATOR

#define wxSCI_B_OPERATOR   6

Definition at line 942 of file wxscintilla.h.

◆ wxSCI_B_PREPROCESSOR

#define wxSCI_B_PREPROCESSOR   5

Definition at line 941 of file wxscintilla.h.

◆ wxSCI_B_STRING

#define wxSCI_B_STRING   4

Definition at line 940 of file wxscintilla.h.

◆ wxSCI_B_STRINGEOL

#define wxSCI_B_STRINGEOL   9

Definition at line 945 of file wxscintilla.h.

◆ wxSCI_BAAN_COMMENT

#define wxSCI_BAAN_COMMENT   1

Definition at line 1136 of file wxscintilla.h.

◆ wxSCI_BAAN_COMMENTDOC

#define wxSCI_BAAN_COMMENTDOC   2

Definition at line 1137 of file wxscintilla.h.

◆ wxSCI_BAAN_DEFAULT

#define wxSCI_BAAN_DEFAULT   0

Lexical states for SCLEX_BAAN.

Definition at line 1135 of file wxscintilla.h.

◆ wxSCI_BAAN_DEFINEDEF

#define wxSCI_BAAN_DEFINEDEF   24

Definition at line 1159 of file wxscintilla.h.

◆ wxSCI_BAAN_DOMDEF

#define wxSCI_BAAN_DOMDEF   21

Definition at line 1156 of file wxscintilla.h.

◆ wxSCI_BAAN_FUNCDEF

#define wxSCI_BAAN_FUNCDEF   22

Definition at line 1157 of file wxscintilla.h.

◆ wxSCI_BAAN_FUNCTION

#define wxSCI_BAAN_FUNCTION   20

Definition at line 1155 of file wxscintilla.h.

◆ wxSCI_BAAN_IDENTIFIER

#define wxSCI_BAAN_IDENTIFIER   8

Definition at line 1143 of file wxscintilla.h.

◆ wxSCI_BAAN_NUMBER

#define wxSCI_BAAN_NUMBER   3

Definition at line 1138 of file wxscintilla.h.

◆ wxSCI_BAAN_OBJECTDEF

#define wxSCI_BAAN_OBJECTDEF   23

Definition at line 1158 of file wxscintilla.h.

◆ wxSCI_BAAN_OPERATOR

#define wxSCI_BAAN_OPERATOR   7

Definition at line 1142 of file wxscintilla.h.

◆ wxSCI_BAAN_PREPROCESSOR

#define wxSCI_BAAN_PREPROCESSOR   6

Definition at line 1141 of file wxscintilla.h.

◆ wxSCI_BAAN_STRING

#define wxSCI_BAAN_STRING   5

Definition at line 1140 of file wxscintilla.h.

◆ wxSCI_BAAN_STRINGEOL

#define wxSCI_BAAN_STRINGEOL   9

Definition at line 1144 of file wxscintilla.h.

◆ wxSCI_BAAN_TABLEDEF

#define wxSCI_BAAN_TABLEDEF   18

Definition at line 1153 of file wxscintilla.h.

◆ wxSCI_BAAN_TABLESQL

#define wxSCI_BAAN_TABLESQL   19

Definition at line 1154 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD

#define wxSCI_BAAN_WORD   4

Definition at line 1139 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD2

#define wxSCI_BAAN_WORD2   10

Definition at line 1145 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD3

#define wxSCI_BAAN_WORD3   11

Definition at line 1146 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD4

#define wxSCI_BAAN_WORD4   12

Definition at line 1147 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD5

#define wxSCI_BAAN_WORD5   13

Definition at line 1148 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD6

#define wxSCI_BAAN_WORD6   14

Definition at line 1149 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD7

#define wxSCI_BAAN_WORD7   15

Definition at line 1150 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD8

#define wxSCI_BAAN_WORD8   16

Definition at line 1151 of file wxscintilla.h.

◆ wxSCI_BAAN_WORD9

#define wxSCI_BAAN_WORD9   17

Definition at line 1152 of file wxscintilla.h.

◆ wxSCI_BAT_COMMAND

#define wxSCI_BAT_COMMAND   5

Definition at line 1055 of file wxscintilla.h.

◆ wxSCI_BAT_COMMENT

#define wxSCI_BAT_COMMENT   1

Definition at line 1051 of file wxscintilla.h.

◆ wxSCI_BAT_DEFAULT

#define wxSCI_BAT_DEFAULT   0

Lexical states for SCLEX_BATCH.

Definition at line 1050 of file wxscintilla.h.

◆ wxSCI_BAT_HIDE

#define wxSCI_BAT_HIDE   4

Definition at line 1054 of file wxscintilla.h.

◆ wxSCI_BAT_IDENTIFIER

#define wxSCI_BAT_IDENTIFIER   6

Definition at line 1056 of file wxscintilla.h.

◆ wxSCI_BAT_LABEL

#define wxSCI_BAT_LABEL   3

Definition at line 1053 of file wxscintilla.h.

◆ wxSCI_BAT_OPERATOR

#define wxSCI_BAT_OPERATOR   7

Definition at line 1057 of file wxscintilla.h.

◆ wxSCI_BAT_WORD

#define wxSCI_BAT_WORD   2

Definition at line 1052 of file wxscintilla.h.

◆ wxSCI_BIBTEX_COMMENT

#define wxSCI_BIBTEX_COMMENT   6

Definition at line 2457 of file wxscintilla.h.

◆ wxSCI_BIBTEX_DEFAULT

#define wxSCI_BIBTEX_DEFAULT   0

Lexical state for SCLEX_BIBTEX.

Definition at line 2451 of file wxscintilla.h.

◆ wxSCI_BIBTEX_ENTRY

#define wxSCI_BIBTEX_ENTRY   1

Definition at line 2452 of file wxscintilla.h.

◆ wxSCI_BIBTEX_KEY

#define wxSCI_BIBTEX_KEY   3

Definition at line 2454 of file wxscintilla.h.

◆ wxSCI_BIBTEX_PARAMETER

#define wxSCI_BIBTEX_PARAMETER   4

Definition at line 2455 of file wxscintilla.h.

◆ wxSCI_BIBTEX_UNKNOWN_ENTRY

#define wxSCI_BIBTEX_UNKNOWN_ENTRY   2

Definition at line 2453 of file wxscintilla.h.

◆ wxSCI_BIBTEX_VALUE

#define wxSCI_BIBTEX_VALUE   5

Definition at line 2456 of file wxscintilla.h.

◆ wxSCI_C_CHARACTER

#define wxSCI_C_CHARACTER   7

Definition at line 636 of file wxscintilla.h.

◆ wxSCI_C_COMMENT

#define wxSCI_C_COMMENT   1

Definition at line 630 of file wxscintilla.h.

◆ wxSCI_C_COMMENTDOC

#define wxSCI_C_COMMENTDOC   3

Definition at line 632 of file wxscintilla.h.

◆ wxSCI_C_COMMENTDOCKEYWORD

#define wxSCI_C_COMMENTDOCKEYWORD   17

Definition at line 646 of file wxscintilla.h.

◆ wxSCI_C_COMMENTDOCKEYWORDERROR

#define wxSCI_C_COMMENTDOCKEYWORDERROR   18

Definition at line 647 of file wxscintilla.h.

◆ wxSCI_C_COMMENTLINE

#define wxSCI_C_COMMENTLINE   2

Definition at line 631 of file wxscintilla.h.

◆ wxSCI_C_COMMENTLINEDOC

#define wxSCI_C_COMMENTLINEDOC   15

Definition at line 644 of file wxscintilla.h.

◆ wxSCI_C_DEFAULT

#define wxSCI_C_DEFAULT   0

Lexical states for SCLEX_CPP, SCLEX_BULLANT, SCLEX_COBOL, SCLEX_TACL, SCLEX_TAL.

Definition at line 629 of file wxscintilla.h.

Referenced by DebuggerGDB::ShowValueTooltip().

◆ wxSCI_C_ESCAPESEQUENCE

#define wxSCI_C_ESCAPESEQUENCE   27

Definition at line 656 of file wxscintilla.h.

◆ wxSCI_C_GLOBALCLASS

#define wxSCI_C_GLOBALCLASS   19

Definition at line 648 of file wxscintilla.h.

Referenced by DebuggerGDB::ShowValueTooltip().

◆ wxSCI_C_HASHQUOTEDSTRING

#define wxSCI_C_HASHQUOTEDSTRING   22

Definition at line 651 of file wxscintilla.h.

◆ wxSCI_C_IDENTIFIER

#define wxSCI_C_IDENTIFIER   11

Definition at line 640 of file wxscintilla.h.

Referenced by DebuggerGDB::ShowValueTooltip().

◆ wxSCI_C_NUMBER

#define wxSCI_C_NUMBER   4

Definition at line 633 of file wxscintilla.h.

◆ wxSCI_C_OPERATOR

#define wxSCI_C_OPERATOR   10

Definition at line 639 of file wxscintilla.h.

Referenced by DebuggerGDB::ShowValueTooltip().

◆ wxSCI_C_PREPROCESSOR

#define wxSCI_C_PREPROCESSOR   9

Definition at line 638 of file wxscintilla.h.

◆ wxSCI_C_PREPROCESSORCOMMENT

#define wxSCI_C_PREPROCESSORCOMMENT   23

Definition at line 652 of file wxscintilla.h.

◆ wxSCI_C_PREPROCESSORCOMMENTDOC

#define wxSCI_C_PREPROCESSORCOMMENTDOC   24

Definition at line 653 of file wxscintilla.h.

◆ wxSCI_C_REGEX

#define wxSCI_C_REGEX   14

Definition at line 643 of file wxscintilla.h.

◆ wxSCI_C_STRING

#define wxSCI_C_STRING   6

Definition at line 635 of file wxscintilla.h.

Referenced by cbEditorInternalData::GetUrl().

◆ wxSCI_C_STRINGEOL

#define wxSCI_C_STRINGEOL   12

Definition at line 641 of file wxscintilla.h.

Referenced by cbEditorInternalData::GetUrl().

◆ wxSCI_C_STRINGRAW

#define wxSCI_C_STRINGRAW   20

Definition at line 649 of file wxscintilla.h.

◆ wxSCI_C_TASKMARKER

#define wxSCI_C_TASKMARKER   26

Definition at line 655 of file wxscintilla.h.

◆ wxSCI_C_TRIPLEVERBATIM

#define wxSCI_C_TRIPLEVERBATIM   21

Definition at line 650 of file wxscintilla.h.

◆ wxSCI_C_USERLITERAL

#define wxSCI_C_USERLITERAL   25

Definition at line 654 of file wxscintilla.h.

◆ wxSCI_C_UUID

#define wxSCI_C_UUID   8

Definition at line 637 of file wxscintilla.h.

◆ wxSCI_C_VERBATIM

#define wxSCI_C_VERBATIM   13

Definition at line 642 of file wxscintilla.h.

◆ wxSCI_C_WORD

#define wxSCI_C_WORD   5

Definition at line 634 of file wxscintilla.h.

◆ wxSCI_C_WORD2

#define wxSCI_C_WORD2   16

Definition at line 645 of file wxscintilla.h.

Referenced by DebuggerGDB::ShowValueTooltip().

◆ wxSCI_C_WXSMITH

#define wxSCI_C_WXSMITH   50

WXSMITH begin # Keep in sync with wxscinilla.h -> wxSCI_C_WXSMITH Keep in sync with SciLexer.h -> SCE_C_WXSMITH Keep in sync with lexer_cpp.xml -> Style name="wxSmith-generated code" Notice that due to the "activeFlag" in LexCPP.cxx, the index must be < 64 (0x40).

Definition at line 663 of file wxscintilla.h.

Referenced by CodeCompletion::GetCallTips().

◆ wxSCI_CACHE_CARET

#define wxSCI_CACHE_CARET   1

Definition at line 302 of file wxscintilla.h.

◆ wxSCI_CACHE_DOCUMENT

#define wxSCI_CACHE_DOCUMENT   3

Definition at line 304 of file wxscintilla.h.

◆ wxSCI_CACHE_NONE

#define wxSCI_CACHE_NONE   0

Definition at line 301 of file wxscintilla.h.

◆ wxSCI_CACHE_PAGE

#define wxSCI_CACHE_PAGE   2

Definition at line 303 of file wxscintilla.h.

◆ wxSCI_CAML_CHAR

#define wxSCI_CAML_CHAR   9

Definition at line 1668 of file wxscintilla.h.

◆ wxSCI_CAML_COMMENT

#define wxSCI_CAML_COMMENT   12

Definition at line 1671 of file wxscintilla.h.

◆ wxSCI_CAML_COMMENT1

#define wxSCI_CAML_COMMENT1   13

Definition at line 1672 of file wxscintilla.h.

◆ wxSCI_CAML_COMMENT2

#define wxSCI_CAML_COMMENT2   14

Definition at line 1673 of file wxscintilla.h.

◆ wxSCI_CAML_COMMENT3

#define wxSCI_CAML_COMMENT3   15

Definition at line 1674 of file wxscintilla.h.

◆ wxSCI_CAML_DEFAULT

#define wxSCI_CAML_DEFAULT   0

Lexical states for SCLEX_CAML.

Definition at line 1659 of file wxscintilla.h.

◆ wxSCI_CAML_IDENTIFIER

#define wxSCI_CAML_IDENTIFIER   1

Definition at line 1660 of file wxscintilla.h.

◆ wxSCI_CAML_KEYWORD

#define wxSCI_CAML_KEYWORD   3

Definition at line 1662 of file wxscintilla.h.

◆ wxSCI_CAML_KEYWORD2

#define wxSCI_CAML_KEYWORD2   4

Definition at line 1663 of file wxscintilla.h.

◆ wxSCI_CAML_KEYWORD3

#define wxSCI_CAML_KEYWORD3   5

Definition at line 1664 of file wxscintilla.h.

◆ wxSCI_CAML_LINENUM

#define wxSCI_CAML_LINENUM   6

Definition at line 1665 of file wxscintilla.h.

◆ wxSCI_CAML_NUMBER

#define wxSCI_CAML_NUMBER   8

Definition at line 1667 of file wxscintilla.h.

◆ wxSCI_CAML_OPERATOR

#define wxSCI_CAML_OPERATOR   7

Definition at line 1666 of file wxscintilla.h.

◆ wxSCI_CAML_STRING

#define wxSCI_CAML_STRING   11

Definition at line 1670 of file wxscintilla.h.

◆ wxSCI_CAML_TAGNAME

#define wxSCI_CAML_TAGNAME   2

Definition at line 1661 of file wxscintilla.h.

◆ wxSCI_CAML_WHITE

#define wxSCI_CAML_WHITE   10

Definition at line 1669 of file wxscintilla.h.

◆ wxSCI_CARET_EVEN

#define wxSCI_CARET_EVEN   0x08

If CARET_EVEN is not set, instead of having symmetrical UZs, the left and bottom UZs are extended up to right and top UZs respectively.

This way, we favour the displaying of useful information: the beginning of lines, where most code reside, and the lines after the caret, eg. the body of a function.

Definition at line 362 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CARET_JUMPS

#define wxSCI_CARET_JUMPS   0x10

If CARET_JUMPS is set, the display is moved more energetically so the caret can move in the same direction longer before the policy is applied again.

Definition at line 356 of file wxscintilla.h.

◆ wxSCI_CARET_SLOP

#define wxSCI_CARET_SLOP   0x01

Caret policy, used by SetXCaretPolicy and SetYCaretPolicy.

If CARET_SLOP is set, we can define a slop value: caretSlop. This value defines an unwanted zone (UZ) where the caret is... unwanted. This zone is defined as a number of pixels near the vertical margins, and as a number of lines near the horizontal margins. By keeping the caret away from the edges, it is seen within its context, so it is likely that the identifier that the caret is on can be completely seen, and that the current line is seen with some of the lines following it which are often dependent on that line.

Definition at line 347 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CARET_STRICT

#define wxSCI_CARET_STRICT   0x04

If CARET_STRICT is set, the policy is enforced...

strictly. The caret is centred on the display if slop is not set, and cannot go in the UZ if slop is set.

Definition at line 352 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CARETSTICKY_OFF

#define wxSCI_CARETSTICKY_OFF   0

Definition at line 374 of file wxscintilla.h.

◆ wxSCI_CARETSTICKY_ON

#define wxSCI_CARETSTICKY_ON   1

Definition at line 375 of file wxscintilla.h.

◆ wxSCI_CARETSTICKY_WHITESPACE

#define wxSCI_CARETSTICKY_WHITESPACE   2

Definition at line 376 of file wxscintilla.h.

◆ wxSCI_CARETSTYLE_BLOCK

#define wxSCI_CARETSTYLE_BLOCK   2

Definition at line 382 of file wxscintilla.h.

◆ wxSCI_CARETSTYLE_INVISIBLE

#define wxSCI_CARETSTYLE_INVISIBLE   0

Definition at line 380 of file wxscintilla.h.

◆ wxSCI_CARETSTYLE_LINE

#define wxSCI_CARETSTYLE_LINE   1

◆ wxSCI_CASE_CAMEL

#define wxSCI_CASE_CAMEL   3

Definition at line 201 of file wxscintilla.h.

◆ wxSCI_CASE_LOWER

#define wxSCI_CASE_LOWER   2

Definition at line 200 of file wxscintilla.h.

◆ wxSCI_CASE_MIXED

#define wxSCI_CASE_MIXED   0

Definition at line 198 of file wxscintilla.h.

◆ wxSCI_CASE_UPPER

#define wxSCI_CASE_UPPER   1

Definition at line 199 of file wxscintilla.h.

◆ wxSCI_CASEINSENSITIVEBEHAVIOUR_IGNORECASE

#define wxSCI_CASEINSENSITIVEBEHAVIOUR_IGNORECASE   1

Definition at line 368 of file wxscintilla.h.

◆ wxSCI_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE

#define wxSCI_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE   0

Definition at line 367 of file wxscintilla.h.

◆ wxSCI_CHARSET_8859_15

#define wxSCI_CHARSET_8859_15   1000

Definition at line 197 of file wxscintilla.h.

◆ wxSCI_CHARSET_ANSI

#define wxSCI_CHARSET_ANSI   0

Character set identifiers are used in StyleSetCharacterSet.

The values are the same as the Windows *_CHARSET values.

Definition at line 176 of file wxscintilla.h.

◆ wxSCI_CHARSET_ARABIC

#define wxSCI_CHARSET_ARABIC   178

Definition at line 194 of file wxscintilla.h.

◆ wxSCI_CHARSET_BALTIC

#define wxSCI_CHARSET_BALTIC   186

Definition at line 178 of file wxscintilla.h.

◆ wxSCI_CHARSET_CHINESEBIG5

#define wxSCI_CHARSET_CHINESEBIG5   136

Definition at line 179 of file wxscintilla.h.

◆ wxSCI_CHARSET_CYRILLIC

#define wxSCI_CHARSET_CYRILLIC   1251

Definition at line 188 of file wxscintilla.h.

◆ wxSCI_CHARSET_DEFAULT

#define wxSCI_CHARSET_DEFAULT   1

Definition at line 177 of file wxscintilla.h.

◆ wxSCI_CHARSET_EASTEUROPE

#define wxSCI_CHARSET_EASTEUROPE   238

Definition at line 180 of file wxscintilla.h.

◆ wxSCI_CHARSET_GB2312

#define wxSCI_CHARSET_GB2312   134

Definition at line 181 of file wxscintilla.h.

◆ wxSCI_CHARSET_GREEK

#define wxSCI_CHARSET_GREEK   161

Definition at line 182 of file wxscintilla.h.

◆ wxSCI_CHARSET_HANGUL

#define wxSCI_CHARSET_HANGUL   129

Definition at line 183 of file wxscintilla.h.

◆ wxSCI_CHARSET_HEBREW

#define wxSCI_CHARSET_HEBREW   177

Definition at line 193 of file wxscintilla.h.

◆ wxSCI_CHARSET_JOHAB

#define wxSCI_CHARSET_JOHAB   130

Definition at line 192 of file wxscintilla.h.

◆ wxSCI_CHARSET_MAC

#define wxSCI_CHARSET_MAC   77

Definition at line 184 of file wxscintilla.h.

◆ wxSCI_CHARSET_OEM

#define wxSCI_CHARSET_OEM   255

Definition at line 185 of file wxscintilla.h.

◆ wxSCI_CHARSET_OEM866

#define wxSCI_CHARSET_OEM866   866

Definition at line 187 of file wxscintilla.h.

◆ wxSCI_CHARSET_RUSSIAN

#define wxSCI_CHARSET_RUSSIAN   204

Definition at line 186 of file wxscintilla.h.

◆ wxSCI_CHARSET_SHIFTJIS

#define wxSCI_CHARSET_SHIFTJIS   128

Definition at line 189 of file wxscintilla.h.

◆ wxSCI_CHARSET_SYMBOL

#define wxSCI_CHARSET_SYMBOL   2

Definition at line 190 of file wxscintilla.h.

◆ wxSCI_CHARSET_THAI

#define wxSCI_CHARSET_THAI   222

Definition at line 196 of file wxscintilla.h.

◆ wxSCI_CHARSET_TURKISH

#define wxSCI_CHARSET_TURKISH   162

Definition at line 191 of file wxscintilla.h.

◆ wxSCI_CHARSET_VIETNAMESE

#define wxSCI_CHARSET_VIETNAMESE   163

Definition at line 195 of file wxscintilla.h.

◆ wxSCI_CLW_ATTRIBUTE

#define wxSCI_CLW_ATTRIBUTE   13

Definition at line 1424 of file wxscintilla.h.

◆ wxSCI_CLW_BUILTIN_PROCEDURES_FUNCTION

#define wxSCI_CLW_BUILTIN_PROCEDURES_FUNCTION   11

Definition at line 1422 of file wxscintilla.h.

◆ wxSCI_CLW_COMMENT

#define wxSCI_CLW_COMMENT   2

Definition at line 1413 of file wxscintilla.h.

◆ wxSCI_CLW_COMPILER_DIRECTIVE

#define wxSCI_CLW_COMPILER_DIRECTIVE   9

Definition at line 1420 of file wxscintilla.h.

◆ wxSCI_CLW_DEFAULT

#define wxSCI_CLW_DEFAULT   0

Lexical states for SCLEX_CLW.

Definition at line 1411 of file wxscintilla.h.

◆ wxSCI_CLW_DEPRECATED

#define wxSCI_CLW_DEPRECATED   16

Definition at line 1427 of file wxscintilla.h.

◆ wxSCI_CLW_ERROR

#define wxSCI_CLW_ERROR   15

Definition at line 1426 of file wxscintilla.h.

◆ wxSCI_CLW_INTEGER_CONSTANT

#define wxSCI_CLW_INTEGER_CONSTANT   5

Definition at line 1416 of file wxscintilla.h.

◆ wxSCI_CLW_KEYWORD

#define wxSCI_CLW_KEYWORD   8

Definition at line 1419 of file wxscintilla.h.

◆ wxSCI_CLW_LABEL

#define wxSCI_CLW_LABEL   1

Definition at line 1412 of file wxscintilla.h.

◆ wxSCI_CLW_PICTURE_STRING

#define wxSCI_CLW_PICTURE_STRING   7

Definition at line 1418 of file wxscintilla.h.

◆ wxSCI_CLW_REAL_CONSTANT

#define wxSCI_CLW_REAL_CONSTANT   6

Definition at line 1417 of file wxscintilla.h.

◆ wxSCI_CLW_RUNTIME_EXPRESSIONS

#define wxSCI_CLW_RUNTIME_EXPRESSIONS   10

Definition at line 1421 of file wxscintilla.h.

◆ wxSCI_CLW_STANDARD_EQUATE

#define wxSCI_CLW_STANDARD_EQUATE   14

Definition at line 1425 of file wxscintilla.h.

◆ wxSCI_CLW_STRING

#define wxSCI_CLW_STRING   3

Definition at line 1414 of file wxscintilla.h.

◆ wxSCI_CLW_STRUCTURE_DATA_TYPE

#define wxSCI_CLW_STRUCTURE_DATA_TYPE   12

Definition at line 1423 of file wxscintilla.h.

◆ wxSCI_CLW_USER_IDENTIFIER

#define wxSCI_CLW_USER_IDENTIFIER   4

Definition at line 1415 of file wxscintilla.h.

◆ wxSCI_CMAKE_COMMANDS

#define wxSCI_CMAKE_COMMANDS   5

Definition at line 1895 of file wxscintilla.h.

◆ wxSCI_CMAKE_COMMENT

#define wxSCI_CMAKE_COMMENT   1

Definition at line 1891 of file wxscintilla.h.

◆ wxSCI_CMAKE_DEFAULT

#define wxSCI_CMAKE_DEFAULT   0

Lexical states for SCLEX_CMAKE.

Definition at line 1890 of file wxscintilla.h.

◆ wxSCI_CMAKE_FOREACHDEF

#define wxSCI_CMAKE_FOREACHDEF   10

Definition at line 1900 of file wxscintilla.h.

◆ wxSCI_CMAKE_IFDEFINEDEF

#define wxSCI_CMAKE_IFDEFINEDEF   11

Definition at line 1901 of file wxscintilla.h.

◆ wxSCI_CMAKE_MACRODEF

#define wxSCI_CMAKE_MACRODEF   12

Definition at line 1902 of file wxscintilla.h.

◆ wxSCI_CMAKE_NUMBER

#define wxSCI_CMAKE_NUMBER   14

Definition at line 1904 of file wxscintilla.h.

◆ wxSCI_CMAKE_PARAMETERS

#define wxSCI_CMAKE_PARAMETERS   6

Definition at line 1896 of file wxscintilla.h.

◆ wxSCI_CMAKE_STRINGDQ

#define wxSCI_CMAKE_STRINGDQ   2

Definition at line 1892 of file wxscintilla.h.

◆ wxSCI_CMAKE_STRINGLQ

#define wxSCI_CMAKE_STRINGLQ   3

Definition at line 1893 of file wxscintilla.h.

◆ wxSCI_CMAKE_STRINGRQ

#define wxSCI_CMAKE_STRINGRQ   4

Definition at line 1894 of file wxscintilla.h.

◆ wxSCI_CMAKE_STRINGVAR

#define wxSCI_CMAKE_STRINGVAR   13

Definition at line 1903 of file wxscintilla.h.

◆ wxSCI_CMAKE_USERDEFINED

#define wxSCI_CMAKE_USERDEFINED   8

Definition at line 1898 of file wxscintilla.h.

◆ wxSCI_CMAKE_VARIABLE

#define wxSCI_CMAKE_VARIABLE   7

Definition at line 1897 of file wxscintilla.h.

◆ wxSCI_CMAKE_WHILEDEF

#define wxSCI_CMAKE_WHILEDEF   9

Definition at line 1899 of file wxscintilla.h.

◆ wxSCI_CMD_BACKTAB

#define wxSCI_CMD_BACKTAB   2328

Dedent the selected lines.

Definition at line 2630 of file wxscintilla.h.

Referenced by cbEditor::DoUnIndent().

◆ wxSCI_CMD_CANCEL

#define wxSCI_CMD_CANCEL   2325

Cancel any modes such as call tip or auto-completion list display.

Definition at line 2620 of file wxscintilla.h.

◆ wxSCI_CMD_CHARLEFT

#define wxSCI_CMD_CHARLEFT   2304

Move caret left one character.

Definition at line 2557 of file wxscintilla.h.

◆ wxSCI_CMD_CHARLEFTEXTEND

#define wxSCI_CMD_CHARLEFTEXTEND   2305

Move caret left one character extending selection to new caret position.

Definition at line 2560 of file wxscintilla.h.

◆ wxSCI_CMD_CHARLEFTRECTEXTEND

#define wxSCI_CMD_CHARLEFTRECTEXTEND   2428

Move caret left one character, extending rectangular selection to new caret position.

Definition at line 2768 of file wxscintilla.h.

◆ wxSCI_CMD_CHARRIGHT

#define wxSCI_CMD_CHARRIGHT   2306

Move caret right one character.

Definition at line 2563 of file wxscintilla.h.

◆ wxSCI_CMD_CHARRIGHTEXTEND

#define wxSCI_CMD_CHARRIGHTEXTEND   2307

Move caret right one character extending selection to new caret position.

Definition at line 2566 of file wxscintilla.h.

◆ wxSCI_CMD_CHARRIGHTRECTEXTEND

#define wxSCI_CMD_CHARRIGHTRECTEXTEND   2429

Move caret right one character, extending rectangular selection to new caret position.

Definition at line 2771 of file wxscintilla.h.

◆ wxSCI_CMD_CLEAR

#define wxSCI_CMD_CLEAR   2180

Clear the selection.

Definition at line 2542 of file wxscintilla.h.

◆ wxSCI_CMD_COPY

#define wxSCI_CMD_COPY   2178

Copy the selection to the clipboard.

Definition at line 2536 of file wxscintilla.h.

◆ wxSCI_CMD_CUT

#define wxSCI_CMD_CUT   2177

Cut the selection to the clipboard.

Definition at line 2533 of file wxscintilla.h.

◆ wxSCI_CMD_DELETEBACK

#define wxSCI_CMD_DELETEBACK   2326

Delete the selection or if no selection, the character before the caret.

Definition at line 2623 of file wxscintilla.h.

◆ wxSCI_CMD_DELETEBACKNOTLINE

#define wxSCI_CMD_DELETEBACKNOTLINE   2344

Delete the selection or if no selection, the character before the caret.

Will not delete the character before at the start of a line.

Definition at line 2686 of file wxscintilla.h.

◆ wxSCI_CMD_DELLINELEFT

#define wxSCI_CMD_DELLINELEFT   2395

Delete back from the current position to the start of the line.

Definition at line 2744 of file wxscintilla.h.

◆ wxSCI_CMD_DELLINERIGHT

#define wxSCI_CMD_DELLINERIGHT   2396

Delete forwards from the current position to the end of the line.

Definition at line 2747 of file wxscintilla.h.

◆ wxSCI_CMD_DELWORDLEFT

#define wxSCI_CMD_DELWORDLEFT   2335

Delete the word to the left of the caret.

Definition at line 2652 of file wxscintilla.h.

◆ wxSCI_CMD_DELWORDRIGHT

#define wxSCI_CMD_DELWORDRIGHT   2336

Delete the word to the right of the caret.

Definition at line 2655 of file wxscintilla.h.

◆ wxSCI_CMD_DELWORDRIGHTEND

#define wxSCI_CMD_DELWORDRIGHTEND   2518

Delete the word to the right of the caret, but not the trailing non-word characters.

Definition at line 2658 of file wxscintilla.h.

◆ wxSCI_CMD_DOCUMENTEND

#define wxSCI_CMD_DOCUMENTEND   2318

Move caret to last position in document.

Definition at line 2599 of file wxscintilla.h.

◆ wxSCI_CMD_DOCUMENTENDEXTEND

#define wxSCI_CMD_DOCUMENTENDEXTEND   2319

Move caret to last position in document extending selection to new caret position.

Definition at line 2602 of file wxscintilla.h.

◆ wxSCI_CMD_DOCUMENTSTART

#define wxSCI_CMD_DOCUMENTSTART   2316

Move caret to first position in document.

Definition at line 2593 of file wxscintilla.h.

◆ wxSCI_CMD_DOCUMENTSTARTEXTEND

#define wxSCI_CMD_DOCUMENTSTARTEXTEND   2317

Move caret to first position in document extending selection to new caret position.

Definition at line 2596 of file wxscintilla.h.

◆ wxSCI_CMD_EDITTOGGLEOVERTYPE

#define wxSCI_CMD_EDITTOGGLEOVERTYPE   2324

Switch from insert to overtype mode or the reverse.

Definition at line 2617 of file wxscintilla.h.

◆ wxSCI_CMD_FORMFEED

#define wxSCI_CMD_FORMFEED   2330

Insert a Form Feed character.

Definition at line 2636 of file wxscintilla.h.

◆ wxSCI_CMD_HOME

#define wxSCI_CMD_HOME   2312

Move caret to first position on line.

Definition at line 2581 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_HOMEDISPLAY

#define wxSCI_CMD_HOMEDISPLAY   2345

Move caret to first position on display line.

Definition at line 2689 of file wxscintilla.h.

◆ wxSCI_CMD_HOMEDISPLAYEXTEND

#define wxSCI_CMD_HOMEDISPLAYEXTEND   2346

Move caret to first position on display line extending selection to new caret position.

Definition at line 2693 of file wxscintilla.h.

◆ wxSCI_CMD_HOMEEXTEND

#define wxSCI_CMD_HOMEEXTEND   2313

Move caret to first position on line extending selection to new caret position.

Definition at line 2584 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_HOMERECTEXTEND

#define wxSCI_CMD_HOMERECTEXTEND   2430

Move caret to first position on line, extending rectangular selection to new caret position.

Definition at line 2774 of file wxscintilla.h.

◆ wxSCI_CMD_HOMEWRAP

#define wxSCI_CMD_HOMEWRAP   2349

Like Home but when word-wrap is enabled goes first to start of display line HomeDisplay, then to start of document line Home.

Definition at line 2704 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_HOMEWRAPEXTEND

#define wxSCI_CMD_HOMEWRAPEXTEND   2450

Like HomeExtend but when word-wrap is enabled extends first to start of display line HomeDisplayExtend, then to start of document line HomeExtend.

Definition at line 2708 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_LINECOPY

#define wxSCI_CMD_LINECOPY   2455

Copy the line containing the caret.

Definition at line 2727 of file wxscintilla.h.

◆ wxSCI_CMD_LINECUT

#define wxSCI_CMD_LINECUT   2337

Cut the line containing the caret.

Definition at line 2661 of file wxscintilla.h.

◆ wxSCI_CMD_LINEDELETE

#define wxSCI_CMD_LINEDELETE   2338

Delete the line containing the caret.

Definition at line 2664 of file wxscintilla.h.

◆ wxSCI_CMD_LINEDOWN

#define wxSCI_CMD_LINEDOWN   2300

Move caret down one line.

Definition at line 2545 of file wxscintilla.h.

◆ wxSCI_CMD_LINEDOWNEXTEND

#define wxSCI_CMD_LINEDOWNEXTEND   2301

Move caret down one line extending selection to new caret position.

Definition at line 2548 of file wxscintilla.h.

◆ wxSCI_CMD_LINEDOWNRECTEXTEND

#define wxSCI_CMD_LINEDOWNRECTEXTEND   2426

Move caret down one line, extending rectangular selection to new caret position.

Definition at line 2762 of file wxscintilla.h.

◆ wxSCI_CMD_LINEDUPLICATE

#define wxSCI_CMD_LINEDUPLICATE   2404

Duplicate the current line.

Definition at line 2670 of file wxscintilla.h.

◆ wxSCI_CMD_LINEEND

#define wxSCI_CMD_LINEEND   2314

Move caret to last position on line.

Definition at line 2587 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_LINEENDDISPLAY

#define wxSCI_CMD_LINEENDDISPLAY   2347

Move caret to last position on display line.

Definition at line 2696 of file wxscintilla.h.

◆ wxSCI_CMD_LINEENDDISPLAYEXTEND

#define wxSCI_CMD_LINEENDDISPLAYEXTEND   2348

Move caret to last position on display line extending selection to new caret position.

Definition at line 2700 of file wxscintilla.h.

◆ wxSCI_CMD_LINEENDEXTEND

#define wxSCI_CMD_LINEENDEXTEND   2315

Move caret to last position on line extending selection to new caret position.

Definition at line 2590 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_LINEENDRECTEXTEND

#define wxSCI_CMD_LINEENDRECTEXTEND   2432

Move caret to last position on line, extending rectangular selection to new caret position.

Definition at line 2782 of file wxscintilla.h.

◆ wxSCI_CMD_LINEENDWRAP

#define wxSCI_CMD_LINEENDWRAP   2451

Like LineEnd but when word-wrap is enabled goes first to end of display line LineEndDisplay, then to start of document line LineEnd.

Definition at line 2712 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_LINEENDWRAPEXTEND

#define wxSCI_CMD_LINEENDWRAPEXTEND   2452

Like LineEndExtend but when word-wrap is enabled extends first to end of display line LineEndDisplayExtend, then to start of document line LineEndExtend.

Definition at line 2716 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_LINESCROLLDOWN

#define wxSCI_CMD_LINESCROLLDOWN   2342

Scroll the document down, keeping the caret visible.

Definition at line 2679 of file wxscintilla.h.

◆ wxSCI_CMD_LINESCROLLUP

#define wxSCI_CMD_LINESCROLLUP   2343

Scroll the document up, keeping the caret visible.

Definition at line 2682 of file wxscintilla.h.

◆ wxSCI_CMD_LINETRANSPOSE

#define wxSCI_CMD_LINETRANSPOSE   2339

Switch the current line with the previous.

Definition at line 2667 of file wxscintilla.h.

◆ wxSCI_CMD_LINEUP

#define wxSCI_CMD_LINEUP   2302

Move caret up one line.

Definition at line 2551 of file wxscintilla.h.

◆ wxSCI_CMD_LINEUPEXTEND

#define wxSCI_CMD_LINEUPEXTEND   2303

Move caret up one line extending selection to new caret position.

Definition at line 2554 of file wxscintilla.h.

◆ wxSCI_CMD_LINEUPRECTEXTEND

#define wxSCI_CMD_LINEUPRECTEXTEND   2427

Move caret up one line, extending rectangular selection to new caret position.

Definition at line 2765 of file wxscintilla.h.

◆ wxSCI_CMD_LOWERCASE

#define wxSCI_CMD_LOWERCASE   2340

Transform the selection to lower case.

Definition at line 2673 of file wxscintilla.h.

◆ wxSCI_CMD_MOVESELECTEDLINESDOWN

#define wxSCI_CMD_MOVESELECTEDLINESDOWN   2621

Move the selected lines down one line, shifting the line below before the selection.

Definition at line 2821 of file wxscintilla.h.

◆ wxSCI_CMD_MOVESELECTEDLINESUP

#define wxSCI_CMD_MOVESELECTEDLINESUP   2620

Move the selected lines up one line, shifting the line above after the selection.

Definition at line 2818 of file wxscintilla.h.

◆ wxSCI_CMD_NEWLINE

#define wxSCI_CMD_NEWLINE   2329

Insert a new line, may use a CRLF, CR or LF depending on EOL mode.

Definition at line 2633 of file wxscintilla.h.

◆ wxSCI_CMD_PAGEDOWN

#define wxSCI_CMD_PAGEDOWN   2322

Move caret one page down.

Definition at line 2611 of file wxscintilla.h.

◆ wxSCI_CMD_PAGEDOWNEXTEND

#define wxSCI_CMD_PAGEDOWNEXTEND   2323

Move caret one page down extending selection to new caret position.

Definition at line 2614 of file wxscintilla.h.

◆ wxSCI_CMD_PAGEDOWNRECTEXTEND

#define wxSCI_CMD_PAGEDOWNRECTEXTEND   2434

Move caret one page down, extending rectangular selection to new caret position.

Definition at line 2788 of file wxscintilla.h.

◆ wxSCI_CMD_PAGEUP

#define wxSCI_CMD_PAGEUP   2320

Move caret one page up.

Definition at line 2605 of file wxscintilla.h.

◆ wxSCI_CMD_PAGEUPEXTEND

#define wxSCI_CMD_PAGEUPEXTEND   2321

Move caret one page up extending selection to new caret position.

Definition at line 2608 of file wxscintilla.h.

◆ wxSCI_CMD_PAGEUPRECTEXTEND

#define wxSCI_CMD_PAGEUPRECTEXTEND   2433

Move caret one page up, extending rectangular selection to new caret position.

Definition at line 2785 of file wxscintilla.h.

◆ wxSCI_CMD_PARADOWN

#define wxSCI_CMD_PARADOWN   2413

Move caret down one paragraph (delimited by empty lines).

Definition at line 2750 of file wxscintilla.h.

◆ wxSCI_CMD_PARADOWNEXTEND

#define wxSCI_CMD_PARADOWNEXTEND   2414

Extend selection down one paragraph (delimited by empty lines).

Definition at line 2753 of file wxscintilla.h.

◆ wxSCI_CMD_PARAUP

#define wxSCI_CMD_PARAUP   2415

Move caret up one paragraph (delimited by empty lines).

Definition at line 2756 of file wxscintilla.h.

◆ wxSCI_CMD_PARAUPEXTEND

#define wxSCI_CMD_PARAUPEXTEND   2416

Extend selection up one paragraph (delimited by empty lines).

Definition at line 2759 of file wxscintilla.h.

◆ wxSCI_CMD_PASTE

#define wxSCI_CMD_PASTE   2179

Paste the contents of the clipboard into the document replacing the selection.

Definition at line 2539 of file wxscintilla.h.

◆ wxSCI_CMD_REDO

#define wxSCI_CMD_REDO   2011

Redoes the next action on the undo history.

Definition at line 2524 of file wxscintilla.h.

◆ wxSCI_CMD_SCROLLTOEND

#define wxSCI_CMD_SCROLLTOEND   2629

Scroll to end of document.

Definition at line 2827 of file wxscintilla.h.

◆ wxSCI_CMD_SCROLLTOSTART

#define wxSCI_CMD_SCROLLTOSTART   2628

Scroll to start of document.

Definition at line 2824 of file wxscintilla.h.

◆ wxSCI_CMD_SELECTALL

#define wxSCI_CMD_SELECTALL   2013

Select all the text in the document.

Definition at line 2527 of file wxscintilla.h.

◆ wxSCI_CMD_STUTTEREDPAGEDOWN

#define wxSCI_CMD_STUTTEREDPAGEDOWN   2437

Move caret to bottom of page, or one page down if already at bottom of page.

Definition at line 2797 of file wxscintilla.h.

◆ wxSCI_CMD_STUTTEREDPAGEDOWNEXTEND

#define wxSCI_CMD_STUTTEREDPAGEDOWNEXTEND   2438

Move caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position.

Definition at line 2800 of file wxscintilla.h.

◆ wxSCI_CMD_STUTTEREDPAGEUP

#define wxSCI_CMD_STUTTEREDPAGEUP   2435

Move caret to top of page, or one page up if already at top of page.

Definition at line 2791 of file wxscintilla.h.

◆ wxSCI_CMD_STUTTEREDPAGEUPEXTEND

#define wxSCI_CMD_STUTTEREDPAGEUPEXTEND   2436

Move caret to top of page, or one page up if already at top of page, extending selection to new caret position.

Definition at line 2794 of file wxscintilla.h.

◆ wxSCI_CMD_TAB

#define wxSCI_CMD_TAB   2327

If selection is empty or all on one line replace the selection with a tab character.

If more than one line selected, indent the lines.

Definition at line 2627 of file wxscintilla.h.

Referenced by cbEditor::DoIndent().

◆ wxSCI_CMD_UNDO

#define wxSCI_CMD_UNDO   2176

Undo one action in the undo history.

Definition at line 2530 of file wxscintilla.h.

◆ wxSCI_CMD_UPPERCASE

#define wxSCI_CMD_UPPERCASE   2341

Transform the selection to upper case.

Definition at line 2676 of file wxscintilla.h.

◆ wxSCI_CMD_VCHOME

#define wxSCI_CMD_VCHOME   2331

Move caret to before first visible character on line.

If already there move to first character on line.

Definition at line 2640 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_VCHOMEDISPLAY

#define wxSCI_CMD_VCHOMEDISPLAY   2652

Move caret to before first visible character on display line.

If already there move to first character on display line.

Definition at line 2831 of file wxscintilla.h.

◆ wxSCI_CMD_VCHOMEDISPLAYEXTEND

#define wxSCI_CMD_VCHOMEDISPLAYEXTEND   2653

Like VCHomeDisplay but extending selection to new caret position.

Definition at line 2834 of file wxscintilla.h.

◆ wxSCI_CMD_VCHOMEEXTEND

#define wxSCI_CMD_VCHOMEEXTEND   2332

Like VCHome but extending selection to new caret position.

Definition at line 2643 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_VCHOMERECTEXTEND

#define wxSCI_CMD_VCHOMERECTEXTEND   2431

Move caret to before first visible character on line.

If already there move to first character on line. In either case, extend rectangular selection to new caret position.

Definition at line 2779 of file wxscintilla.h.

◆ wxSCI_CMD_VCHOMEWRAP

#define wxSCI_CMD_VCHOMEWRAP   2453

Like VCHome but when word-wrap is enabled goes first to start of display line VCHomeDisplay, then behaves like VCHome.

Definition at line 2720 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_VCHOMEWRAPEXTEND

#define wxSCI_CMD_VCHOMEWRAPEXTEND   2454

Like VCHomeExtend but when word-wrap is enabled extends first to start of display line VCHomeDisplayExtend, then behaves like VCHomeExtend.

Definition at line 2724 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_VERTICALCENTRECARET

#define wxSCI_CMD_VERTICALCENTRECARET   2619

Centre current line in window.

Definition at line 2815 of file wxscintilla.h.

◆ wxSCI_CMD_WORDLEFT

#define wxSCI_CMD_WORDLEFT   2308

Move caret left one word.

Definition at line 2569 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_WORDLEFTEND

#define wxSCI_CMD_WORDLEFTEND   2439

Move caret left one word, position cursor at end of word.

Definition at line 2803 of file wxscintilla.h.

◆ wxSCI_CMD_WORDLEFTENDEXTEND

#define wxSCI_CMD_WORDLEFTENDEXTEND   2440

Move caret left one word, position cursor at end of word, extending selection to new caret position.

Definition at line 2806 of file wxscintilla.h.

◆ wxSCI_CMD_WORDLEFTEXTEND

#define wxSCI_CMD_WORDLEFTEXTEND   2309

Move caret left one word extending selection to new caret position.

Definition at line 2572 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_WORDPARTLEFT

#define wxSCI_CMD_WORDPARTLEFT   2390

Move to the previous change in capitalisation.

Definition at line 2730 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_WORDPARTLEFTEXTEND

#define wxSCI_CMD_WORDPARTLEFTEXTEND   2391

Move to the previous change in capitalisation extending selection to new caret position.

Definition at line 2734 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_WORDPARTRIGHT

#define wxSCI_CMD_WORDPARTRIGHT   2392

Move to the change next in capitalisation.

Definition at line 2737 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_WORDPARTRIGHTEXTEND

#define wxSCI_CMD_WORDPARTRIGHTEXTEND   2393

Move to the next change in capitalisation extending selection to new caret position.

Definition at line 2741 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_WORDRIGHT

#define wxSCI_CMD_WORDRIGHT   2310

Move caret right one word.

Definition at line 2575 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_WORDRIGHTEND

#define wxSCI_CMD_WORDRIGHTEND   2441

Move caret right one word, position cursor at end of word.

Definition at line 2809 of file wxscintilla.h.

◆ wxSCI_CMD_WORDRIGHTENDEXTEND

#define wxSCI_CMD_WORDRIGHTENDEXTEND   2442

Move caret right one word, position cursor at end of word, extending selection to new caret position.

Definition at line 2812 of file wxscintilla.h.

◆ wxSCI_CMD_WORDRIGHTEXTEND

#define wxSCI_CMD_WORDRIGHTEXTEND   2311

Move caret right one word extending selection to new caret position.

Definition at line 2578 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_CMD_ZOOMIN

#define wxSCI_CMD_ZOOMIN   2333

Magnify the displayed text by increasing the sizes by 1 point.

Definition at line 2646 of file wxscintilla.h.

◆ wxSCI_CMD_ZOOMOUT

#define wxSCI_CMD_ZOOMOUT   2334

Make the displayed text smaller by decreasing the sizes by 1 point.

Definition at line 2649 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_CHARACTER

#define wxSCI_COFFEESCRIPT_CHARACTER   7

Definition at line 2235 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_COMMENT

#define wxSCI_COFFEESCRIPT_COMMENT   1

Definition at line 2229 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_COMMENTBLOCK

#define wxSCI_COFFEESCRIPT_COMMENTBLOCK   22

Definition at line 2250 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_COMMENTDOC

#define wxSCI_COFFEESCRIPT_COMMENTDOC   3

Definition at line 2231 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORD

#define wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORD   17

Definition at line 2245 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORDERROR

#define wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORDERROR   18

Definition at line 2246 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_COMMENTLINE

#define wxSCI_COFFEESCRIPT_COMMENTLINE   2

Definition at line 2230 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_COMMENTLINEDOC

#define wxSCI_COFFEESCRIPT_COMMENTLINEDOC   15

Definition at line 2243 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_DEFAULT

#define wxSCI_COFFEESCRIPT_DEFAULT   0

Lexical states for SCLEX_COFFEESCRIPT.

Definition at line 2228 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_GLOBALCLASS

#define wxSCI_COFFEESCRIPT_GLOBALCLASS   19

Definition at line 2247 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_IDENTIFIER

#define wxSCI_COFFEESCRIPT_IDENTIFIER   11

Definition at line 2239 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_INSTANCEPROPERTY

#define wxSCI_COFFEESCRIPT_INSTANCEPROPERTY   25

Definition at line 2253 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_NUMBER

#define wxSCI_COFFEESCRIPT_NUMBER   4

Definition at line 2232 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_OPERATOR

#define wxSCI_COFFEESCRIPT_OPERATOR   10

Definition at line 2238 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_PREPROCESSOR

#define wxSCI_COFFEESCRIPT_PREPROCESSOR   9

Definition at line 2237 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_REGEX

#define wxSCI_COFFEESCRIPT_REGEX   14

Definition at line 2242 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_STRING

#define wxSCI_COFFEESCRIPT_STRING   6

Definition at line 2234 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_STRINGEOL

#define wxSCI_COFFEESCRIPT_STRINGEOL   12

Definition at line 2240 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_STRINGRAW

#define wxSCI_COFFEESCRIPT_STRINGRAW   20

Definition at line 2248 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_TRIPLEVERBATIM

#define wxSCI_COFFEESCRIPT_TRIPLEVERBATIM   21

Definition at line 2249 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_UUID

#define wxSCI_COFFEESCRIPT_UUID   8

Definition at line 2236 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_VERBATIM

#define wxSCI_COFFEESCRIPT_VERBATIM   13

Definition at line 2241 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_VERBOSE_REGEX

#define wxSCI_COFFEESCRIPT_VERBOSE_REGEX   23

Definition at line 2251 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_VERBOSE_REGEX_COMMENT

#define wxSCI_COFFEESCRIPT_VERBOSE_REGEX_COMMENT   24

Definition at line 2252 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_WORD

#define wxSCI_COFFEESCRIPT_WORD   5

Definition at line 2233 of file wxscintilla.h.

◆ wxSCI_COFFEESCRIPT_WORD2

#define wxSCI_COFFEESCRIPT_WORD2   16

Definition at line 2244 of file wxscintilla.h.

◆ wxSCI_CONF_COMMENT

#define wxSCI_CONF_COMMENT   1

Definition at line 1093 of file wxscintilla.h.

◆ wxSCI_CONF_DEFAULT

#define wxSCI_CONF_DEFAULT   0

Lexical states for SCLEX_CONF (Apache Configuration Files Lexer)

Definition at line 1092 of file wxscintilla.h.

◆ wxSCI_CONF_DIRECTIVE

#define wxSCI_CONF_DIRECTIVE   9

Definition at line 1101 of file wxscintilla.h.

◆ wxSCI_CONF_EXTENSION

#define wxSCI_CONF_EXTENSION   4

Definition at line 1096 of file wxscintilla.h.

◆ wxSCI_CONF_IDENTIFIER

#define wxSCI_CONF_IDENTIFIER   3

Definition at line 1095 of file wxscintilla.h.

◆ wxSCI_CONF_IP

#define wxSCI_CONF_IP   8

Definition at line 1100 of file wxscintilla.h.

◆ wxSCI_CONF_NUMBER

#define wxSCI_CONF_NUMBER   2

Definition at line 1094 of file wxscintilla.h.

◆ wxSCI_CONF_OPERATOR

#define wxSCI_CONF_OPERATOR   7

Definition at line 1099 of file wxscintilla.h.

◆ wxSCI_CONF_PARAMETER

#define wxSCI_CONF_PARAMETER   5

Definition at line 1097 of file wxscintilla.h.

◆ wxSCI_CONF_STRING

#define wxSCI_CONF_STRING   6

Definition at line 1098 of file wxscintilla.h.

◆ wxSCI_CP_UTF8

#define wxSCI_CP_UTF8   65001

The SC_CP_UTF8 value can be used to enter Unicode mode.

This is the same value as CP_UTF8 in Windows

Definition at line 89 of file wxscintilla.h.

◆ wxSCI_CSOUND_ARATE_VAR

#define wxSCI_CSOUND_ARATE_VAR   11

Definition at line 1845 of file wxscintilla.h.

◆ wxSCI_CSOUND_COMMENT

#define wxSCI_CSOUND_COMMENT   1

Definition at line 1835 of file wxscintilla.h.

◆ wxSCI_CSOUND_COMMENTBLOCK

#define wxSCI_CSOUND_COMMENTBLOCK   9

Definition at line 1843 of file wxscintilla.h.

◆ wxSCI_CSOUND_DEFAULT

#define wxSCI_CSOUND_DEFAULT   0

Lexical states for SCLEX_CSOUND.

Definition at line 1834 of file wxscintilla.h.

◆ wxSCI_CSOUND_GLOBAL_VAR

#define wxSCI_CSOUND_GLOBAL_VAR   14

Definition at line 1848 of file wxscintilla.h.

◆ wxSCI_CSOUND_HEADERSTMT

#define wxSCI_CSOUND_HEADERSTMT   7

Definition at line 1841 of file wxscintilla.h.

◆ wxSCI_CSOUND_IDENTIFIER

#define wxSCI_CSOUND_IDENTIFIER   5

Definition at line 1839 of file wxscintilla.h.

◆ wxSCI_CSOUND_INSTR

#define wxSCI_CSOUND_INSTR   4

Definition at line 1838 of file wxscintilla.h.

◆ wxSCI_CSOUND_IRATE_VAR

#define wxSCI_CSOUND_IRATE_VAR   13

Definition at line 1847 of file wxscintilla.h.

◆ wxSCI_CSOUND_KRATE_VAR

#define wxSCI_CSOUND_KRATE_VAR   12

Definition at line 1846 of file wxscintilla.h.

◆ wxSCI_CSOUND_NUMBER

#define wxSCI_CSOUND_NUMBER   2

Definition at line 1836 of file wxscintilla.h.

◆ wxSCI_CSOUND_OPCODE

#define wxSCI_CSOUND_OPCODE   6

Definition at line 1840 of file wxscintilla.h.

◆ wxSCI_CSOUND_OPERATOR

#define wxSCI_CSOUND_OPERATOR   3

Definition at line 1837 of file wxscintilla.h.

◆ wxSCI_CSOUND_PARAM

#define wxSCI_CSOUND_PARAM   10

Definition at line 1844 of file wxscintilla.h.

◆ wxSCI_CSOUND_STRINGEOL

#define wxSCI_CSOUND_STRINGEOL   15

Definition at line 1849 of file wxscintilla.h.

◆ wxSCI_CSOUND_USERKEYWORD

#define wxSCI_CSOUND_USERKEYWORD   8

Definition at line 1842 of file wxscintilla.h.

◆ wxSCI_CSS_ATTRIBUTE

#define wxSCI_CSS_ATTRIBUTE   16

Definition at line 1296 of file wxscintilla.h.

◆ wxSCI_CSS_CLASS

#define wxSCI_CSS_CLASS   2

Definition at line 1282 of file wxscintilla.h.

◆ wxSCI_CSS_COMMENT

#define wxSCI_CSS_COMMENT   9

Definition at line 1289 of file wxscintilla.h.

◆ wxSCI_CSS_DEFAULT

#define wxSCI_CSS_DEFAULT   0

Lexical states for SCLEX_CSS.

Definition at line 1280 of file wxscintilla.h.

◆ wxSCI_CSS_DIRECTIVE

#define wxSCI_CSS_DIRECTIVE   12

Definition at line 1292 of file wxscintilla.h.

◆ wxSCI_CSS_DOUBLESTRING

#define wxSCI_CSS_DOUBLESTRING   13

Definition at line 1293 of file wxscintilla.h.

◆ wxSCI_CSS_EXTENDED_IDENTIFIER

#define wxSCI_CSS_EXTENDED_IDENTIFIER   19

Definition at line 1299 of file wxscintilla.h.

◆ wxSCI_CSS_EXTENDED_PSEUDOCLASS

#define wxSCI_CSS_EXTENDED_PSEUDOCLASS   20

Definition at line 1300 of file wxscintilla.h.

◆ wxSCI_CSS_EXTENDED_PSEUDOELEMENT

#define wxSCI_CSS_EXTENDED_PSEUDOELEMENT   21

Definition at line 1301 of file wxscintilla.h.

◆ wxSCI_CSS_ID

#define wxSCI_CSS_ID   10

Definition at line 1290 of file wxscintilla.h.

◆ wxSCI_CSS_IDENTIFIER

#define wxSCI_CSS_IDENTIFIER   6

Definition at line 1286 of file wxscintilla.h.

◆ wxSCI_CSS_IDENTIFIER2

#define wxSCI_CSS_IDENTIFIER2   15

Definition at line 1295 of file wxscintilla.h.

◆ wxSCI_CSS_IDENTIFIER3

#define wxSCI_CSS_IDENTIFIER3   17

Definition at line 1297 of file wxscintilla.h.

◆ wxSCI_CSS_IMPORTANT

#define wxSCI_CSS_IMPORTANT   11

Definition at line 1291 of file wxscintilla.h.

◆ wxSCI_CSS_MEDIA

#define wxSCI_CSS_MEDIA   22

Definition at line 1302 of file wxscintilla.h.

◆ wxSCI_CSS_OPERATOR

#define wxSCI_CSS_OPERATOR   5

Definition at line 1285 of file wxscintilla.h.

◆ wxSCI_CSS_PSEUDOCLASS

#define wxSCI_CSS_PSEUDOCLASS   3

Definition at line 1283 of file wxscintilla.h.

◆ wxSCI_CSS_PSEUDOELEMENT

#define wxSCI_CSS_PSEUDOELEMENT   18

Definition at line 1298 of file wxscintilla.h.

◆ wxSCI_CSS_SINGLESTRING

#define wxSCI_CSS_SINGLESTRING   14

Definition at line 1294 of file wxscintilla.h.

◆ wxSCI_CSS_TAG

#define wxSCI_CSS_TAG   1

Definition at line 1281 of file wxscintilla.h.

◆ wxSCI_CSS_UNKNOWN_IDENTIFIER

#define wxSCI_CSS_UNKNOWN_IDENTIFIER   7

Definition at line 1287 of file wxscintilla.h.

◆ wxSCI_CSS_UNKNOWN_PSEUDOCLASS

#define wxSCI_CSS_UNKNOWN_PSEUDOCLASS   4

Definition at line 1284 of file wxscintilla.h.

◆ wxSCI_CSS_VALUE

#define wxSCI_CSS_VALUE   8

Definition at line 1288 of file wxscintilla.h.

◆ wxSCI_CSS_VARIABLE

#define wxSCI_CSS_VARIABLE   23

Definition at line 1303 of file wxscintilla.h.

◆ wxSCI_CURSORARROW

#define wxSCI_CURSORARROW   2

Definition at line 330 of file wxscintilla.h.

◆ wxSCI_CURSORNORMAL

#define wxSCI_CURSORNORMAL   -1

Definition at line 329 of file wxscintilla.h.

◆ wxSCI_CURSORREVERSEARROW

#define wxSCI_CURSORREVERSEARROW   7

Definition at line 332 of file wxscintilla.h.

◆ wxSCI_CURSORWAIT

#define wxSCI_CURSORWAIT   4

Definition at line 331 of file wxscintilla.h.

◆ wxSCI_D_CHARACTER

#define wxSCI_D_CHARACTER   12

Definition at line 679 of file wxscintilla.h.

◆ wxSCI_D_COMMENT

#define wxSCI_D_COMMENT   1

Definition at line 668 of file wxscintilla.h.

◆ wxSCI_D_COMMENTDOC

#define wxSCI_D_COMMENTDOC   3

Definition at line 670 of file wxscintilla.h.

◆ wxSCI_D_COMMENTDOCKEYWORD

#define wxSCI_D_COMMENTDOCKEYWORD   16

Definition at line 683 of file wxscintilla.h.

◆ wxSCI_D_COMMENTDOCKEYWORDERROR

#define wxSCI_D_COMMENTDOCKEYWORDERROR   17

Definition at line 684 of file wxscintilla.h.

◆ wxSCI_D_COMMENTLINE

#define wxSCI_D_COMMENTLINE   2

Definition at line 669 of file wxscintilla.h.

◆ wxSCI_D_COMMENTLINEDOC

#define wxSCI_D_COMMENTLINEDOC   15

Definition at line 682 of file wxscintilla.h.

◆ wxSCI_D_COMMENTNESTED

#define wxSCI_D_COMMENTNESTED   4

Definition at line 671 of file wxscintilla.h.

◆ wxSCI_D_DEFAULT

#define wxSCI_D_DEFAULT   0

WXSMITH end # Lexical states for SCLEX_D.

Definition at line 667 of file wxscintilla.h.

◆ wxSCI_D_IDENTIFIER

#define wxSCI_D_IDENTIFIER   14

Definition at line 681 of file wxscintilla.h.

◆ wxSCI_D_NUMBER

#define wxSCI_D_NUMBER   5

Definition at line 672 of file wxscintilla.h.

◆ wxSCI_D_OPERATOR

#define wxSCI_D_OPERATOR   13

Definition at line 680 of file wxscintilla.h.

◆ wxSCI_D_STRING

#define wxSCI_D_STRING   10

Definition at line 677 of file wxscintilla.h.

◆ wxSCI_D_STRINGB

#define wxSCI_D_STRINGB   18

Definition at line 685 of file wxscintilla.h.

◆ wxSCI_D_STRINGEOL

#define wxSCI_D_STRINGEOL   11

Definition at line 678 of file wxscintilla.h.

◆ wxSCI_D_STRINGR

#define wxSCI_D_STRINGR   19

Definition at line 686 of file wxscintilla.h.

◆ wxSCI_D_TYPEDEF

#define wxSCI_D_TYPEDEF   9

Definition at line 676 of file wxscintilla.h.

◆ wxSCI_D_WORD

#define wxSCI_D_WORD   6

Definition at line 673 of file wxscintilla.h.

◆ wxSCI_D_WORD2

#define wxSCI_D_WORD2   7

Definition at line 674 of file wxscintilla.h.

◆ wxSCI_D_WORD3

#define wxSCI_D_WORD3   8

Definition at line 675 of file wxscintilla.h.

◆ wxSCI_D_WORD5

#define wxSCI_D_WORD5   20

Definition at line 687 of file wxscintilla.h.

◆ wxSCI_D_WORD6

#define wxSCI_D_WORD6   21

Definition at line 688 of file wxscintilla.h.

◆ wxSCI_D_WORD7

#define wxSCI_D_WORD7   22

Definition at line 689 of file wxscintilla.h.

◆ wxSCI_DEPRECATED_MACRO_VALUE

#define wxSCI_DEPRECATED_MACRO_VALUE (   value,
  msg 
)    value

Definition at line 2516 of file wxscintilla.h.

◆ wxSCI_DIFF_ADDED

#define wxSCI_DIFF_ADDED   6

Definition at line 1088 of file wxscintilla.h.

◆ wxSCI_DIFF_CHANGED

#define wxSCI_DIFF_CHANGED   7

Definition at line 1089 of file wxscintilla.h.

◆ wxSCI_DIFF_COMMAND

#define wxSCI_DIFF_COMMAND   2

Definition at line 1084 of file wxscintilla.h.

◆ wxSCI_DIFF_COMMENT

#define wxSCI_DIFF_COMMENT   1

Definition at line 1083 of file wxscintilla.h.

◆ wxSCI_DIFF_DEFAULT

#define wxSCI_DIFF_DEFAULT   0

Lexical states for SCLEX_DIFF.

Definition at line 1082 of file wxscintilla.h.

◆ wxSCI_DIFF_DELETED

#define wxSCI_DIFF_DELETED   5

Definition at line 1087 of file wxscintilla.h.

◆ wxSCI_DIFF_HEADER

#define wxSCI_DIFF_HEADER   3

Definition at line 1085 of file wxscintilla.h.

◆ wxSCI_DIFF_POSITION

#define wxSCI_DIFF_POSITION   4

Definition at line 1086 of file wxscintilla.h.

◆ wxSCI_DMAP_COMMENT

#define wxSCI_DMAP_COMMENT   1

Definition at line 2412 of file wxscintilla.h.

◆ wxSCI_DMAP_DEFAULT

#define wxSCI_DMAP_DEFAULT   0

Lexical states for SCLEX_DMAP.

Definition at line 2411 of file wxscintilla.h.

◆ wxSCI_DMAP_IDENTIFIER

#define wxSCI_DMAP_IDENTIFIER   7

Definition at line 2418 of file wxscintilla.h.

◆ wxSCI_DMAP_NUMBER

#define wxSCI_DMAP_NUMBER   2

Definition at line 2413 of file wxscintilla.h.

◆ wxSCI_DMAP_OPERATOR

#define wxSCI_DMAP_OPERATOR   6

Definition at line 2417 of file wxscintilla.h.

◆ wxSCI_DMAP_STRING1

#define wxSCI_DMAP_STRING1   3

Definition at line 2414 of file wxscintilla.h.

◆ wxSCI_DMAP_STRING2

#define wxSCI_DMAP_STRING2   4

Definition at line 2415 of file wxscintilla.h.

◆ wxSCI_DMAP_STRINGEOL

#define wxSCI_DMAP_STRINGEOL   5

Definition at line 2416 of file wxscintilla.h.

◆ wxSCI_DMAP_WORD

#define wxSCI_DMAP_WORD   8

Definition at line 2419 of file wxscintilla.h.

◆ wxSCI_DMAP_WORD2

#define wxSCI_DMAP_WORD2   9

Definition at line 2420 of file wxscintilla.h.

◆ wxSCI_DMAP_WORD3

#define wxSCI_DMAP_WORD3   10

Definition at line 2421 of file wxscintilla.h.

◆ wxSCI_DMIS_COMMENT

#define wxSCI_DMIS_COMMENT   1

Definition at line 2425 of file wxscintilla.h.

◆ wxSCI_DMIS_DEFAULT

#define wxSCI_DMIS_DEFAULT   0

Lexical states for SCLEX_DMIS.

Definition at line 2424 of file wxscintilla.h.

◆ wxSCI_DMIS_KEYWORD

#define wxSCI_DMIS_KEYWORD   4

Definition at line 2428 of file wxscintilla.h.

◆ wxSCI_DMIS_LABEL

#define wxSCI_DMIS_LABEL   9

Definition at line 2433 of file wxscintilla.h.

◆ wxSCI_DMIS_MAJORWORD

#define wxSCI_DMIS_MAJORWORD   5

Definition at line 2429 of file wxscintilla.h.

◆ wxSCI_DMIS_MINORWORD

#define wxSCI_DMIS_MINORWORD   6

Definition at line 2430 of file wxscintilla.h.

◆ wxSCI_DMIS_NUMBER

#define wxSCI_DMIS_NUMBER   3

Definition at line 2427 of file wxscintilla.h.

◆ wxSCI_DMIS_STRING

#define wxSCI_DMIS_STRING   2

Definition at line 2426 of file wxscintilla.h.

◆ wxSCI_DMIS_UNSUPPORTED_MAJOR

#define wxSCI_DMIS_UNSUPPORTED_MAJOR   7

Definition at line 2431 of file wxscintilla.h.

◆ wxSCI_DMIS_UNSUPPORTED_MINOR

#define wxSCI_DMIS_UNSUPPORTED_MINOR   8

Definition at line 2432 of file wxscintilla.h.

◆ wxSCI_ECL_ADDED

#define wxSCI_ECL_ADDED   24

Definition at line 2297 of file wxscintilla.h.

◆ wxSCI_ECL_CHANGED

#define wxSCI_ECL_CHANGED   26

Definition at line 2299 of file wxscintilla.h.

◆ wxSCI_ECL_CHARACTER

#define wxSCI_ECL_CHARACTER   7

Definition at line 2280 of file wxscintilla.h.

◆ wxSCI_ECL_COMMENT

#define wxSCI_ECL_COMMENT   1

Definition at line 2274 of file wxscintilla.h.

◆ wxSCI_ECL_COMMENTDOC

#define wxSCI_ECL_COMMENTDOC   23

Definition at line 2296 of file wxscintilla.h.

◆ wxSCI_ECL_COMMENTDOCKEYWORD

#define wxSCI_ECL_COMMENTDOCKEYWORD   17

Definition at line 2290 of file wxscintilla.h.

◆ wxSCI_ECL_COMMENTDOCKEYWORDERROR

#define wxSCI_ECL_COMMENTDOCKEYWORDERROR   18

Definition at line 2291 of file wxscintilla.h.

◆ wxSCI_ECL_COMMENTLINE

#define wxSCI_ECL_COMMENTLINE   2

Definition at line 2275 of file wxscintilla.h.

◆ wxSCI_ECL_COMMENTLINEDOC

#define wxSCI_ECL_COMMENTLINEDOC   15

Definition at line 2288 of file wxscintilla.h.

◆ wxSCI_ECL_DEFAULT

#define wxSCI_ECL_DEFAULT   0

Lexical states for SCLEX_ECL.

Definition at line 2273 of file wxscintilla.h.

◆ wxSCI_ECL_DELETED

#define wxSCI_ECL_DELETED   25

Definition at line 2298 of file wxscintilla.h.

◆ wxSCI_ECL_IDENTIFIER

#define wxSCI_ECL_IDENTIFIER   11

Definition at line 2284 of file wxscintilla.h.

◆ wxSCI_ECL_MOVED

#define wxSCI_ECL_MOVED   27

Definition at line 2300 of file wxscintilla.h.

◆ wxSCI_ECL_NUMBER

#define wxSCI_ECL_NUMBER   3

Definition at line 2276 of file wxscintilla.h.

◆ wxSCI_ECL_OPERATOR

#define wxSCI_ECL_OPERATOR   6

Definition at line 2279 of file wxscintilla.h.

◆ wxSCI_ECL_PREPROCESSOR

#define wxSCI_ECL_PREPROCESSOR   9

Definition at line 2282 of file wxscintilla.h.

◆ wxSCI_ECL_REGEX

#define wxSCI_ECL_REGEX   14

Definition at line 2287 of file wxscintilla.h.

◆ wxSCI_ECL_STRING

#define wxSCI_ECL_STRING   4

Definition at line 2277 of file wxscintilla.h.

◆ wxSCI_ECL_STRINGEOL

#define wxSCI_ECL_STRINGEOL   12

Definition at line 2285 of file wxscintilla.h.

◆ wxSCI_ECL_UNKNOWN

#define wxSCI_ECL_UNKNOWN   10

Definition at line 2283 of file wxscintilla.h.

◆ wxSCI_ECL_UUID

#define wxSCI_ECL_UUID   8

Definition at line 2281 of file wxscintilla.h.

◆ wxSCI_ECL_VERBATIM

#define wxSCI_ECL_VERBATIM   13

Definition at line 2286 of file wxscintilla.h.

◆ wxSCI_ECL_WORD0

#define wxSCI_ECL_WORD0   5

Definition at line 2278 of file wxscintilla.h.

◆ wxSCI_ECL_WORD1

#define wxSCI_ECL_WORD1   16

Definition at line 2289 of file wxscintilla.h.

◆ wxSCI_ECL_WORD2

#define wxSCI_ECL_WORD2   19

Definition at line 2292 of file wxscintilla.h.

◆ wxSCI_ECL_WORD3

#define wxSCI_ECL_WORD3   20

Definition at line 2293 of file wxscintilla.h.

◆ wxSCI_ECL_WORD4

#define wxSCI_ECL_WORD4   21

Definition at line 2294 of file wxscintilla.h.

◆ wxSCI_ECL_WORD5

#define wxSCI_ECL_WORD5   22

Definition at line 2295 of file wxscintilla.h.

◆ wxSCI_EDGE_BACKGROUND

#define wxSCI_EDGE_BACKGROUND   2

Definition at line 319 of file wxscintilla.h.

◆ wxSCI_EDGE_LINE

#define wxSCI_EDGE_LINE   1

Definition at line 318 of file wxscintilla.h.

◆ wxSCI_EDGE_MULTILINE

#define wxSCI_EDGE_MULTILINE   3

Definition at line 320 of file wxscintilla.h.

◆ wxSCI_EDGE_NONE

#define wxSCI_EDGE_NONE   0

Definition at line 317 of file wxscintilla.h.

Referenced by cbEditor::Print().

◆ wxSCI_EDI_BADSEGMENT

#define wxSCI_EDI_BADSEGMENT   8

Definition at line 2505 of file wxscintilla.h.

◆ wxSCI_EDI_DEFAULT

#define wxSCI_EDI_DEFAULT   0

Definition at line 2497 of file wxscintilla.h.

◆ wxSCI_EDI_SEGMENTEND

#define wxSCI_EDI_SEGMENTEND   2

Definition at line 2499 of file wxscintilla.h.

◆ wxSCI_EDI_SEGMENTSTART

#define wxSCI_EDI_SEGMENTSTART   1

Definition at line 2498 of file wxscintilla.h.

◆ wxSCI_EDI_SEP_COMPOSITE

#define wxSCI_EDI_SEP_COMPOSITE   4

Definition at line 2501 of file wxscintilla.h.

◆ wxSCI_EDI_SEP_ELEMENT

#define wxSCI_EDI_SEP_ELEMENT   3

Definition at line 2500 of file wxscintilla.h.

◆ wxSCI_EDI_SEP_RELEASE

#define wxSCI_EDI_SEP_RELEASE   5

Definition at line 2502 of file wxscintilla.h.

◆ wxSCI_EDI_UNA

#define wxSCI_EDI_UNA   6

Definition at line 2503 of file wxscintilla.h.

◆ wxSCI_EDI_UNH

#define wxSCI_EDI_UNH   7

Definition at line 2504 of file wxscintilla.h.

◆ wxSCI_EFF_QUALITY_ANTIALIASED

#define wxSCI_EFF_QUALITY_ANTIALIASED   2

Definition at line 313 of file wxscintilla.h.

◆ wxSCI_EFF_QUALITY_DEFAULT

#define wxSCI_EFF_QUALITY_DEFAULT   0

Definition at line 311 of file wxscintilla.h.

◆ wxSCI_EFF_QUALITY_LCD_OPTIMIZED

#define wxSCI_EFF_QUALITY_LCD_OPTIMIZED   3

Definition at line 314 of file wxscintilla.h.

◆ wxSCI_EFF_QUALITY_MASK

#define wxSCI_EFF_QUALITY_MASK   0xF

Control font anti-aliasing.

Definition at line 310 of file wxscintilla.h.

◆ wxSCI_EFF_QUALITY_NON_ANTIALIASED

#define wxSCI_EFF_QUALITY_NON_ANTIALIASED   1

Definition at line 312 of file wxscintilla.h.

◆ wxSCI_EIFFEL_CHARACTER

#define wxSCI_EIFFEL_CHARACTER   5

Definition at line 1181 of file wxscintilla.h.

◆ wxSCI_EIFFEL_COMMENTLINE

#define wxSCI_EIFFEL_COMMENTLINE   1

Definition at line 1177 of file wxscintilla.h.

◆ wxSCI_EIFFEL_DEFAULT

#define wxSCI_EIFFEL_DEFAULT   0

Lexical states for SCLEX_EIFFEL and SCLEX_EIFFELKW.

Definition at line 1176 of file wxscintilla.h.

◆ wxSCI_EIFFEL_IDENTIFIER

#define wxSCI_EIFFEL_IDENTIFIER   7

Definition at line 1183 of file wxscintilla.h.

◆ wxSCI_EIFFEL_NUMBER

#define wxSCI_EIFFEL_NUMBER   2

Definition at line 1178 of file wxscintilla.h.

◆ wxSCI_EIFFEL_OPERATOR

#define wxSCI_EIFFEL_OPERATOR   6

Definition at line 1182 of file wxscintilla.h.

◆ wxSCI_EIFFEL_STRING

#define wxSCI_EIFFEL_STRING   4

Definition at line 1180 of file wxscintilla.h.

◆ wxSCI_EIFFEL_STRINGEOL

#define wxSCI_EIFFEL_STRINGEOL   8

Definition at line 1184 of file wxscintilla.h.

◆ wxSCI_EIFFEL_WORD

#define wxSCI_EIFFEL_WORD   3

Definition at line 1179 of file wxscintilla.h.

◆ wxSCI_EOL_CR

#define wxSCI_EOL_CR   1

◆ wxSCI_EOL_CRLF

#define wxSCI_EOL_CRLF   0

◆ wxSCI_EOL_LF

#define wxSCI_EOL_LF   2

◆ wxSCI_ERLANG_ATOM

#define wxSCI_ERLANG_ATOM   7

Definition at line 1473 of file wxscintilla.h.

◆ wxSCI_ERLANG_ATOM_QUOTED

#define wxSCI_ERLANG_ATOM_QUOTED   18

Definition at line 1484 of file wxscintilla.h.

◆ wxSCI_ERLANG_BIFS

#define wxSCI_ERLANG_BIFS   22

Definition at line 1488 of file wxscintilla.h.

◆ wxSCI_ERLANG_CHARACTER

#define wxSCI_ERLANG_CHARACTER   9

Definition at line 1475 of file wxscintilla.h.

◆ wxSCI_ERLANG_COMMENT

#define wxSCI_ERLANG_COMMENT   1

Definition at line 1467 of file wxscintilla.h.

◆ wxSCI_ERLANG_COMMENT_DOC

#define wxSCI_ERLANG_COMMENT_DOC   16

Definition at line 1482 of file wxscintilla.h.

◆ wxSCI_ERLANG_COMMENT_DOC_MACRO

#define wxSCI_ERLANG_COMMENT_DOC_MACRO   17

Definition at line 1483 of file wxscintilla.h.

◆ wxSCI_ERLANG_COMMENT_FUNCTION

#define wxSCI_ERLANG_COMMENT_FUNCTION   14

Definition at line 1480 of file wxscintilla.h.

◆ wxSCI_ERLANG_COMMENT_MODULE

#define wxSCI_ERLANG_COMMENT_MODULE   15

Definition at line 1481 of file wxscintilla.h.

◆ wxSCI_ERLANG_DEFAULT

#define wxSCI_ERLANG_DEFAULT   0

Lexical states for SCLEX_ERLANG.

Definition at line 1466 of file wxscintilla.h.

◆ wxSCI_ERLANG_FUNCTION_NAME

#define wxSCI_ERLANG_FUNCTION_NAME   8

Definition at line 1474 of file wxscintilla.h.

◆ wxSCI_ERLANG_KEYWORD

#define wxSCI_ERLANG_KEYWORD   4

Definition at line 1470 of file wxscintilla.h.

◆ wxSCI_ERLANG_MACRO

#define wxSCI_ERLANG_MACRO   10

Definition at line 1476 of file wxscintilla.h.

◆ wxSCI_ERLANG_MACRO_QUOTED

#define wxSCI_ERLANG_MACRO_QUOTED   19

Definition at line 1485 of file wxscintilla.h.

◆ wxSCI_ERLANG_MODULES

#define wxSCI_ERLANG_MODULES   23

Definition at line 1489 of file wxscintilla.h.

◆ wxSCI_ERLANG_MODULES_ATT

#define wxSCI_ERLANG_MODULES_ATT   24

Definition at line 1490 of file wxscintilla.h.

◆ wxSCI_ERLANG_NODE_NAME

#define wxSCI_ERLANG_NODE_NAME   13

Definition at line 1479 of file wxscintilla.h.

◆ wxSCI_ERLANG_NODE_NAME_QUOTED

#define wxSCI_ERLANG_NODE_NAME_QUOTED   21

Definition at line 1487 of file wxscintilla.h.

◆ wxSCI_ERLANG_NUMBER

#define wxSCI_ERLANG_NUMBER   3

Definition at line 1469 of file wxscintilla.h.

◆ wxSCI_ERLANG_OPERATOR

#define wxSCI_ERLANG_OPERATOR   6

Definition at line 1472 of file wxscintilla.h.

◆ wxSCI_ERLANG_PREPROC

#define wxSCI_ERLANG_PREPROC   12

Definition at line 1478 of file wxscintilla.h.

◆ wxSCI_ERLANG_RECORD

#define wxSCI_ERLANG_RECORD   11

Definition at line 1477 of file wxscintilla.h.

◆ wxSCI_ERLANG_RECORD_QUOTED

#define wxSCI_ERLANG_RECORD_QUOTED   20

Definition at line 1486 of file wxscintilla.h.

◆ wxSCI_ERLANG_STRING

#define wxSCI_ERLANG_STRING   5

Definition at line 1471 of file wxscintilla.h.

◆ wxSCI_ERLANG_UNKNOWN

#define wxSCI_ERLANG_UNKNOWN   31

Definition at line 1491 of file wxscintilla.h.

◆ wxSCI_ERLANG_VARIABLE

#define wxSCI_ERLANG_VARIABLE   2

Definition at line 1468 of file wxscintilla.h.

◆ wxSCI_ERR_ABSF

#define wxSCI_ERR_ABSF   18

Definition at line 1025 of file wxscintilla.h.

◆ wxSCI_ERR_BORLAND

#define wxSCI_ERR_BORLAND   5

Definition at line 1012 of file wxscintilla.h.

◆ wxSCI_ERR_CMD

#define wxSCI_ERR_CMD   4

Definition at line 1011 of file wxscintilla.h.

◆ wxSCI_ERR_CTAG

#define wxSCI_ERR_CTAG   9

Definition at line 1016 of file wxscintilla.h.

◆ wxSCI_ERR_DEFAULT

#define wxSCI_ERR_DEFAULT   0

Lexical states for SCLEX_ERRORLIST.

Definition at line 1007 of file wxscintilla.h.

◆ wxSCI_ERR_DIFF_ADDITION

#define wxSCI_ERR_DIFF_ADDITION   11

Definition at line 1018 of file wxscintilla.h.

◆ wxSCI_ERR_DIFF_CHANGED

#define wxSCI_ERR_DIFF_CHANGED   10

Definition at line 1017 of file wxscintilla.h.

◆ wxSCI_ERR_DIFF_DELETION

#define wxSCI_ERR_DIFF_DELETION   12

Definition at line 1019 of file wxscintilla.h.

◆ wxSCI_ERR_DIFF_MESSAGE

#define wxSCI_ERR_DIFF_MESSAGE   13

Definition at line 1020 of file wxscintilla.h.

◆ wxSCI_ERR_ELF

#define wxSCI_ERR_ELF   15

Definition at line 1022 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BLACK

#define wxSCI_ERR_ES_BLACK   40

Definition at line 1032 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BLUE

#define wxSCI_ERR_ES_BLUE   44

Definition at line 1036 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BRIGHT_BLUE

#define wxSCI_ERR_ES_BRIGHT_BLUE   52

Definition at line 1044 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BRIGHT_CYAN

#define wxSCI_ERR_ES_BRIGHT_CYAN   54

Definition at line 1046 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BRIGHT_GREEN

#define wxSCI_ERR_ES_BRIGHT_GREEN   50

Definition at line 1042 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BRIGHT_MAGENTA

#define wxSCI_ERR_ES_BRIGHT_MAGENTA   53

Definition at line 1045 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BRIGHT_RED

#define wxSCI_ERR_ES_BRIGHT_RED   49

Definition at line 1041 of file wxscintilla.h.

◆ wxSCI_ERR_ES_BROWN

#define wxSCI_ERR_ES_BROWN   43

Definition at line 1035 of file wxscintilla.h.

◆ wxSCI_ERR_ES_CYAN

#define wxSCI_ERR_ES_CYAN   46

Definition at line 1038 of file wxscintilla.h.

◆ wxSCI_ERR_ES_DARK_GRAY

#define wxSCI_ERR_ES_DARK_GRAY   48

Definition at line 1040 of file wxscintilla.h.

◆ wxSCI_ERR_ES_GRAY

#define wxSCI_ERR_ES_GRAY   47

Definition at line 1039 of file wxscintilla.h.

◆ wxSCI_ERR_ES_GREEN

#define wxSCI_ERR_ES_GREEN   42

Definition at line 1034 of file wxscintilla.h.

◆ wxSCI_ERR_ES_MAGENTA

#define wxSCI_ERR_ES_MAGENTA   45

Definition at line 1037 of file wxscintilla.h.

◆ wxSCI_ERR_ES_RED

#define wxSCI_ERR_ES_RED   41

Definition at line 1033 of file wxscintilla.h.

◆ wxSCI_ERR_ES_WHITE

#define wxSCI_ERR_ES_WHITE   55

Definition at line 1047 of file wxscintilla.h.

◆ wxSCI_ERR_ES_YELLOW

#define wxSCI_ERR_ES_YELLOW   51

Definition at line 1043 of file wxscintilla.h.

◆ wxSCI_ERR_ESCSEQ

#define wxSCI_ERR_ESCSEQ   23

Definition at line 1030 of file wxscintilla.h.

◆ wxSCI_ERR_ESCSEQ_UNKNOWN

#define wxSCI_ERR_ESCSEQ_UNKNOWN   24

Definition at line 1031 of file wxscintilla.h.

◆ wxSCI_ERR_GCC

#define wxSCI_ERR_GCC   2

Definition at line 1009 of file wxscintilla.h.

◆ wxSCI_ERR_GCC_INCLUDED_FROM

#define wxSCI_ERR_GCC_INCLUDED_FROM   22

Definition at line 1029 of file wxscintilla.h.

◆ wxSCI_ERR_IFC

#define wxSCI_ERR_IFC   16

Definition at line 1023 of file wxscintilla.h.

◆ wxSCI_ERR_IFORT

#define wxSCI_ERR_IFORT   17

Definition at line 1024 of file wxscintilla.h.

◆ wxSCI_ERR_JAVA_STACK

#define wxSCI_ERR_JAVA_STACK   20

Definition at line 1027 of file wxscintilla.h.

◆ wxSCI_ERR_LUA

#define wxSCI_ERR_LUA   8

Definition at line 1015 of file wxscintilla.h.

◆ wxSCI_ERR_MS

#define wxSCI_ERR_MS   3

Definition at line 1010 of file wxscintilla.h.

◆ wxSCI_ERR_NET

#define wxSCI_ERR_NET   7

Definition at line 1014 of file wxscintilla.h.

◆ wxSCI_ERR_PERL

#define wxSCI_ERR_PERL   6

Definition at line 1013 of file wxscintilla.h.

◆ wxSCI_ERR_PHP

#define wxSCI_ERR_PHP   14

Definition at line 1021 of file wxscintilla.h.

◆ wxSCI_ERR_PYTHON

#define wxSCI_ERR_PYTHON   1

Definition at line 1008 of file wxscintilla.h.

◆ wxSCI_ERR_TIDY

#define wxSCI_ERR_TIDY   19

Definition at line 1026 of file wxscintilla.h.

◆ wxSCI_ERR_VALUE

#define wxSCI_ERR_VALUE   21

Definition at line 1028 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_BRACE

#define wxSCI_ESCRIPT_BRACE   9

Definition at line 1347 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_COMMENT

#define wxSCI_ESCRIPT_COMMENT   1

Definition at line 1339 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_COMMENTDOC

#define wxSCI_ESCRIPT_COMMENTDOC   3

Definition at line 1341 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_COMMENTLINE

#define wxSCI_ESCRIPT_COMMENTLINE   2

Definition at line 1340 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_DEFAULT

#define wxSCI_ESCRIPT_DEFAULT   0

Lexical states for SCLEX_ESCRIPT.

Definition at line 1338 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_IDENTIFIER

#define wxSCI_ESCRIPT_IDENTIFIER   8

Definition at line 1346 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_NUMBER

#define wxSCI_ESCRIPT_NUMBER   4

Definition at line 1342 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_OPERATOR

#define wxSCI_ESCRIPT_OPERATOR   7

Definition at line 1345 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_STRING

#define wxSCI_ESCRIPT_STRING   6

Definition at line 1344 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_WORD

#define wxSCI_ESCRIPT_WORD   5

Definition at line 1343 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_WORD2

#define wxSCI_ESCRIPT_WORD2   10

Definition at line 1348 of file wxscintilla.h.

◆ wxSCI_ESCRIPT_WORD3

#define wxSCI_ESCRIPT_WORD3   11

Definition at line 1349 of file wxscintilla.h.

◆ wxSCI_F_COMMENT

#define wxSCI_F_COMMENT   1

Definition at line 1264 of file wxscintilla.h.

◆ wxSCI_F_CONTINUATION

#define wxSCI_F_CONTINUATION   14

Definition at line 1277 of file wxscintilla.h.

◆ wxSCI_F_DEFAULT

#define wxSCI_F_DEFAULT   0

Lexical states for SCLEX_FORTRAN.

Definition at line 1263 of file wxscintilla.h.

◆ wxSCI_F_IDENTIFIER

#define wxSCI_F_IDENTIFIER   7

Definition at line 1270 of file wxscintilla.h.

Referenced by DebuggerGDB::ShowValueTooltip().

◆ wxSCI_F_LABEL

#define wxSCI_F_LABEL   13

Definition at line 1276 of file wxscintilla.h.

◆ wxSCI_F_NUMBER

#define wxSCI_F_NUMBER   2

Definition at line 1265 of file wxscintilla.h.

◆ wxSCI_F_OPERATOR

#define wxSCI_F_OPERATOR   6

Definition at line 1269 of file wxscintilla.h.

◆ wxSCI_F_OPERATOR2

#define wxSCI_F_OPERATOR2   12

Definition at line 1275 of file wxscintilla.h.

◆ wxSCI_F_PREPROCESSOR

#define wxSCI_F_PREPROCESSOR   11

Definition at line 1274 of file wxscintilla.h.

◆ wxSCI_F_STRING1

#define wxSCI_F_STRING1   3

Definition at line 1266 of file wxscintilla.h.

◆ wxSCI_F_STRING2

#define wxSCI_F_STRING2   4

Definition at line 1267 of file wxscintilla.h.

◆ wxSCI_F_STRINGEOL

#define wxSCI_F_STRINGEOL   5

Definition at line 1268 of file wxscintilla.h.

◆ wxSCI_F_WORD

#define wxSCI_F_WORD   8

Definition at line 1271 of file wxscintilla.h.

◆ wxSCI_F_WORD2

#define wxSCI_F_WORD2   9

Definition at line 1272 of file wxscintilla.h.

◆ wxSCI_F_WORD3

#define wxSCI_F_WORD3   10

Definition at line 1273 of file wxscintilla.h.

◆ wxSCI_FIND_CXX11REGEX

#define wxSCI_FIND_CXX11REGEX   0x00800000

Definition at line 262 of file wxscintilla.h.

◆ wxSCI_FIND_MATCHCASE

#define wxSCI_FIND_MATCHCASE   0x4

◆ wxSCI_FIND_POSIX

#define wxSCI_FIND_POSIX   0x00400000

◆ wxSCI_FIND_REGEXP

#define wxSCI_FIND_REGEXP   0x00200000

◆ wxSCI_FIND_WHOLEWORD

#define wxSCI_FIND_WHOLEWORD   0x2

◆ wxSCI_FIND_WORDSTART

#define wxSCI_FIND_WORDSTART   0x00100000

◆ wxSCI_FOLDACTION_CONTRACT

#define wxSCI_FOLDACTION_CONTRACT   0

Definition at line 270 of file wxscintilla.h.

Referenced by cbEditor::DoFoldBlockFromLine().

◆ wxSCI_FOLDACTION_EXPAND

#define wxSCI_FOLDACTION_EXPAND   1

Definition at line 271 of file wxscintilla.h.

Referenced by cbEditor::DoFoldBlockFromLine().

◆ wxSCI_FOLDACTION_TOGGLE

#define wxSCI_FOLDACTION_TOGGLE   2

Definition at line 272 of file wxscintilla.h.

Referenced by cbEditor::DoFoldBlockFromLine().

◆ wxSCI_FOLDDISPLAYTEXT_BOXED

#define wxSCI_FOLDDISPLAYTEXT_BOXED   2

Definition at line 269 of file wxscintilla.h.

◆ wxSCI_FOLDDISPLAYTEXT_HIDDEN

#define wxSCI_FOLDDISPLAYTEXT_HIDDEN   0

Definition at line 267 of file wxscintilla.h.

◆ wxSCI_FOLDDISPLAYTEXT_STANDARD

#define wxSCI_FOLDDISPLAYTEXT_STANDARD   1

Definition at line 268 of file wxscintilla.h.

◆ wxSCI_FOLDFLAG_LEVELNUMBERS

#define wxSCI_FOLDFLAG_LEVELNUMBERS   0x0040

Definition at line 280 of file wxscintilla.h.

◆ wxSCI_FOLDFLAG_LINEAFTER_CONTRACTED

#define wxSCI_FOLDFLAG_LINEAFTER_CONTRACTED   0x0010

Definition at line 279 of file wxscintilla.h.

◆ wxSCI_FOLDFLAG_LINEAFTER_EXPANDED

#define wxSCI_FOLDFLAG_LINEAFTER_EXPANDED   0x0008

Definition at line 278 of file wxscintilla.h.

◆ wxSCI_FOLDFLAG_LINEBEFORE_CONTRACTED

#define wxSCI_FOLDFLAG_LINEBEFORE_CONTRACTED   0x0004

Definition at line 277 of file wxscintilla.h.

◆ wxSCI_FOLDFLAG_LINEBEFORE_EXPANDED

#define wxSCI_FOLDFLAG_LINEBEFORE_EXPANDED   0x0002

Definition at line 276 of file wxscintilla.h.

◆ wxSCI_FOLDFLAG_LINESTATE

#define wxSCI_FOLDFLAG_LINESTATE   0x0080

Definition at line 281 of file wxscintilla.h.

◆ wxSCI_FOLDLEVELBASE

#define wxSCI_FOLDLEVELBASE   0x400

Definition at line 263 of file wxscintilla.h.

Referenced by cbEditor::DoFoldAll().

◆ wxSCI_FOLDLEVELHEADERFLAG

#define wxSCI_FOLDLEVELHEADERFLAG   0x2000

◆ wxSCI_FOLDLEVELNUMBERMASK

#define wxSCI_FOLDLEVELNUMBERMASK   0x0FFF

Definition at line 266 of file wxscintilla.h.

Referenced by cbEditor::DoFoldAll().

◆ wxSCI_FOLDLEVELWHITEFLAG

#define wxSCI_FOLDLEVELWHITEFLAG   0x1000

Definition at line 264 of file wxscintilla.h.

◆ wxSCI_FONT_SIZE_MULTIPLIER

#define wxSCI_FONT_SIZE_MULTIPLIER   100

Definition at line 202 of file wxscintilla.h.

◆ wxSCI_FORTH_COMMENT

#define wxSCI_FORTH_COMMENT   1

Definition at line 1201 of file wxscintilla.h.

◆ wxSCI_FORTH_COMMENT_ML

#define wxSCI_FORTH_COMMENT_ML   2

Definition at line 1202 of file wxscintilla.h.

◆ wxSCI_FORTH_CONTROL

#define wxSCI_FORTH_CONTROL   4

Definition at line 1204 of file wxscintilla.h.

◆ wxSCI_FORTH_DEFAULT

#define wxSCI_FORTH_DEFAULT   0

Lexical states for SCLEX_FORTH (Forth Lexer)

Definition at line 1200 of file wxscintilla.h.

◆ wxSCI_FORTH_DEFWORD

#define wxSCI_FORTH_DEFWORD   6

Definition at line 1206 of file wxscintilla.h.

◆ wxSCI_FORTH_IDENTIFIER

#define wxSCI_FORTH_IDENTIFIER   3

Definition at line 1203 of file wxscintilla.h.

◆ wxSCI_FORTH_KEYWORD

#define wxSCI_FORTH_KEYWORD   5

Definition at line 1205 of file wxscintilla.h.

◆ wxSCI_FORTH_LOCALE

#define wxSCI_FORTH_LOCALE   11

Definition at line 1211 of file wxscintilla.h.

◆ wxSCI_FORTH_NUMBER

#define wxSCI_FORTH_NUMBER   9

Definition at line 1209 of file wxscintilla.h.

◆ wxSCI_FORTH_PREWORD1

#define wxSCI_FORTH_PREWORD1   7

Definition at line 1207 of file wxscintilla.h.

◆ wxSCI_FORTH_PREWORD2

#define wxSCI_FORTH_PREWORD2   8

Definition at line 1208 of file wxscintilla.h.

◆ wxSCI_FORTH_STRING

#define wxSCI_FORTH_STRING   10

Definition at line 1210 of file wxscintilla.h.

◆ wxSCI_FS_COMMENT

#define wxSCI_FS_COMMENT   1

Definition at line 1801 of file wxscintilla.h.

◆ wxSCI_FS_COMMENTDOC

#define wxSCI_FS_COMMENTDOC   3

Definition at line 1803 of file wxscintilla.h.

◆ wxSCI_FS_COMMENTDOC_C

#define wxSCI_FS_COMMENTDOC_C   22

Definition at line 1822 of file wxscintilla.h.

◆ wxSCI_FS_COMMENTDOCKEYWORD

#define wxSCI_FS_COMMENTDOCKEYWORD   5

Definition at line 1805 of file wxscintilla.h.

◆ wxSCI_FS_COMMENTDOCKEYWORDERROR

#define wxSCI_FS_COMMENTDOCKEYWORDERROR   6

Definition at line 1806 of file wxscintilla.h.

◆ wxSCI_FS_COMMENTLINE

#define wxSCI_FS_COMMENTLINE   2

Definition at line 1802 of file wxscintilla.h.

◆ wxSCI_FS_COMMENTLINEDOC

#define wxSCI_FS_COMMENTLINEDOC   4

Definition at line 1804 of file wxscintilla.h.

◆ wxSCI_FS_COMMENTLINEDOC_C

#define wxSCI_FS_COMMENTLINEDOC_C   23

Definition at line 1823 of file wxscintilla.h.

◆ wxSCI_FS_CONSTANT

#define wxSCI_FS_CONSTANT   18

Definition at line 1818 of file wxscintilla.h.

◆ wxSCI_FS_DATE

#define wxSCI_FS_DATE   16

Definition at line 1816 of file wxscintilla.h.

◆ wxSCI_FS_DEFAULT

#define wxSCI_FS_DEFAULT   0

Lexical states for SCLEX_FLAGSHIP (clipper)

Definition at line 1800 of file wxscintilla.h.

◆ wxSCI_FS_DEFAULT_C

#define wxSCI_FS_DEFAULT_C   21

Definition at line 1821 of file wxscintilla.h.

◆ wxSCI_FS_DISABLEDCODE

#define wxSCI_FS_DISABLEDCODE   20

Definition at line 1820 of file wxscintilla.h.

◆ wxSCI_FS_IDENTIFIER

#define wxSCI_FS_IDENTIFIER   15

Definition at line 1815 of file wxscintilla.h.

◆ wxSCI_FS_IDENTIFIER_C

#define wxSCI_FS_IDENTIFIER_C   30

Definition at line 1830 of file wxscintilla.h.

◆ wxSCI_FS_KEYWORD

#define wxSCI_FS_KEYWORD   7

Definition at line 1807 of file wxscintilla.h.

◆ wxSCI_FS_KEYWORD2

#define wxSCI_FS_KEYWORD2   8

Definition at line 1808 of file wxscintilla.h.

◆ wxSCI_FS_KEYWORD2_C

#define wxSCI_FS_KEYWORD2_C   25

Definition at line 1825 of file wxscintilla.h.

◆ wxSCI_FS_KEYWORD3

#define wxSCI_FS_KEYWORD3   9

Definition at line 1809 of file wxscintilla.h.

◆ wxSCI_FS_KEYWORD4

#define wxSCI_FS_KEYWORD4   10

Definition at line 1810 of file wxscintilla.h.

◆ wxSCI_FS_KEYWORD_C

#define wxSCI_FS_KEYWORD_C   24

Definition at line 1824 of file wxscintilla.h.

◆ wxSCI_FS_NUMBER

#define wxSCI_FS_NUMBER   11

Definition at line 1811 of file wxscintilla.h.

◆ wxSCI_FS_NUMBER_C

#define wxSCI_FS_NUMBER_C   26

Definition at line 1826 of file wxscintilla.h.

◆ wxSCI_FS_OPERATOR

#define wxSCI_FS_OPERATOR   14

Definition at line 1814 of file wxscintilla.h.

◆ wxSCI_FS_OPERATOR_C

#define wxSCI_FS_OPERATOR_C   29

Definition at line 1829 of file wxscintilla.h.

◆ wxSCI_FS_PREPROCESSOR

#define wxSCI_FS_PREPROCESSOR   13

Definition at line 1813 of file wxscintilla.h.

◆ wxSCI_FS_PREPROCESSOR_C

#define wxSCI_FS_PREPROCESSOR_C   28

Definition at line 1828 of file wxscintilla.h.

◆ wxSCI_FS_STRING

#define wxSCI_FS_STRING   12

Definition at line 1812 of file wxscintilla.h.

◆ wxSCI_FS_STRING_C

#define wxSCI_FS_STRING_C   27

Definition at line 1827 of file wxscintilla.h.

◆ wxSCI_FS_STRINGEOL

#define wxSCI_FS_STRINGEOL   17

Definition at line 1817 of file wxscintilla.h.

◆ wxSCI_FS_STRINGEOL_C

#define wxSCI_FS_STRINGEOL_C   31

Definition at line 1831 of file wxscintilla.h.

◆ wxSCI_FS_WORDOPERATOR

#define wxSCI_FS_WORDOPERATOR   19

Definition at line 1819 of file wxscintilla.h.

◆ wxSCI_GAP_CHAR

#define wxSCI_GAP_CHAR   7

Definition at line 1914 of file wxscintilla.h.

◆ wxSCI_GAP_COMMENT

#define wxSCI_GAP_COMMENT   9

Definition at line 1916 of file wxscintilla.h.

◆ wxSCI_GAP_DEFAULT

#define wxSCI_GAP_DEFAULT   0

Lexical states for SCLEX_GAP.

Definition at line 1907 of file wxscintilla.h.

◆ wxSCI_GAP_IDENTIFIER

#define wxSCI_GAP_IDENTIFIER   1

Definition at line 1908 of file wxscintilla.h.

◆ wxSCI_GAP_KEYWORD

#define wxSCI_GAP_KEYWORD   2

Definition at line 1909 of file wxscintilla.h.

◆ wxSCI_GAP_KEYWORD2

#define wxSCI_GAP_KEYWORD2   3

Definition at line 1910 of file wxscintilla.h.

◆ wxSCI_GAP_KEYWORD3

#define wxSCI_GAP_KEYWORD3   4

Definition at line 1911 of file wxscintilla.h.

◆ wxSCI_GAP_KEYWORD4

#define wxSCI_GAP_KEYWORD4   5

Definition at line 1912 of file wxscintilla.h.

◆ wxSCI_GAP_NUMBER

#define wxSCI_GAP_NUMBER   10

Definition at line 1917 of file wxscintilla.h.

◆ wxSCI_GAP_OPERATOR

#define wxSCI_GAP_OPERATOR   8

Definition at line 1915 of file wxscintilla.h.

◆ wxSCI_GAP_STRING

#define wxSCI_GAP_STRING   6

Definition at line 1913 of file wxscintilla.h.

◆ wxSCI_GAP_STRINGEOL

#define wxSCI_GAP_STRINGEOL   11

Definition at line 1918 of file wxscintilla.h.

◆ wxSCI_GC_ATTRIBUTE

#define wxSCI_GC_ATTRIBUTE   5

Definition at line 1554 of file wxscintilla.h.

◆ wxSCI_GC_COMMAND

#define wxSCI_GC_COMMAND   7

Definition at line 1556 of file wxscintilla.h.

◆ wxSCI_GC_COMMENTBLOCK

#define wxSCI_GC_COMMENTBLOCK   2

Definition at line 1551 of file wxscintilla.h.

◆ wxSCI_GC_COMMENTLINE

#define wxSCI_GC_COMMENTLINE   1

Definition at line 1550 of file wxscintilla.h.

◆ wxSCI_GC_CONTROL

#define wxSCI_GC_CONTROL   6

Definition at line 1555 of file wxscintilla.h.

◆ wxSCI_GC_DEFAULT

#define wxSCI_GC_DEFAULT   0

Lexical states for SCLEX_GUI4CLI.

Definition at line 1549 of file wxscintilla.h.

◆ wxSCI_GC_EVENT

#define wxSCI_GC_EVENT   4

Definition at line 1553 of file wxscintilla.h.

◆ wxSCI_GC_GLOBAL

#define wxSCI_GC_GLOBAL   3

Definition at line 1552 of file wxscintilla.h.

◆ wxSCI_GC_OPERATOR

#define wxSCI_GC_OPERATOR   9

Definition at line 1558 of file wxscintilla.h.

◆ wxSCI_GC_STRING

#define wxSCI_GC_STRING   8

Definition at line 1557 of file wxscintilla.h.

◆ wxSCI_H_ASP

#define wxSCI_H_ASP   15

Definition at line 733 of file wxscintilla.h.

◆ wxSCI_H_ASPAT

#define wxSCI_H_ASPAT   16

Definition at line 734 of file wxscintilla.h.

◆ wxSCI_H_ATTRIBUTE

#define wxSCI_H_ATTRIBUTE   3

Definition at line 719 of file wxscintilla.h.

◆ wxSCI_H_ATTRIBUTEUNKNOWN

#define wxSCI_H_ATTRIBUTEUNKNOWN   4

Definition at line 720 of file wxscintilla.h.

◆ wxSCI_H_CDATA

#define wxSCI_H_CDATA   17

Definition at line 735 of file wxscintilla.h.

◆ wxSCI_H_COMMENT

#define wxSCI_H_COMMENT   9

Definition at line 725 of file wxscintilla.h.

◆ wxSCI_H_DEFAULT

#define wxSCI_H_DEFAULT   0

Lexical states for SCLEX_HTML, SCLEX_XML.

Definition at line 716 of file wxscintilla.h.

◆ wxSCI_H_DOUBLESTRING

#define wxSCI_H_DOUBLESTRING   6

Definition at line 722 of file wxscintilla.h.

◆ wxSCI_H_ENTITY

#define wxSCI_H_ENTITY   10

Definition at line 726 of file wxscintilla.h.

◆ wxSCI_H_NUMBER

#define wxSCI_H_NUMBER   5

Definition at line 721 of file wxscintilla.h.

◆ wxSCI_H_OTHER

#define wxSCI_H_OTHER   8

Definition at line 724 of file wxscintilla.h.

◆ wxSCI_H_QUESTION

#define wxSCI_H_QUESTION   18

Definition at line 736 of file wxscintilla.h.

◆ wxSCI_H_SCRIPT

#define wxSCI_H_SCRIPT   14

Definition at line 732 of file wxscintilla.h.

◆ wxSCI_H_SGML_1ST_PARAM

#define wxSCI_H_SGML_1ST_PARAM   23

Definition at line 747 of file wxscintilla.h.

◆ wxSCI_H_SGML_1ST_PARAM_COMMENT

#define wxSCI_H_SGML_1ST_PARAM_COMMENT   30

Definition at line 754 of file wxscintilla.h.

◆ wxSCI_H_SGML_BLOCK_DEFAULT

#define wxSCI_H_SGML_BLOCK_DEFAULT   31

Definition at line 755 of file wxscintilla.h.

◆ wxSCI_H_SGML_COMMAND

#define wxSCI_H_SGML_COMMAND   22

Definition at line 746 of file wxscintilla.h.

◆ wxSCI_H_SGML_COMMENT

#define wxSCI_H_SGML_COMMENT   29

Definition at line 753 of file wxscintilla.h.

◆ wxSCI_H_SGML_DEFAULT

#define wxSCI_H_SGML_DEFAULT   21

SGML.

Definition at line 745 of file wxscintilla.h.

◆ wxSCI_H_SGML_DOUBLESTRING

#define wxSCI_H_SGML_DOUBLESTRING   24

Definition at line 748 of file wxscintilla.h.

◆ wxSCI_H_SGML_ENTITY

#define wxSCI_H_SGML_ENTITY   28

Definition at line 752 of file wxscintilla.h.

◆ wxSCI_H_SGML_ERROR

#define wxSCI_H_SGML_ERROR   26

Definition at line 750 of file wxscintilla.h.

◆ wxSCI_H_SGML_SIMPLESTRING

#define wxSCI_H_SGML_SIMPLESTRING   25

Definition at line 749 of file wxscintilla.h.

◆ wxSCI_H_SGML_SPECIAL

#define wxSCI_H_SGML_SPECIAL   27

Definition at line 751 of file wxscintilla.h.

◆ wxSCI_H_SINGLESTRING

#define wxSCI_H_SINGLESTRING   7

Definition at line 723 of file wxscintilla.h.

◆ wxSCI_H_TAG

#define wxSCI_H_TAG   1

Definition at line 717 of file wxscintilla.h.

◆ wxSCI_H_TAGEND

#define wxSCI_H_TAGEND   11

XML and ASP.

Definition at line 729 of file wxscintilla.h.

◆ wxSCI_H_TAGUNKNOWN

#define wxSCI_H_TAGUNKNOWN   2

Definition at line 718 of file wxscintilla.h.

◆ wxSCI_H_VALUE

#define wxSCI_H_VALUE   19

More HTML.

Definition at line 739 of file wxscintilla.h.

◆ wxSCI_H_XCCOMMENT

#define wxSCI_H_XCCOMMENT   20

X-Code.

Definition at line 742 of file wxscintilla.h.

◆ wxSCI_H_XMLEND

#define wxSCI_H_XMLEND   13

Definition at line 731 of file wxscintilla.h.

◆ wxSCI_H_XMLSTART

#define wxSCI_H_XMLSTART   12

Definition at line 730 of file wxscintilla.h.

◆ wxSCI_HA_CAPITAL

#define wxSCI_HA_CAPITAL   8

Definition at line 1685 of file wxscintilla.h.

◆ wxSCI_HA_CHARACTER

#define wxSCI_HA_CHARACTER   5

Definition at line 1682 of file wxscintilla.h.

◆ wxSCI_HA_CLASS

#define wxSCI_HA_CLASS   6

Definition at line 1683 of file wxscintilla.h.

◆ wxSCI_HA_COMMENTBLOCK

#define wxSCI_HA_COMMENTBLOCK   14

Definition at line 1691 of file wxscintilla.h.

◆ wxSCI_HA_COMMENTBLOCK2

#define wxSCI_HA_COMMENTBLOCK2   15

Definition at line 1692 of file wxscintilla.h.

◆ wxSCI_HA_COMMENTBLOCK3

#define wxSCI_HA_COMMENTBLOCK3   16

Definition at line 1693 of file wxscintilla.h.

◆ wxSCI_HA_COMMENTLINE

#define wxSCI_HA_COMMENTLINE   13

Definition at line 1690 of file wxscintilla.h.

◆ wxSCI_HA_DATA

#define wxSCI_HA_DATA   9

Definition at line 1686 of file wxscintilla.h.

◆ wxSCI_HA_DEFAULT

#define wxSCI_HA_DEFAULT   0

Lexical states for SCLEX_HASKELL.

Definition at line 1677 of file wxscintilla.h.

◆ wxSCI_HA_IDENTIFIER

#define wxSCI_HA_IDENTIFIER   1

Definition at line 1678 of file wxscintilla.h.

◆ wxSCI_HA_IMPORT

#define wxSCI_HA_IMPORT   10

Definition at line 1687 of file wxscintilla.h.

◆ wxSCI_HA_INSTANCE

#define wxSCI_HA_INSTANCE   12

Definition at line 1689 of file wxscintilla.h.

◆ wxSCI_HA_KEYWORD

#define wxSCI_HA_KEYWORD   2

Definition at line 1679 of file wxscintilla.h.

◆ wxSCI_HA_LITERATE_CODEDELIM

#define wxSCI_HA_LITERATE_CODEDELIM   22

Definition at line 1699 of file wxscintilla.h.

◆ wxSCI_HA_LITERATE_COMMENT

#define wxSCI_HA_LITERATE_COMMENT   21

Definition at line 1698 of file wxscintilla.h.

◆ wxSCI_HA_MODULE

#define wxSCI_HA_MODULE   7

Definition at line 1684 of file wxscintilla.h.

◆ wxSCI_HA_NUMBER

#define wxSCI_HA_NUMBER   3

Definition at line 1680 of file wxscintilla.h.

◆ wxSCI_HA_OPERATOR

#define wxSCI_HA_OPERATOR   11

Definition at line 1688 of file wxscintilla.h.

◆ wxSCI_HA_PRAGMA

#define wxSCI_HA_PRAGMA   17

Definition at line 1694 of file wxscintilla.h.

◆ wxSCI_HA_PREPROCESSOR

#define wxSCI_HA_PREPROCESSOR   18

Definition at line 1695 of file wxscintilla.h.

◆ wxSCI_HA_RESERVED_OPERATOR

#define wxSCI_HA_RESERVED_OPERATOR   20

Definition at line 1697 of file wxscintilla.h.

◆ wxSCI_HA_STRING

#define wxSCI_HA_STRING   4

Definition at line 1681 of file wxscintilla.h.

◆ wxSCI_HA_STRINGEOL

#define wxSCI_HA_STRINGEOL   19

Definition at line 1696 of file wxscintilla.h.

◆ wxSCI_HB_COMMENTLINE

#define wxSCI_HB_COMMENTLINE   72

Definition at line 790 of file wxscintilla.h.

◆ wxSCI_HB_DEFAULT

#define wxSCI_HB_DEFAULT   71

Definition at line 789 of file wxscintilla.h.

◆ wxSCI_HB_IDENTIFIER

#define wxSCI_HB_IDENTIFIER   76

Definition at line 794 of file wxscintilla.h.

◆ wxSCI_HB_NUMBER

#define wxSCI_HB_NUMBER   73

Definition at line 791 of file wxscintilla.h.

◆ wxSCI_HB_START

#define wxSCI_HB_START   70

Embedded VBScript.

Definition at line 788 of file wxscintilla.h.

◆ wxSCI_HB_STRING

#define wxSCI_HB_STRING   75

Definition at line 793 of file wxscintilla.h.

◆ wxSCI_HB_STRINGEOL

#define wxSCI_HB_STRINGEOL   77

Definition at line 795 of file wxscintilla.h.

◆ wxSCI_HB_WORD

#define wxSCI_HB_WORD   74

Definition at line 792 of file wxscintilla.h.

◆ wxSCI_HBA_COMMENTLINE

#define wxSCI_HBA_COMMENTLINE   82

Definition at line 800 of file wxscintilla.h.

◆ wxSCI_HBA_DEFAULT

#define wxSCI_HBA_DEFAULT   81

Definition at line 799 of file wxscintilla.h.

◆ wxSCI_HBA_IDENTIFIER

#define wxSCI_HBA_IDENTIFIER   86

Definition at line 804 of file wxscintilla.h.

◆ wxSCI_HBA_NUMBER

#define wxSCI_HBA_NUMBER   83

Definition at line 801 of file wxscintilla.h.

◆ wxSCI_HBA_START

#define wxSCI_HBA_START   80

ASP VBScript.

Definition at line 798 of file wxscintilla.h.

◆ wxSCI_HBA_STRING

#define wxSCI_HBA_STRING   85

Definition at line 803 of file wxscintilla.h.

◆ wxSCI_HBA_STRINGEOL

#define wxSCI_HBA_STRINGEOL   87

Definition at line 805 of file wxscintilla.h.

◆ wxSCI_HBA_WORD

#define wxSCI_HBA_WORD   84

Definition at line 802 of file wxscintilla.h.

◆ wxSCI_HEX_ADDRESSFIELD_UNKNOWN

#define wxSCI_HEX_ADDRESSFIELD_UNKNOWN   10

Definition at line 2470 of file wxscintilla.h.

◆ wxSCI_HEX_BYTECOUNT

#define wxSCI_HEX_BYTECOUNT   4

Definition at line 2464 of file wxscintilla.h.

◆ wxSCI_HEX_BYTECOUNT_WRONG

#define wxSCI_HEX_BYTECOUNT_WRONG   5

Definition at line 2465 of file wxscintilla.h.

◆ wxSCI_HEX_CHECKSUM

#define wxSCI_HEX_CHECKSUM   16

Definition at line 2476 of file wxscintilla.h.

◆ wxSCI_HEX_CHECKSUM_WRONG

#define wxSCI_HEX_CHECKSUM_WRONG   17

Definition at line 2477 of file wxscintilla.h.

◆ wxSCI_HEX_DATA_EMPTY

#define wxSCI_HEX_DATA_EMPTY   15

Definition at line 2475 of file wxscintilla.h.

◆ wxSCI_HEX_DATA_EVEN

#define wxSCI_HEX_DATA_EVEN   13

Definition at line 2473 of file wxscintilla.h.

◆ wxSCI_HEX_DATA_ODD

#define wxSCI_HEX_DATA_ODD   12

Definition at line 2472 of file wxscintilla.h.

◆ wxSCI_HEX_DATA_UNKNOWN

#define wxSCI_HEX_DATA_UNKNOWN   14

Definition at line 2474 of file wxscintilla.h.

◆ wxSCI_HEX_DATAADDRESS

#define wxSCI_HEX_DATAADDRESS   7

Definition at line 2467 of file wxscintilla.h.

◆ wxSCI_HEX_DEFAULT

#define wxSCI_HEX_DEFAULT   0

Lexical state for SCLEX_SREC.

Definition at line 2460 of file wxscintilla.h.

◆ wxSCI_HEX_EXTENDEDADDRESS

#define wxSCI_HEX_EXTENDEDADDRESS   11

Definition at line 2471 of file wxscintilla.h.

◆ wxSCI_HEX_GARBAGE

#define wxSCI_HEX_GARBAGE   18

Definition at line 2478 of file wxscintilla.h.

◆ wxSCI_HEX_NOADDRESS

#define wxSCI_HEX_NOADDRESS   6

Definition at line 2466 of file wxscintilla.h.

◆ wxSCI_HEX_RECCOUNT

#define wxSCI_HEX_RECCOUNT   8

Definition at line 2468 of file wxscintilla.h.

◆ wxSCI_HEX_RECSTART

#define wxSCI_HEX_RECSTART   1

Definition at line 2461 of file wxscintilla.h.

◆ wxSCI_HEX_RECTYPE

#define wxSCI_HEX_RECTYPE   2

Definition at line 2462 of file wxscintilla.h.

◆ wxSCI_HEX_RECTYPE_UNKNOWN

#define wxSCI_HEX_RECTYPE_UNKNOWN   3

Definition at line 2463 of file wxscintilla.h.

◆ wxSCI_HEX_STARTADDRESS

#define wxSCI_HEX_STARTADDRESS   9

Definition at line 2469 of file wxscintilla.h.

◆ wxSCI_HJ_COMMENT

#define wxSCI_HJ_COMMENT   42

Definition at line 760 of file wxscintilla.h.

◆ wxSCI_HJ_COMMENTDOC

#define wxSCI_HJ_COMMENTDOC   44

Definition at line 762 of file wxscintilla.h.

◆ wxSCI_HJ_COMMENTLINE

#define wxSCI_HJ_COMMENTLINE   43

Definition at line 761 of file wxscintilla.h.

◆ wxSCI_HJ_DEFAULT

#define wxSCI_HJ_DEFAULT   41

Definition at line 759 of file wxscintilla.h.

◆ wxSCI_HJ_DOUBLESTRING

#define wxSCI_HJ_DOUBLESTRING   48

Definition at line 766 of file wxscintilla.h.

◆ wxSCI_HJ_KEYWORD

#define wxSCI_HJ_KEYWORD   47

Definition at line 765 of file wxscintilla.h.

◆ wxSCI_HJ_NUMBER

#define wxSCI_HJ_NUMBER   45

Definition at line 763 of file wxscintilla.h.

◆ wxSCI_HJ_REGEX

#define wxSCI_HJ_REGEX   52

Definition at line 770 of file wxscintilla.h.

◆ wxSCI_HJ_SINGLESTRING

#define wxSCI_HJ_SINGLESTRING   49

Definition at line 767 of file wxscintilla.h.

◆ wxSCI_HJ_START

#define wxSCI_HJ_START   40

Embedded Javascript.

Definition at line 758 of file wxscintilla.h.

◆ wxSCI_HJ_STRINGEOL

#define wxSCI_HJ_STRINGEOL   51

Definition at line 769 of file wxscintilla.h.

◆ wxSCI_HJ_SYMBOLS

#define wxSCI_HJ_SYMBOLS   50

Definition at line 768 of file wxscintilla.h.

◆ wxSCI_HJ_WORD

#define wxSCI_HJ_WORD   46

Definition at line 764 of file wxscintilla.h.

◆ wxSCI_HJA_COMMENT

#define wxSCI_HJA_COMMENT   57

Definition at line 775 of file wxscintilla.h.

◆ wxSCI_HJA_COMMENTDOC

#define wxSCI_HJA_COMMENTDOC   59

Definition at line 777 of file wxscintilla.h.

◆ wxSCI_HJA_COMMENTLINE

#define wxSCI_HJA_COMMENTLINE   58

Definition at line 776 of file wxscintilla.h.

◆ wxSCI_HJA_DEFAULT

#define wxSCI_HJA_DEFAULT   56

Definition at line 774 of file wxscintilla.h.

◆ wxSCI_HJA_DOUBLESTRING

#define wxSCI_HJA_DOUBLESTRING   63

Definition at line 781 of file wxscintilla.h.

◆ wxSCI_HJA_KEYWORD

#define wxSCI_HJA_KEYWORD   62

Definition at line 780 of file wxscintilla.h.

◆ wxSCI_HJA_NUMBER

#define wxSCI_HJA_NUMBER   60

Definition at line 778 of file wxscintilla.h.

◆ wxSCI_HJA_REGEX

#define wxSCI_HJA_REGEX   67

Definition at line 785 of file wxscintilla.h.

◆ wxSCI_HJA_SINGLESTRING

#define wxSCI_HJA_SINGLESTRING   64

Definition at line 782 of file wxscintilla.h.

◆ wxSCI_HJA_START

#define wxSCI_HJA_START   55

ASP Javascript.

Definition at line 773 of file wxscintilla.h.

◆ wxSCI_HJA_STRINGEOL

#define wxSCI_HJA_STRINGEOL   66

Definition at line 784 of file wxscintilla.h.

◆ wxSCI_HJA_SYMBOLS

#define wxSCI_HJA_SYMBOLS   65

Definition at line 783 of file wxscintilla.h.

◆ wxSCI_HJA_WORD

#define wxSCI_HJA_WORD   61

Definition at line 779 of file wxscintilla.h.

◆ wxSCI_HP_CHARACTER

#define wxSCI_HP_CHARACTER   95

Definition at line 813 of file wxscintilla.h.

◆ wxSCI_HP_CLASSNAME

#define wxSCI_HP_CLASSNAME   99

Definition at line 817 of file wxscintilla.h.

◆ wxSCI_HP_COMMENTLINE

#define wxSCI_HP_COMMENTLINE   92

Definition at line 810 of file wxscintilla.h.

◆ wxSCI_HP_DEFAULT

#define wxSCI_HP_DEFAULT   91

Definition at line 809 of file wxscintilla.h.

◆ wxSCI_HP_DEFNAME

#define wxSCI_HP_DEFNAME   100

Definition at line 818 of file wxscintilla.h.

◆ wxSCI_HP_IDENTIFIER

#define wxSCI_HP_IDENTIFIER   102

Definition at line 820 of file wxscintilla.h.

◆ wxSCI_HP_NUMBER

#define wxSCI_HP_NUMBER   93

Definition at line 811 of file wxscintilla.h.

◆ wxSCI_HP_OPERATOR

#define wxSCI_HP_OPERATOR   101

Definition at line 819 of file wxscintilla.h.

◆ wxSCI_HP_START

#define wxSCI_HP_START   90

Embedded Python.

Definition at line 808 of file wxscintilla.h.

◆ wxSCI_HP_STRING

#define wxSCI_HP_STRING   94

Definition at line 812 of file wxscintilla.h.

◆ wxSCI_HP_TRIPLE

#define wxSCI_HP_TRIPLE   97

Definition at line 815 of file wxscintilla.h.

◆ wxSCI_HP_TRIPLEDOUBLE

#define wxSCI_HP_TRIPLEDOUBLE   98

Definition at line 816 of file wxscintilla.h.

◆ wxSCI_HP_WORD

#define wxSCI_HP_WORD   96

Definition at line 814 of file wxscintilla.h.

◆ wxSCI_HPA_CHARACTER

#define wxSCI_HPA_CHARACTER   110

Definition at line 831 of file wxscintilla.h.

◆ wxSCI_HPA_CLASSNAME

#define wxSCI_HPA_CLASSNAME   114

Definition at line 835 of file wxscintilla.h.

◆ wxSCI_HPA_COMMENTLINE

#define wxSCI_HPA_COMMENTLINE   107

Definition at line 828 of file wxscintilla.h.

◆ wxSCI_HPA_DEFAULT

#define wxSCI_HPA_DEFAULT   106

Definition at line 827 of file wxscintilla.h.

◆ wxSCI_HPA_DEFNAME

#define wxSCI_HPA_DEFNAME   115

Definition at line 836 of file wxscintilla.h.

◆ wxSCI_HPA_IDENTIFIER

#define wxSCI_HPA_IDENTIFIER   117

Definition at line 838 of file wxscintilla.h.

◆ wxSCI_HPA_NUMBER

#define wxSCI_HPA_NUMBER   108

Definition at line 829 of file wxscintilla.h.

◆ wxSCI_HPA_OPERATOR

#define wxSCI_HPA_OPERATOR   116

Definition at line 837 of file wxscintilla.h.

◆ wxSCI_HPA_START

#define wxSCI_HPA_START   105

ASP Python.

Definition at line 826 of file wxscintilla.h.

◆ wxSCI_HPA_STRING

#define wxSCI_HPA_STRING   109

Definition at line 830 of file wxscintilla.h.

◆ wxSCI_HPA_TRIPLE

#define wxSCI_HPA_TRIPLE   112

Definition at line 833 of file wxscintilla.h.

◆ wxSCI_HPA_TRIPLEDOUBLE

#define wxSCI_HPA_TRIPLEDOUBLE   113

Definition at line 834 of file wxscintilla.h.

◆ wxSCI_HPA_WORD

#define wxSCI_HPA_WORD   111

Definition at line 832 of file wxscintilla.h.

◆ wxSCI_HPHP_COMMENT

#define wxSCI_HPHP_COMMENT   124

Definition at line 847 of file wxscintilla.h.

◆ wxSCI_HPHP_COMMENTLINE

#define wxSCI_HPHP_COMMENTLINE   125

Definition at line 848 of file wxscintilla.h.

◆ wxSCI_HPHP_COMPLEX_VARIABLE

#define wxSCI_HPHP_COMPLEX_VARIABLE   104

PHP.

Definition at line 823 of file wxscintilla.h.

◆ wxSCI_HPHP_DEFAULT

#define wxSCI_HPHP_DEFAULT   118

PHP.

Definition at line 841 of file wxscintilla.h.

◆ wxSCI_HPHP_HSTRING

#define wxSCI_HPHP_HSTRING   119

Definition at line 842 of file wxscintilla.h.

◆ wxSCI_HPHP_HSTRING_VARIABLE

#define wxSCI_HPHP_HSTRING_VARIABLE   126

Definition at line 849 of file wxscintilla.h.

◆ wxSCI_HPHP_NUMBER

#define wxSCI_HPHP_NUMBER   122

Definition at line 845 of file wxscintilla.h.

◆ wxSCI_HPHP_OPERATOR

#define wxSCI_HPHP_OPERATOR   127

Definition at line 850 of file wxscintilla.h.

◆ wxSCI_HPHP_SIMPLESTRING

#define wxSCI_HPHP_SIMPLESTRING   120

Definition at line 843 of file wxscintilla.h.

◆ wxSCI_HPHP_VARIABLE

#define wxSCI_HPHP_VARIABLE   123

Definition at line 846 of file wxscintilla.h.

◆ wxSCI_HPHP_WORD

#define wxSCI_HPHP_WORD   121

Definition at line 844 of file wxscintilla.h.

◆ wxSCI_IDLESTYLING_AFTERVISIBLE

#define wxSCI_IDLESTYLING_AFTERVISIBLE   2

Definition at line 285 of file wxscintilla.h.

◆ wxSCI_IDLESTYLING_ALL

#define wxSCI_IDLESTYLING_ALL   3

Definition at line 286 of file wxscintilla.h.

◆ wxSCI_IDLESTYLING_NONE

#define wxSCI_IDLESTYLING_NONE   0

Definition at line 283 of file wxscintilla.h.

◆ wxSCI_IDLESTYLING_TOVISIBLE

#define wxSCI_IDLESTYLING_TOVISIBLE   1

Definition at line 284 of file wxscintilla.h.

◆ wxSCI_IME_INLINE

#define wxSCI_IME_INLINE   1

Definition at line 91 of file wxscintilla.h.

◆ wxSCI_IME_WINDOWED

#define wxSCI_IME_WINDOWED   0

Definition at line 90 of file wxscintilla.h.

◆ wxSCI_INDIC_BOX

#define wxSCI_INDIC_BOX   6

Definition at line 214 of file wxscintilla.h.

◆ wxSCI_INDIC_COMPOSITIONTHICK

#define wxSCI_INDIC_COMPOSITIONTHICK   14

Definition at line 222 of file wxscintilla.h.

◆ wxSCI_INDIC_COMPOSITIONTHIN

#define wxSCI_INDIC_COMPOSITIONTHIN   15

Definition at line 223 of file wxscintilla.h.

◆ wxSCI_INDIC_CONTAINER

#define wxSCI_INDIC_CONTAINER   8

Definition at line 234 of file wxscintilla.h.

◆ wxSCI_INDIC_DASH

#define wxSCI_INDIC_DASH   9

Definition at line 217 of file wxscintilla.h.

◆ wxSCI_INDIC_DIAGONAL

#define wxSCI_INDIC_DIAGONAL   3

Definition at line 211 of file wxscintilla.h.

◆ wxSCI_INDIC_DOTBOX

#define wxSCI_INDIC_DOTBOX   12

Definition at line 220 of file wxscintilla.h.

◆ wxSCI_INDIC_DOTS

#define wxSCI_INDIC_DOTS   10

Definition at line 218 of file wxscintilla.h.

◆ wxSCI_INDIC_FULLBOX

#define wxSCI_INDIC_FULLBOX   16

Definition at line 224 of file wxscintilla.h.

◆ wxSCI_INDIC_HIDDEN

#define wxSCI_INDIC_HIDDEN   5

Definition at line 213 of file wxscintilla.h.

◆ wxSCI_INDIC_HIGHLIGHT

#define wxSCI_INDIC_HIGHLIGHT   31

Definition at line 229 of file wxscintilla.h.

◆ wxSCI_INDIC_IME

#define wxSCI_INDIC_IME   32

Definition at line 231 of file wxscintilla.h.

◆ wxSCI_INDIC_IME_MAX

#define wxSCI_INDIC_IME_MAX   35

Definition at line 232 of file wxscintilla.h.

◆ wxSCI_INDIC_MAX

#define wxSCI_INDIC_MAX   35

Definition at line 233 of file wxscintilla.h.

Referenced by cbEditor::Split().

◆ wxSCI_INDIC_PLAIN

#define wxSCI_INDIC_PLAIN   0

Indicator style enumeration and some constants.

Definition at line 208 of file wxscintilla.h.

◆ wxSCI_INDIC_POINT

#define wxSCI_INDIC_POINT   18

Definition at line 226 of file wxscintilla.h.

◆ wxSCI_INDIC_POINTCHARACTER

#define wxSCI_INDIC_POINTCHARACTER   19

Definition at line 227 of file wxscintilla.h.

◆ wxSCI_INDIC_ROUNDBOX

#define wxSCI_INDIC_ROUNDBOX   7

Definition at line 215 of file wxscintilla.h.

Referenced by cbStyledTextCtrl::HighlightRightBrace().

◆ wxSCI_INDIC_SQUIGGLE

#define wxSCI_INDIC_SQUIGGLE   1

Definition at line 209 of file wxscintilla.h.

◆ wxSCI_INDIC_SQUIGGLELOW

#define wxSCI_INDIC_SQUIGGLELOW   11

Definition at line 219 of file wxscintilla.h.

◆ wxSCI_INDIC_SQUIGGLEPIXMAP

#define wxSCI_INDIC_SQUIGGLEPIXMAP   13

Definition at line 221 of file wxscintilla.h.

◆ wxSCI_INDIC_STRAIGHTBOX

#define wxSCI_INDIC_STRAIGHTBOX   8

Definition at line 216 of file wxscintilla.h.

◆ wxSCI_INDIC_STRIKE

#define wxSCI_INDIC_STRIKE   4

Definition at line 212 of file wxscintilla.h.

◆ wxSCI_INDIC_TEXTFORE

#define wxSCI_INDIC_TEXTFORE   17

Definition at line 225 of file wxscintilla.h.

◆ wxSCI_INDIC_TT

#define wxSCI_INDIC_TT   2

Definition at line 210 of file wxscintilla.h.

◆ wxSCI_INDICFLAG_VALUEFORE

#define wxSCI_INDICFLAG_VALUEFORE   1

Definition at line 237 of file wxscintilla.h.

◆ wxSCI_INDICVALUEBIT

#define wxSCI_INDICVALUEBIT   0x1000000

Definition at line 235 of file wxscintilla.h.

◆ wxSCI_INDICVALUEMASK

#define wxSCI_INDICVALUEMASK   0xFFFFFF

Definition at line 236 of file wxscintilla.h.

◆ wxSCI_INNO_COMMENT

#define wxSCI_INNO_COMMENT   1

Definition at line 1853 of file wxscintilla.h.

◆ wxSCI_INNO_COMMENT_PASCAL

#define wxSCI_INNO_COMMENT_PASCAL   7

Definition at line 1859 of file wxscintilla.h.

◆ wxSCI_INNO_DEFAULT

#define wxSCI_INNO_DEFAULT   0

Lexical states for SCLEX_INNOSETUP.

Definition at line 1852 of file wxscintilla.h.

◆ wxSCI_INNO_IDENTIFIER

#define wxSCI_INNO_IDENTIFIER   12

Definition at line 1864 of file wxscintilla.h.

◆ wxSCI_INNO_INLINE_EXPANSION

#define wxSCI_INNO_INLINE_EXPANSION   6

Definition at line 1858 of file wxscintilla.h.

◆ wxSCI_INNO_KEYWORD

#define wxSCI_INNO_KEYWORD   2

Definition at line 1854 of file wxscintilla.h.

◆ wxSCI_INNO_KEYWORD_PASCAL

#define wxSCI_INNO_KEYWORD_PASCAL   8

Definition at line 1860 of file wxscintilla.h.

◆ wxSCI_INNO_KEYWORD_USER

#define wxSCI_INNO_KEYWORD_USER   9

Definition at line 1861 of file wxscintilla.h.

◆ wxSCI_INNO_PARAMETER

#define wxSCI_INNO_PARAMETER   3

Definition at line 1855 of file wxscintilla.h.

◆ wxSCI_INNO_PREPROC

#define wxSCI_INNO_PREPROC   5

Definition at line 1857 of file wxscintilla.h.

◆ wxSCI_INNO_SECTION

#define wxSCI_INNO_SECTION   4

Definition at line 1856 of file wxscintilla.h.

◆ wxSCI_INNO_STRING_DOUBLE

#define wxSCI_INNO_STRING_DOUBLE   10

Definition at line 1862 of file wxscintilla.h.

◆ wxSCI_INNO_STRING_SINGLE

#define wxSCI_INNO_STRING_SINGLE   11

Definition at line 1863 of file wxscintilla.h.

◆ wxSCI_INVALID_POSITION

#define wxSCI_INVALID_POSITION   -1

◆ wxSCI_IV_LOOKBOTH

#define wxSCI_IV_LOOKBOTH   3

◆ wxSCI_IV_LOOKFORWARD

#define wxSCI_IV_LOOKFORWARD   2

Definition at line 240 of file wxscintilla.h.

◆ wxSCI_IV_NONE

#define wxSCI_IV_NONE   0

◆ wxSCI_IV_REAL

#define wxSCI_IV_REAL   1

Definition at line 239 of file wxscintilla.h.

◆ wxSCI_JSON_BLOCKCOMMENT

#define wxSCI_JSON_BLOCKCOMMENT   7

Definition at line 2490 of file wxscintilla.h.

◆ wxSCI_JSON_COMPACTIRI

#define wxSCI_JSON_COMPACTIRI   10

Definition at line 2493 of file wxscintilla.h.

◆ wxSCI_JSON_DEFAULT

#define wxSCI_JSON_DEFAULT   0

Lexical state for SCLEX_IHEX (shared with Srec) Lexical state for SCLEX_TEHEX (shared with Srec) Lexical states for SCLEX_JSON.

Definition at line 2483 of file wxscintilla.h.

◆ wxSCI_JSON_ERROR

#define wxSCI_JSON_ERROR   13

Definition at line 2496 of file wxscintilla.h.

◆ wxSCI_JSON_ESCAPESEQUENCE

#define wxSCI_JSON_ESCAPESEQUENCE   5

Definition at line 2488 of file wxscintilla.h.

◆ wxSCI_JSON_KEYWORD

#define wxSCI_JSON_KEYWORD   11

Definition at line 2494 of file wxscintilla.h.

◆ wxSCI_JSON_LDKEYWORD

#define wxSCI_JSON_LDKEYWORD   12

Definition at line 2495 of file wxscintilla.h.

◆ wxSCI_JSON_LINECOMMENT

#define wxSCI_JSON_LINECOMMENT   6

Definition at line 2489 of file wxscintilla.h.

◆ wxSCI_JSON_NUMBER

#define wxSCI_JSON_NUMBER   1

Definition at line 2484 of file wxscintilla.h.

◆ wxSCI_JSON_OPERATOR

#define wxSCI_JSON_OPERATOR   8

Definition at line 2491 of file wxscintilla.h.

◆ wxSCI_JSON_PROPERTYNAME

#define wxSCI_JSON_PROPERTYNAME   4

Definition at line 2487 of file wxscintilla.h.

◆ wxSCI_JSON_STRING

#define wxSCI_JSON_STRING   2

Definition at line 2485 of file wxscintilla.h.

◆ wxSCI_JSON_STRINGEOL

#define wxSCI_JSON_STRINGEOL   3

Definition at line 2486 of file wxscintilla.h.

◆ wxSCI_JSON_URI

#define wxSCI_JSON_URI   9

Definition at line 2492 of file wxscintilla.h.

◆ wxSCI_KEY_ADD

#define wxSCI_KEY_ADD   310

Definition at line 458 of file wxscintilla.h.

◆ wxSCI_KEY_BACK

#define wxSCI_KEY_BACK   8

Definition at line 455 of file wxscintilla.h.

◆ wxSCI_KEY_DELETE

#define wxSCI_KEY_DELETE   308

Definition at line 452 of file wxscintilla.h.

◆ wxSCI_KEY_DIVIDE

#define wxSCI_KEY_DIVIDE   312

Definition at line 460 of file wxscintilla.h.

◆ wxSCI_KEY_DOWN

#define wxSCI_KEY_DOWN   300

Symbolic key codes and modifier flags.

ASCII and other printable characters below 256. Extended keys above 300.

Definition at line 444 of file wxscintilla.h.

◆ wxSCI_KEY_END

#define wxSCI_KEY_END   305

Definition at line 449 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEY_ESCAPE

#define wxSCI_KEY_ESCAPE   7

Definition at line 454 of file wxscintilla.h.

◆ wxSCI_KEY_HOME

#define wxSCI_KEY_HOME   304

Definition at line 448 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEY_INSERT

#define wxSCI_KEY_INSERT   309

Definition at line 453 of file wxscintilla.h.

◆ wxSCI_KEY_LEFT

#define wxSCI_KEY_LEFT   302

Definition at line 446 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEY_MENU

#define wxSCI_KEY_MENU   315

Definition at line 463 of file wxscintilla.h.

◆ wxSCI_KEY_NEXT

#define wxSCI_KEY_NEXT   307

Definition at line 451 of file wxscintilla.h.

◆ wxSCI_KEY_PRIOR

#define wxSCI_KEY_PRIOR   306

Definition at line 450 of file wxscintilla.h.

◆ wxSCI_KEY_RETURN

#define wxSCI_KEY_RETURN   13

Definition at line 457 of file wxscintilla.h.

◆ wxSCI_KEY_RIGHT

#define wxSCI_KEY_RIGHT   303

Definition at line 447 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEY_RWIN

#define wxSCI_KEY_RWIN   314

Definition at line 462 of file wxscintilla.h.

◆ wxSCI_KEY_SUBTRACT

#define wxSCI_KEY_SUBTRACT   311

Definition at line 459 of file wxscintilla.h.

◆ wxSCI_KEY_TAB

#define wxSCI_KEY_TAB   9

Definition at line 456 of file wxscintilla.h.

◆ wxSCI_KEY_UP

#define wxSCI_KEY_UP   301

Definition at line 445 of file wxscintilla.h.

◆ wxSCI_KEY_WIN

#define wxSCI_KEY_WIN   313

Definition at line 461 of file wxscintilla.h.

◆ wxSCI_KEYMOD_ALT

#define wxSCI_KEYMOD_ALT   4

Definition at line 467 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEYMOD_CTRL

#define wxSCI_KEYMOD_CTRL   2

Definition at line 466 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEYMOD_META

#define wxSCI_KEYMOD_META   16

Definition at line 469 of file wxscintilla.h.

◆ wxSCI_KEYMOD_NORM

#define wxSCI_KEYMOD_NORM   0

Definition at line 464 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEYMOD_SHIFT

#define wxSCI_KEYMOD_SHIFT   1

Definition at line 465 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_KEYMOD_SUPER

#define wxSCI_KEYMOD_SUPER   8

Definition at line 468 of file wxscintilla.h.

◆ wxSCI_KEYWORDSET_MAX

#define wxSCI_KEYWORDSET_MAX   8

◆ wxSCI_KIX_COMMENT

#define wxSCI_KIX_COMMENT   1

Definition at line 1536 of file wxscintilla.h.

◆ wxSCI_KIX_COMMENTSTREAM

#define wxSCI_KIX_COMMENTSTREAM   10

Definition at line 1545 of file wxscintilla.h.

◆ wxSCI_KIX_DEFAULT

#define wxSCI_KIX_DEFAULT   0

Lexical states for SCLEX_KIX.

Definition at line 1535 of file wxscintilla.h.

◆ wxSCI_KIX_FUNCTIONS

#define wxSCI_KIX_FUNCTIONS   8

Definition at line 1543 of file wxscintilla.h.

◆ wxSCI_KIX_IDENTIFIER

#define wxSCI_KIX_IDENTIFIER   31

Definition at line 1546 of file wxscintilla.h.

◆ wxSCI_KIX_KEYWORD

#define wxSCI_KIX_KEYWORD   7

Definition at line 1542 of file wxscintilla.h.

◆ wxSCI_KIX_MACRO

#define wxSCI_KIX_MACRO   6

Definition at line 1541 of file wxscintilla.h.

◆ wxSCI_KIX_NUMBER

#define wxSCI_KIX_NUMBER   4

Definition at line 1539 of file wxscintilla.h.

◆ wxSCI_KIX_OPERATOR

#define wxSCI_KIX_OPERATOR   9

Definition at line 1544 of file wxscintilla.h.

◆ wxSCI_KIX_STRING1

#define wxSCI_KIX_STRING1   2

Definition at line 1537 of file wxscintilla.h.

◆ wxSCI_KIX_STRING2

#define wxSCI_KIX_STRING2   3

Definition at line 1538 of file wxscintilla.h.

◆ wxSCI_KIX_VAR

#define wxSCI_KIX_VAR   5

Definition at line 1540 of file wxscintilla.h.

◆ wxSCI_KVIRC_COMMENT

#define wxSCI_KVIRC_COMMENT   1

Definition at line 2371 of file wxscintilla.h.

◆ wxSCI_KVIRC_COMMENTBLOCK

#define wxSCI_KVIRC_COMMENTBLOCK   2

Definition at line 2372 of file wxscintilla.h.

◆ wxSCI_KVIRC_DEFAULT

#define wxSCI_KVIRC_DEFAULT   0

Lexical states for SCLEX_KVIRC.

Definition at line 2370 of file wxscintilla.h.

◆ wxSCI_KVIRC_FUNCTION

#define wxSCI_KVIRC_FUNCTION   7

Definition at line 2377 of file wxscintilla.h.

◆ wxSCI_KVIRC_FUNCTION_KEYWORD

#define wxSCI_KVIRC_FUNCTION_KEYWORD   6

Definition at line 2376 of file wxscintilla.h.

◆ wxSCI_KVIRC_KEYWORD

#define wxSCI_KVIRC_KEYWORD   5

Definition at line 2375 of file wxscintilla.h.

◆ wxSCI_KVIRC_NUMBER

#define wxSCI_KVIRC_NUMBER   9

Definition at line 2379 of file wxscintilla.h.

◆ wxSCI_KVIRC_OPERATOR

#define wxSCI_KVIRC_OPERATOR   10

Definition at line 2380 of file wxscintilla.h.

◆ wxSCI_KVIRC_STRING

#define wxSCI_KVIRC_STRING   3

Definition at line 2373 of file wxscintilla.h.

◆ wxSCI_KVIRC_STRING_FUNCTION

#define wxSCI_KVIRC_STRING_FUNCTION   11

Definition at line 2381 of file wxscintilla.h.

◆ wxSCI_KVIRC_STRING_VARIABLE

#define wxSCI_KVIRC_STRING_VARIABLE   12

Definition at line 2382 of file wxscintilla.h.

◆ wxSCI_KVIRC_VARIABLE

#define wxSCI_KVIRC_VARIABLE   8

Definition at line 2378 of file wxscintilla.h.

◆ wxSCI_KVIRC_WORD

#define wxSCI_KVIRC_WORD   4

Definition at line 2374 of file wxscintilla.h.

◆ wxSCI_L_CMDOPT

#define wxSCI_L_CMDOPT   11

Definition at line 980 of file wxscintilla.h.

◆ wxSCI_L_COMMAND

#define wxSCI_L_COMMAND   1

Definition at line 970 of file wxscintilla.h.

◆ wxSCI_L_COMMENT

#define wxSCI_L_COMMENT   4

Definition at line 973 of file wxscintilla.h.

◆ wxSCI_L_COMMENT2

#define wxSCI_L_COMMENT2   7

Definition at line 976 of file wxscintilla.h.

◆ wxSCI_L_DEFAULT

#define wxSCI_L_DEFAULT   0

Lexical states for SCLEX_LATEX.

Definition at line 969 of file wxscintilla.h.

◆ wxSCI_L_ERROR

#define wxSCI_L_ERROR   12

Definition at line 981 of file wxscintilla.h.

◆ wxSCI_L_MATH

#define wxSCI_L_MATH   3

Definition at line 972 of file wxscintilla.h.

◆ wxSCI_L_MATH2

#define wxSCI_L_MATH2   6

Definition at line 975 of file wxscintilla.h.

◆ wxSCI_L_SHORTCMD

#define wxSCI_L_SHORTCMD   9

Definition at line 978 of file wxscintilla.h.

◆ wxSCI_L_SPECIAL

#define wxSCI_L_SPECIAL   10

Definition at line 979 of file wxscintilla.h.

◆ wxSCI_L_TAG

#define wxSCI_L_TAG   2

Definition at line 971 of file wxscintilla.h.

◆ wxSCI_L_TAG2

#define wxSCI_L_TAG2   5

Definition at line 974 of file wxscintilla.h.

◆ wxSCI_L_VERBATIM

#define wxSCI_L_VERBATIM   8

Definition at line 977 of file wxscintilla.h.

◆ wxSCI_LASTSTEPINUNDOREDO

#define wxSCI_LASTSTEPINUNDOREDO   0x100

Definition at line 421 of file wxscintilla.h.

◆ wxSCI_LEX_A68K

#define wxSCI_LEX_A68K   100

Definition at line 575 of file wxscintilla.h.

◆ wxSCI_LEX_ABAQUS

#define wxSCI_LEX_ABAQUS   84

Definition at line 559 of file wxscintilla.h.

◆ wxSCI_LEX_ADA

#define wxSCI_LEX_ADA   20

Definition at line 497 of file wxscintilla.h.

◆ wxSCI_LEX_APDL

#define wxSCI_LEX_APDL   61

Definition at line 536 of file wxscintilla.h.

◆ wxSCI_LEX_AS

#define wxSCI_LEX_AS   113

Definition at line 588 of file wxscintilla.h.

◆ wxSCI_LEX_ASM

#define wxSCI_LEX_ASM   34

Definition at line 509 of file wxscintilla.h.

Referenced by DisassemblyDlg::DisassemblyDlg().

◆ wxSCI_LEX_ASN1

#define wxSCI_LEX_ASN1   63

Definition at line 538 of file wxscintilla.h.

◆ wxSCI_LEX_ASYMPTOTE

#define wxSCI_LEX_ASYMPTOTE   85

Definition at line 560 of file wxscintilla.h.

◆ wxSCI_LEX_AU3

#define wxSCI_LEX_AU3   60

Definition at line 535 of file wxscintilla.h.

◆ wxSCI_LEX_AUTOMATIC

#define wxSCI_LEX_AUTOMATIC   1000

When a lexer specifies its language as SCLEX_AUTOMATIC it receives a value assigned in sequence from SCLEX_AUTOMATIC+1.

Definition at line 604 of file wxscintilla.h.

◆ wxSCI_LEX_AVE

#define wxSCI_LEX_AVE   19

Definition at line 496 of file wxscintilla.h.

◆ wxSCI_LEX_AVS

#define wxSCI_LEX_AVS   104

Definition at line 579 of file wxscintilla.h.

◆ wxSCI_LEX_BAAN

#define wxSCI_LEX_BAAN   31

Definition at line 506 of file wxscintilla.h.

◆ wxSCI_LEX_BASH

#define wxSCI_LEX_BASH   62

Definition at line 537 of file wxscintilla.h.

◆ wxSCI_LEX_BATCH

#define wxSCI_LEX_BATCH   12

Definition at line 489 of file wxscintilla.h.

◆ wxSCI_LEX_BIBTEX

#define wxSCI_LEX_BIBTEX   116

Definition at line 591 of file wxscintilla.h.

◆ wxSCI_LEX_BLITZBASIC

#define wxSCI_LEX_BLITZBASIC   66

Definition at line 541 of file wxscintilla.h.

◆ wxSCI_LEX_BULLANT

#define wxSCI_LEX_BULLANT   27

Definition at line 504 of file wxscintilla.h.

◆ wxSCI_LEX_CAML

#define wxSCI_LEX_CAML   65

Definition at line 540 of file wxscintilla.h.

◆ wxSCI_LEX_CLW

#define wxSCI_LEX_CLW   45

Definition at line 520 of file wxscintilla.h.

◆ wxSCI_LEX_CLWNOCASE

#define wxSCI_LEX_CLWNOCASE   46

Definition at line 521 of file wxscintilla.h.

◆ wxSCI_LEX_CMAKE

#define wxSCI_LEX_CMAKE   80

Definition at line 555 of file wxscintilla.h.

◆ wxSCI_LEX_COBOL

#define wxSCI_LEX_COBOL   92

Definition at line 567 of file wxscintilla.h.

◆ wxSCI_LEX_COFFEESCRIPT

#define wxSCI_LEX_COFFEESCRIPT   102

Definition at line 577 of file wxscintilla.h.

◆ wxSCI_LEX_CONF

#define wxSCI_LEX_CONF   17

Definition at line 494 of file wxscintilla.h.

◆ wxSCI_LEX_CONTAINER

#define wxSCI_LEX_CONTAINER   0

For SciLexer.h.

Definition at line 477 of file wxscintilla.h.

◆ wxSCI_LEX_CPP

#define wxSCI_LEX_CPP   3

◆ wxSCI_LEX_CPPNOCASE

#define wxSCI_LEX_CPPNOCASE   35

Definition at line 510 of file wxscintilla.h.

◆ wxSCI_LEX_CSOUND

#define wxSCI_LEX_CSOUND   74

Definition at line 549 of file wxscintilla.h.

◆ wxSCI_LEX_CSS

#define wxSCI_LEX_CSS   38

Definition at line 513 of file wxscintilla.h.

◆ wxSCI_LEX_D

#define wxSCI_LEX_D   79

Definition at line 554 of file wxscintilla.h.

◆ wxSCI_LEX_DIFF

#define wxSCI_LEX_DIFF   16

Definition at line 493 of file wxscintilla.h.

Referenced by cbEditorInternalData::StripTrailingSpaces().

◆ wxSCI_LEX_DMAP

#define wxSCI_LEX_DMAP   112

Definition at line 587 of file wxscintilla.h.

◆ wxSCI_LEX_DMIS

#define wxSCI_LEX_DMIS   114

Definition at line 589 of file wxscintilla.h.

◆ wxSCI_LEX_ECL

#define wxSCI_LEX_ECL   105

Definition at line 580 of file wxscintilla.h.

◆ wxSCI_LEX_EDIFACT

#define wxSCI_LEX_EDIFACT   121

Definition at line 596 of file wxscintilla.h.

◆ wxSCI_LEX_EIFFEL

#define wxSCI_LEX_EIFFEL   23

Definition at line 500 of file wxscintilla.h.

◆ wxSCI_LEX_EIFFELKW

#define wxSCI_LEX_EIFFELKW   24

Definition at line 501 of file wxscintilla.h.

◆ wxSCI_LEX_ERLANG

#define wxSCI_LEX_ERLANG   53

Definition at line 528 of file wxscintilla.h.

◆ wxSCI_LEX_ERRORLIST

#define wxSCI_LEX_ERRORLIST   10

Definition at line 487 of file wxscintilla.h.

◆ wxSCI_LEX_ESCRIPT

#define wxSCI_LEX_ESCRIPT   41

Definition at line 516 of file wxscintilla.h.

◆ wxSCI_LEX_F77

#define wxSCI_LEX_F77   37

Definition at line 512 of file wxscintilla.h.

◆ wxSCI_LEX_FLAGSHIP

#define wxSCI_LEX_FLAGSHIP   73

Definition at line 548 of file wxscintilla.h.

◆ wxSCI_LEX_FORTH

#define wxSCI_LEX_FORTH   52

Definition at line 527 of file wxscintilla.h.

◆ wxSCI_LEX_FORTRAN

#define wxSCI_LEX_FORTRAN   36

Definition at line 511 of file wxscintilla.h.

◆ wxSCI_LEX_FREEBASIC

#define wxSCI_LEX_FREEBASIC   75

Definition at line 550 of file wxscintilla.h.

◆ wxSCI_LEX_GAP

#define wxSCI_LEX_GAP   81

Definition at line 556 of file wxscintilla.h.

◆ wxSCI_LEX_GUI4CLI

#define wxSCI_LEX_GUI4CLI   58

Definition at line 533 of file wxscintilla.h.

◆ wxSCI_LEX_HASKELL

#define wxSCI_LEX_HASKELL   68

Definition at line 543 of file wxscintilla.h.

◆ wxSCI_LEX_HTML

#define wxSCI_LEX_HTML   4

Definition at line 481 of file wxscintilla.h.

◆ wxSCI_LEX_IHEX

#define wxSCI_LEX_IHEX   118

Definition at line 593 of file wxscintilla.h.

◆ wxSCI_LEX_INDENT

#define wxSCI_LEX_INDENT   122

Definition at line 597 of file wxscintilla.h.

◆ wxSCI_LEX_INNOSETUP

#define wxSCI_LEX_INNOSETUP   76

Definition at line 551 of file wxscintilla.h.

◆ wxSCI_LEX_JSON

#define wxSCI_LEX_JSON   120

Definition at line 595 of file wxscintilla.h.

◆ wxSCI_LEX_KIX

#define wxSCI_LEX_KIX   57

Definition at line 532 of file wxscintilla.h.

◆ wxSCI_LEX_KVIRC

#define wxSCI_LEX_KVIRC   110

Definition at line 585 of file wxscintilla.h.

◆ wxSCI_LEX_LAST

#define wxSCI_LEX_LAST   wxSCI_LEX_INDENT

Definition at line 599 of file wxscintilla.h.

Referenced by EditorColourSet::AddHighlightLanguage().

◆ wxSCI_LEX_LATEX

#define wxSCI_LEX_LATEX   14

Definition at line 491 of file wxscintilla.h.

◆ wxSCI_LEX_LISP

#define wxSCI_LEX_LISP   21

Definition at line 498 of file wxscintilla.h.

◆ wxSCI_LEX_LITERATEHASKELL

#define wxSCI_LEX_LITERATEHASKELL   108

Definition at line 583 of file wxscintilla.h.

◆ wxSCI_LEX_LOT

#define wxSCI_LEX_LOT   47

Definition at line 522 of file wxscintilla.h.

◆ wxSCI_LEX_LOUT

#define wxSCI_LEX_LOUT   40

Definition at line 515 of file wxscintilla.h.

◆ wxSCI_LEX_LUA

#define wxSCI_LEX_LUA   15

Definition at line 492 of file wxscintilla.h.

◆ wxSCI_LEX_MAGIK

#define wxSCI_LEX_MAGIK   87

Definition at line 562 of file wxscintilla.h.

◆ wxSCI_LEX_MAKEFILE

#define wxSCI_LEX_MAKEFILE   11

Definition at line 488 of file wxscintilla.h.

Referenced by OverrideUseTabsPerLanguage().

◆ wxSCI_LEX_MARKDOWN

#define wxSCI_LEX_MARKDOWN   98

Definition at line 573 of file wxscintilla.h.

◆ wxSCI_LEX_MATLAB

#define wxSCI_LEX_MATLAB   32

Definition at line 507 of file wxscintilla.h.

◆ wxSCI_LEX_METAPOST

#define wxSCI_LEX_METAPOST   50

Definition at line 525 of file wxscintilla.h.

◆ wxSCI_LEX_MMIXAL

#define wxSCI_LEX_MMIXAL   44

Definition at line 519 of file wxscintilla.h.

◆ wxSCI_LEX_MODULA

#define wxSCI_LEX_MODULA   101

Definition at line 576 of file wxscintilla.h.

◆ wxSCI_LEX_MSSQL

#define wxSCI_LEX_MSSQL   55

Definition at line 530 of file wxscintilla.h.

◆ wxSCI_LEX_MYSQL

#define wxSCI_LEX_MYSQL   89

Definition at line 564 of file wxscintilla.h.

◆ wxSCI_LEX_NIMROD

#define wxSCI_LEX_NIMROD   96

Definition at line 571 of file wxscintilla.h.

◆ wxSCI_LEX_NNCRONTAB

#define wxSCI_LEX_NNCRONTAB   26

Definition at line 503 of file wxscintilla.h.

◆ wxSCI_LEX_NSIS

#define wxSCI_LEX_NSIS   43

Definition at line 518 of file wxscintilla.h.

◆ wxSCI_LEX_NULL

#define wxSCI_LEX_NULL   1

Definition at line 478 of file wxscintilla.h.

Referenced by EditorColourSet::AddHighlightLanguage().

◆ wxSCI_LEX_OCTAVE

#define wxSCI_LEX_OCTAVE   54

Definition at line 529 of file wxscintilla.h.

◆ wxSCI_LEX_OPAL

#define wxSCI_LEX_OPAL   77

Definition at line 552 of file wxscintilla.h.

◆ wxSCI_LEX_OSCRIPT

#define wxSCI_LEX_OSCRIPT   106

Definition at line 581 of file wxscintilla.h.

◆ wxSCI_LEX_PASCAL

#define wxSCI_LEX_PASCAL   18

Definition at line 495 of file wxscintilla.h.

◆ wxSCI_LEX_PERL

#define wxSCI_LEX_PERL   6

Definition at line 483 of file wxscintilla.h.

◆ wxSCI_LEX_PHPSCRIPT

#define wxSCI_LEX_PHPSCRIPT   69

Definition at line 544 of file wxscintilla.h.

◆ wxSCI_LEX_PLM

#define wxSCI_LEX_PLM   82

Definition at line 557 of file wxscintilla.h.

◆ wxSCI_LEX_PO

#define wxSCI_LEX_PO   90

Definition at line 565 of file wxscintilla.h.

◆ wxSCI_LEX_POV

#define wxSCI_LEX_POV   39

Definition at line 514 of file wxscintilla.h.

◆ wxSCI_LEX_POWERBASIC

#define wxSCI_LEX_POWERBASIC   51

Definition at line 526 of file wxscintilla.h.

◆ wxSCI_LEX_POWERPRO

#define wxSCI_LEX_POWERPRO   95

Definition at line 570 of file wxscintilla.h.

◆ wxSCI_LEX_POWERSHELL

#define wxSCI_LEX_POWERSHELL   88

Definition at line 563 of file wxscintilla.h.

◆ wxSCI_LEX_PROGRESS

#define wxSCI_LEX_PROGRESS   83

Definition at line 558 of file wxscintilla.h.

◆ wxSCI_LEX_PROPERTIES

#define wxSCI_LEX_PROPERTIES   9

Definition at line 486 of file wxscintilla.h.

◆ wxSCI_LEX_PS

#define wxSCI_LEX_PS   42

Definition at line 517 of file wxscintilla.h.

◆ wxSCI_LEX_PUREBASIC

#define wxSCI_LEX_PUREBASIC   67

Definition at line 542 of file wxscintilla.h.

◆ wxSCI_LEX_PYTHON

#define wxSCI_LEX_PYTHON   2

Definition at line 479 of file wxscintilla.h.

Referenced by OverrideUseTabsPerLanguage().

◆ wxSCI_LEX_R

#define wxSCI_LEX_R   86

Definition at line 561 of file wxscintilla.h.

◆ wxSCI_LEX_REBOL

#define wxSCI_LEX_REBOL   71

Definition at line 546 of file wxscintilla.h.

◆ wxSCI_LEX_REGISTRY

#define wxSCI_LEX_REGISTRY   115

Definition at line 590 of file wxscintilla.h.

◆ wxSCI_LEX_RUBY

#define wxSCI_LEX_RUBY   22

Definition at line 499 of file wxscintilla.h.

◆ wxSCI_LEX_RUST

#define wxSCI_LEX_RUST   111

Definition at line 586 of file wxscintilla.h.

◆ wxSCI_LEX_SCRIPTOL

#define wxSCI_LEX_SCRIPTOL   33

Definition at line 508 of file wxscintilla.h.

◆ wxSCI_LEX_SMALLTALK

#define wxSCI_LEX_SMALLTALK   72

Definition at line 547 of file wxscintilla.h.

◆ wxSCI_LEX_SML

#define wxSCI_LEX_SML   97

Definition at line 572 of file wxscintilla.h.

◆ wxSCI_LEX_SORCUS

#define wxSCI_LEX_SORCUS   94

Definition at line 569 of file wxscintilla.h.

◆ wxSCI_LEX_SPECMAN

#define wxSCI_LEX_SPECMAN   59

Definition at line 534 of file wxscintilla.h.

◆ wxSCI_LEX_SPICE

#define wxSCI_LEX_SPICE   78

Definition at line 553 of file wxscintilla.h.

◆ wxSCI_LEX_SQL

#define wxSCI_LEX_SQL   7

Definition at line 484 of file wxscintilla.h.

◆ wxSCI_LEX_SREC

#define wxSCI_LEX_SREC   117

Definition at line 592 of file wxscintilla.h.

◆ wxSCI_LEX_STTXT

#define wxSCI_LEX_STTXT   109

Definition at line 584 of file wxscintilla.h.

◆ wxSCI_LEX_TACL

#define wxSCI_LEX_TACL   93

Definition at line 568 of file wxscintilla.h.

◆ wxSCI_LEX_TADS3

#define wxSCI_LEX_TADS3   70

Definition at line 545 of file wxscintilla.h.

◆ wxSCI_LEX_TAL

#define wxSCI_LEX_TAL   91

Definition at line 566 of file wxscintilla.h.

◆ wxSCI_LEX_TCL

#define wxSCI_LEX_TCL   25

Definition at line 502 of file wxscintilla.h.

◆ wxSCI_LEX_TCMD

#define wxSCI_LEX_TCMD   103

Definition at line 578 of file wxscintilla.h.

◆ wxSCI_LEX_TEHEX

#define wxSCI_LEX_TEHEX   119

Definition at line 594 of file wxscintilla.h.

◆ wxSCI_LEX_TEX

#define wxSCI_LEX_TEX   49

Definition at line 524 of file wxscintilla.h.

◆ wxSCI_LEX_TXT2TAGS

#define wxSCI_LEX_TXT2TAGS   99

Definition at line 574 of file wxscintilla.h.

◆ wxSCI_LEX_VB

#define wxSCI_LEX_VB   8

Definition at line 485 of file wxscintilla.h.

◆ wxSCI_LEX_VBSCRIPT

#define wxSCI_LEX_VBSCRIPT   28

Definition at line 505 of file wxscintilla.h.

◆ wxSCI_LEX_VERILOG

#define wxSCI_LEX_VERILOG   56

Definition at line 531 of file wxscintilla.h.

◆ wxSCI_LEX_VHDL

#define wxSCI_LEX_VHDL   64

Definition at line 539 of file wxscintilla.h.

◆ wxSCI_LEX_VISUALPROLOG

#define wxSCI_LEX_VISUALPROLOG   107

Definition at line 582 of file wxscintilla.h.

◆ wxSCI_LEX_XCODE

#define wxSCI_LEX_XCODE   13

Definition at line 490 of file wxscintilla.h.

◆ wxSCI_LEX_XML

#define wxSCI_LEX_XML   5

Definition at line 482 of file wxscintilla.h.

◆ wxSCI_LEX_YAML

#define wxSCI_LEX_YAML   48

Definition at line 523 of file wxscintilla.h.

Referenced by OverrideUseTabsPerLanguage().

◆ wxSCI_LEXER_START

#define wxSCI_LEXER_START   4000

Definition at line 76 of file wxscintilla.h.

◆ wxSCI_LINE_END_TYPE_DEFAULT

#define wxSCI_LINE_END_TYPE_DEFAULT   0

Line end types which may be used in addition to LF, CR, and CRLF SC_LINE_END_TYPE_UNICODE includes U+2028 Line Separator, U+2029 Paragraph Separator, and U+0085 Next Line.

Definition at line 400 of file wxscintilla.h.

◆ wxSCI_LINE_END_TYPE_UNICODE

#define wxSCI_LINE_END_TYPE_UNICODE   1

Definition at line 401 of file wxscintilla.h.

◆ wxSCI_LISP_COMMENT

#define wxSCI_LISP_COMMENT   1

Definition at line 1163 of file wxscintilla.h.

◆ wxSCI_LISP_DEFAULT

#define wxSCI_LISP_DEFAULT   0

Lexical states for SCLEX_LISP.

Definition at line 1162 of file wxscintilla.h.

◆ wxSCI_LISP_IDENTIFIER

#define wxSCI_LISP_IDENTIFIER   9

Definition at line 1170 of file wxscintilla.h.

◆ wxSCI_LISP_KEYWORD

#define wxSCI_LISP_KEYWORD   3

Definition at line 1165 of file wxscintilla.h.

◆ wxSCI_LISP_KEYWORD_KW

#define wxSCI_LISP_KEYWORD_KW   4

Definition at line 1166 of file wxscintilla.h.

◆ wxSCI_LISP_MULTI_COMMENT

#define wxSCI_LISP_MULTI_COMMENT   12

Definition at line 1173 of file wxscintilla.h.

◆ wxSCI_LISP_NUMBER

#define wxSCI_LISP_NUMBER   2

Definition at line 1164 of file wxscintilla.h.

◆ wxSCI_LISP_OPERATOR

#define wxSCI_LISP_OPERATOR   10

Definition at line 1171 of file wxscintilla.h.

◆ wxSCI_LISP_SPECIAL

#define wxSCI_LISP_SPECIAL   11

Definition at line 1172 of file wxscintilla.h.

◆ wxSCI_LISP_STRING

#define wxSCI_LISP_STRING   6

Definition at line 1168 of file wxscintilla.h.

◆ wxSCI_LISP_STRINGEOL

#define wxSCI_LISP_STRINGEOL   8

Definition at line 1169 of file wxscintilla.h.

◆ wxSCI_LISP_SYMBOL

#define wxSCI_LISP_SYMBOL   5

Definition at line 1167 of file wxscintilla.h.

◆ wxSCI_LOT_ABORT

#define wxSCI_LOT_ABORT   6

Definition at line 1436 of file wxscintilla.h.

◆ wxSCI_LOT_BREAK

#define wxSCI_LOT_BREAK   2

Definition at line 1432 of file wxscintilla.h.

◆ wxSCI_LOT_DEFAULT

#define wxSCI_LOT_DEFAULT   0

Lexical states for SCLEX_LOT.

Definition at line 1430 of file wxscintilla.h.

◆ wxSCI_LOT_FAIL

#define wxSCI_LOT_FAIL   5

Definition at line 1435 of file wxscintilla.h.

◆ wxSCI_LOT_HEADER

#define wxSCI_LOT_HEADER   1

Definition at line 1431 of file wxscintilla.h.

◆ wxSCI_LOT_PASS

#define wxSCI_LOT_PASS   4

Definition at line 1434 of file wxscintilla.h.

◆ wxSCI_LOT_SET

#define wxSCI_LOT_SET   3

Definition at line 1433 of file wxscintilla.h.

◆ wxSCI_LOUT_COMMENT

#define wxSCI_LOUT_COMMENT   1

Definition at line 1326 of file wxscintilla.h.

◆ wxSCI_LOUT_DEFAULT

#define wxSCI_LOUT_DEFAULT   0

Lexical states for SCLEX_LOUT.

Definition at line 1325 of file wxscintilla.h.

◆ wxSCI_LOUT_IDENTIFIER

#define wxSCI_LOUT_IDENTIFIER   9

Definition at line 1334 of file wxscintilla.h.

◆ wxSCI_LOUT_NUMBER

#define wxSCI_LOUT_NUMBER   2

Definition at line 1327 of file wxscintilla.h.

◆ wxSCI_LOUT_OPERATOR

#define wxSCI_LOUT_OPERATOR   8

Definition at line 1333 of file wxscintilla.h.

◆ wxSCI_LOUT_STRING

#define wxSCI_LOUT_STRING   7

Definition at line 1332 of file wxscintilla.h.

◆ wxSCI_LOUT_STRINGEOL

#define wxSCI_LOUT_STRINGEOL   10

Definition at line 1335 of file wxscintilla.h.

◆ wxSCI_LOUT_WORD

#define wxSCI_LOUT_WORD   3

Definition at line 1328 of file wxscintilla.h.

◆ wxSCI_LOUT_WORD2

#define wxSCI_LOUT_WORD2   4

Definition at line 1329 of file wxscintilla.h.

◆ wxSCI_LOUT_WORD3

#define wxSCI_LOUT_WORD3   5

Definition at line 1330 of file wxscintilla.h.

◆ wxSCI_LOUT_WORD4

#define wxSCI_LOUT_WORD4   6

Definition at line 1331 of file wxscintilla.h.

◆ wxSCI_LUA_CHARACTER

#define wxSCI_LUA_CHARACTER   7

Definition at line 991 of file wxscintilla.h.

◆ wxSCI_LUA_COMMENT

#define wxSCI_LUA_COMMENT   1

Definition at line 985 of file wxscintilla.h.

◆ wxSCI_LUA_COMMENTDOC

#define wxSCI_LUA_COMMENTDOC   3

Definition at line 987 of file wxscintilla.h.

◆ wxSCI_LUA_COMMENTLINE

#define wxSCI_LUA_COMMENTLINE   2

Definition at line 986 of file wxscintilla.h.

◆ wxSCI_LUA_DEFAULT

#define wxSCI_LUA_DEFAULT   0

Lexical states for SCLEX_LUA.

Definition at line 984 of file wxscintilla.h.

◆ wxSCI_LUA_IDENTIFIER

#define wxSCI_LUA_IDENTIFIER   11

Definition at line 995 of file wxscintilla.h.

◆ wxSCI_LUA_LABEL

#define wxSCI_LUA_LABEL   20

Definition at line 1004 of file wxscintilla.h.

◆ wxSCI_LUA_LITERALSTRING

#define wxSCI_LUA_LITERALSTRING   8

Definition at line 992 of file wxscintilla.h.

◆ wxSCI_LUA_NUMBER

#define wxSCI_LUA_NUMBER   4

Definition at line 988 of file wxscintilla.h.

◆ wxSCI_LUA_OPERATOR

#define wxSCI_LUA_OPERATOR   10

Definition at line 994 of file wxscintilla.h.

◆ wxSCI_LUA_PREPROCESSOR

#define wxSCI_LUA_PREPROCESSOR   9

Definition at line 993 of file wxscintilla.h.

◆ wxSCI_LUA_STRING

#define wxSCI_LUA_STRING   6

Definition at line 990 of file wxscintilla.h.

◆ wxSCI_LUA_STRINGEOL

#define wxSCI_LUA_STRINGEOL   12

Definition at line 996 of file wxscintilla.h.

◆ wxSCI_LUA_WORD

#define wxSCI_LUA_WORD   5

Definition at line 989 of file wxscintilla.h.

◆ wxSCI_LUA_WORD2

#define wxSCI_LUA_WORD2   13

Definition at line 997 of file wxscintilla.h.

◆ wxSCI_LUA_WORD3

#define wxSCI_LUA_WORD3   14

Definition at line 998 of file wxscintilla.h.

◆ wxSCI_LUA_WORD4

#define wxSCI_LUA_WORD4   15

Definition at line 999 of file wxscintilla.h.

◆ wxSCI_LUA_WORD5

#define wxSCI_LUA_WORD5   16

Definition at line 1000 of file wxscintilla.h.

◆ wxSCI_LUA_WORD6

#define wxSCI_LUA_WORD6   17

Definition at line 1001 of file wxscintilla.h.

◆ wxSCI_LUA_WORD7

#define wxSCI_LUA_WORD7   18

Definition at line 1002 of file wxscintilla.h.

◆ wxSCI_LUA_WORD8

#define wxSCI_LUA_WORD8   19

Definition at line 1003 of file wxscintilla.h.

◆ wxSCI_MAGIK_BRACE_BLOCK

#define wxSCI_MAGIK_BRACE_BLOCK   10

Definition at line 2000 of file wxscintilla.h.

◆ wxSCI_MAGIK_BRACKET_BLOCK

#define wxSCI_MAGIK_BRACKET_BLOCK   9

Definition at line 1999 of file wxscintilla.h.

◆ wxSCI_MAGIK_CHARACTER

#define wxSCI_MAGIK_CHARACTER   3

Definition at line 1993 of file wxscintilla.h.

◆ wxSCI_MAGIK_COMMENT

#define wxSCI_MAGIK_COMMENT   1

Definition at line 1990 of file wxscintilla.h.

◆ wxSCI_MAGIK_CONTAINER

#define wxSCI_MAGIK_CONTAINER   8

Definition at line 1998 of file wxscintilla.h.

◆ wxSCI_MAGIK_DEFAULT

#define wxSCI_MAGIK_DEFAULT   0

Lexical state for SCLEX_MAGIK.

Definition at line 1989 of file wxscintilla.h.

◆ wxSCI_MAGIK_FLOW

#define wxSCI_MAGIK_FLOW   7

Definition at line 1997 of file wxscintilla.h.

◆ wxSCI_MAGIK_HYPER_COMMENT

#define wxSCI_MAGIK_HYPER_COMMENT   16

Definition at line 1991 of file wxscintilla.h.

◆ wxSCI_MAGIK_IDENTIFIER

#define wxSCI_MAGIK_IDENTIFIER   5

Definition at line 1995 of file wxscintilla.h.

◆ wxSCI_MAGIK_KEYWORD

#define wxSCI_MAGIK_KEYWORD   13

Definition at line 2003 of file wxscintilla.h.

◆ wxSCI_MAGIK_NUMBER

#define wxSCI_MAGIK_NUMBER   4

Definition at line 1994 of file wxscintilla.h.

◆ wxSCI_MAGIK_OPERATOR

#define wxSCI_MAGIK_OPERATOR   6

Definition at line 1996 of file wxscintilla.h.

◆ wxSCI_MAGIK_PRAGMA

#define wxSCI_MAGIK_PRAGMA   14

Definition at line 2004 of file wxscintilla.h.

◆ wxSCI_MAGIK_SQBRACKET_BLOCK

#define wxSCI_MAGIK_SQBRACKET_BLOCK   11

Definition at line 2001 of file wxscintilla.h.

◆ wxSCI_MAGIK_STRING

#define wxSCI_MAGIK_STRING   2

Definition at line 1992 of file wxscintilla.h.

◆ wxSCI_MAGIK_SYMBOL

#define wxSCI_MAGIK_SYMBOL   15

Definition at line 2005 of file wxscintilla.h.

◆ wxSCI_MAGIK_UNKNOWN_KEYWORD

#define wxSCI_MAGIK_UNKNOWN_KEYWORD   12

Definition at line 2002 of file wxscintilla.h.

◆ wxSCI_MAKE_COMMENT

#define wxSCI_MAKE_COMMENT   1

Definition at line 1074 of file wxscintilla.h.

◆ wxSCI_MAKE_DEFAULT

#define wxSCI_MAKE_DEFAULT   0

Lexical states for SCLEX_MAKEFILE.

Definition at line 1073 of file wxscintilla.h.

◆ wxSCI_MAKE_IDENTIFIER

#define wxSCI_MAKE_IDENTIFIER   3

Definition at line 1076 of file wxscintilla.h.

◆ wxSCI_MAKE_IDEOL

#define wxSCI_MAKE_IDEOL   9

Definition at line 1079 of file wxscintilla.h.

◆ wxSCI_MAKE_OPERATOR

#define wxSCI_MAKE_OPERATOR   4

Definition at line 1077 of file wxscintilla.h.

◆ wxSCI_MAKE_PREPROCESSOR

#define wxSCI_MAKE_PREPROCESSOR   2

Definition at line 1075 of file wxscintilla.h.

◆ wxSCI_MAKE_TARGET

#define wxSCI_MAKE_TARGET   5

Definition at line 1078 of file wxscintilla.h.

◆ wxSCI_MARGIN_BACK

#define wxSCI_MARGIN_BACK   2

Definition at line 152 of file wxscintilla.h.

◆ wxSCI_MARGIN_CHANGED

#define wxSCI_MARGIN_CHANGED   7

Definition at line 158 of file wxscintilla.h.

◆ wxSCI_MARGIN_COLOUR

#define wxSCI_MARGIN_COLOUR   6

Definition at line 156 of file wxscintilla.h.

◆ wxSCI_MARGIN_FORE

#define wxSCI_MARGIN_FORE   3

Definition at line 153 of file wxscintilla.h.

◆ wxSCI_MARGIN_NUMBER

#define wxSCI_MARGIN_NUMBER   1

◆ wxSCI_MARGIN_RTEXT

#define wxSCI_MARGIN_RTEXT   5

Definition at line 155 of file wxscintilla.h.

◆ wxSCI_MARGIN_SYMBOL

#define wxSCI_MARGIN_SYMBOL   0

◆ wxSCI_MARGIN_TEXT

#define wxSCI_MARGIN_TEXT   4

Definition at line 154 of file wxscintilla.h.

◆ wxSCI_MARGINOPTION_NONE

#define wxSCI_MARGINOPTION_NONE   0

Definition at line 383 of file wxscintilla.h.

◆ wxSCI_MARGINOPTION_SUBLINESELECT

#define wxSCI_MARGINOPTION_SUBLINESELECT   1

Definition at line 384 of file wxscintilla.h.

◆ wxSCI_MARK_ARROW

#define wxSCI_MARK_ARROW   2

Definition at line 95 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_ARROWDOWN

#define wxSCI_MARK_ARROWDOWN   6

Definition at line 99 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_ARROWS

#define wxSCI_MARK_ARROWS   24

Definition at line 121 of file wxscintilla.h.

◆ wxSCI_MARK_AVAILABLE

#define wxSCI_MARK_AVAILABLE   28

Definition at line 125 of file wxscintilla.h.

◆ wxSCI_MARK_BACKGROUND

#define wxSCI_MARK_BACKGROUND   22

Invisible mark that only sets the line background colour.

Definition at line 119 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_BOOKMARK

#define wxSCI_MARK_BOOKMARK   31

Definition at line 128 of file wxscintilla.h.

◆ wxSCI_MARK_BOXMINUS

#define wxSCI_MARK_BOXMINUS   14

Definition at line 109 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_BOXMINUSCONNECTED

#define wxSCI_MARK_BOXMINUSCONNECTED   15

Definition at line 110 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_BOXPLUS

#define wxSCI_MARK_BOXPLUS   12

Definition at line 107 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_BOXPLUSCONNECTED

#define wxSCI_MARK_BOXPLUSCONNECTED   13

Definition at line 108 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_CHARACTER

#define wxSCI_MARK_CHARACTER   10000

Definition at line 129 of file wxscintilla.h.

◆ wxSCI_MARK_CIRCLE

#define wxSCI_MARK_CIRCLE   0

Definition at line 93 of file wxscintilla.h.

◆ wxSCI_MARK_CIRCLEMINUS

#define wxSCI_MARK_CIRCLEMINUS   20

Definition at line 115 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_CIRCLEMINUSCONNECTED

#define wxSCI_MARK_CIRCLEMINUSCONNECTED   21

Definition at line 116 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_CIRCLEPLUS

#define wxSCI_MARK_CIRCLEPLUS   18

Definition at line 113 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_CIRCLEPLUSCONNECTED

#define wxSCI_MARK_CIRCLEPLUSCONNECTED   19

Definition at line 114 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_DOTDOTDOT

#define wxSCI_MARK_DOTDOTDOT   23

Definition at line 120 of file wxscintilla.h.

◆ wxSCI_MARK_EMPTY

#define wxSCI_MARK_EMPTY   5

Definition at line 98 of file wxscintilla.h.

Referenced by cbEditor::CreateEditor().

◆ wxSCI_MARK_FULLRECT

#define wxSCI_MARK_FULLRECT   26

Definition at line 123 of file wxscintilla.h.

◆ wxSCI_MARK_LCORNER

#define wxSCI_MARK_LCORNER   10

Definition at line 105 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_LCORNERCURVE

#define wxSCI_MARK_LCORNERCURVE   16

Definition at line 111 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_LEFTRECT

#define wxSCI_MARK_LEFTRECT   27

Definition at line 124 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_MARK_MINUS

#define wxSCI_MARK_MINUS   7

Definition at line 100 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_PIXMAP

#define wxSCI_MARK_PIXMAP   25

Definition at line 122 of file wxscintilla.h.

◆ wxSCI_MARK_PLUS

#define wxSCI_MARK_PLUS   8

Definition at line 101 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_RGBAIMAGE

#define wxSCI_MARK_RGBAIMAGE   30

Definition at line 127 of file wxscintilla.h.

◆ wxSCI_MARK_ROUNDRECT

#define wxSCI_MARK_ROUNDRECT   1

Definition at line 94 of file wxscintilla.h.

◆ wxSCI_MARK_SHORTARROW

#define wxSCI_MARK_SHORTARROW   4

Definition at line 97 of file wxscintilla.h.

◆ wxSCI_MARK_SMALLRECT

#define wxSCI_MARK_SMALLRECT   3

Definition at line 96 of file wxscintilla.h.

◆ wxSCI_MARK_TCORNER

#define wxSCI_MARK_TCORNER   11

Definition at line 106 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARK_TCORNERCURVE

#define wxSCI_MARK_TCORNERCURVE   17

Definition at line 112 of file wxscintilla.h.

◆ wxSCI_MARK_UNDERLINE

#define wxSCI_MARK_UNDERLINE   29

Definition at line 126 of file wxscintilla.h.

◆ wxSCI_MARK_VLINE

#define wxSCI_MARK_VLINE   9

Shapes used for outlining column.

Definition at line 104 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKDOWN_BLOCKQUOTE

#define wxSCI_MARKDOWN_BLOCKQUOTE   15

Definition at line 2150 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_CODE

#define wxSCI_MARKDOWN_CODE   19

Definition at line 2154 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_CODE2

#define wxSCI_MARKDOWN_CODE2   20

Definition at line 2155 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_CODEBK

#define wxSCI_MARKDOWN_CODEBK   21

Definition at line 2156 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_DEFAULT

#define wxSCI_MARKDOWN_DEFAULT   0

Lexical state for SCLEX_MARKDOWN.

Definition at line 2135 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_EM1

#define wxSCI_MARKDOWN_EM1   4

Definition at line 2139 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_EM2

#define wxSCI_MARKDOWN_EM2   5

Definition at line 2140 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_HEADER1

#define wxSCI_MARKDOWN_HEADER1   6

Definition at line 2141 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_HEADER2

#define wxSCI_MARKDOWN_HEADER2   7

Definition at line 2142 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_HEADER3

#define wxSCI_MARKDOWN_HEADER3   8

Definition at line 2143 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_HEADER4

#define wxSCI_MARKDOWN_HEADER4   9

Definition at line 2144 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_HEADER5

#define wxSCI_MARKDOWN_HEADER5   10

Definition at line 2145 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_HEADER6

#define wxSCI_MARKDOWN_HEADER6   11

Definition at line 2146 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_HRULE

#define wxSCI_MARKDOWN_HRULE   17

Definition at line 2152 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_LINE_BEGIN

#define wxSCI_MARKDOWN_LINE_BEGIN   1

Definition at line 2136 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_LINK

#define wxSCI_MARKDOWN_LINK   18

Definition at line 2153 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_OLIST_ITEM

#define wxSCI_MARKDOWN_OLIST_ITEM   14

Definition at line 2149 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_PRECHAR

#define wxSCI_MARKDOWN_PRECHAR   12

Definition at line 2147 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_STRIKEOUT

#define wxSCI_MARKDOWN_STRIKEOUT   16

Definition at line 2151 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_STRONG1

#define wxSCI_MARKDOWN_STRONG1   2

Definition at line 2137 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_STRONG2

#define wxSCI_MARKDOWN_STRONG2   3

Definition at line 2138 of file wxscintilla.h.

◆ wxSCI_MARKDOWN_ULIST_ITEM

#define wxSCI_MARKDOWN_ULIST_ITEM   13

Definition at line 2148 of file wxscintilla.h.

◆ wxSCI_MARKER_MAX

#define wxSCI_MARKER_MAX   31

Definition at line 92 of file wxscintilla.h.

◆ wxSCI_MARKNUM_CHANGESAVED

#define wxSCI_MARKNUM_CHANGESAVED   24

◆ wxSCI_MARKNUM_CHANGEUNSAVED

#define wxSCI_MARKNUM_CHANGEUNSAVED   23

◆ wxSCI_MARKNUM_FOLDER

#define wxSCI_MARKNUM_FOLDER   30

Definition at line 144 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKNUM_FOLDEREND

#define wxSCI_MARKNUM_FOLDEREND   25

Definition at line 139 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKNUM_FOLDERMIDTAIL

#define wxSCI_MARKNUM_FOLDERMIDTAIL   27

Definition at line 141 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKNUM_FOLDEROPEN

#define wxSCI_MARKNUM_FOLDEROPEN   31

Definition at line 145 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKNUM_FOLDEROPENMID

#define wxSCI_MARKNUM_FOLDEROPENMID   26

Definition at line 140 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKNUM_FOLDERSUB

#define wxSCI_MARKNUM_FOLDERSUB   29

Definition at line 143 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKNUM_FOLDERTAIL

#define wxSCI_MARKNUM_FOLDERTAIL   28

Definition at line 142 of file wxscintilla.h.

Referenced by cbEditor::SetFoldingIndicator().

◆ wxSCI_MARKNUM_LASTUNUSED

#define wxSCI_MARKNUM_LASTUNUSED   22

Definition at line 132 of file wxscintilla.h.

Referenced by cbEditor::CreateEditor().

◆ wxSCI_MASK_FOLDERS

#define wxSCI_MASK_FOLDERS   0xFF800000

Definition at line 147 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleAfterFileOpen().

◆ wxSCI_MATLAB_COMMAND

#define wxSCI_MATLAB_COMMAND   2

Definition at line 1216 of file wxscintilla.h.

◆ wxSCI_MATLAB_COMMENT

#define wxSCI_MATLAB_COMMENT   1

Definition at line 1215 of file wxscintilla.h.

◆ wxSCI_MATLAB_DEFAULT

#define wxSCI_MATLAB_DEFAULT   0

Lexical states for SCLEX_MATLAB.

Definition at line 1214 of file wxscintilla.h.

◆ wxSCI_MATLAB_DOUBLEQUOTESTRING

#define wxSCI_MATLAB_DOUBLEQUOTESTRING   8

Definition at line 1224 of file wxscintilla.h.

◆ wxSCI_MATLAB_IDENTIFIER

#define wxSCI_MATLAB_IDENTIFIER   7

Definition at line 1223 of file wxscintilla.h.

◆ wxSCI_MATLAB_KEYWORD

#define wxSCI_MATLAB_KEYWORD   4

Definition at line 1218 of file wxscintilla.h.

◆ wxSCI_MATLAB_NUMBER

#define wxSCI_MATLAB_NUMBER   3

Definition at line 1217 of file wxscintilla.h.

◆ wxSCI_MATLAB_OPERATOR

#define wxSCI_MATLAB_OPERATOR   6

Definition at line 1222 of file wxscintilla.h.

◆ wxSCI_MATLAB_STRING

#define wxSCI_MATLAB_STRING   5

single quoted string

Definition at line 1221 of file wxscintilla.h.

◆ wxSCI_MAX_MARGIN

#define wxSCI_MAX_MARGIN   4

Definition at line 149 of file wxscintilla.h.

◆ wxSCI_METAPOST_COMMAND

#define wxSCI_METAPOST_COMMAND   4

Definition at line 1461 of file wxscintilla.h.

◆ wxSCI_METAPOST_DEFAULT

#define wxSCI_METAPOST_DEFAULT   0

Definition at line 1457 of file wxscintilla.h.

◆ wxSCI_METAPOST_EXTRA

#define wxSCI_METAPOST_EXTRA   6

Definition at line 1463 of file wxscintilla.h.

◆ wxSCI_METAPOST_GROUP

#define wxSCI_METAPOST_GROUP   2

Definition at line 1459 of file wxscintilla.h.

◆ wxSCI_METAPOST_SPECIAL

#define wxSCI_METAPOST_SPECIAL   1

Definition at line 1458 of file wxscintilla.h.

◆ wxSCI_METAPOST_SYMBOL

#define wxSCI_METAPOST_SYMBOL   3

Definition at line 1460 of file wxscintilla.h.

◆ wxSCI_METAPOST_TEXT

#define wxSCI_METAPOST_TEXT   5

Definition at line 1462 of file wxscintilla.h.

◆ wxSCI_MMIXAL_CHAR

#define wxSCI_MMIXAL_CHAR   11

Definition at line 1402 of file wxscintilla.h.

◆ wxSCI_MMIXAL_COMMENT

#define wxSCI_MMIXAL_COMMENT   1

Definition at line 1392 of file wxscintilla.h.

◆ wxSCI_MMIXAL_HEX

#define wxSCI_MMIXAL_HEX   14

Definition at line 1405 of file wxscintilla.h.

◆ wxSCI_MMIXAL_INCLUDE

#define wxSCI_MMIXAL_INCLUDE   17

Definition at line 1408 of file wxscintilla.h.

◆ wxSCI_MMIXAL_LABEL

#define wxSCI_MMIXAL_LABEL   2

Definition at line 1393 of file wxscintilla.h.

◆ wxSCI_MMIXAL_LEADWS

#define wxSCI_MMIXAL_LEADWS   0

Lexical states for SCLEX_MMIXAL.

Definition at line 1391 of file wxscintilla.h.

◆ wxSCI_MMIXAL_NUMBER

#define wxSCI_MMIXAL_NUMBER   9

Definition at line 1400 of file wxscintilla.h.

◆ wxSCI_MMIXAL_OPCODE

#define wxSCI_MMIXAL_OPCODE   3

Definition at line 1394 of file wxscintilla.h.

◆ wxSCI_MMIXAL_OPCODE_POST

#define wxSCI_MMIXAL_OPCODE_POST   7

Definition at line 1398 of file wxscintilla.h.

◆ wxSCI_MMIXAL_OPCODE_PRE

#define wxSCI_MMIXAL_OPCODE_PRE   4

Definition at line 1395 of file wxscintilla.h.

◆ wxSCI_MMIXAL_OPCODE_UNKNOWN

#define wxSCI_MMIXAL_OPCODE_UNKNOWN   6

Definition at line 1397 of file wxscintilla.h.

◆ wxSCI_MMIXAL_OPCODE_VALID

#define wxSCI_MMIXAL_OPCODE_VALID   5

Definition at line 1396 of file wxscintilla.h.

◆ wxSCI_MMIXAL_OPERANDS

#define wxSCI_MMIXAL_OPERANDS   8

Definition at line 1399 of file wxscintilla.h.

◆ wxSCI_MMIXAL_OPERATOR

#define wxSCI_MMIXAL_OPERATOR   15

Definition at line 1406 of file wxscintilla.h.

◆ wxSCI_MMIXAL_REF

#define wxSCI_MMIXAL_REF   10

Definition at line 1401 of file wxscintilla.h.

◆ wxSCI_MMIXAL_REGISTER

#define wxSCI_MMIXAL_REGISTER   13

Definition at line 1404 of file wxscintilla.h.

◆ wxSCI_MMIXAL_STRING

#define wxSCI_MMIXAL_STRING   12

Definition at line 1403 of file wxscintilla.h.

◆ wxSCI_MMIXAL_SYMBOL

#define wxSCI_MMIXAL_SYMBOL   16

Definition at line 1407 of file wxscintilla.h.

◆ wxSCI_MOD_BEFOREDELETE

#define wxSCI_MOD_BEFOREDELETE   0x800

Definition at line 424 of file wxscintilla.h.

◆ wxSCI_MOD_BEFOREINSERT

#define wxSCI_MOD_BEFOREINSERT   0x400

Definition at line 423 of file wxscintilla.h.

◆ wxSCI_MOD_CHANGEANNOTATION

#define wxSCI_MOD_CHANGEANNOTATION   0x20000

Definition at line 430 of file wxscintilla.h.

◆ wxSCI_MOD_CHANGEFOLD

#define wxSCI_MOD_CHANGEFOLD   0x8

Definition at line 416 of file wxscintilla.h.

Referenced by cbEditor::OnEditorModified().

◆ wxSCI_MOD_CHANGEINDICATOR

#define wxSCI_MOD_CHANGEINDICATOR   0x4000

Definition at line 427 of file wxscintilla.h.

◆ wxSCI_MOD_CHANGELINESTATE

#define wxSCI_MOD_CHANGELINESTATE   0x8000

Definition at line 428 of file wxscintilla.h.

◆ wxSCI_MOD_CHANGEMARGIN

#define wxSCI_MOD_CHANGEMARGIN   0x10000

Definition at line 429 of file wxscintilla.h.

◆ wxSCI_MOD_CHANGEMARKER

#define wxSCI_MOD_CHANGEMARKER   0x200

Definition at line 422 of file wxscintilla.h.

◆ wxSCI_MOD_CHANGESTYLE

#define wxSCI_MOD_CHANGESTYLE   0x4

Definition at line 415 of file wxscintilla.h.

◆ wxSCI_MOD_CHANGETABSTOPS

#define wxSCI_MOD_CHANGETABSTOPS   0x200000

Definition at line 434 of file wxscintilla.h.

◆ wxSCI_MOD_CONTAINER

#define wxSCI_MOD_CONTAINER   0x40000

Definition at line 431 of file wxscintilla.h.

◆ wxSCI_MOD_DELETETEXT

#define wxSCI_MOD_DELETETEXT   0x2

Definition at line 414 of file wxscintilla.h.

Referenced by CodeCompletion::EditorEventHook(), and cbEditor::OnEditorModified().

◆ wxSCI_MOD_INSERTCHECK

#define wxSCI_MOD_INSERTCHECK   0x100000

Definition at line 433 of file wxscintilla.h.

◆ wxSCI_MOD_INSERTTEXT

#define wxSCI_MOD_INSERTTEXT   0x1

Notifications Type of modification and the action which caused the modification.

These are defined as a bit mask to make it easy to specify which notifications are wanted. One bit is set from each of SC_MOD_* and SC_PERFORMED_*.

Definition at line 413 of file wxscintilla.h.

Referenced by CodeCompletion::EditorEventHook(), and cbEditor::OnEditorModified().

◆ wxSCI_MOD_LEXERSTATE

#define wxSCI_MOD_LEXERSTATE   0x80000

Definition at line 432 of file wxscintilla.h.

◆ wxSCI_MODEVENTMASKALL

#define wxSCI_MODEVENTMASKALL   0x3FFFFF

Definition at line 435 of file wxscintilla.h.

Referenced by cbEditor::Open().

◆ wxSCI_MODULA_BADSTR

#define wxSCI_MODULA_BADSTR   17

Definition at line 2225 of file wxscintilla.h.

◆ wxSCI_MODULA_BASENUM

#define wxSCI_MODULA_BASENUM   7

Definition at line 2215 of file wxscintilla.h.

◆ wxSCI_MODULA_CHAR

#define wxSCI_MODULA_CHAR   11

Definition at line 2219 of file wxscintilla.h.

◆ wxSCI_MODULA_CHARSPEC

#define wxSCI_MODULA_CHARSPEC   12

Definition at line 2220 of file wxscintilla.h.

◆ wxSCI_MODULA_COMMENT

#define wxSCI_MODULA_COMMENT   1

Definition at line 2209 of file wxscintilla.h.

◆ wxSCI_MODULA_DEFAULT

#define wxSCI_MODULA_DEFAULT   0

Lexical states for SCLEX_MODULA.

Definition at line 2208 of file wxscintilla.h.

◆ wxSCI_MODULA_DOXYCOMM

#define wxSCI_MODULA_DOXYCOMM   2

Definition at line 2210 of file wxscintilla.h.

◆ wxSCI_MODULA_DOXYKEY

#define wxSCI_MODULA_DOXYKEY   3

Definition at line 2211 of file wxscintilla.h.

◆ wxSCI_MODULA_FLOAT

#define wxSCI_MODULA_FLOAT   8

Definition at line 2216 of file wxscintilla.h.

◆ wxSCI_MODULA_KEYWORD

#define wxSCI_MODULA_KEYWORD   4

Definition at line 2212 of file wxscintilla.h.

◆ wxSCI_MODULA_NUMBER

#define wxSCI_MODULA_NUMBER   6

Definition at line 2214 of file wxscintilla.h.

◆ wxSCI_MODULA_OPERATOR

#define wxSCI_MODULA_OPERATOR   16

Definition at line 2224 of file wxscintilla.h.

◆ wxSCI_MODULA_PRAGMA

#define wxSCI_MODULA_PRAGMA   14

Definition at line 2222 of file wxscintilla.h.

◆ wxSCI_MODULA_PRGKEY

#define wxSCI_MODULA_PRGKEY   15

Definition at line 2223 of file wxscintilla.h.

◆ wxSCI_MODULA_PROC

#define wxSCI_MODULA_PROC   13

Definition at line 2221 of file wxscintilla.h.

◆ wxSCI_MODULA_RESERVED

#define wxSCI_MODULA_RESERVED   5

Definition at line 2213 of file wxscintilla.h.

◆ wxSCI_MODULA_STRING

#define wxSCI_MODULA_STRING   9

Definition at line 2217 of file wxscintilla.h.

◆ wxSCI_MODULA_STRSPEC

#define wxSCI_MODULA_STRSPEC   10

Definition at line 2218 of file wxscintilla.h.

◆ wxSCI_MSSQL_COLUMN_NAME

#define wxSCI_MSSQL_COLUMN_NAME   8

Definition at line 1503 of file wxscintilla.h.

◆ wxSCI_MSSQL_COLUMN_NAME_2

#define wxSCI_MSSQL_COLUMN_NAME_2   16

Definition at line 1511 of file wxscintilla.h.

◆ wxSCI_MSSQL_COMMENT

#define wxSCI_MSSQL_COMMENT   1

Definition at line 1496 of file wxscintilla.h.

◆ wxSCI_MSSQL_DATATYPE

#define wxSCI_MSSQL_DATATYPE   10

Definition at line 1505 of file wxscintilla.h.

◆ wxSCI_MSSQL_DEFAULT

#define wxSCI_MSSQL_DEFAULT   0

Lexical states for SCLEX_OCTAVE are identical to MatLab Lexical states for SCLEX_MSSQL.

Definition at line 1495 of file wxscintilla.h.

◆ wxSCI_MSSQL_DEFAULT_PREF_DATATYPE

#define wxSCI_MSSQL_DEFAULT_PREF_DATATYPE   15

Definition at line 1510 of file wxscintilla.h.

◆ wxSCI_MSSQL_FUNCTION

#define wxSCI_MSSQL_FUNCTION   13

Definition at line 1508 of file wxscintilla.h.

◆ wxSCI_MSSQL_GLOBAL_VARIABLE

#define wxSCI_MSSQL_GLOBAL_VARIABLE   12

Definition at line 1507 of file wxscintilla.h.

◆ wxSCI_MSSQL_IDENTIFIER

#define wxSCI_MSSQL_IDENTIFIER   6

Definition at line 1501 of file wxscintilla.h.

◆ wxSCI_MSSQL_LINE_COMMENT

#define wxSCI_MSSQL_LINE_COMMENT   2

Definition at line 1497 of file wxscintilla.h.

◆ wxSCI_MSSQL_NUMBER

#define wxSCI_MSSQL_NUMBER   3

Definition at line 1498 of file wxscintilla.h.

◆ wxSCI_MSSQL_OPERATOR

#define wxSCI_MSSQL_OPERATOR   5

Definition at line 1500 of file wxscintilla.h.

◆ wxSCI_MSSQL_STATEMENT

#define wxSCI_MSSQL_STATEMENT   9

Definition at line 1504 of file wxscintilla.h.

◆ wxSCI_MSSQL_STORED_PROCEDURE

#define wxSCI_MSSQL_STORED_PROCEDURE   14

Definition at line 1509 of file wxscintilla.h.

◆ wxSCI_MSSQL_STRING

#define wxSCI_MSSQL_STRING   4

Definition at line 1499 of file wxscintilla.h.

◆ wxSCI_MSSQL_SYSTABLE

#define wxSCI_MSSQL_SYSTABLE   11

Definition at line 1506 of file wxscintilla.h.

◆ wxSCI_MSSQL_VARIABLE

#define wxSCI_MSSQL_VARIABLE   7

Definition at line 1502 of file wxscintilla.h.

◆ wxSCI_MULTIAUTOC_EACH

#define wxSCI_MULTIAUTOC_EACH   1

Definition at line 370 of file wxscintilla.h.

◆ wxSCI_MULTIAUTOC_ONCE

#define wxSCI_MULTIAUTOC_ONCE   0

Definition at line 369 of file wxscintilla.h.

◆ wxSCI_MULTILINEUNDOREDO

#define wxSCI_MULTILINEUNDOREDO   0x1000

Definition at line 425 of file wxscintilla.h.

◆ wxSCI_MULTIPASTE_EACH

#define wxSCI_MULTIPASTE_EACH   1

Definition at line 316 of file wxscintilla.h.

◆ wxSCI_MULTIPASTE_ONCE

#define wxSCI_MULTIPASTE_ONCE   0

Definition at line 315 of file wxscintilla.h.

◆ wxSCI_MULTISTEPUNDOREDO

#define wxSCI_MULTISTEPUNDOREDO   0x80

Definition at line 420 of file wxscintilla.h.

◆ wxSCI_MYSQL_COMMENT

#define wxSCI_MYSQL_COMMENT   1

Definition at line 2028 of file wxscintilla.h.

◆ wxSCI_MYSQL_COMMENTLINE

#define wxSCI_MYSQL_COMMENTLINE   2

Definition at line 2029 of file wxscintilla.h.

◆ wxSCI_MYSQL_DATABASEOBJECT

#define wxSCI_MYSQL_DATABASEOBJECT   9

Definition at line 2036 of file wxscintilla.h.

◆ wxSCI_MYSQL_DEFAULT

#define wxSCI_MYSQL_DEFAULT   0

Lexical state for SCLEX_MYSQL.

Definition at line 2027 of file wxscintilla.h.

◆ wxSCI_MYSQL_DQSTRING

#define wxSCI_MYSQL_DQSTRING   13

Definition at line 2040 of file wxscintilla.h.

◆ wxSCI_MYSQL_FUNCTION

#define wxSCI_MYSQL_FUNCTION   15

Definition at line 2042 of file wxscintilla.h.

◆ wxSCI_MYSQL_HIDDENCOMMAND

#define wxSCI_MYSQL_HIDDENCOMMAND   21

Definition at line 2048 of file wxscintilla.h.

◆ wxSCI_MYSQL_IDENTIFIER

#define wxSCI_MYSQL_IDENTIFIER   16

Definition at line 2043 of file wxscintilla.h.

◆ wxSCI_MYSQL_KEYWORD

#define wxSCI_MYSQL_KEYWORD   8

Definition at line 2035 of file wxscintilla.h.

◆ wxSCI_MYSQL_KNOWNSYSTEMVARIABLE

#define wxSCI_MYSQL_KNOWNSYSTEMVARIABLE   5

Definition at line 2032 of file wxscintilla.h.

◆ wxSCI_MYSQL_MAJORKEYWORD

#define wxSCI_MYSQL_MAJORKEYWORD   7

Definition at line 2034 of file wxscintilla.h.

◆ wxSCI_MYSQL_NUMBER

#define wxSCI_MYSQL_NUMBER   6

Definition at line 2033 of file wxscintilla.h.

◆ wxSCI_MYSQL_OPERATOR

#define wxSCI_MYSQL_OPERATOR   14

Definition at line 2041 of file wxscintilla.h.

◆ wxSCI_MYSQL_PLACEHOLDER

#define wxSCI_MYSQL_PLACEHOLDER   22

Definition at line 2049 of file wxscintilla.h.

◆ wxSCI_MYSQL_PROCEDUREKEYWORD

#define wxSCI_MYSQL_PROCEDUREKEYWORD   10

Definition at line 2037 of file wxscintilla.h.

◆ wxSCI_MYSQL_QUOTEDIDENTIFIER

#define wxSCI_MYSQL_QUOTEDIDENTIFIER   17

Definition at line 2044 of file wxscintilla.h.

◆ wxSCI_MYSQL_SQSTRING

#define wxSCI_MYSQL_SQSTRING   12

Definition at line 2039 of file wxscintilla.h.

◆ wxSCI_MYSQL_STRING

#define wxSCI_MYSQL_STRING   11

Definition at line 2038 of file wxscintilla.h.

◆ wxSCI_MYSQL_SYSTEMVARIABLE

#define wxSCI_MYSQL_SYSTEMVARIABLE   4

Definition at line 2031 of file wxscintilla.h.

◆ wxSCI_MYSQL_USER1

#define wxSCI_MYSQL_USER1   18

Definition at line 2045 of file wxscintilla.h.

◆ wxSCI_MYSQL_USER2

#define wxSCI_MYSQL_USER2   19

Definition at line 2046 of file wxscintilla.h.

◆ wxSCI_MYSQL_USER3

#define wxSCI_MYSQL_USER3   20

Definition at line 2047 of file wxscintilla.h.

◆ wxSCI_MYSQL_VARIABLE

#define wxSCI_MYSQL_VARIABLE   3

Definition at line 2030 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_ASTERISK

#define wxSCI_NNCRONTAB_ASTERISK   6

Definition at line 1193 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_COMMENT

#define wxSCI_NNCRONTAB_COMMENT   1

Definition at line 1188 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_DEFAULT

#define wxSCI_NNCRONTAB_DEFAULT   0

Lexical states for SCLEX_NNCRONTAB (nnCron crontab Lexer)

Definition at line 1187 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_ENVIRONMENT

#define wxSCI_NNCRONTAB_ENVIRONMENT   9

Definition at line 1196 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_IDENTIFIER

#define wxSCI_NNCRONTAB_IDENTIFIER   10

Definition at line 1197 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_KEYWORD

#define wxSCI_NNCRONTAB_KEYWORD   4

Definition at line 1191 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_MODIFIER

#define wxSCI_NNCRONTAB_MODIFIER   5

Definition at line 1192 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_NUMBER

#define wxSCI_NNCRONTAB_NUMBER   7

Definition at line 1194 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_SECTION

#define wxSCI_NNCRONTAB_SECTION   3

Definition at line 1190 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_STRING

#define wxSCI_NNCRONTAB_STRING   8

Definition at line 1195 of file wxscintilla.h.

◆ wxSCI_NNCRONTAB_TASK

#define wxSCI_NNCRONTAB_TASK   2

Definition at line 1189 of file wxscintilla.h.

◆ wxSCI_NSIS_COMMENT

#define wxSCI_NSIS_COMMENT   1

Definition at line 1371 of file wxscintilla.h.

◆ wxSCI_NSIS_COMMENTBOX

#define wxSCI_NSIS_COMMENTBOX   18

Definition at line 1388 of file wxscintilla.h.

◆ wxSCI_NSIS_DEFAULT

#define wxSCI_NSIS_DEFAULT   0

Lexical states for SCLEX_NSIS.

Definition at line 1370 of file wxscintilla.h.

◆ wxSCI_NSIS_FUNCTION

#define wxSCI_NSIS_FUNCTION   5

Definition at line 1375 of file wxscintilla.h.

◆ wxSCI_NSIS_FUNCTIONDEF

#define wxSCI_NSIS_FUNCTIONDEF   17

Definition at line 1387 of file wxscintilla.h.

◆ wxSCI_NSIS_IFDEFINEDEF

#define wxSCI_NSIS_IFDEFINEDEF   11

Definition at line 1381 of file wxscintilla.h.

◆ wxSCI_NSIS_LABEL

#define wxSCI_NSIS_LABEL   7

Definition at line 1377 of file wxscintilla.h.

◆ wxSCI_NSIS_MACRODEF

#define wxSCI_NSIS_MACRODEF   12

Definition at line 1382 of file wxscintilla.h.

◆ wxSCI_NSIS_NUMBER

#define wxSCI_NSIS_NUMBER   14

Definition at line 1384 of file wxscintilla.h.

◆ wxSCI_NSIS_PAGEEX

#define wxSCI_NSIS_PAGEEX   16

Definition at line 1386 of file wxscintilla.h.

◆ wxSCI_NSIS_SECTIONDEF

#define wxSCI_NSIS_SECTIONDEF   9

Definition at line 1379 of file wxscintilla.h.

◆ wxSCI_NSIS_SECTIONGROUP

#define wxSCI_NSIS_SECTIONGROUP   15

Definition at line 1385 of file wxscintilla.h.

◆ wxSCI_NSIS_STRINGDQ

#define wxSCI_NSIS_STRINGDQ   2

Definition at line 1372 of file wxscintilla.h.

◆ wxSCI_NSIS_STRINGLQ

#define wxSCI_NSIS_STRINGLQ   3

Definition at line 1373 of file wxscintilla.h.

◆ wxSCI_NSIS_STRINGRQ

#define wxSCI_NSIS_STRINGRQ   4

Definition at line 1374 of file wxscintilla.h.

◆ wxSCI_NSIS_STRINGVAR

#define wxSCI_NSIS_STRINGVAR   13

Definition at line 1383 of file wxscintilla.h.

◆ wxSCI_NSIS_SUBSECTIONDEF

#define wxSCI_NSIS_SUBSECTIONDEF   10

Definition at line 1380 of file wxscintilla.h.

◆ wxSCI_NSIS_USERDEFINED

#define wxSCI_NSIS_USERDEFINED   8

Definition at line 1378 of file wxscintilla.h.

◆ wxSCI_NSIS_VARIABLE

#define wxSCI_NSIS_VARIABLE   6

Definition at line 1376 of file wxscintilla.h.

◆ wxSCI_OPAL_BOOL_CONST

#define wxSCI_OPAL_BOOL_CONST   8

Definition at line 1875 of file wxscintilla.h.

◆ wxSCI_OPAL_COMMENT_BLOCK

#define wxSCI_OPAL_COMMENT_BLOCK   1

Definition at line 1868 of file wxscintilla.h.

◆ wxSCI_OPAL_COMMENT_LINE

#define wxSCI_OPAL_COMMENT_LINE   2

Definition at line 1869 of file wxscintilla.h.

◆ wxSCI_OPAL_DEFAULT

#define wxSCI_OPAL_DEFAULT   32

Definition at line 1876 of file wxscintilla.h.

◆ wxSCI_OPAL_INTEGER

#define wxSCI_OPAL_INTEGER   3

Definition at line 1870 of file wxscintilla.h.

◆ wxSCI_OPAL_KEYWORD

#define wxSCI_OPAL_KEYWORD   4

Definition at line 1871 of file wxscintilla.h.

◆ wxSCI_OPAL_PAR

#define wxSCI_OPAL_PAR   7

Definition at line 1874 of file wxscintilla.h.

◆ wxSCI_OPAL_SORT

#define wxSCI_OPAL_SORT   5

Definition at line 1872 of file wxscintilla.h.

◆ wxSCI_OPAL_SPACE

#define wxSCI_OPAL_SPACE   0

Lexical states for SCLEX_OPAL.

Definition at line 1867 of file wxscintilla.h.

◆ wxSCI_OPAL_STRING

#define wxSCI_OPAL_STRING   6

Definition at line 1873 of file wxscintilla.h.

◆ wxSCI_OPTIONAL_START

#define wxSCI_OPTIONAL_START   3000

Definition at line 75 of file wxscintilla.h.

◆ wxSCI_ORDER_CUSTOM

#define wxSCI_ORDER_CUSTOM   2

Definition at line 373 of file wxscintilla.h.

Referenced by CCManager::OnCompleteCode().

◆ wxSCI_ORDER_PERFORMSORT

#define wxSCI_ORDER_PERFORMSORT   1

Definition at line 372 of file wxscintilla.h.

◆ wxSCI_ORDER_PRESORTED

#define wxSCI_ORDER_PRESORTED   0

Definition at line 371 of file wxscintilla.h.

Referenced by CCManager::OnCompleteCode().

◆ wxSCI_OSCRIPT_BLOCK_COMMENT

#define wxSCI_OSCRIPT_BLOCK_COMMENT   2

Definition at line 2305 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_CONSTANT

#define wxSCI_OSCRIPT_CONSTANT   8

Definition at line 2311 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_DEFAULT

#define wxSCI_OSCRIPT_DEFAULT   0

Lexical states for SCLEX_OSCRIPT.

Definition at line 2303 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_DOC_COMMENT

#define wxSCI_OSCRIPT_DOC_COMMENT   3

Definition at line 2306 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_DOUBLEQUOTE_STRING

#define wxSCI_OSCRIPT_DOUBLEQUOTE_STRING   7

Definition at line 2310 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_FUNCTION

#define wxSCI_OSCRIPT_FUNCTION   15

Definition at line 2318 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_GLOBAL

#define wxSCI_OSCRIPT_GLOBAL   10

Definition at line 2313 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_IDENTIFIER

#define wxSCI_OSCRIPT_IDENTIFIER   9

Definition at line 2312 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_KEYWORD

#define wxSCI_OSCRIPT_KEYWORD   11

Definition at line 2314 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_LABEL

#define wxSCI_OSCRIPT_LABEL   13

Definition at line 2316 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_LINE_COMMENT

#define wxSCI_OSCRIPT_LINE_COMMENT   1

Definition at line 2304 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_METHOD

#define wxSCI_OSCRIPT_METHOD   18

Definition at line 2321 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_NUMBER

#define wxSCI_OSCRIPT_NUMBER   5

Definition at line 2308 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_OBJECT

#define wxSCI_OSCRIPT_OBJECT   16

Definition at line 2319 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_OPERATOR

#define wxSCI_OSCRIPT_OPERATOR   12

Definition at line 2315 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_PREPROCESSOR

#define wxSCI_OSCRIPT_PREPROCESSOR   4

Definition at line 2307 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_PROPERTY

#define wxSCI_OSCRIPT_PROPERTY   17

Definition at line 2320 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_SINGLEQUOTE_STRING

#define wxSCI_OSCRIPT_SINGLEQUOTE_STRING   6

Definition at line 2309 of file wxscintilla.h.

◆ wxSCI_OSCRIPT_TYPE

#define wxSCI_OSCRIPT_TYPE   14

Definition at line 2317 of file wxscintilla.h.

◆ wxSCI_P_CHARACTER

#define wxSCI_P_CHARACTER   4

Definition at line 611 of file wxscintilla.h.

◆ wxSCI_P_CLASSNAME

#define wxSCI_P_CLASSNAME   8

Definition at line 615 of file wxscintilla.h.

◆ wxSCI_P_COMMENTBLOCK

#define wxSCI_P_COMMENTBLOCK   12

Definition at line 619 of file wxscintilla.h.

◆ wxSCI_P_COMMENTLINE

#define wxSCI_P_COMMENTLINE   1

Definition at line 608 of file wxscintilla.h.

◆ wxSCI_P_DECORATOR

#define wxSCI_P_DECORATOR   15

Definition at line 622 of file wxscintilla.h.

◆ wxSCI_P_DEFAULT

#define wxSCI_P_DEFAULT   0

Lexical states for SCLEX_PYTHON.

Definition at line 607 of file wxscintilla.h.

◆ wxSCI_P_DEFNAME

#define wxSCI_P_DEFNAME   9

Definition at line 616 of file wxscintilla.h.

◆ wxSCI_P_FCHARACTER

#define wxSCI_P_FCHARACTER   17

Definition at line 624 of file wxscintilla.h.

◆ wxSCI_P_FSTRING

#define wxSCI_P_FSTRING   16

Definition at line 623 of file wxscintilla.h.

◆ wxSCI_P_FTRIPLE

#define wxSCI_P_FTRIPLE   18

Definition at line 625 of file wxscintilla.h.

◆ wxSCI_P_FTRIPLEDOUBLE

#define wxSCI_P_FTRIPLEDOUBLE   19

Definition at line 626 of file wxscintilla.h.

◆ wxSCI_P_IDENTIFIER

#define wxSCI_P_IDENTIFIER   11

Definition at line 618 of file wxscintilla.h.

◆ wxSCI_P_NUMBER

#define wxSCI_P_NUMBER   2

Definition at line 609 of file wxscintilla.h.

◆ wxSCI_P_OPERATOR

#define wxSCI_P_OPERATOR   10

Definition at line 617 of file wxscintilla.h.

◆ wxSCI_P_STRING

#define wxSCI_P_STRING   3

Definition at line 610 of file wxscintilla.h.

◆ wxSCI_P_STRINGEOL

#define wxSCI_P_STRINGEOL   13

Definition at line 620 of file wxscintilla.h.

◆ wxSCI_P_TRIPLE

#define wxSCI_P_TRIPLE   6

Definition at line 613 of file wxscintilla.h.

◆ wxSCI_P_TRIPLEDOUBLE

#define wxSCI_P_TRIPLEDOUBLE   7

Definition at line 614 of file wxscintilla.h.

◆ wxSCI_P_WORD

#define wxSCI_P_WORD   5

Definition at line 612 of file wxscintilla.h.

◆ wxSCI_P_WORD2

#define wxSCI_P_WORD2   14

Definition at line 621 of file wxscintilla.h.

◆ wxSCI_PAS_ASM

#define wxSCI_PAS_ASM   14

Definition at line 2084 of file wxscintilla.h.

◆ wxSCI_PAS_CHARACTER

#define wxSCI_PAS_CHARACTER   12

Definition at line 2082 of file wxscintilla.h.

◆ wxSCI_PAS_COMMENT

#define wxSCI_PAS_COMMENT   2

Definition at line 2072 of file wxscintilla.h.

◆ wxSCI_PAS_COMMENT2

#define wxSCI_PAS_COMMENT2   3

Definition at line 2073 of file wxscintilla.h.

◆ wxSCI_PAS_COMMENTLINE

#define wxSCI_PAS_COMMENTLINE   4

Definition at line 2074 of file wxscintilla.h.

◆ wxSCI_PAS_DEFAULT

#define wxSCI_PAS_DEFAULT   0

Lexical states for SCLEX_PASCAL.

Definition at line 2070 of file wxscintilla.h.

◆ wxSCI_PAS_HEXNUMBER

#define wxSCI_PAS_HEXNUMBER   8

Definition at line 2078 of file wxscintilla.h.

◆ wxSCI_PAS_IDENTIFIER

#define wxSCI_PAS_IDENTIFIER   1

Definition at line 2071 of file wxscintilla.h.

◆ wxSCI_PAS_NUMBER

#define wxSCI_PAS_NUMBER   7

Definition at line 2077 of file wxscintilla.h.

◆ wxSCI_PAS_OPERATOR

#define wxSCI_PAS_OPERATOR   13

Definition at line 2083 of file wxscintilla.h.

◆ wxSCI_PAS_PREPROCESSOR

#define wxSCI_PAS_PREPROCESSOR   5

Definition at line 2075 of file wxscintilla.h.

◆ wxSCI_PAS_PREPROCESSOR2

#define wxSCI_PAS_PREPROCESSOR2   6

Definition at line 2076 of file wxscintilla.h.

◆ wxSCI_PAS_STRING

#define wxSCI_PAS_STRING   10

Definition at line 2080 of file wxscintilla.h.

◆ wxSCI_PAS_STRINGEOL

#define wxSCI_PAS_STRINGEOL   11

Definition at line 2081 of file wxscintilla.h.

◆ wxSCI_PAS_WORD

#define wxSCI_PAS_WORD   9

Definition at line 2079 of file wxscintilla.h.

◆ wxSCI_PERFORMED_REDO

#define wxSCI_PERFORMED_REDO   0x40

Definition at line 419 of file wxscintilla.h.

◆ wxSCI_PERFORMED_UNDO

#define wxSCI_PERFORMED_UNDO   0x20

Definition at line 418 of file wxscintilla.h.

Referenced by CCManager::OnEditorHook().

◆ wxSCI_PERFORMED_USER

#define wxSCI_PERFORMED_USER   0x10

Definition at line 417 of file wxscintilla.h.

◆ wxSCI_PHASES_MULTIPLE

#define wxSCI_PHASES_MULTIPLE   2

Definition at line 307 of file wxscintilla.h.

◆ wxSCI_PHASES_ONE

#define wxSCI_PHASES_ONE   0

Definition at line 305 of file wxscintilla.h.

◆ wxSCI_PHASES_TWO

#define wxSCI_PHASES_TWO   1

Definition at line 306 of file wxscintilla.h.

◆ wxSCI_PL_ARRAY

#define wxSCI_PL_ARRAY   13

Definition at line 866 of file wxscintilla.h.

◆ wxSCI_PL_BACKTICKS

#define wxSCI_PL_BACKTICKS   20

Definition at line 873 of file wxscintilla.h.

◆ wxSCI_PL_BACKTICKS_VAR

#define wxSCI_PL_BACKTICKS_VAR   57

Definition at line 892 of file wxscintilla.h.

◆ wxSCI_PL_CHARACTER

#define wxSCI_PL_CHARACTER   7

Definition at line 860 of file wxscintilla.h.

◆ wxSCI_PL_COMMENTLINE

#define wxSCI_PL_COMMENTLINE   2

Definition at line 855 of file wxscintilla.h.

◆ wxSCI_PL_DATASECTION

#define wxSCI_PL_DATASECTION   21

Definition at line 874 of file wxscintilla.h.

◆ wxSCI_PL_DEFAULT

#define wxSCI_PL_DEFAULT   0

Lexical states for SCLEX_PERL.

Definition at line 853 of file wxscintilla.h.

◆ wxSCI_PL_ERROR

#define wxSCI_PL_ERROR   1

Definition at line 854 of file wxscintilla.h.

◆ wxSCI_PL_FORMAT

#define wxSCI_PL_FORMAT   42

Definition at line 887 of file wxscintilla.h.

◆ wxSCI_PL_FORMAT_IDENT

#define wxSCI_PL_FORMAT_IDENT   41

Definition at line 886 of file wxscintilla.h.

◆ wxSCI_PL_HASH

#define wxSCI_PL_HASH   14

Definition at line 867 of file wxscintilla.h.

◆ wxSCI_PL_HERE_DELIM

#define wxSCI_PL_HERE_DELIM   22

Definition at line 875 of file wxscintilla.h.

◆ wxSCI_PL_HERE_Q

#define wxSCI_PL_HERE_Q   23

Definition at line 876 of file wxscintilla.h.

◆ wxSCI_PL_HERE_QQ

#define wxSCI_PL_HERE_QQ   24

Definition at line 877 of file wxscintilla.h.

◆ wxSCI_PL_HERE_QQ_VAR

#define wxSCI_PL_HERE_QQ_VAR   61

Definition at line 893 of file wxscintilla.h.

◆ wxSCI_PL_HERE_QX

#define wxSCI_PL_HERE_QX   25

Definition at line 878 of file wxscintilla.h.

◆ wxSCI_PL_HERE_QX_VAR

#define wxSCI_PL_HERE_QX_VAR   62

Definition at line 894 of file wxscintilla.h.

◆ wxSCI_PL_IDENTIFIER

#define wxSCI_PL_IDENTIFIER   11

Definition at line 864 of file wxscintilla.h.

◆ wxSCI_PL_LONGQUOTE

#define wxSCI_PL_LONGQUOTE   19

Definition at line 872 of file wxscintilla.h.

◆ wxSCI_PL_NUMBER

#define wxSCI_PL_NUMBER   4

Definition at line 857 of file wxscintilla.h.

◆ wxSCI_PL_OPERATOR

#define wxSCI_PL_OPERATOR   10

Definition at line 863 of file wxscintilla.h.

◆ wxSCI_PL_POD

#define wxSCI_PL_POD   3

Definition at line 856 of file wxscintilla.h.

◆ wxSCI_PL_POD_VERB

#define wxSCI_PL_POD_VERB   31

Definition at line 884 of file wxscintilla.h.

◆ wxSCI_PL_PREPROCESSOR

#define wxSCI_PL_PREPROCESSOR   9

Definition at line 862 of file wxscintilla.h.

◆ wxSCI_PL_PUNCTUATION

#define wxSCI_PL_PUNCTUATION   8

Definition at line 861 of file wxscintilla.h.

◆ wxSCI_PL_REGEX

#define wxSCI_PL_REGEX   17

Definition at line 870 of file wxscintilla.h.

◆ wxSCI_PL_REGEX_VAR

#define wxSCI_PL_REGEX_VAR   54

Definition at line 890 of file wxscintilla.h.

◆ wxSCI_PL_REGSUBST

#define wxSCI_PL_REGSUBST   18

Definition at line 871 of file wxscintilla.h.

◆ wxSCI_PL_REGSUBST_VAR

#define wxSCI_PL_REGSUBST_VAR   55

Definition at line 891 of file wxscintilla.h.

◆ wxSCI_PL_SCALAR

#define wxSCI_PL_SCALAR   12

Definition at line 865 of file wxscintilla.h.

◆ wxSCI_PL_STRING

#define wxSCI_PL_STRING   6

Definition at line 859 of file wxscintilla.h.

◆ wxSCI_PL_STRING_Q

#define wxSCI_PL_STRING_Q   26

Definition at line 879 of file wxscintilla.h.

◆ wxSCI_PL_STRING_QQ

#define wxSCI_PL_STRING_QQ   27

Definition at line 880 of file wxscintilla.h.

◆ wxSCI_PL_STRING_QQ_VAR

#define wxSCI_PL_STRING_QQ_VAR   64

Definition at line 895 of file wxscintilla.h.

◆ wxSCI_PL_STRING_QR

#define wxSCI_PL_STRING_QR   29

Definition at line 882 of file wxscintilla.h.

◆ wxSCI_PL_STRING_QR_VAR

#define wxSCI_PL_STRING_QR_VAR   66

Definition at line 897 of file wxscintilla.h.

◆ wxSCI_PL_STRING_QW

#define wxSCI_PL_STRING_QW   30

Definition at line 883 of file wxscintilla.h.

◆ wxSCI_PL_STRING_QX

#define wxSCI_PL_STRING_QX   28

Definition at line 881 of file wxscintilla.h.

◆ wxSCI_PL_STRING_QX_VAR

#define wxSCI_PL_STRING_QX_VAR   65

Definition at line 896 of file wxscintilla.h.

◆ wxSCI_PL_STRING_VAR

#define wxSCI_PL_STRING_VAR   43

Definition at line 888 of file wxscintilla.h.

◆ wxSCI_PL_SUB_PROTOTYPE

#define wxSCI_PL_SUB_PROTOTYPE   40

Definition at line 885 of file wxscintilla.h.

◆ wxSCI_PL_SYMBOLTABLE

#define wxSCI_PL_SYMBOLTABLE   15

Definition at line 868 of file wxscintilla.h.

◆ wxSCI_PL_VARIABLE_INDEXER

#define wxSCI_PL_VARIABLE_INDEXER   16

Definition at line 869 of file wxscintilla.h.

◆ wxSCI_PL_WORD

#define wxSCI_PL_WORD   5

Definition at line 858 of file wxscintilla.h.

◆ wxSCI_PL_XLAT

#define wxSCI_PL_XLAT   44

Definition at line 889 of file wxscintilla.h.

◆ wxSCI_PLM_COMMENT

#define wxSCI_PLM_COMMENT   1

Definition at line 1922 of file wxscintilla.h.

◆ wxSCI_PLM_CONTROL

#define wxSCI_PLM_CONTROL   6

Definition at line 1927 of file wxscintilla.h.

◆ wxSCI_PLM_DEFAULT

#define wxSCI_PLM_DEFAULT   0

Lexical state for SCLEX_PLM.

Definition at line 1921 of file wxscintilla.h.

◆ wxSCI_PLM_IDENTIFIER

#define wxSCI_PLM_IDENTIFIER   4

Definition at line 1925 of file wxscintilla.h.

◆ wxSCI_PLM_KEYWORD

#define wxSCI_PLM_KEYWORD   7

Definition at line 1928 of file wxscintilla.h.

◆ wxSCI_PLM_NUMBER

#define wxSCI_PLM_NUMBER   3

Definition at line 1924 of file wxscintilla.h.

◆ wxSCI_PLM_OPERATOR

#define wxSCI_PLM_OPERATOR   5

Definition at line 1926 of file wxscintilla.h.

◆ wxSCI_PLM_STRING

#define wxSCI_PLM_STRING   2

Definition at line 1923 of file wxscintilla.h.

◆ wxSCI_PO_COMMENT

#define wxSCI_PO_COMMENT   1

Definition at line 2053 of file wxscintilla.h.

◆ wxSCI_PO_DEFAULT

#define wxSCI_PO_DEFAULT   0

Lexical state for SCLEX_PO.

Definition at line 2052 of file wxscintilla.h.

◆ wxSCI_PO_ERROR

#define wxSCI_PO_ERROR   15

Definition at line 2067 of file wxscintilla.h.

◆ wxSCI_PO_FLAGS

#define wxSCI_PO_FLAGS   11

Definition at line 2063 of file wxscintilla.h.

◆ wxSCI_PO_FUZZY

#define wxSCI_PO_FUZZY   8

Definition at line 2060 of file wxscintilla.h.

◆ wxSCI_PO_MSGCTXT

#define wxSCI_PO_MSGCTXT   6

Definition at line 2058 of file wxscintilla.h.

◆ wxSCI_PO_MSGCTXT_TEXT

#define wxSCI_PO_MSGCTXT_TEXT   7

Definition at line 2059 of file wxscintilla.h.

◆ wxSCI_PO_MSGCTXT_TEXT_EOL

#define wxSCI_PO_MSGCTXT_TEXT_EOL   14

Definition at line 2066 of file wxscintilla.h.

◆ wxSCI_PO_MSGID

#define wxSCI_PO_MSGID   2

Definition at line 2054 of file wxscintilla.h.

◆ wxSCI_PO_MSGID_TEXT

#define wxSCI_PO_MSGID_TEXT   3

Definition at line 2055 of file wxscintilla.h.

◆ wxSCI_PO_MSGID_TEXT_EOL

#define wxSCI_PO_MSGID_TEXT_EOL   12

Definition at line 2064 of file wxscintilla.h.

◆ wxSCI_PO_MSGSTR

#define wxSCI_PO_MSGSTR   4

Definition at line 2056 of file wxscintilla.h.

◆ wxSCI_PO_MSGSTR_TEXT

#define wxSCI_PO_MSGSTR_TEXT   5

Definition at line 2057 of file wxscintilla.h.

◆ wxSCI_PO_MSGSTR_TEXT_EOL

#define wxSCI_PO_MSGSTR_TEXT_EOL   13

Definition at line 2065 of file wxscintilla.h.

◆ wxSCI_PO_PROGRAMMER_COMMENT

#define wxSCI_PO_PROGRAMMER_COMMENT   9

Definition at line 2061 of file wxscintilla.h.

◆ wxSCI_PO_REFERENCE

#define wxSCI_PO_REFERENCE   10

Definition at line 2062 of file wxscintilla.h.

◆ wxSCI_POPUP_ALL

#define wxSCI_POPUP_ALL   1

Definition at line 322 of file wxscintilla.h.

◆ wxSCI_POPUP_NEVER

#define wxSCI_POPUP_NEVER   0

Definition at line 321 of file wxscintilla.h.

◆ wxSCI_POPUP_TEXT

#define wxSCI_POPUP_TEXT   2

Definition at line 323 of file wxscintilla.h.

◆ wxSCI_POV_BADDIRECTIVE

#define wxSCI_POV_BADDIRECTIVE   9

Definition at line 1315 of file wxscintilla.h.

◆ wxSCI_POV_COMMENT

#define wxSCI_POV_COMMENT   1

Definition at line 1307 of file wxscintilla.h.

◆ wxSCI_POV_COMMENTLINE

#define wxSCI_POV_COMMENTLINE   2

Definition at line 1308 of file wxscintilla.h.

◆ wxSCI_POV_DEFAULT

#define wxSCI_POV_DEFAULT   0

Lexical states for SCLEX_POV.

Definition at line 1306 of file wxscintilla.h.

◆ wxSCI_POV_DIRECTIVE

#define wxSCI_POV_DIRECTIVE   8

Definition at line 1314 of file wxscintilla.h.

◆ wxSCI_POV_IDENTIFIER

#define wxSCI_POV_IDENTIFIER   5

Definition at line 1311 of file wxscintilla.h.

◆ wxSCI_POV_NUMBER

#define wxSCI_POV_NUMBER   3

Definition at line 1309 of file wxscintilla.h.

◆ wxSCI_POV_OPERATOR

#define wxSCI_POV_OPERATOR   4

Definition at line 1310 of file wxscintilla.h.

◆ wxSCI_POV_STRING

#define wxSCI_POV_STRING   6

Definition at line 1312 of file wxscintilla.h.

◆ wxSCI_POV_STRINGEOL

#define wxSCI_POV_STRINGEOL   7

Definition at line 1313 of file wxscintilla.h.

◆ wxSCI_POV_WORD2

#define wxSCI_POV_WORD2   10

Definition at line 1316 of file wxscintilla.h.

◆ wxSCI_POV_WORD3

#define wxSCI_POV_WORD3   11

Definition at line 1317 of file wxscintilla.h.

◆ wxSCI_POV_WORD4

#define wxSCI_POV_WORD4   12

Definition at line 1318 of file wxscintilla.h.

◆ wxSCI_POV_WORD5

#define wxSCI_POV_WORD5   13

Definition at line 1319 of file wxscintilla.h.

◆ wxSCI_POV_WORD6

#define wxSCI_POV_WORD6   14

Definition at line 1320 of file wxscintilla.h.

◆ wxSCI_POV_WORD7

#define wxSCI_POV_WORD7   15

Definition at line 1321 of file wxscintilla.h.

◆ wxSCI_POV_WORD8

#define wxSCI_POV_WORD8   16

Definition at line 1322 of file wxscintilla.h.

◆ wxSCI_POWERPRO_ALTQUOTE

#define wxSCI_POWERPRO_ALTQUOTE   15

Definition at line 2114 of file wxscintilla.h.

◆ wxSCI_POWERPRO_COMMENTBLOCK

#define wxSCI_POWERPRO_COMMENTBLOCK   1

Definition at line 2100 of file wxscintilla.h.

◆ wxSCI_POWERPRO_COMMENTLINE

#define wxSCI_POWERPRO_COMMENTLINE   2

Definition at line 2101 of file wxscintilla.h.

◆ wxSCI_POWERPRO_DEFAULT

#define wxSCI_POWERPRO_DEFAULT   0

Lexical state for SCLEX_POWERPRO.

Definition at line 2099 of file wxscintilla.h.

◆ wxSCI_POWERPRO_DOUBLEQUOTEDSTRING

#define wxSCI_POWERPRO_DOUBLEQUOTEDSTRING   8

Definition at line 2107 of file wxscintilla.h.

◆ wxSCI_POWERPRO_FUNCTION

#define wxSCI_POWERPRO_FUNCTION   16

Definition at line 2115 of file wxscintilla.h.

◆ wxSCI_POWERPRO_IDENTIFIER

#define wxSCI_POWERPRO_IDENTIFIER   12

Definition at line 2111 of file wxscintilla.h.

◆ wxSCI_POWERPRO_LINECONTINUE

#define wxSCI_POWERPRO_LINECONTINUE   10

Definition at line 2109 of file wxscintilla.h.

◆ wxSCI_POWERPRO_NUMBER

#define wxSCI_POWERPRO_NUMBER   3

Definition at line 2102 of file wxscintilla.h.

◆ wxSCI_POWERPRO_OPERATOR

#define wxSCI_POWERPRO_OPERATOR   11

Definition at line 2110 of file wxscintilla.h.

◆ wxSCI_POWERPRO_SINGLEQUOTEDSTRING

#define wxSCI_POWERPRO_SINGLEQUOTEDSTRING   9

Definition at line 2108 of file wxscintilla.h.

◆ wxSCI_POWERPRO_STRINGEOL

#define wxSCI_POWERPRO_STRINGEOL   13

Definition at line 2112 of file wxscintilla.h.

◆ wxSCI_POWERPRO_VERBATIM

#define wxSCI_POWERPRO_VERBATIM   14

Definition at line 2113 of file wxscintilla.h.

◆ wxSCI_POWERPRO_WORD

#define wxSCI_POWERPRO_WORD   4

Definition at line 2103 of file wxscintilla.h.

◆ wxSCI_POWERPRO_WORD2

#define wxSCI_POWERPRO_WORD2   5

Definition at line 2104 of file wxscintilla.h.

◆ wxSCI_POWERPRO_WORD3

#define wxSCI_POWERPRO_WORD3   6

Definition at line 2105 of file wxscintilla.h.

◆ wxSCI_POWERPRO_WORD4

#define wxSCI_POWERPRO_WORD4   7

Definition at line 2106 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_ALIAS

#define wxSCI_POWERSHELL_ALIAS   10

Definition at line 2018 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_CHARACTER

#define wxSCI_POWERSHELL_CHARACTER   3

Definition at line 2011 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_CMDLET

#define wxSCI_POWERSHELL_CMDLET   9

Definition at line 2017 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_COMMENT

#define wxSCI_POWERSHELL_COMMENT   1

Definition at line 2009 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_COMMENTDOCKEYWORD

#define wxSCI_POWERSHELL_COMMENTDOCKEYWORD   16

Definition at line 2024 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_COMMENTSTREAM

#define wxSCI_POWERSHELL_COMMENTSTREAM   13

Definition at line 2021 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_DEFAULT

#define wxSCI_POWERSHELL_DEFAULT   0

Lexical state for SCLEX_POWERSHELL.

Definition at line 2008 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_FUNCTION

#define wxSCI_POWERSHELL_FUNCTION   11

Definition at line 2019 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_HERE_CHARACTER

#define wxSCI_POWERSHELL_HERE_CHARACTER   15

Definition at line 2023 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_HERE_STRING

#define wxSCI_POWERSHELL_HERE_STRING   14

Definition at line 2022 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_IDENTIFIER

#define wxSCI_POWERSHELL_IDENTIFIER   7

Definition at line 2015 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_KEYWORD

#define wxSCI_POWERSHELL_KEYWORD   8

Definition at line 2016 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_NUMBER

#define wxSCI_POWERSHELL_NUMBER   4

Definition at line 2012 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_OPERATOR

#define wxSCI_POWERSHELL_OPERATOR   6

Definition at line 2014 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_STRING

#define wxSCI_POWERSHELL_STRING   2

Definition at line 2010 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_USER1

#define wxSCI_POWERSHELL_USER1   12

Definition at line 2020 of file wxscintilla.h.

◆ wxSCI_POWERSHELL_VARIABLE

#define wxSCI_POWERSHELL_VARIABLE   5

Definition at line 2013 of file wxscintilla.h.

◆ wxSCI_PRINT_BLACKONWHITE

#define wxSCI_PRINT_BLACKONWHITE   2

PrintColourMode - force black text on white background for printing.

Definition at line 250 of file wxscintilla.h.

Referenced by cbEditor::Print().

◆ wxSCI_PRINT_COLOURONWHITE

#define wxSCI_PRINT_COLOURONWHITE   3

PrintColourMode - text stays coloured, but all background is forced to be white for printing.

Definition at line 253 of file wxscintilla.h.

Referenced by cbEditor::Print().

◆ wxSCI_PRINT_COLOURONWHITEDEFAULTBG

#define wxSCI_PRINT_COLOURONWHITEDEFAULTBG   4

PrintColourMode - only the default-background is forced to be white for printing.

Definition at line 256 of file wxscintilla.h.

◆ wxSCI_PRINT_INVERTLIGHT

#define wxSCI_PRINT_INVERTLIGHT   1

PrintColourMode - invert the light value of each style for printing.

Definition at line 247 of file wxscintilla.h.

Referenced by cbEditor::Print().

◆ wxSCI_PRINT_NORMAL

#define wxSCI_PRINT_NORMAL   0

PrintColourMode - use same colours as screen.

Definition at line 244 of file wxscintilla.h.

Referenced by cbEditor::Print().

◆ wxSCI_PROPS_ASSIGNMENT

#define wxSCI_PROPS_ASSIGNMENT   3

Definition at line 964 of file wxscintilla.h.

◆ wxSCI_PROPS_COMMENT

#define wxSCI_PROPS_COMMENT   1

Definition at line 962 of file wxscintilla.h.

◆ wxSCI_PROPS_DEFAULT

#define wxSCI_PROPS_DEFAULT   0

Lexical states for SCLEX_PROPERTIES.

Definition at line 961 of file wxscintilla.h.

◆ wxSCI_PROPS_DEFVAL

#define wxSCI_PROPS_DEFVAL   4

Definition at line 965 of file wxscintilla.h.

◆ wxSCI_PROPS_KEY

#define wxSCI_PROPS_KEY   5

Definition at line 966 of file wxscintilla.h.

◆ wxSCI_PROPS_SECTION

#define wxSCI_PROPS_SECTION   2

Definition at line 963 of file wxscintilla.h.

◆ wxSCI_PS_BADSTRINGCHAR

#define wxSCI_PS_BADSTRINGCHAR   15

Definition at line 1367 of file wxscintilla.h.

◆ wxSCI_PS_BASE85STRING

#define wxSCI_PS_BASE85STRING   14

Definition at line 1366 of file wxscintilla.h.

◆ wxSCI_PS_COMMENT

#define wxSCI_PS_COMMENT   1

Definition at line 1353 of file wxscintilla.h.

◆ wxSCI_PS_DEFAULT

#define wxSCI_PS_DEFAULT   0

Lexical states for SCLEX_PS.

Definition at line 1352 of file wxscintilla.h.

◆ wxSCI_PS_DSC_COMMENT

#define wxSCI_PS_DSC_COMMENT   2

Definition at line 1354 of file wxscintilla.h.

◆ wxSCI_PS_DSC_VALUE

#define wxSCI_PS_DSC_VALUE   3

Definition at line 1355 of file wxscintilla.h.

◆ wxSCI_PS_HEXSTRING

#define wxSCI_PS_HEXSTRING   13

Definition at line 1365 of file wxscintilla.h.

◆ wxSCI_PS_IMMEVAL

#define wxSCI_PS_IMMEVAL   8

Definition at line 1360 of file wxscintilla.h.

◆ wxSCI_PS_KEYWORD

#define wxSCI_PS_KEYWORD   6

Definition at line 1358 of file wxscintilla.h.

◆ wxSCI_PS_LITERAL

#define wxSCI_PS_LITERAL   7

Definition at line 1359 of file wxscintilla.h.

◆ wxSCI_PS_NAME

#define wxSCI_PS_NAME   5

Definition at line 1357 of file wxscintilla.h.

◆ wxSCI_PS_NUMBER

#define wxSCI_PS_NUMBER   4

Definition at line 1356 of file wxscintilla.h.

◆ wxSCI_PS_PAREN_ARRAY

#define wxSCI_PS_PAREN_ARRAY   9

Definition at line 1361 of file wxscintilla.h.

◆ wxSCI_PS_PAREN_DICT

#define wxSCI_PS_PAREN_DICT   10

Definition at line 1362 of file wxscintilla.h.

◆ wxSCI_PS_PAREN_PROC

#define wxSCI_PS_PAREN_PROC   11

Definition at line 1363 of file wxscintilla.h.

◆ wxSCI_PS_TEXT

#define wxSCI_PS_TEXT   12

Definition at line 1364 of file wxscintilla.h.

◆ wxSCI_R_BASEKWORD

#define wxSCI_R_BASEKWORD   3

Definition at line 1978 of file wxscintilla.h.

◆ wxSCI_R_COMMENT

#define wxSCI_R_COMMENT   1

Definition at line 1976 of file wxscintilla.h.

◆ wxSCI_R_DEFAULT

#define wxSCI_R_DEFAULT   0

Lexical states for SCLEX_R.

Definition at line 1975 of file wxscintilla.h.

◆ wxSCI_R_IDENTIFIER

#define wxSCI_R_IDENTIFIER   9

Definition at line 1984 of file wxscintilla.h.

◆ wxSCI_R_INFIX

#define wxSCI_R_INFIX   10

Definition at line 1985 of file wxscintilla.h.

◆ wxSCI_R_INFIXEOL

#define wxSCI_R_INFIXEOL   11

Definition at line 1986 of file wxscintilla.h.

◆ wxSCI_R_KWORD

#define wxSCI_R_KWORD   2

Definition at line 1977 of file wxscintilla.h.

◆ wxSCI_R_NUMBER

#define wxSCI_R_NUMBER   5

Definition at line 1980 of file wxscintilla.h.

◆ wxSCI_R_OPERATOR

#define wxSCI_R_OPERATOR   8

Definition at line 1983 of file wxscintilla.h.

◆ wxSCI_R_OTHERKWORD

#define wxSCI_R_OTHERKWORD   4

Definition at line 1979 of file wxscintilla.h.

◆ wxSCI_R_STRING

#define wxSCI_R_STRING   6

Definition at line 1981 of file wxscintilla.h.

◆ wxSCI_R_STRING2

#define wxSCI_R_STRING2   7

Definition at line 1982 of file wxscintilla.h.

◆ wxSCI_RB_BACKTICKS

#define wxSCI_RB_BACKTICKS   18

Definition at line 918 of file wxscintilla.h.

◆ wxSCI_RB_CHARACTER

#define wxSCI_RB_CHARACTER   7

Definition at line 907 of file wxscintilla.h.

◆ wxSCI_RB_CLASS_VAR

#define wxSCI_RB_CLASS_VAR   17

Definition at line 917 of file wxscintilla.h.

◆ wxSCI_RB_CLASSNAME

#define wxSCI_RB_CLASSNAME   8

Definition at line 908 of file wxscintilla.h.

◆ wxSCI_RB_COMMENTLINE

#define wxSCI_RB_COMMENTLINE   2

Definition at line 902 of file wxscintilla.h.

◆ wxSCI_RB_DATASECTION

#define wxSCI_RB_DATASECTION   19

Definition at line 919 of file wxscintilla.h.

◆ wxSCI_RB_DEFAULT

#define wxSCI_RB_DEFAULT   0

Lexical states for SCLEX_RUBY.

Definition at line 900 of file wxscintilla.h.

◆ wxSCI_RB_DEFNAME

#define wxSCI_RB_DEFNAME   9

Definition at line 909 of file wxscintilla.h.

◆ wxSCI_RB_ERROR

#define wxSCI_RB_ERROR   1

Definition at line 901 of file wxscintilla.h.

◆ wxSCI_RB_GLOBAL

#define wxSCI_RB_GLOBAL   13

Definition at line 913 of file wxscintilla.h.

◆ wxSCI_RB_HERE_DELIM

#define wxSCI_RB_HERE_DELIM   20

Definition at line 920 of file wxscintilla.h.

◆ wxSCI_RB_HERE_Q

#define wxSCI_RB_HERE_Q   21

Definition at line 921 of file wxscintilla.h.

◆ wxSCI_RB_HERE_QQ

#define wxSCI_RB_HERE_QQ   22

Definition at line 922 of file wxscintilla.h.

◆ wxSCI_RB_HERE_QX

#define wxSCI_RB_HERE_QX   23

Definition at line 923 of file wxscintilla.h.

◆ wxSCI_RB_IDENTIFIER

#define wxSCI_RB_IDENTIFIER   11

Definition at line 911 of file wxscintilla.h.

◆ wxSCI_RB_INSTANCE_VAR

#define wxSCI_RB_INSTANCE_VAR   16

Definition at line 916 of file wxscintilla.h.

◆ wxSCI_RB_MODULE_NAME

#define wxSCI_RB_MODULE_NAME   15

Definition at line 915 of file wxscintilla.h.

◆ wxSCI_RB_NUMBER

#define wxSCI_RB_NUMBER   4

Definition at line 904 of file wxscintilla.h.

◆ wxSCI_RB_OPERATOR

#define wxSCI_RB_OPERATOR   10

Definition at line 910 of file wxscintilla.h.

◆ wxSCI_RB_POD

#define wxSCI_RB_POD   3

Definition at line 903 of file wxscintilla.h.

◆ wxSCI_RB_REGEX

#define wxSCI_RB_REGEX   12

Definition at line 912 of file wxscintilla.h.

◆ wxSCI_RB_STDERR

#define wxSCI_RB_STDERR   40

Definition at line 932 of file wxscintilla.h.

◆ wxSCI_RB_STDIN

#define wxSCI_RB_STDIN   30

Definition at line 930 of file wxscintilla.h.

◆ wxSCI_RB_STDOUT

#define wxSCI_RB_STDOUT   31

Definition at line 931 of file wxscintilla.h.

◆ wxSCI_RB_STRING

#define wxSCI_RB_STRING   6

Definition at line 906 of file wxscintilla.h.

◆ wxSCI_RB_STRING_Q

#define wxSCI_RB_STRING_Q   24

Definition at line 924 of file wxscintilla.h.

◆ wxSCI_RB_STRING_QQ

#define wxSCI_RB_STRING_QQ   25

Definition at line 925 of file wxscintilla.h.

◆ wxSCI_RB_STRING_QR

#define wxSCI_RB_STRING_QR   27

Definition at line 927 of file wxscintilla.h.

◆ wxSCI_RB_STRING_QW

#define wxSCI_RB_STRING_QW   28

Definition at line 928 of file wxscintilla.h.

◆ wxSCI_RB_STRING_QX

#define wxSCI_RB_STRING_QX   26

Definition at line 926 of file wxscintilla.h.

◆ wxSCI_RB_SYMBOL

#define wxSCI_RB_SYMBOL   14

Definition at line 914 of file wxscintilla.h.

◆ wxSCI_RB_UPPER_BOUND

#define wxSCI_RB_UPPER_BOUND   41

Definition at line 933 of file wxscintilla.h.

◆ wxSCI_RB_WORD

#define wxSCI_RB_WORD   5

Definition at line 905 of file wxscintilla.h.

◆ wxSCI_RB_WORD_DEMOTED

#define wxSCI_RB_WORD_DEMOTED   29

Definition at line 929 of file wxscintilla.h.

◆ wxSCI_REBOL_BINARY

#define wxSCI_REBOL_BINARY   11

Definition at line 1736 of file wxscintilla.h.

◆ wxSCI_REBOL_BRACEDSTRING

#define wxSCI_REBOL_BRACEDSTRING   7

Definition at line 1732 of file wxscintilla.h.

◆ wxSCI_REBOL_CHARACTER

#define wxSCI_REBOL_CHARACTER   5

Definition at line 1730 of file wxscintilla.h.

◆ wxSCI_REBOL_COMMENTBLOCK

#define wxSCI_REBOL_COMMENTBLOCK   2

Definition at line 1727 of file wxscintilla.h.

◆ wxSCI_REBOL_COMMENTLINE

#define wxSCI_REBOL_COMMENTLINE   1

Definition at line 1726 of file wxscintilla.h.

◆ wxSCI_REBOL_DATE

#define wxSCI_REBOL_DATE   18

Definition at line 1743 of file wxscintilla.h.

◆ wxSCI_REBOL_DEFAULT

#define wxSCI_REBOL_DEFAULT   0

Lexical states for SCLEX_REBOL.

Definition at line 1725 of file wxscintilla.h.

◆ wxSCI_REBOL_EMAIL

#define wxSCI_REBOL_EMAIL   16

Definition at line 1741 of file wxscintilla.h.

◆ wxSCI_REBOL_FILE

#define wxSCI_REBOL_FILE   15

Definition at line 1740 of file wxscintilla.h.

◆ wxSCI_REBOL_IDENTIFIER

#define wxSCI_REBOL_IDENTIFIER   20

Definition at line 1745 of file wxscintilla.h.

◆ wxSCI_REBOL_ISSUE

#define wxSCI_REBOL_ISSUE   13

Definition at line 1738 of file wxscintilla.h.

◆ wxSCI_REBOL_MONEY

#define wxSCI_REBOL_MONEY   12

Definition at line 1737 of file wxscintilla.h.

◆ wxSCI_REBOL_NUMBER

#define wxSCI_REBOL_NUMBER   8

Definition at line 1733 of file wxscintilla.h.

◆ wxSCI_REBOL_OPERATOR

#define wxSCI_REBOL_OPERATOR   4

Definition at line 1729 of file wxscintilla.h.

◆ wxSCI_REBOL_PAIR

#define wxSCI_REBOL_PAIR   9

Definition at line 1734 of file wxscintilla.h.

◆ wxSCI_REBOL_PREFACE

#define wxSCI_REBOL_PREFACE   3

Definition at line 1728 of file wxscintilla.h.

◆ wxSCI_REBOL_QUOTEDSTRING

#define wxSCI_REBOL_QUOTEDSTRING   6

Definition at line 1731 of file wxscintilla.h.

◆ wxSCI_REBOL_TAG

#define wxSCI_REBOL_TAG   14

Definition at line 1739 of file wxscintilla.h.

◆ wxSCI_REBOL_TIME

#define wxSCI_REBOL_TIME   19

Definition at line 1744 of file wxscintilla.h.

◆ wxSCI_REBOL_TUPLE

#define wxSCI_REBOL_TUPLE   10

Definition at line 1735 of file wxscintilla.h.

◆ wxSCI_REBOL_URL

#define wxSCI_REBOL_URL   17

Definition at line 1742 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD

#define wxSCI_REBOL_WORD   21

Definition at line 1746 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD2

#define wxSCI_REBOL_WORD2   22

Definition at line 1747 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD3

#define wxSCI_REBOL_WORD3   23

Definition at line 1748 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD4

#define wxSCI_REBOL_WORD4   24

Definition at line 1749 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD5

#define wxSCI_REBOL_WORD5   25

Definition at line 1750 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD6

#define wxSCI_REBOL_WORD6   26

Definition at line 1751 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD7

#define wxSCI_REBOL_WORD7   27

Definition at line 1752 of file wxscintilla.h.

◆ wxSCI_REBOL_WORD8

#define wxSCI_REBOL_WORD8   28

Definition at line 1753 of file wxscintilla.h.

◆ wxSCI_REG_ADDEDKEY

#define wxSCI_REG_ADDEDKEY   6

Definition at line 2442 of file wxscintilla.h.

◆ wxSCI_REG_COMMENT

#define wxSCI_REG_COMMENT   1

Definition at line 2437 of file wxscintilla.h.

◆ wxSCI_REG_DEFAULT

#define wxSCI_REG_DEFAULT   0

Lexical states for SCLEX_REGISTRY.

Definition at line 2436 of file wxscintilla.h.

◆ wxSCI_REG_DELETEDKEY

#define wxSCI_REG_DELETEDKEY   7

Definition at line 2443 of file wxscintilla.h.

◆ wxSCI_REG_ESCAPED

#define wxSCI_REG_ESCAPED   8

Definition at line 2444 of file wxscintilla.h.

◆ wxSCI_REG_HEXDIGIT

#define wxSCI_REG_HEXDIGIT   4

Definition at line 2440 of file wxscintilla.h.

◆ wxSCI_REG_KEYPATH_GUID

#define wxSCI_REG_KEYPATH_GUID   9

Definition at line 2445 of file wxscintilla.h.

◆ wxSCI_REG_OPERATOR

#define wxSCI_REG_OPERATOR   12

Definition at line 2448 of file wxscintilla.h.

◆ wxSCI_REG_PARAMETER

#define wxSCI_REG_PARAMETER   11

Definition at line 2447 of file wxscintilla.h.

◆ wxSCI_REG_STRING

#define wxSCI_REG_STRING   3

Definition at line 2439 of file wxscintilla.h.

◆ wxSCI_REG_STRING_GUID

#define wxSCI_REG_STRING_GUID   10

Definition at line 2446 of file wxscintilla.h.

◆ wxSCI_REG_VALUENAME

#define wxSCI_REG_VALUENAME   2

Definition at line 2438 of file wxscintilla.h.

◆ wxSCI_REG_VALUETYPE

#define wxSCI_REG_VALUETYPE   5

Definition at line 2441 of file wxscintilla.h.

◆ wxSCI_RUST_BYTECHARACTER

#define wxSCI_RUST_BYTECHARACTER   23

Definition at line 2408 of file wxscintilla.h.

◆ wxSCI_RUST_BYTESTRING

#define wxSCI_RUST_BYTESTRING   21

Definition at line 2406 of file wxscintilla.h.

◆ wxSCI_RUST_BYTESTRINGR

#define wxSCI_RUST_BYTESTRINGR   22

Definition at line 2407 of file wxscintilla.h.

◆ wxSCI_RUST_CHARACTER

#define wxSCI_RUST_CHARACTER   15

Definition at line 2400 of file wxscintilla.h.

◆ wxSCI_RUST_COMMENTBLOCK

#define wxSCI_RUST_COMMENTBLOCK   1

Definition at line 2386 of file wxscintilla.h.

◆ wxSCI_RUST_COMMENTBLOCKDOC

#define wxSCI_RUST_COMMENTBLOCKDOC   3

Definition at line 2388 of file wxscintilla.h.

◆ wxSCI_RUST_COMMENTLINE

#define wxSCI_RUST_COMMENTLINE   2

Definition at line 2387 of file wxscintilla.h.

◆ wxSCI_RUST_COMMENTLINEDOC

#define wxSCI_RUST_COMMENTLINEDOC   4

Definition at line 2389 of file wxscintilla.h.

◆ wxSCI_RUST_DEFAULT

#define wxSCI_RUST_DEFAULT   0

Lexical states for SCLEX_RUST.

Definition at line 2385 of file wxscintilla.h.

◆ wxSCI_RUST_IDENTIFIER

#define wxSCI_RUST_IDENTIFIER   17

Definition at line 2402 of file wxscintilla.h.

◆ wxSCI_RUST_LEXERROR

#define wxSCI_RUST_LEXERROR   20

Definition at line 2405 of file wxscintilla.h.

◆ wxSCI_RUST_LIFETIME

#define wxSCI_RUST_LIFETIME   18

Definition at line 2403 of file wxscintilla.h.

◆ wxSCI_RUST_MACRO

#define wxSCI_RUST_MACRO   19

Definition at line 2404 of file wxscintilla.h.

◆ wxSCI_RUST_NUMBER

#define wxSCI_RUST_NUMBER   5

Definition at line 2390 of file wxscintilla.h.

◆ wxSCI_RUST_OPERATOR

#define wxSCI_RUST_OPERATOR   16

Definition at line 2401 of file wxscintilla.h.

◆ wxSCI_RUST_STRING

#define wxSCI_RUST_STRING   13

Definition at line 2398 of file wxscintilla.h.

◆ wxSCI_RUST_STRINGR

#define wxSCI_RUST_STRINGR   14

Definition at line 2399 of file wxscintilla.h.

◆ wxSCI_RUST_WORD

#define wxSCI_RUST_WORD   6

Definition at line 2391 of file wxscintilla.h.

◆ wxSCI_RUST_WORD2

#define wxSCI_RUST_WORD2   7

Definition at line 2392 of file wxscintilla.h.

◆ wxSCI_RUST_WORD3

#define wxSCI_RUST_WORD3   8

Definition at line 2393 of file wxscintilla.h.

◆ wxSCI_RUST_WORD4

#define wxSCI_RUST_WORD4   9

Definition at line 2394 of file wxscintilla.h.

◆ wxSCI_RUST_WORD5

#define wxSCI_RUST_WORD5   10

Definition at line 2395 of file wxscintilla.h.

◆ wxSCI_RUST_WORD6

#define wxSCI_RUST_WORD6   11

Definition at line 2396 of file wxscintilla.h.

◆ wxSCI_RUST_WORD7

#define wxSCI_RUST_WORD7   12

Definition at line 2397 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_CHARACTER

#define wxSCI_SCRIPTOL_CHARACTER   8

Definition at line 1235 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_CLASSNAME

#define wxSCI_SCRIPTOL_CLASSNAME   14

Definition at line 1241 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_COMMENTBLOCK

#define wxSCI_SCRIPTOL_COMMENTBLOCK   5

Definition at line 1232 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_COMMENTLINE

#define wxSCI_SCRIPTOL_COMMENTLINE   2

Definition at line 1229 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_CSTYLE

#define wxSCI_SCRIPTOL_CSTYLE   4

Definition at line 1231 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_DEFAULT

#define wxSCI_SCRIPTOL_DEFAULT   0

Lexical states for SCLEX_SCRIPTOL.

Definition at line 1227 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_IDENTIFIER

#define wxSCI_SCRIPTOL_IDENTIFIER   12

Definition at line 1239 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_KEYWORD

#define wxSCI_SCRIPTOL_KEYWORD   10

Definition at line 1237 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_NUMBER

#define wxSCI_SCRIPTOL_NUMBER   6

Definition at line 1233 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_OPERATOR

#define wxSCI_SCRIPTOL_OPERATOR   11

Definition at line 1238 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_PERSISTENT

#define wxSCI_SCRIPTOL_PERSISTENT   3

Definition at line 1230 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_PREPROCESSOR

#define wxSCI_SCRIPTOL_PREPROCESSOR   15

Definition at line 1242 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_STRING

#define wxSCI_SCRIPTOL_STRING   7

Definition at line 1234 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_STRINGEOL

#define wxSCI_SCRIPTOL_STRINGEOL   9

Definition at line 1236 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_TRIPLE

#define wxSCI_SCRIPTOL_TRIPLE   13

Definition at line 1240 of file wxscintilla.h.

◆ wxSCI_SCRIPTOL_WHITE

#define wxSCI_SCRIPTOL_WHITE   1

Definition at line 1228 of file wxscintilla.h.

◆ wxSCI_SEL_LINES

#define wxSCI_SEL_LINES   2

Definition at line 365 of file wxscintilla.h.

◆ wxSCI_SEL_RECTANGLE

#define wxSCI_SEL_RECTANGLE   1

Definition at line 364 of file wxscintilla.h.

◆ wxSCI_SEL_STREAM

#define wxSCI_SEL_STREAM   0

Definition at line 363 of file wxscintilla.h.

◆ wxSCI_SEL_THIN

#define wxSCI_SEL_THIN   3

Definition at line 366 of file wxscintilla.h.

◆ wxSCI_SH_BACKTICKS

#define wxSCI_SH_BACKTICKS   11

Definition at line 1623 of file wxscintilla.h.

◆ wxSCI_SH_CHARACTER

#define wxSCI_SH_CHARACTER   6

Definition at line 1618 of file wxscintilla.h.

◆ wxSCI_SH_COMMENTLINE

#define wxSCI_SH_COMMENTLINE   2

Definition at line 1614 of file wxscintilla.h.

◆ wxSCI_SH_DEFAULT

#define wxSCI_SH_DEFAULT   0

Lexical states for SCLEX_BASH.

Definition at line 1612 of file wxscintilla.h.

◆ wxSCI_SH_ERROR

#define wxSCI_SH_ERROR   1

Definition at line 1613 of file wxscintilla.h.

◆ wxSCI_SH_HERE_DELIM

#define wxSCI_SH_HERE_DELIM   12

Definition at line 1624 of file wxscintilla.h.

◆ wxSCI_SH_HERE_Q

#define wxSCI_SH_HERE_Q   13

Definition at line 1625 of file wxscintilla.h.

◆ wxSCI_SH_IDENTIFIER

#define wxSCI_SH_IDENTIFIER   8

Definition at line 1620 of file wxscintilla.h.

◆ wxSCI_SH_NUMBER

#define wxSCI_SH_NUMBER   3

Definition at line 1615 of file wxscintilla.h.

◆ wxSCI_SH_OPERATOR

#define wxSCI_SH_OPERATOR   7

Definition at line 1619 of file wxscintilla.h.

◆ wxSCI_SH_PARAM

#define wxSCI_SH_PARAM   10

Definition at line 1622 of file wxscintilla.h.

◆ wxSCI_SH_SCALAR

#define wxSCI_SH_SCALAR   9

Definition at line 1621 of file wxscintilla.h.

◆ wxSCI_SH_STRING

#define wxSCI_SH_STRING   5

Definition at line 1617 of file wxscintilla.h.

◆ wxSCI_SH_WORD

#define wxSCI_SH_WORD   4

Definition at line 1616 of file wxscintilla.h.

◆ wxSCI_SML_CHAR

#define wxSCI_SML_CHAR   9

Definition at line 2127 of file wxscintilla.h.

◆ wxSCI_SML_COMMENT

#define wxSCI_SML_COMMENT   12

Definition at line 2129 of file wxscintilla.h.

◆ wxSCI_SML_COMMENT1

#define wxSCI_SML_COMMENT1   13

Definition at line 2130 of file wxscintilla.h.

◆ wxSCI_SML_COMMENT2

#define wxSCI_SML_COMMENT2   14

Definition at line 2131 of file wxscintilla.h.

◆ wxSCI_SML_COMMENT3

#define wxSCI_SML_COMMENT3   15

Definition at line 2132 of file wxscintilla.h.

◆ wxSCI_SML_DEFAULT

#define wxSCI_SML_DEFAULT   0

Lexical states for SCLEX_SML.

Definition at line 2118 of file wxscintilla.h.

◆ wxSCI_SML_IDENTIFIER

#define wxSCI_SML_IDENTIFIER   1

Definition at line 2119 of file wxscintilla.h.

◆ wxSCI_SML_KEYWORD

#define wxSCI_SML_KEYWORD   3

Definition at line 2121 of file wxscintilla.h.

◆ wxSCI_SML_KEYWORD2

#define wxSCI_SML_KEYWORD2   4

Definition at line 2122 of file wxscintilla.h.

◆ wxSCI_SML_KEYWORD3

#define wxSCI_SML_KEYWORD3   5

Definition at line 2123 of file wxscintilla.h.

◆ wxSCI_SML_LINENUM

#define wxSCI_SML_LINENUM   6

Definition at line 2124 of file wxscintilla.h.

◆ wxSCI_SML_NUMBER

#define wxSCI_SML_NUMBER   8

Definition at line 2126 of file wxscintilla.h.

◆ wxSCI_SML_OPERATOR

#define wxSCI_SML_OPERATOR   7

Definition at line 2125 of file wxscintilla.h.

◆ wxSCI_SML_STRING

#define wxSCI_SML_STRING   11

Definition at line 2128 of file wxscintilla.h.

◆ wxSCI_SML_TAGNAME

#define wxSCI_SML_TAGNAME   2

Definition at line 2120 of file wxscintilla.h.

◆ wxSCI_SN_CODE

#define wxSCI_SN_CODE   1

Definition at line 1562 of file wxscintilla.h.

◆ wxSCI_SN_COMMENTLINE

#define wxSCI_SN_COMMENTLINE   2

Definition at line 1563 of file wxscintilla.h.

◆ wxSCI_SN_COMMENTLINEBANG

#define wxSCI_SN_COMMENTLINEBANG   3

Definition at line 1564 of file wxscintilla.h.

◆ wxSCI_SN_DEFAULT

#define wxSCI_SN_DEFAULT   0

Lexical states for SCLEX_SPECMAN.

Definition at line 1561 of file wxscintilla.h.

◆ wxSCI_SN_IDENTIFIER

#define wxSCI_SN_IDENTIFIER   11

Definition at line 1572 of file wxscintilla.h.

◆ wxSCI_SN_NUMBER

#define wxSCI_SN_NUMBER   4

Definition at line 1565 of file wxscintilla.h.

◆ wxSCI_SN_OPERATOR

#define wxSCI_SN_OPERATOR   10

Definition at line 1571 of file wxscintilla.h.

◆ wxSCI_SN_PREPROCESSOR

#define wxSCI_SN_PREPROCESSOR   9

Definition at line 1570 of file wxscintilla.h.

◆ wxSCI_SN_REGEXTAG

#define wxSCI_SN_REGEXTAG   13

Definition at line 1574 of file wxscintilla.h.

◆ wxSCI_SN_SIGNAL

#define wxSCI_SN_SIGNAL   14

Definition at line 1575 of file wxscintilla.h.

◆ wxSCI_SN_STRING

#define wxSCI_SN_STRING   6

Definition at line 1567 of file wxscintilla.h.

◆ wxSCI_SN_STRINGEOL

#define wxSCI_SN_STRINGEOL   12

Definition at line 1573 of file wxscintilla.h.

◆ wxSCI_SN_USER

#define wxSCI_SN_USER   19

Definition at line 1576 of file wxscintilla.h.

◆ wxSCI_SN_WORD

#define wxSCI_SN_WORD   5

Definition at line 1566 of file wxscintilla.h.

◆ wxSCI_SN_WORD2

#define wxSCI_SN_WORD2   7

Definition at line 1568 of file wxscintilla.h.

◆ wxSCI_SN_WORD3

#define wxSCI_SN_WORD3   8

Definition at line 1569 of file wxscintilla.h.

◆ wxSCI_SORCUS_COMMAND

#define wxSCI_SORCUS_COMMAND   1

Definition at line 2088 of file wxscintilla.h.

◆ wxSCI_SORCUS_COMMENTLINE

#define wxSCI_SORCUS_COMMENTLINE   3

Definition at line 2090 of file wxscintilla.h.

◆ wxSCI_SORCUS_CONSTANT

#define wxSCI_SORCUS_CONSTANT   9

Definition at line 2096 of file wxscintilla.h.

◆ wxSCI_SORCUS_DEFAULT

#define wxSCI_SORCUS_DEFAULT   0

Lexical state for SCLEX_SORCUS.

Definition at line 2087 of file wxscintilla.h.

◆ wxSCI_SORCUS_IDENTIFIER

#define wxSCI_SORCUS_IDENTIFIER   6

Definition at line 2093 of file wxscintilla.h.

◆ wxSCI_SORCUS_NUMBER

#define wxSCI_SORCUS_NUMBER   8

Definition at line 2095 of file wxscintilla.h.

◆ wxSCI_SORCUS_OPERATOR

#define wxSCI_SORCUS_OPERATOR   7

Definition at line 2094 of file wxscintilla.h.

◆ wxSCI_SORCUS_PARAMETER

#define wxSCI_SORCUS_PARAMETER   2

Definition at line 2089 of file wxscintilla.h.

◆ wxSCI_SORCUS_STRING

#define wxSCI_SORCUS_STRING   4

Definition at line 2091 of file wxscintilla.h.

◆ wxSCI_SORCUS_STRINGEOL

#define wxSCI_SORCUS_STRINGEOL   5

Definition at line 2092 of file wxscintilla.h.

◆ wxSCI_SPICE_COMMENTLINE

#define wxSCI_SPICE_COMMENTLINE   8

Definition at line 1887 of file wxscintilla.h.

◆ wxSCI_SPICE_DEFAULT

#define wxSCI_SPICE_DEFAULT   0

Lexical states for SCLEX_SPICE.

Definition at line 1879 of file wxscintilla.h.

◆ wxSCI_SPICE_DELIMITER

#define wxSCI_SPICE_DELIMITER   6

Definition at line 1885 of file wxscintilla.h.

◆ wxSCI_SPICE_IDENTIFIER

#define wxSCI_SPICE_IDENTIFIER   1

Definition at line 1880 of file wxscintilla.h.

◆ wxSCI_SPICE_KEYWORD

#define wxSCI_SPICE_KEYWORD   2

Definition at line 1881 of file wxscintilla.h.

◆ wxSCI_SPICE_KEYWORD2

#define wxSCI_SPICE_KEYWORD2   3

Definition at line 1882 of file wxscintilla.h.

◆ wxSCI_SPICE_KEYWORD3

#define wxSCI_SPICE_KEYWORD3   4

Definition at line 1883 of file wxscintilla.h.

◆ wxSCI_SPICE_NUMBER

#define wxSCI_SPICE_NUMBER   5

Definition at line 1884 of file wxscintilla.h.

◆ wxSCI_SPICE_VALUE

#define wxSCI_SPICE_VALUE   7

Definition at line 1886 of file wxscintilla.h.

◆ wxSCI_SQL_CHARACTER

#define wxSCI_SQL_CHARACTER   7

Definition at line 1763 of file wxscintilla.h.

◆ wxSCI_SQL_COMMENT

#define wxSCI_SQL_COMMENT   1

Definition at line 1757 of file wxscintilla.h.

◆ wxSCI_SQL_COMMENTDOC

#define wxSCI_SQL_COMMENTDOC   3

Definition at line 1759 of file wxscintilla.h.

◆ wxSCI_SQL_COMMENTDOCKEYWORD

#define wxSCI_SQL_COMMENTDOCKEYWORD   17

Definition at line 1771 of file wxscintilla.h.

◆ wxSCI_SQL_COMMENTDOCKEYWORDERROR

#define wxSCI_SQL_COMMENTDOCKEYWORDERROR   18

Definition at line 1772 of file wxscintilla.h.

◆ wxSCI_SQL_COMMENTLINE

#define wxSCI_SQL_COMMENTLINE   2

Definition at line 1758 of file wxscintilla.h.

◆ wxSCI_SQL_COMMENTLINEDOC

#define wxSCI_SQL_COMMENTLINEDOC   15

Definition at line 1769 of file wxscintilla.h.

◆ wxSCI_SQL_DEFAULT

#define wxSCI_SQL_DEFAULT   0

Lexical states for SCLEX_SQL.

Definition at line 1756 of file wxscintilla.h.

◆ wxSCI_SQL_IDENTIFIER

#define wxSCI_SQL_IDENTIFIER   11

Definition at line 1767 of file wxscintilla.h.

◆ wxSCI_SQL_NUMBER

#define wxSCI_SQL_NUMBER   4

Definition at line 1760 of file wxscintilla.h.

◆ wxSCI_SQL_OPERATOR

#define wxSCI_SQL_OPERATOR   10

Definition at line 1766 of file wxscintilla.h.

◆ wxSCI_SQL_QOPERATOR

#define wxSCI_SQL_QOPERATOR   24

Definition at line 1778 of file wxscintilla.h.

◆ wxSCI_SQL_QUOTEDIDENTIFIER

#define wxSCI_SQL_QUOTEDIDENTIFIER   23

Definition at line 1777 of file wxscintilla.h.

◆ wxSCI_SQL_SQLPLUS

#define wxSCI_SQL_SQLPLUS   8

Definition at line 1764 of file wxscintilla.h.

◆ wxSCI_SQL_SQLPLUS_COMMENT

#define wxSCI_SQL_SQLPLUS_COMMENT   13

Definition at line 1768 of file wxscintilla.h.

◆ wxSCI_SQL_SQLPLUS_PROMPT

#define wxSCI_SQL_SQLPLUS_PROMPT   9

Definition at line 1765 of file wxscintilla.h.

◆ wxSCI_SQL_STRING

#define wxSCI_SQL_STRING   6

Definition at line 1762 of file wxscintilla.h.

◆ wxSCI_SQL_USER1

#define wxSCI_SQL_USER1   19

Definition at line 1773 of file wxscintilla.h.

◆ wxSCI_SQL_USER2

#define wxSCI_SQL_USER2   20

Definition at line 1774 of file wxscintilla.h.

◆ wxSCI_SQL_USER3

#define wxSCI_SQL_USER3   21

Definition at line 1775 of file wxscintilla.h.

◆ wxSCI_SQL_USER4

#define wxSCI_SQL_USER4   22

Definition at line 1776 of file wxscintilla.h.

◆ wxSCI_SQL_WORD

#define wxSCI_SQL_WORD   5

Definition at line 1761 of file wxscintilla.h.

◆ wxSCI_SQL_WORD2

#define wxSCI_SQL_WORD2   16

Definition at line 1770 of file wxscintilla.h.

◆ wxSCI_ST_ASSIGN

#define wxSCI_ST_ASSIGN   14

Definition at line 1795 of file wxscintilla.h.

◆ wxSCI_ST_BINARY

#define wxSCI_ST_BINARY   5

Definition at line 1786 of file wxscintilla.h.

◆ wxSCI_ST_BOOL

#define wxSCI_ST_BOOL   6

Definition at line 1787 of file wxscintilla.h.

◆ wxSCI_ST_CHARACTER

#define wxSCI_ST_CHARACTER   15

Definition at line 1796 of file wxscintilla.h.

◆ wxSCI_ST_COMMENT

#define wxSCI_ST_COMMENT   3

Definition at line 1784 of file wxscintilla.h.

◆ wxSCI_ST_DEFAULT

#define wxSCI_ST_DEFAULT   0

Lexical states for SCLEX_SMALLTALK.

Definition at line 1781 of file wxscintilla.h.

◆ wxSCI_ST_GLOBAL

#define wxSCI_ST_GLOBAL   10

Definition at line 1791 of file wxscintilla.h.

◆ wxSCI_ST_KWSEND

#define wxSCI_ST_KWSEND   13

Definition at line 1794 of file wxscintilla.h.

◆ wxSCI_ST_NIL

#define wxSCI_ST_NIL   9

Definition at line 1790 of file wxscintilla.h.

◆ wxSCI_ST_NUMBER

#define wxSCI_ST_NUMBER   2

Definition at line 1783 of file wxscintilla.h.

◆ wxSCI_ST_RETURN

#define wxSCI_ST_RETURN   11

Definition at line 1792 of file wxscintilla.h.

◆ wxSCI_ST_SELF

#define wxSCI_ST_SELF   7

Definition at line 1788 of file wxscintilla.h.

◆ wxSCI_ST_SPEC_SEL

#define wxSCI_ST_SPEC_SEL   16

Definition at line 1797 of file wxscintilla.h.

◆ wxSCI_ST_SPECIAL

#define wxSCI_ST_SPECIAL   12

Definition at line 1793 of file wxscintilla.h.

◆ wxSCI_ST_STRING

#define wxSCI_ST_STRING   1

Definition at line 1782 of file wxscintilla.h.

◆ wxSCI_ST_SUPER

#define wxSCI_ST_SUPER   8

Definition at line 1789 of file wxscintilla.h.

◆ wxSCI_ST_SYMBOL

#define wxSCI_ST_SYMBOL   4

Definition at line 1785 of file wxscintilla.h.

◆ wxSCI_START

#define wxSCI_START   2000

Define start of Scintilla messages to be greater than all Windows edit (EM_*) messages as many EM_ messages can be used although that use is deprecated.

Definition at line 74 of file wxscintilla.h.

◆ wxSCI_STARTACTION

#define wxSCI_STARTACTION   0x2000

Definition at line 426 of file wxscintilla.h.

◆ wxSCI_STATUS_BADALLOC

#define wxSCI_STATUS_BADALLOC   2

Definition at line 326 of file wxscintilla.h.

◆ wxSCI_STATUS_FAILURE

#define wxSCI_STATUS_FAILURE   1

Definition at line 325 of file wxscintilla.h.

◆ wxSCI_STATUS_OK

#define wxSCI_STATUS_OK   0

Definition at line 324 of file wxscintilla.h.

◆ wxSCI_STATUS_WARN_REGEX

#define wxSCI_STATUS_WARN_REGEX   1001

Definition at line 328 of file wxscintilla.h.

◆ wxSCI_STATUS_WARN_START

#define wxSCI_STATUS_WARN_START   1000

Definition at line 327 of file wxscintilla.h.

◆ wxSCI_STTXT_CHARACTER

#define wxSCI_STTXT_CHARACTER   11

Definition at line 2360 of file wxscintilla.h.

◆ wxSCI_STTXT_COMMENT

#define wxSCI_STTXT_COMMENT   1

Definition at line 2350 of file wxscintilla.h.

◆ wxSCI_STTXT_COMMENTLINE

#define wxSCI_STTXT_COMMENTLINE   2

Definition at line 2351 of file wxscintilla.h.

◆ wxSCI_STTXT_DATETIME

#define wxSCI_STTXT_DATETIME   16

Definition at line 2365 of file wxscintilla.h.

◆ wxSCI_STTXT_DEFAULT

#define wxSCI_STTXT_DEFAULT   0

Lexical states for SCLEX_STTXT.

Definition at line 2349 of file wxscintilla.h.

◆ wxSCI_STTXT_FB

#define wxSCI_STTXT_FB   6

Definition at line 2355 of file wxscintilla.h.

◆ wxSCI_STTXT_FUNCTION

#define wxSCI_STTXT_FUNCTION   5

Definition at line 2354 of file wxscintilla.h.

◆ wxSCI_STTXT_HEXNUMBER

#define wxSCI_STTXT_HEXNUMBER   8

Definition at line 2357 of file wxscintilla.h.

◆ wxSCI_STTXT_IDENTIFIER

#define wxSCI_STTXT_IDENTIFIER   15

Definition at line 2364 of file wxscintilla.h.

◆ wxSCI_STTXT_KEYWORD

#define wxSCI_STTXT_KEYWORD   3

Definition at line 2352 of file wxscintilla.h.

◆ wxSCI_STTXT_NUMBER

#define wxSCI_STTXT_NUMBER   7

Definition at line 2356 of file wxscintilla.h.

◆ wxSCI_STTXT_OPERATOR

#define wxSCI_STTXT_OPERATOR   10

Definition at line 2359 of file wxscintilla.h.

◆ wxSCI_STTXT_PRAGMA

#define wxSCI_STTXT_PRAGMA   9

Definition at line 2358 of file wxscintilla.h.

◆ wxSCI_STTXT_PRAGMAS

#define wxSCI_STTXT_PRAGMAS   18

Definition at line 2367 of file wxscintilla.h.

◆ wxSCI_STTXT_STRING1

#define wxSCI_STTXT_STRING1   12

Definition at line 2361 of file wxscintilla.h.

◆ wxSCI_STTXT_STRING2

#define wxSCI_STTXT_STRING2   13

Definition at line 2362 of file wxscintilla.h.

◆ wxSCI_STTXT_STRINGEOL

#define wxSCI_STTXT_STRINGEOL   14

Definition at line 2363 of file wxscintilla.h.

◆ wxSCI_STTXT_TYPE

#define wxSCI_STTXT_TYPE   4

Definition at line 2353 of file wxscintilla.h.

◆ wxSCI_STTXT_VARS

#define wxSCI_STTXT_VARS   17

Definition at line 2366 of file wxscintilla.h.

◆ wxSCI_STYLE_BRACEBAD

#define wxSCI_STYLE_BRACEBAD   35

Definition at line 166 of file wxscintilla.h.

Referenced by EditorLexerLoader::DoStyles().

◆ wxSCI_STYLE_BRACELIGHT

#define wxSCI_STYLE_BRACELIGHT   34

Definition at line 165 of file wxscintilla.h.

Referenced by EditorLexerLoader::DoStyles().

◆ wxSCI_STYLE_CALLTIP

#define wxSCI_STYLE_CALLTIP   38

Definition at line 169 of file wxscintilla.h.

◆ wxSCI_STYLE_CONTROLCHAR

#define wxSCI_STYLE_CONTROLCHAR   36

Definition at line 167 of file wxscintilla.h.

◆ wxSCI_STYLE_DEFAULT

#define wxSCI_STYLE_DEFAULT   32

Styles in range 32..38 are predefined for parts of the UI and are not used as normal styles.

Style 39 is for future use.

Definition at line 163 of file wxscintilla.h.

Referenced by EditorConfigurationDlg::ApplyColours(), DisassemblyDlg::DisassemblyDlg(), cbEditor::InternalSetEditorStyleBeforeFileOpen(), and cbEditorInternalData::SetFoldingColWidth().

◆ wxSCI_STYLE_FOLDDISPLAYTEXT

#define wxSCI_STYLE_FOLDDISPLAYTEXT   39

Definition at line 170 of file wxscintilla.h.

◆ wxSCI_STYLE_INDENTGUIDE

#define wxSCI_STYLE_INDENTGUIDE   37

Definition at line 168 of file wxscintilla.h.

Referenced by EditorLexerLoader::DoStyles().

◆ wxSCI_STYLE_LASTPREDEFINED

#define wxSCI_STYLE_LASTPREDEFINED   39

Definition at line 171 of file wxscintilla.h.

◆ wxSCI_STYLE_LINENUMBER

#define wxSCI_STYLE_LINENUMBER   33

◆ wxSCI_STYLE_MAX

#define wxSCI_STYLE_MAX   255

Definition at line 172 of file wxscintilla.h.

Referenced by EditorColourSet::Apply().

◆ wxSCI_T3_BLOCK_COMMENT

#define wxSCI_T3_BLOCK_COMMENT   3

Definition at line 1705 of file wxscintilla.h.

◆ wxSCI_T3_BRACE

#define wxSCI_T3_BRACE   20

Definition at line 1722 of file wxscintilla.h.

◆ wxSCI_T3_D_STRING

#define wxSCI_T3_D_STRING   10

Definition at line 1712 of file wxscintilla.h.

◆ wxSCI_T3_DEFAULT

#define wxSCI_T3_DEFAULT   0

Lexical states of SCLEX_TADS3.

Definition at line 1702 of file wxscintilla.h.

◆ wxSCI_T3_HTML_DEFAULT

#define wxSCI_T3_HTML_DEFAULT   15

Definition at line 1717 of file wxscintilla.h.

◆ wxSCI_T3_HTML_STRING

#define wxSCI_T3_HTML_STRING   16

Definition at line 1718 of file wxscintilla.h.

◆ wxSCI_T3_HTML_TAG

#define wxSCI_T3_HTML_TAG   14

Definition at line 1716 of file wxscintilla.h.

◆ wxSCI_T3_IDENTIFIER

#define wxSCI_T3_IDENTIFIER   8

Definition at line 1710 of file wxscintilla.h.

◆ wxSCI_T3_KEYWORD

#define wxSCI_T3_KEYWORD   6

Definition at line 1708 of file wxscintilla.h.

◆ wxSCI_T3_LIB_DIRECTIVE

#define wxSCI_T3_LIB_DIRECTIVE   12

Definition at line 1714 of file wxscintilla.h.

◆ wxSCI_T3_LINE_COMMENT

#define wxSCI_T3_LINE_COMMENT   4

Definition at line 1706 of file wxscintilla.h.

◆ wxSCI_T3_MSG_PARAM

#define wxSCI_T3_MSG_PARAM   13

Definition at line 1715 of file wxscintilla.h.

◆ wxSCI_T3_NUMBER

#define wxSCI_T3_NUMBER   7

Definition at line 1709 of file wxscintilla.h.

◆ wxSCI_T3_OPERATOR

#define wxSCI_T3_OPERATOR   5

Definition at line 1707 of file wxscintilla.h.

◆ wxSCI_T3_PREPROCESSOR

#define wxSCI_T3_PREPROCESSOR   2

Definition at line 1704 of file wxscintilla.h.

◆ wxSCI_T3_S_STRING

#define wxSCI_T3_S_STRING   9

Definition at line 1711 of file wxscintilla.h.

◆ wxSCI_T3_USER1

#define wxSCI_T3_USER1   17

Definition at line 1719 of file wxscintilla.h.

◆ wxSCI_T3_USER2

#define wxSCI_T3_USER2   18

Definition at line 1720 of file wxscintilla.h.

◆ wxSCI_T3_USER3

#define wxSCI_T3_USER3   19

Definition at line 1721 of file wxscintilla.h.

◆ wxSCI_T3_X_DEFAULT

#define wxSCI_T3_X_DEFAULT   1

Definition at line 1703 of file wxscintilla.h.

◆ wxSCI_T3_X_STRING

#define wxSCI_T3_X_STRING   11

Definition at line 1713 of file wxscintilla.h.

◆ wxSCI_TCL_BLOCK_COMMENT

#define wxSCI_TCL_BLOCK_COMMENT   21

Definition at line 713 of file wxscintilla.h.

◆ wxSCI_TCL_COMMENT

#define wxSCI_TCL_COMMENT   1

Definition at line 693 of file wxscintilla.h.

◆ wxSCI_TCL_COMMENT_BOX

#define wxSCI_TCL_COMMENT_BOX   20

Definition at line 712 of file wxscintilla.h.

◆ wxSCI_TCL_COMMENTLINE

#define wxSCI_TCL_COMMENTLINE   2

Definition at line 694 of file wxscintilla.h.

◆ wxSCI_TCL_DEFAULT

#define wxSCI_TCL_DEFAULT   0

Lexical states for SCLEX_TCL.

Definition at line 692 of file wxscintilla.h.

◆ wxSCI_TCL_EXPAND

#define wxSCI_TCL_EXPAND   11

Definition at line 703 of file wxscintilla.h.

◆ wxSCI_TCL_IDENTIFIER

#define wxSCI_TCL_IDENTIFIER   7

Definition at line 699 of file wxscintilla.h.

◆ wxSCI_TCL_IN_QUOTE

#define wxSCI_TCL_IN_QUOTE   5

Definition at line 697 of file wxscintilla.h.

◆ wxSCI_TCL_MODIFIER

#define wxSCI_TCL_MODIFIER   10

Definition at line 702 of file wxscintilla.h.

◆ wxSCI_TCL_NUMBER

#define wxSCI_TCL_NUMBER   3

Definition at line 695 of file wxscintilla.h.

◆ wxSCI_TCL_OPERATOR

#define wxSCI_TCL_OPERATOR   6

Definition at line 698 of file wxscintilla.h.

◆ wxSCI_TCL_SUB_BRACE

#define wxSCI_TCL_SUB_BRACE   9

Definition at line 701 of file wxscintilla.h.

◆ wxSCI_TCL_SUBSTITUTION

#define wxSCI_TCL_SUBSTITUTION   8

Definition at line 700 of file wxscintilla.h.

◆ wxSCI_TCL_WORD

#define wxSCI_TCL_WORD   12

Definition at line 704 of file wxscintilla.h.

◆ wxSCI_TCL_WORD2

#define wxSCI_TCL_WORD2   13

Definition at line 705 of file wxscintilla.h.

◆ wxSCI_TCL_WORD3

#define wxSCI_TCL_WORD3   14

Definition at line 706 of file wxscintilla.h.

◆ wxSCI_TCL_WORD4

#define wxSCI_TCL_WORD4   15

Definition at line 707 of file wxscintilla.h.

◆ wxSCI_TCL_WORD5

#define wxSCI_TCL_WORD5   16

Definition at line 708 of file wxscintilla.h.

◆ wxSCI_TCL_WORD6

#define wxSCI_TCL_WORD6   17

Definition at line 709 of file wxscintilla.h.

◆ wxSCI_TCL_WORD7

#define wxSCI_TCL_WORD7   18

Definition at line 710 of file wxscintilla.h.

◆ wxSCI_TCL_WORD8

#define wxSCI_TCL_WORD8   19

Definition at line 711 of file wxscintilla.h.

◆ wxSCI_TCL_WORD_IN_QUOTE

#define wxSCI_TCL_WORD_IN_QUOTE   4

Definition at line 696 of file wxscintilla.h.

◆ wxSCI_TCMD_CLABEL

#define wxSCI_TCMD_CLABEL   10

Definition at line 1070 of file wxscintilla.h.

◆ wxSCI_TCMD_COMMAND

#define wxSCI_TCMD_COMMAND   5

Definition at line 1065 of file wxscintilla.h.

◆ wxSCI_TCMD_COMMENT

#define wxSCI_TCMD_COMMENT   1

Definition at line 1061 of file wxscintilla.h.

◆ wxSCI_TCMD_DEFAULT

#define wxSCI_TCMD_DEFAULT   0

Lexical states for SCLEX_TCMD.

Definition at line 1060 of file wxscintilla.h.

◆ wxSCI_TCMD_ENVIRONMENT

#define wxSCI_TCMD_ENVIRONMENT   8

Definition at line 1068 of file wxscintilla.h.

◆ wxSCI_TCMD_EXPANSION

#define wxSCI_TCMD_EXPANSION   9

Definition at line 1069 of file wxscintilla.h.

◆ wxSCI_TCMD_HIDE

#define wxSCI_TCMD_HIDE   4

Definition at line 1064 of file wxscintilla.h.

◆ wxSCI_TCMD_IDENTIFIER

#define wxSCI_TCMD_IDENTIFIER   6

Definition at line 1066 of file wxscintilla.h.

◆ wxSCI_TCMD_LABEL

#define wxSCI_TCMD_LABEL   3

Definition at line 1063 of file wxscintilla.h.

◆ wxSCI_TCMD_OPERATOR

#define wxSCI_TCMD_OPERATOR   7

Definition at line 1067 of file wxscintilla.h.

◆ wxSCI_TCMD_WORD

#define wxSCI_TCMD_WORD   2

Definition at line 1062 of file wxscintilla.h.

◆ wxSCI_TD_LONGARROW

#define wxSCI_TD_LONGARROW   0

Definition at line 81 of file wxscintilla.h.

◆ wxSCI_TD_STRIKEOUT

#define wxSCI_TD_STRIKEOUT   1

Definition at line 82 of file wxscintilla.h.

◆ wxSCI_TECHNOLOGY_DEFAULT

#define wxSCI_TECHNOLOGY_DEFAULT   0

Definition at line 394 of file wxscintilla.h.

◆ wxSCI_TECHNOLOGY_DIRECTWRITE

#define wxSCI_TECHNOLOGY_DIRECTWRITE   1

Definition at line 395 of file wxscintilla.h.

◆ wxSCI_TEX_COMMAND

#define wxSCI_TEX_COMMAND   4

Definition at line 1455 of file wxscintilla.h.

◆ wxSCI_TEX_DEFAULT

#define wxSCI_TEX_DEFAULT   0

Lexical states for SCLEX_TEX.

Definition at line 1451 of file wxscintilla.h.

◆ wxSCI_TEX_GROUP

#define wxSCI_TEX_GROUP   2

Definition at line 1453 of file wxscintilla.h.

◆ wxSCI_TEX_SPECIAL

#define wxSCI_TEX_SPECIAL   1

Definition at line 1452 of file wxscintilla.h.

◆ wxSCI_TEX_SYMBOL

#define wxSCI_TEX_SYMBOL   3

Definition at line 1454 of file wxscintilla.h.

◆ wxSCI_TEX_TEXT

#define wxSCI_TEX_TEXT   5

Definition at line 1456 of file wxscintilla.h.

◆ wxSCI_TIME_FOREVER

#define wxSCI_TIME_FOREVER   10000000

Definition at line 282 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_BLOCKQUOTE

#define wxSCI_TXT2TAGS_BLOCKQUOTE   15

Definition at line 2174 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_CODE

#define wxSCI_TXT2TAGS_CODE   19

Definition at line 2178 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_CODE2

#define wxSCI_TXT2TAGS_CODE2   20

Definition at line 2179 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_CODEBK

#define wxSCI_TXT2TAGS_CODEBK   21

Definition at line 2180 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_COMMENT

#define wxSCI_TXT2TAGS_COMMENT   22

Definition at line 2181 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_DEFAULT

#define wxSCI_TXT2TAGS_DEFAULT   0

Lexical state for SCLEX_TXT2TAGS.

Definition at line 2159 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_EM1

#define wxSCI_TXT2TAGS_EM1   4

Definition at line 2163 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_EM2

#define wxSCI_TXT2TAGS_EM2   5

Definition at line 2164 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_HEADER1

#define wxSCI_TXT2TAGS_HEADER1   6

Definition at line 2165 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_HEADER2

#define wxSCI_TXT2TAGS_HEADER2   7

Definition at line 2166 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_HEADER3

#define wxSCI_TXT2TAGS_HEADER3   8

Definition at line 2167 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_HEADER4

#define wxSCI_TXT2TAGS_HEADER4   9

Definition at line 2168 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_HEADER5

#define wxSCI_TXT2TAGS_HEADER5   10

Definition at line 2169 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_HEADER6

#define wxSCI_TXT2TAGS_HEADER6   11

Definition at line 2170 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_HRULE

#define wxSCI_TXT2TAGS_HRULE   17

Definition at line 2176 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_LINE_BEGIN

#define wxSCI_TXT2TAGS_LINE_BEGIN   1

Definition at line 2160 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_LINK

#define wxSCI_TXT2TAGS_LINK   18

Definition at line 2177 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_OLIST_ITEM

#define wxSCI_TXT2TAGS_OLIST_ITEM   14

Definition at line 2173 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_OPTION

#define wxSCI_TXT2TAGS_OPTION   23

Definition at line 2182 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_POSTPROC

#define wxSCI_TXT2TAGS_POSTPROC   25

Definition at line 2184 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_PRECHAR

#define wxSCI_TXT2TAGS_PRECHAR   12

Definition at line 2171 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_PREPROC

#define wxSCI_TXT2TAGS_PREPROC   24

Definition at line 2183 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_STRIKEOUT

#define wxSCI_TXT2TAGS_STRIKEOUT   16

Definition at line 2175 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_STRONG1

#define wxSCI_TXT2TAGS_STRONG1   2

Definition at line 2161 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_STRONG2

#define wxSCI_TXT2TAGS_STRONG2   3

Definition at line 2162 of file wxscintilla.h.

◆ wxSCI_TXT2TAGS_ULIST_ITEM

#define wxSCI_TXT2TAGS_ULIST_ITEM   13

Definition at line 2172 of file wxscintilla.h.

◆ wxSCI_TYPE_BOOLEAN

#define wxSCI_TYPE_BOOLEAN   0

Definition at line 405 of file wxscintilla.h.

◆ wxSCI_TYPE_INTEGER

#define wxSCI_TYPE_INTEGER   1

Definition at line 406 of file wxscintilla.h.

◆ wxSCI_TYPE_STRING

#define wxSCI_TYPE_STRING   2

Definition at line 407 of file wxscintilla.h.

◆ wxSCI_UNDO_MAY_COALESCE

#define wxSCI_UNDO_MAY_COALESCE   1

Definition at line 389 of file wxscintilla.h.

◆ wxSCI_UPDATE_CONTENT

#define wxSCI_UPDATE_CONTENT   0x1

Definition at line 436 of file wxscintilla.h.

◆ wxSCI_UPDATE_H_SCROLL

#define wxSCI_UPDATE_H_SCROLL   0x8

Definition at line 439 of file wxscintilla.h.

Referenced by CCManager::OnEditorHook().

◆ wxSCI_UPDATE_SELECTION

#define wxSCI_UPDATE_SELECTION   0x2

Definition at line 437 of file wxscintilla.h.

◆ wxSCI_UPDATE_V_SCROLL

#define wxSCI_UPDATE_V_SCROLL   0x4

Definition at line 438 of file wxscintilla.h.

Referenced by CCManager::OnEditorHook().

◆ wxSCI_V_COMMENT

#define wxSCI_V_COMMENT   1

Definition at line 1515 of file wxscintilla.h.

◆ wxSCI_V_COMMENT_WORD

#define wxSCI_V_COMMENT_WORD   20

Definition at line 1528 of file wxscintilla.h.

◆ wxSCI_V_COMMENTLINE

#define wxSCI_V_COMMENTLINE   2

Definition at line 1516 of file wxscintilla.h.

◆ wxSCI_V_COMMENTLINEBANG

#define wxSCI_V_COMMENTLINEBANG   3

Definition at line 1517 of file wxscintilla.h.

◆ wxSCI_V_DEFAULT

#define wxSCI_V_DEFAULT   0

Lexical states for SCLEX_VERILOG.

Definition at line 1514 of file wxscintilla.h.

◆ wxSCI_V_IDENTIFIER

#define wxSCI_V_IDENTIFIER   11

Definition at line 1525 of file wxscintilla.h.

◆ wxSCI_V_INOUT

#define wxSCI_V_INOUT   23

Definition at line 1531 of file wxscintilla.h.

◆ wxSCI_V_INPUT

#define wxSCI_V_INPUT   21

Definition at line 1529 of file wxscintilla.h.

◆ wxSCI_V_NUMBER

#define wxSCI_V_NUMBER   4

Definition at line 1518 of file wxscintilla.h.

◆ wxSCI_V_OPERATOR

#define wxSCI_V_OPERATOR   10

Definition at line 1524 of file wxscintilla.h.

◆ wxSCI_V_OUTPUT

#define wxSCI_V_OUTPUT   22

Definition at line 1530 of file wxscintilla.h.

◆ wxSCI_V_PORT_CONNECT

#define wxSCI_V_PORT_CONNECT   24

Definition at line 1532 of file wxscintilla.h.

◆ wxSCI_V_PREPROCESSOR

#define wxSCI_V_PREPROCESSOR   9

Definition at line 1523 of file wxscintilla.h.

◆ wxSCI_V_STRING

#define wxSCI_V_STRING   6

Definition at line 1520 of file wxscintilla.h.

◆ wxSCI_V_STRINGEOL

#define wxSCI_V_STRINGEOL   12

Definition at line 1526 of file wxscintilla.h.

◆ wxSCI_V_USER

#define wxSCI_V_USER   19

Definition at line 1527 of file wxscintilla.h.

◆ wxSCI_V_WORD

#define wxSCI_V_WORD   5

Definition at line 1519 of file wxscintilla.h.

◆ wxSCI_V_WORD2

#define wxSCI_V_WORD2   7

Definition at line 1521 of file wxscintilla.h.

◆ wxSCI_V_WORD3

#define wxSCI_V_WORD3   8

Definition at line 1522 of file wxscintilla.h.

◆ wxSCI_VHDL_ATTRIBUTE

#define wxSCI_VHDL_ATTRIBUTE   10

Definition at line 1651 of file wxscintilla.h.

◆ wxSCI_VHDL_BLOCK_COMMENT

#define wxSCI_VHDL_BLOCK_COMMENT   15

Definition at line 1656 of file wxscintilla.h.

◆ wxSCI_VHDL_COMMENT

#define wxSCI_VHDL_COMMENT   1

Definition at line 1642 of file wxscintilla.h.

◆ wxSCI_VHDL_COMMENTLINEBANG

#define wxSCI_VHDL_COMMENTLINEBANG   2

Definition at line 1643 of file wxscintilla.h.

◆ wxSCI_VHDL_DEFAULT

#define wxSCI_VHDL_DEFAULT   0

Lexical states for SCLEX_VHDL.

Definition at line 1641 of file wxscintilla.h.

◆ wxSCI_VHDL_IDENTIFIER

#define wxSCI_VHDL_IDENTIFIER   6

Definition at line 1647 of file wxscintilla.h.

◆ wxSCI_VHDL_KEYWORD

#define wxSCI_VHDL_KEYWORD   8

Definition at line 1649 of file wxscintilla.h.

◆ wxSCI_VHDL_NUMBER

#define wxSCI_VHDL_NUMBER   3

Definition at line 1644 of file wxscintilla.h.

◆ wxSCI_VHDL_OPERATOR

#define wxSCI_VHDL_OPERATOR   5

Definition at line 1646 of file wxscintilla.h.

◆ wxSCI_VHDL_STDFUNCTION

#define wxSCI_VHDL_STDFUNCTION   11

Definition at line 1652 of file wxscintilla.h.

◆ wxSCI_VHDL_STDOPERATOR

#define wxSCI_VHDL_STDOPERATOR   9

Definition at line 1650 of file wxscintilla.h.

◆ wxSCI_VHDL_STDPACKAGE

#define wxSCI_VHDL_STDPACKAGE   12

Definition at line 1653 of file wxscintilla.h.

◆ wxSCI_VHDL_STDTYPE

#define wxSCI_VHDL_STDTYPE   13

Definition at line 1654 of file wxscintilla.h.

◆ wxSCI_VHDL_STRING

#define wxSCI_VHDL_STRING   4

Definition at line 1645 of file wxscintilla.h.

◆ wxSCI_VHDL_STRINGEOL

#define wxSCI_VHDL_STRINGEOL   7

Definition at line 1648 of file wxscintilla.h.

◆ wxSCI_VHDL_USERWORD

#define wxSCI_VHDL_USERWORD   14

Definition at line 1655 of file wxscintilla.h.

◆ wxSCI_VISIBLE_SLOP

#define wxSCI_VISIBLE_SLOP   0x01

Constants for use with SetVisiblePolicy, similar to SetCaretPolicy.

Definition at line 335 of file wxscintilla.h.

◆ wxSCI_VISIBLE_STRICT

#define wxSCI_VISIBLE_STRICT   0x04

Definition at line 336 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_ANONYMOUS

#define wxSCI_VISUALPROLOG_ANONYMOUS   10

Definition at line 2334 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_CHARACTER

#define wxSCI_VISUALPROLOG_CHARACTER   13

Definition at line 2337 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_CHARACTER_ESCAPE_ERROR

#define wxSCI_VISUALPROLOG_CHARACTER_ESCAPE_ERROR   15

Definition at line 2339 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_CHARACTER_TOO_MANY

#define wxSCI_VISUALPROLOG_CHARACTER_TOO_MANY   14

Definition at line 2338 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_COMMENT_BLOCK

#define wxSCI_VISUALPROLOG_COMMENT_BLOCK   4

Definition at line 2328 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_COMMENT_KEY

#define wxSCI_VISUALPROLOG_COMMENT_KEY   6

Definition at line 2330 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_COMMENT_KEY_ERROR

#define wxSCI_VISUALPROLOG_COMMENT_KEY_ERROR   7

Definition at line 2331 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_COMMENT_LINE

#define wxSCI_VISUALPROLOG_COMMENT_LINE   5

Definition at line 2329 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_DEFAULT

#define wxSCI_VISUALPROLOG_DEFAULT   0

Lexical states for SCLEX_VISUALPROLOG.

Definition at line 2324 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_IDENTIFIER

#define wxSCI_VISUALPROLOG_IDENTIFIER   8

Definition at line 2332 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_KEY_DIRECTIVE

#define wxSCI_VISUALPROLOG_KEY_DIRECTIVE   3

Definition at line 2327 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_KEY_MAJOR

#define wxSCI_VISUALPROLOG_KEY_MAJOR   1

Definition at line 2325 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_KEY_MINOR

#define wxSCI_VISUALPROLOG_KEY_MINOR   2

Definition at line 2326 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_NUMBER

#define wxSCI_VISUALPROLOG_NUMBER   11

Definition at line 2335 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_OPERATOR

#define wxSCI_VISUALPROLOG_OPERATOR   12

Definition at line 2336 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_STRING

#define wxSCI_VISUALPROLOG_STRING   16

Definition at line 2340 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_STRING_EOL_OPEN

#define wxSCI_VISUALPROLOG_STRING_EOL_OPEN   19

Definition at line 2343 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_STRING_ESCAPE

#define wxSCI_VISUALPROLOG_STRING_ESCAPE   17

Definition at line 2341 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_STRING_ESCAPE_ERROR

#define wxSCI_VISUALPROLOG_STRING_ESCAPE_ERROR   18

Definition at line 2342 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_STRING_VERBATIM

#define wxSCI_VISUALPROLOG_STRING_VERBATIM   20

Definition at line 2344 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_STRING_VERBATIM_EOL

#define wxSCI_VISUALPROLOG_STRING_VERBATIM_EOL   22

Definition at line 2346 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_STRING_VERBATIM_SPECIAL

#define wxSCI_VISUALPROLOG_STRING_VERBATIM_SPECIAL   21

Definition at line 2345 of file wxscintilla.h.

◆ wxSCI_VISUALPROLOG_VARIABLE

#define wxSCI_VISUALPROLOG_VARIABLE   9

Definition at line 2333 of file wxscintilla.h.

◆ wxSCI_VS_NONE

#define wxSCI_VS_NONE   0

Definition at line 390 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_VS_NOWRAPLINESTART

#define wxSCI_VS_NOWRAPLINESTART   4

Definition at line 393 of file wxscintilla.h.

◆ wxSCI_VS_RECTANGULARSELECTION

#define wxSCI_VS_RECTANGULARSELECTION   1

Definition at line 391 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_VS_USERACCESSIBLE

#define wxSCI_VS_USERACCESSIBLE   2

Definition at line 392 of file wxscintilla.h.

Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().

◆ wxSCI_WEIGHT_BOLD

#define wxSCI_WEIGHT_BOLD   700

Definition at line 205 of file wxscintilla.h.

◆ wxSCI_WEIGHT_NORMAL

#define wxSCI_WEIGHT_NORMAL   400

Definition at line 203 of file wxscintilla.h.

◆ wxSCI_WEIGHT_SEMIBOLD

#define wxSCI_WEIGHT_SEMIBOLD   600

Definition at line 204 of file wxscintilla.h.

◆ wxSCI_WRAP_CHAR

#define wxSCI_WRAP_CHAR   2

Definition at line 289 of file wxscintilla.h.

◆ wxSCI_WRAP_NONE

#define wxSCI_WRAP_NONE   0

Definition at line 287 of file wxscintilla.h.

◆ wxSCI_WRAP_WHITESPACE

#define wxSCI_WRAP_WHITESPACE   3

Definition at line 290 of file wxscintilla.h.

◆ wxSCI_WRAP_WORD

#define wxSCI_WRAP_WORD   1

Definition at line 288 of file wxscintilla.h.

◆ wxSCI_WRAPINDENT_FIXED

#define wxSCI_WRAPINDENT_FIXED   0

Definition at line 298 of file wxscintilla.h.

◆ wxSCI_WRAPINDENT_INDENT

#define wxSCI_WRAPINDENT_INDENT   2

Definition at line 300 of file wxscintilla.h.

◆ wxSCI_WRAPINDENT_SAME

#define wxSCI_WRAPINDENT_SAME   1

Definition at line 299 of file wxscintilla.h.

◆ wxSCI_WRAPVISUALFLAG_END

#define wxSCI_WRAPVISUALFLAG_END   0x0001

Definition at line 292 of file wxscintilla.h.

◆ wxSCI_WRAPVISUALFLAG_MARGIN

#define wxSCI_WRAPVISUALFLAG_MARGIN   0x0004

Definition at line 294 of file wxscintilla.h.

◆ wxSCI_WRAPVISUALFLAG_NONE

#define wxSCI_WRAPVISUALFLAG_NONE   0x0000

Definition at line 291 of file wxscintilla.h.

◆ wxSCI_WRAPVISUALFLAG_START

#define wxSCI_WRAPVISUALFLAG_START   0x0002

Definition at line 293 of file wxscintilla.h.

◆ wxSCI_WRAPVISUALFLAGLOC_DEFAULT

#define wxSCI_WRAPVISUALFLAGLOC_DEFAULT   0x0000

Definition at line 295 of file wxscintilla.h.

◆ wxSCI_WRAPVISUALFLAGLOC_END_BY_TEXT

#define wxSCI_WRAPVISUALFLAGLOC_END_BY_TEXT   0x0001

Definition at line 296 of file wxscintilla.h.

◆ wxSCI_WRAPVISUALFLAGLOC_START_BY_TEXT

#define wxSCI_WRAPVISUALFLAGLOC_START_BY_TEXT   0x0002

Definition at line 297 of file wxscintilla.h.

◆ wxSCI_WS_INVISIBLE

#define wxSCI_WS_INVISIBLE   0

Definition at line 77 of file wxscintilla.h.

◆ wxSCI_WS_VISIBLEAFTERINDENT

#define wxSCI_WS_VISIBLEAFTERINDENT   2

Definition at line 79 of file wxscintilla.h.

◆ wxSCI_WS_VISIBLEALWAYS

#define wxSCI_WS_VISIBLEALWAYS   1

Definition at line 78 of file wxscintilla.h.

◆ wxSCI_WS_VISIBLEONLYININDENT

#define wxSCI_WS_VISIBLEONLYININDENT   3

Definition at line 80 of file wxscintilla.h.

◆ wxSCI_YAML_COMMENT

#define wxSCI_YAML_COMMENT   1

Definition at line 1440 of file wxscintilla.h.

◆ wxSCI_YAML_DEFAULT

#define wxSCI_YAML_DEFAULT   0

Lexical states for SCLEX_YAML.

Definition at line 1439 of file wxscintilla.h.

◆ wxSCI_YAML_DOCUMENT

#define wxSCI_YAML_DOCUMENT   6

Definition at line 1445 of file wxscintilla.h.

◆ wxSCI_YAML_ERROR

#define wxSCI_YAML_ERROR   8

Definition at line 1447 of file wxscintilla.h.

◆ wxSCI_YAML_IDENTIFIER

#define wxSCI_YAML_IDENTIFIER   2

Definition at line 1441 of file wxscintilla.h.

◆ wxSCI_YAML_KEYWORD

#define wxSCI_YAML_KEYWORD   3

Definition at line 1442 of file wxscintilla.h.

◆ wxSCI_YAML_NUMBER

#define wxSCI_YAML_NUMBER   4

Definition at line 1443 of file wxscintilla.h.

◆ wxSCI_YAML_OPERATOR

#define wxSCI_YAML_OPERATOR   9

Definition at line 1448 of file wxscintilla.h.

◆ wxSCI_YAML_REFERENCE

#define wxSCI_YAML_REFERENCE   5

Definition at line 1444 of file wxscintilla.h.

◆ wxSCI_YAML_TEXT

#define wxSCI_YAML_TEXT   7

Definition at line 1446 of file wxscintilla.h.

◆ wxSCINTILLA_VERSION

#define wxSCINTILLA_VERSION   _T("3.75.0")

Definition at line 36 of file wxscintilla.h.

Referenced by dlgAbout::dlgAbout().

◆ wxScintillaEventHandler

#define wxScintillaEventHandler (   func)    wxEVENT_HANDLER_CAST( wxScintillaEventFunction, func )

Definition at line 5616 of file wxscintilla.h.

Referenced by cbEditor::ConnectEvents().

Typedef Documentation

◆ wxScintillaEventFunction

typedef void(wxEvtHandler::* wxScintillaEventFunction) (wxScintillaEvent &)

Definition at line 5607 of file wxscintilla.h.

Function Documentation

◆ sci2wx() [1/2]

wxString sci2wx ( const char *  str)

Referenced by wx2scilen().

◆ sci2wx() [2/2]

wxString sci2wx ( const char *  str,
size_t  len 
)

◆ wx2sci()

wxCharBuffer wx2sci ( const wxString str)

Referenced by wx2scilen().

◆ wx2scilen()

size_t wx2scilen ( const wxString WXUNUSEDstr,
const wxCharBuffer buf 
)
inline

Definition at line 5671 of file wxscintilla.h.

References wxCharBuffer::length(), wxString::length(), sci2wx(), and wx2sci().

Variable Documentation

◆ wxSCINameStr

WXDLLIMPEXP_SCI const wxChar wxSCINameStr[]

◆ wxScintilla

Definition at line 2859 of file wxscintilla.h.

Referenced by DisassemblyDlg::DisassemblyDlg().

◆ wxScintillaEvent

Definition at line 2860 of file wxscintilla.h.

Referenced by wxScintillaEvent::Clone().

◆ wxScrollBar

class WXDLLIMPEXP_FWD_CORE wxScrollBar

Definition at line 56 of file wxscintilla.h.