
Public Member Functions | |
| this (IntPtr wxobj) | |
| this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxSTCNameStr) | |
| this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxSTCNameStr) | |
| void | AddText (string text) |
| void | InsertText (int pos, string text) |
| void | ClearAll () |
| void | ClearDocumentStyle () |
| int | Length () |
| int | GetCharAt (int pos) |
| int | CurrentPos () |
| void | CurrentPos (int value) |
| int | Anchor () |
| void | Anchor (int value) |
| int | GetStyleAt (int pos) |
| void | Redo () |
| bool | UndoCollection () |
| void | UndoCollection (bool value) |
| void | SelectAll () |
| void | SetSavePoint () |
| bool | CanRedo () |
| int | MarkerLineFromHandle (int handle) |
| void | MarkerDeleteHandle (int handle) |
| int | ViewWhiteSpace () |
| void | ViewWhiteSpace (int value) |
| int | PositionFromPoint (Point pt) |
| int | PositionFromPointClose (int x, int y) |
| void | GotoLine (int line) |
| void | GotoPos (int pos) |
| string | CurLine () |
| string | GetCurLine (out int linePos) |
| int | EndStyled () |
| void | ConvertEOLs (int eolMode) |
| int | EOLMode () |
| void | EOLMode (int value) |
| void | StartStyling (int pos, int mask) |
| void | SetStyling (int length, int style) |
| bool | BufferedDraw () |
| void | BufferedDraw (bool value) |
| int | TabWidth () |
| void | TabWidth (int value) |
| int | CodePage () |
| void | CodePage (int value) |
| void | MarkerDefine (int markerNumber, int markerSymbol, Colour foreground, Colour background) |
| void | MarkerSetForeground (int markerNumber, Colour fore) |
| void | MarkerSetBackground (int markerNumber, Colour back) |
| int | MarkerAdd (int line, int markerNumber) |
| void | MarkerDelete (int line, int markerNumber) |
| void | MarkerDeleteAll (int markerNumber) |
| int | MarkerGet (int line) |
| int | MarkerNext (int lineStart, int markerMask) |
| int | MarkerPrevious (int lineStart, int markerMask) |
| void | MarkerDefineBitmap (int markerNumber, Bitmap bmp) |
| void | SetMarginType (int margin, int marginType) |
| int | GetMarginType (int margin) |
| void | SetMarginWidth (int margin, int pixelWidth) |
| int | GetMarginWidth (int margin) |
| void | SetMarginMask (int margin, int mask) |
| int | GetMarginMask (int margin) |
| void | SetMarginSensitive (int margin, bool sensitive) |
| bool | GetMarginSensitive (int margin) |
| void | StyleClearAll () |
| void | StyleSetForeground (int style, Colour fore) |
| void | StyleSetBackground (int style, Colour back) |
| void | StyleSetBold (int style, bool bold) |
| void | StyleSetItalic (int style, bool italic) |
| void | StyleSetSize (int style, int sizePoints) |
| void | StyleSetFaceName (int style, string fontName) |
| void | StyleSetEOLFilled (int style, bool filled) |
| void | StyleResetDefault () |
| void | StyleSetUnderline (int style, bool underline) |
| void | StyleSetCase (int style, int caseForce) |
| void | StyleSetCharacterSet (int style, int characterSet) |
| void | StyleSetHotSpot (int style, bool hotspot) |
| void | StyleSetVisible (int style, bool visible) |
| void | StyleSetChangeable (int style, bool changeable) |
| void | SetSelForeground (bool useSetting, Colour fore) |
| void | SetSelBackground (bool useSetting, Colour back) |
| Colour | CaretForeground () |
| void | CaretForeground (Colour value) |
| void | CmdKeyAssign (int key, int modifiers, int cmd) |
| void | CmdKeyClear (int key, int modifiers) |
| void | CmdKeyClearAll () |
| void | SetStyleBytes (ubyte[] styleBytes) |
| int | CaretPeriod () |
| void | CaretPeriod (int value) |
| void | SetWordChars (string characters) |
| void | BeginUndoAction () |
| void | EndUndoAction () |
| void | IndicatorSetStyle (int indic, int style) |
| int | IndicatorGetStyle (int indic) |
| void | IndicatorSetForeground (int indic, Colour fore) |
| Colour | IndicatorGetForeground (int indic) |
| void | SetWhitespaceForeground (bool useSetting, Colour fore) |
| void | SetWhitespaceBackground (bool useSetting, Colour back) |
| int | StyleBits () |
| void | StyleBits (int value) |
| void | SetLineState (int line, int state) |
| int | GetLineState (int line) |
| int | MaxLineState () |
| bool | CaretLineVisible () |
| void | CaretLineVisible (bool value) |
| Colour | CaretLineBack () |
| void | CaretLineBack (Colour value) |
| void | AutoCompShow (int lenEntered, string itemList) |
| void | AutoCompCancel () |
| bool | AutoCompActive () |
| int | AutoCompPosStart () |
| void | AutoCompComplete () |
| void | AutoCompStops (string value) |
| char | AutoCompSeparator () |
| void | AutoCompSeparator (char value) |
| void | AutoCompSelect (string text) |
| bool | AutoCompCancelAtStart () |
| void | AutoCompCancelAtStart (bool value) |
| void | AutoCompFillUps (string value) |
| bool | AutoCompChooseSingle () |
| void | AutoCompChooseSingle (bool value) |
| bool | AutoCompIgnoreCase () |
| void | AutoCompIgnoreCase (bool value) |
| void | AutoCompAutoHide (bool value) |
| bool | AutoCompAutoHide () |
| void | AutoCompDropRestOfWord (bool value) |
| bool | AutoCompDropRestOfWord () |
| int | AutoCompTypeSeparator () |
| void | AutoCompTypeSeparator (int value) |
| void | UserListShow (int listType, string itemList) |
| void | RegisterImage (int type, Bitmap bmp) |
| void | ClearRegisteredImages () |
| int | Indent () |
| void | Indent (int value) |
| bool | UseTabs () |
| void | UseTabs (bool value) |
| void | SetLineIndentation (int line, int indentSize) |
| int | GetLineIndentation (int line) |
| int | GetLineIndentPosition (int line) |
| int | GetColumn (int pos) |
| void | UseHorizontalScrollBar (bool value) |
| bool | UseHorizontalScrollBar () |
| void | IndentationGuides (bool value) |
| bool | IndentationGuides () |
| int | HighlightGuide () |
| void | HighlightGuide (int value) |
| int | GetLineEndPosition (int line) |
| bool | ReadOnly () |
| void | ReadOnly (bool value) |
| int | SelectionStart () |
| void | SelectionStart (int value) |
| int | SelectionEnd () |
| void | SelectionEnd (int value) |
| int | PrintMagnification () |
| void | PrintMagnification (int value) |
| int | PrintColourMode () |
| void | PrintColourMode (int value) |
| int | FindText (int minPos, int maxPos, string text, int flags) |
| int | FormatRange (bool doDraw, int startPos, int endPos, DC draw, DC target, Rectangle renderRect, Rectangle pageRect) |
| int | FirstVisibleLine () |
| string | GetLine (int line) |
| int | LineCount () |
| int | MarginLeft () |
| void | MarginLeft (int value) |
| int | MarginRight () |
| void | MarginRight (int value) |
| bool | Modify () |
| void | SetSelection (int start, int end) |
| string | SelectedText () |
| string | GetTextRange (int startPos, int endPos) |
| void | HideSelection (bool value) |
| int | LineFromPosition (int pos) |
| int | PositionFromLine (int line) |
| void | LineScroll (int columns, int lines) |
| void | EnsureCaretVisible () |
| void | ReplaceSelection (string text) |
| bool | CanPaste () |
| bool | CanUndo () |
| void | EmptyUndoBuffer () |
| void | Undo () |
| void | Cut () |
| void | Copy () |
| void | Paste () |
| void | Clear () |
| void | Text (string value) |
| string | Text () |
| int | TextLength () |
| bool | Overtype () |
| void | Overtype (bool value) |
| int | CaretWidth () |
| void | CaretWidth (int value) |
| int | TargetStart () |
| void | TargetStart (int value) |
| int | TargetEnd () |
| void | TargetEnd (int value) |
| int | ReplaceTarget (string text) |
| int | ReplaceTargetRE (string text) |
| int | SearchInTarget (string text) |
| int | SetSearchFlags () |
| void | SetSearchFlags (int value) |
| void | CallTipShow (int pos, string definition) |
| void | CallTipCancel () |
| bool | CallTipActive () |
| int | CallTipPosAtStart () |
| void | CallTipSetHighlight (int start, int end) |
| void | CallTipBackground (Colour value) |
| void | CallTipForeground (Colour value) |
| void | CallTipForegroundHighlight (Colour value) |
| int | VisibleFromDocLine (int line) |
| int | DocLineFromVisible (int lineDisplay) |
| void | SetFoldLevel (int line, int level) |
| int | GetFoldLevel (int line) |
| int | GetLastChild (int line, int level) |
| int | GetFoldParent (int line) |
| void | ShowLines (int lineStart, int lineEnd) |
| void | HideLines (int lineStart, int lineEnd) |
| bool | GetLineVisible (int line) |
| void | SetFoldExpanded (int line, bool expanded) |
| bool | GetFoldExpanded (int line) |
| void | ToggleFold (int line) |
| void | EnsureVisible (int line) |
| void | FoldFlags (int value) |
| void | EnsureVisibleEnforcePolicy (int line) |
| bool | TabIndents () |
| void | TabIndents (bool value) |
| bool | BackSpaceUnIndents () |
| void | BackSpaceUnIndents (bool value) |
| void | MouseDwellTime (int value) |
| int | MouseDwellTime () |
| int | WordStartPosition (int pos, bool onlyWordCharacters) |
| int | WordEndPosition (int pos, bool onlyWordCharacters) |
| int | WrapMode () |
| void | WrapMode (int value) |
| void | LayoutCache (int value) |
| int | LayoutCache () |
| int | ScrollWidth () |
| void | ScrollWidth (int value) |
| int | TextWidth (int style, string text) |
| bool | EndAtLastLine () |
| void | EndAtLastLine (bool value) |
| int | TextHeight (int line) |
| bool | UseVerticalScrollBar () |
| void | UseVerticalScrollBar (bool value) |
| void | AppendText (int length, string text) |
| bool | TwoPhaseDraw () |
| void | TwoPhaseDraw (bool value) |
| void | TargetFromSelection () |
| void | LinesJoin () |
| void | LinesSplit (int pixelWidth) |
| void | SetFoldMarginColour (bool useSetting, Colour back) |
| void | SetFoldMarginHiColour (bool useSetting, Colour fore) |
| void | LineDuplicate () |
| void | HomeDisplay () |
| void | HomeDisplayExtend () |
| void | LineEndDisplay () |
| void | LineEndDisplayExtend () |
| void | MoveCaretInsideView () |
| int | LineLength (int line) |
| void | BraceHighlight (int pos1, int pos2) |
| void | BraceBadLight (int pos) |
| int | BraceMatch (int pos) |
| bool | ViewEOL () |
| void | ViewEOL (bool value) |
| wxObject | DocPointer () |
| void | DocPointer (wxObject value) |
| int | ModEventMask () |
| void | ModEventMask (int value) |
| int | EdgeColumn () |
| void | EdgeColumn (int value) |
| int | EdgeMode () |
| void | EdgeMode (int value) |
| Colour | EdgeColour () |
| void | EdgeColour (Colour value) |
| void | SearchAnchor () |
| int | SearchNext (int flags, string text) |
| int | SearchPrev (int flags, string text) |
| int | LinesOnScreen () |
| void | UsePopUp (bool value) |
| bool | SelectionIsRectangle () |
| int | Zoom () |
| void | Zoom (int value) |
| void | CreateDocument () |
| void | AddRefDocument (wxObject docPointer) |
| void | ReleaseDocument (wxObject docPointer) |
| bool | STCFocus () |
| void | STCFocus (bool value) |
| int | Status () |
| void | Status (int value) |
| bool | MouseDownCaptures () |
| void | MouseDownCaptures (bool value) |
| void | STCCursor (int value) |
| int | STCCursor () |
| void | ControlCharSymbol (int value) |
| int | ControlCharSymbol () |
| void | WordPartLeft () |
| void | WordPartLeftExtend () |
| void | WordPartRight () |
| void | WordPartRightExtend () |
| void | SetVisiblePolicy (int visiblePolicy, int visibleSlop) |
| void | DelLineLeft () |
| void | DelLineRight () |
| void | XOffset (int value) |
| int | XOffset () |
| void | ChooseCaretX () |
| void | SetXCaretPolicy (int caretPolicy, int caretSlop) |
| void | SetYCaretPolicy (int caretPolicy, int caretSlop) |
| void | PrintWrapMode (int value) |
| int | PrintWrapMode () |
| void | SetHotspotActiveForeground (bool useSetting, Colour fore) |
| void | SetHotspotActiveBackground (bool useSetting, Colour back) |
| void | SetHotspotActiveUnderline (bool underline) |
| void | StartRecord () |
| void | StopRecord () |
| void | Lexer (int value) |
| int | Lexer () |
| void | Colourise (int start, int end) |
| void | SetProperty (string key, string value) |
| void | SetKeyWords (int keywordSet, string keyWords) |
| void | LexerLanguage (string value) |
| int | CurrentLine () |
| void | StyleSetSpec (int styleNum, string spec) |
| void | StyleSetFont (int styleNum, Font font) |
| void | StyleSetFontAttr (int styleNum, int size, string faceName, bool bold, bool italic, bool underline) |
| void | CmdKeyExecute (int cmd) |
| void | SetMargins (int left, int right) |
| void | GetSelection (out int startPos, out int endPos) |
| Point | PointFromPosition (int pos) |
| void | ScrollToLine (int line) |
| void | ScrollToColumn (int column) |
| bool | LastKeydownProcessed () |
| void | LastKeydownProcessed (bool value) |
| bool | SaveFile (string filename) |
| bool | LoadFile (string filename) |
| void | Change_Add (EventListener value) |
| void | Change_Remove (EventListener value) |
| void | StyleNeeded_Add (EventListener value) |
| void | StyleNeeded_Remove (EventListener value) |
| void | CharAdded_Add (EventListener value) |
| void | CharAdded_Remove (EventListener value) |
| void | SavePointReached_Add (EventListener value) |
| void | SavePointReached_Remove (EventListener value) |
| void | SavePointLeft_Add (EventListener value) |
| void | SavePointLeft_Remove (EventListener value) |
| void | ROModifyAttempt_Add (EventListener value) |
| void | ROModifyAttempt_Remove (EventListener value) |
| void | Key_Add (EventListener value) |
| void | Key_Remove (EventListener value) |
| void | DoubleClick_Add (EventListener value) |
| void | DoubleClick_Remove (EventListener value) |
| void | UpdateUI_Add (EventListener value) |
| void | UpdateUI_Remove (EventListener value) |
| void | Modified_Add (EventListener value) |
| void | Modified_Remove (EventListener value) |
| void | MacroRecord_Add (EventListener value) |
| void | MacroRecord_Remove (EventListener value) |
| void | MarginClick_Add (EventListener value) |
| void | MarginClick_Remove (EventListener value) |
| void | NeedShown_Add (EventListener value) |
| void | NeedShown_Remove (EventListener value) |
| void | Paint_Add (EventListener value) |
| void | Paint_Remove (EventListener value) |
| void | UserListSelection_Add (EventListener value) |
| void | UserListSelection_Remove (EventListener value) |
| void | URIDropped_Add (EventListener value) |
| void | URIDropped_Remove (EventListener value) |
| void | DwellStart_Add (EventListener value) |
| void | DwellStart_Remove (EventListener value) |
| void | DwellEnd_Add (EventListener value) |
| void | DwellEnd_Remove (EventListener value) |
| void | StartDrag_Add (EventListener value) |
| void | StartDrag_Remove (EventListener value) |
| void | DragOver_Add (EventListener value) |
| void | DragOver_Remove (EventListener value) |
| void | DoDrop_Add (EventListener value) |
| void | DoDrop_Remove (EventListener value) |
| void | Zoomed_Add (EventListener value) |
| void | Zoomed_Remove (EventListener value) |
| void | HotspotClick_Add (EventListener value) |
| void | HotspotClick_Remove (EventListener value) |
| void | HotspotDoubleClick_Add (EventListener value) |
| void | HotspotDoubleClick_Remove (EventListener value) |
| void | CalltipClick_Add (EventListener value) |
| void | CalltipClick_Remove (EventListener value) |
Static Public Member Functions | |
| static | this () |
| static wxObject | New (IntPtr wxobj) |
Public Attributes | |
| const int | wxSTC_INVALID_POSITION = -1 |
| const int | wxSTC_START = 2000 |
| const int | wxSTC_OPTIONAL_START = 3000 |
| const int | wxSTC_LEXER_START = 4000 |
| const int | wxSTC_WS_INVISIBLE = 0 |
| const int | wxSTC_WS_VISIBLEALWAYS = 1 |
| const int | wxSTC_WS_VISIBLEAFTERINDENT = 2 |
| const int | wxSTC_EOL_CRLF = 0 |
| const int | wxSTC_EOL_CR = 1 |
| const int | wxSTC_EOL_LF = 2 |
| const int | wxSTC_CP_UTF8 = 65001 |
| const int | wxSTC_CP_DBCS = 1 |
| const int | wxSTC_MARKER_MAX = 31 |
| const int | wxSTC_MARK_CIRCLE = 0 |
| const int | wxSTC_MARK_ROUNDRECT = 1 |
| const int | wxSTC_MARK_ARROW = 2 |
| const int | wxSTC_MARK_SMALLRECT = 3 |
| const int | wxSTC_MARK_SHORTARROW = 4 |
| const int | wxSTC_MARK_EMPTY = 5 |
| const int | wxSTC_MARK_ARROWDOWN = 6 |
| const int | wxSTC_MARK_MINUS = 7 |
| const int | wxSTC_MARK_PLUS = 8 |
| const int | wxSTC_MARK_VLINE = 9 |
| const int | wxSTC_MARK_LCORNER = 10 |
| const int | wxSTC_MARK_TCORNER = 11 |
| const int | wxSTC_MARK_BOXPLUS = 12 |
| const int | wxSTC_MARK_BOXPLUSCONNECTED = 13 |
| const int | wxSTC_MARK_BOXMINUS = 14 |
| const int | wxSTC_MARK_BOXMINUSCONNECTED = 15 |
| const int | wxSTC_MARK_LCORNERCURVE = 16 |
| const int | wxSTC_MARK_TCORNERCURVE = 17 |
| const int | wxSTC_MARK_CIRCLEPLUS = 18 |
| const int | wxSTC_MARK_CIRCLEPLUSCONNECTED = 19 |
| const int | wxSTC_MARK_CIRCLEMINUS = 20 |
| const int | wxSTC_MARK_CIRCLEMINUSCONNECTED = 21 |
| const int | wxSTC_MARK_BACKGROUND = 22 |
| const int | wxSTC_MARK_DOTDOTDOT = 23 |
| const int | wxSTC_MARK_ARROWS = 24 |
| const int | wxSTC_MARK_PIXMAP = 25 |
| const int | wxSTC_MARK_CHARACTER = 10000 |
| const int | wxSTC_MARKNUM_FOLDEREND = 25 |
| const int | wxSTC_MARKNUM_FOLDEROPENMID = 26 |
| const int | wxSTC_MARKNUM_FOLDERMIDTAIL = 27 |
| const int | wxSTC_MARKNUM_FOLDERTAIL = 28 |
| const int | wxSTC_MARKNUM_FOLDERSUB = 29 |
| const int | wxSTC_MARKNUM_FOLDER = 30 |
| const int | wxSTC_MARKNUM_FOLDEROPEN = 31 |
| const int | wxSTC_MASK_FOLDERS = -1 |
| const int | wxSTC_MARGIN_SYMBOL = 0 |
| const int | wxSTC_MARGIN_NUMBER = 1 |
| const int | wxSTC_STYLE_DEFAULT = 32 |
| const int | wxSTC_STYLE_LINENUMBER = 33 |
| const int | wxSTC_STYLE_BRACELIGHT = 34 |
| const int | wxSTC_STYLE_BRACEBAD = 35 |
| const int | wxSTC_STYLE_CONTROLCHAR = 36 |
| const int | wxSTC_STYLE_INDENTGUIDE = 37 |
| const int | wxSTC_STYLE_LASTPREDEFINED = 39 |
| const int | wxSTC_STYLE_MAX = 127 |
| const int | wxSTC_CHARSET_ANSI = 0 |
| const int | wxSTC_CHARSET_DEFAULT = 1 |
| const int | wxSTC_CHARSET_BALTIC = 186 |
| const int | wxSTC_CHARSET_CHINESEBIG5 = 136 |
| const int | wxSTC_CHARSET_EASTEUROPE = 238 |
| const int | wxSTC_CHARSET_GB2312 = 134 |
| const int | wxSTC_CHARSET_GREEK = 161 |
| const int | wxSTC_CHARSET_HANGUL = 129 |
| const int | wxSTC_CHARSET_MAC = 77 |
| const int | wxSTC_CHARSET_OEM = 255 |
| const int | wxSTC_CHARSET_RUSSIAN = 204 |
| const int | wxSTC_CHARSET_SHIFTJIS = 128 |
| const int | wxSTC_CHARSET_SYMBOL = 2 |
| const int | wxSTC_CHARSET_TURKISH = 162 |
| const int | wxSTC_CHARSET_JOHAB = 130 |
| const int | wxSTC_CHARSET_HEBREW = 177 |
| const int | wxSTC_CHARSET_ARABIC = 178 |
| const int | wxSTC_CHARSET_VIETNAMESE = 163 |
| const int | wxSTC_CHARSET_THAI = 222 |
| const int | wxSTC_CASE_MIXED = 0 |
| const int | wxSTC_CASE_UPPER = 1 |
| const int | wxSTC_CASE_LOWER = 2 |
| const int | wxSTC_INDIC_MAX = 7 |
| const int | wxSTC_INDIC_PLAIN = 0 |
| const int | wxSTC_INDIC_SQUIGGLE = 1 |
| const int | wxSTC_INDIC_TT = 2 |
| const int | wxSTC_INDIC_DIAGONAL = 3 |
| const int | wxSTC_INDIC_STRIKE = 4 |
| const int | wxSTC_INDIC0_MASK = 0x20 |
| const int | wxSTC_INDIC1_MASK = 0x40 |
| const int | wxSTC_INDIC2_MASK = 0x80 |
| const int | wxSTC_INDICS_MASK = 0xE0 |
| const int | wxSTC_PRINT_NORMAL = 0 |
| const int | wxSTC_PRINT_INVERTLIGHT = 1 |
| const int | wxSTC_PRINT_BLACKONWHITE = 2 |
| const int | wxSTC_PRINT_COLOURONWHITE = 3 |
| const int | wxSTC_PRINT_COLOURONWHITEDEFAULTBG = 4 |
| const int | wxSTC_FIND_WHOLEWORD = 2 |
| const int | wxSTC_FIND_MATCHCASE = 4 |
| const int | wxSTC_FIND_WORDSTART = 0x00100000 |
| const int | wxSTC_FIND_REGEXP = 0x00200000 |
| const int | wxSTC_FIND_POSIX = 0x00400000 |
| const int | wxSTC_FOLDLEVELBASE = 0x400 |
| const int | wxSTC_FOLDLEVELWHITEFLAG = 0x1000 |
| const int | wxSTC_FOLDLEVELHEADERFLAG = 0x2000 |
| const int | wxSTC_FOLDLEVELBOXHEADERFLAG = 0x4000 |
| const int | wxSTC_FOLDLEVELBOXFOOTERFLAG = 0x8000 |
| const int | wxSTC_FOLDLEVELCONTRACTED = 0x10000 |
| const int | wxSTC_FOLDLEVELUNINDENT = 0x20000 |
| const int | wxSTC_FOLDLEVELNUMBERMASK = 0x0FFF |
| const int | wxSTC_FOLDFLAG_LINEBEFORE_EXPANDED = 0x0002 |
| const int | wxSTC_FOLDFLAG_LINEBEFORE_CONTRACTED = 0x0004 |
| const int | wxSTC_FOLDFLAG_LINEAFTER_EXPANDED = 0x0008 |
| const int | wxSTC_FOLDFLAG_LINEAFTER_CONTRACTED = 0x0010 |
| const int | wxSTC_FOLDFLAG_LEVELNUMBERS = 0x0040 |
| const int | wxSTC_FOLDFLAG_BOX = 0x0001 |
| const int | wxSTC_TIME_FOREVER = 10000000 |
| const int | wxSTC_WRAP_NONE = 0 |
| const int | wxSTC_WRAP_WORD = 1 |
| const int | wxSTC_CACHE_NONE = 0 |
| const int | wxSTC_CACHE_CARET = 1 |
| const int | wxSTC_CACHE_PAGE = 2 |
| const int | wxSTC_CACHE_DOCUMENT = 3 |
| const int | wxSTC_EDGE_NONE = 0 |
| const int | wxSTC_EDGE_LINE = 1 |
| const int | wxSTC_EDGE_BACKGROUND = 2 |
| const int | wxSTC_CURSORNORMAL = -1 |
| const int | wxSTC_CURSORWAIT = 4 |
| const int | wxSTC_VISIBLE_SLOP = 0x01 |
| const int | wxSTC_VISIBLE_STRICT = 0x04 |
| const int | wxSTC_CARET_SLOP = 0x01 |
| const int | wxSTC_CARET_STRICT = 0x04 |
| const int | wxSTC_CARET_JUMPS = 0x10 |
| const int | wxSTC_CARET_EVEN = 0x08 |
| const int | wxSTC_MOD_INSERTTEXT = 0x1 |
| const int | wxSTC_MOD_DELETETEXT = 0x2 |
| const int | wxSTC_MOD_CHANGESTYLE = 0x4 |
| const int | wxSTC_MOD_CHANGEFOLD = 0x8 |
| const int | wxSTC_PERFORMED_USER = 0x10 |
| const int | wxSTC_PERFORMED_UNDO = 0x20 |
| const int | wxSTC_PERFORMED_REDO = 0x40 |
| const int | wxSTC_LASTSTEPINUNDOREDO = 0x100 |
| const int | wxSTC_MOD_CHANGEMARKER = 0x200 |
| const int | wxSTC_MOD_BEFOREINSERT = 0x400 |
| const int | wxSTC_MOD_BEFOREDELETE = 0x800 |
| const int | wxSTC_MODEVENTMASKALL = 0xF77 |
| const int | wxSTC_KEY_DOWN = 300 |
| const int | wxSTC_KEY_UP = 301 |
| const int | wxSTC_KEY_LEFT = 302 |
| const int | wxSTC_KEY_RIGHT = 303 |
| const int | wxSTC_KEY_HOME = 304 |
| const int | wxSTC_KEY_END = 305 |
| const int | wxSTC_KEY_PRIOR = 306 |
| const int | wxSTC_KEY_NEXT = 307 |
| const int | wxSTC_KEY_DELETE = 308 |
| const int | wxSTC_KEY_INSERT = 309 |
| const int | wxSTC_KEY_ESCAPE = 7 |
| const int | wxSTC_KEY_BACK = 8 |
| const int | wxSTC_KEY_TAB = 9 |
| const int | wxSTC_KEY_RETURN = 13 |
| const int | wxSTC_KEY_ADD = 310 |
| const int | wxSTC_KEY_SUBTRACT = 311 |
| const int | wxSTC_KEY_DIVIDE = 312 |
| const int | wxSTC_SCMOD_SHIFT = 1 |
| const int | wxSTC_SCMOD_CTRL = 2 |
| const int | wxSTC_SCMOD_ALT = 4 |
| const int | wxSTC_LEX_CONTAINER = 0 |
| const int | wxSTC_LEX_NULL = 1 |
| const int | wxSTC_LEX_PYTHON = 2 |
| const int | wxSTC_LEX_CPP = 3 |
| const int | wxSTC_LEX_HTML = 4 |
| const int | wxSTC_LEX_XML = 5 |
| const int | wxSTC_LEX_PERL = 6 |
| const int | wxSTC_LEX_SQL = 7 |
| const int | wxSTC_LEX_VB = 8 |
| const int | wxSTC_LEX_PROPERTIES = 9 |
| const int | wxSTC_LEX_ERRORLIST = 10 |
| const int | wxSTC_LEX_MAKEFILE = 11 |
| const int | wxSTC_LEX_BATCH = 12 |
| const int | wxSTC_LEX_XCODE = 13 |
| const int | wxSTC_LEX_LATEX = 14 |
| const int | wxSTC_LEX_LUA = 15 |
| const int | wxSTC_LEX_DIFF = 16 |
| const int | wxSTC_LEX_CONF = 17 |
| const int | wxSTC_LEX_PASCAL = 18 |
| const int | wxSTC_LEX_AVE = 19 |
| const int | wxSTC_LEX_ADA = 20 |
| const int | wxSTC_LEX_LISP = 21 |
| const int | wxSTC_LEX_RUBY = 22 |
| const int | wxSTC_LEX_EIFFEL = 23 |
| const int | wxSTC_LEX_EIFFELKW = 24 |
| const int | wxSTC_LEX_TCL = 25 |
| const int | wxSTC_LEX_NNCRONTAB = 26 |
| const int | wxSTC_LEX_BULLANT = 27 |
| const int | wxSTC_LEX_VBSCRIPT = 28 |
| const int | wxSTC_LEX_ASP = 29 |
| const int | wxSTC_LEX_PHP = 30 |
| const int | wxSTC_LEX_BAAN = 31 |
| const int | wxSTC_LEX_MATLAB = 32 |
| const int | wxSTC_LEX_SCRIPTOL = 33 |
| const int | wxSTC_LEX_ASM = 34 |
| const int | wxSTC_LEX_CPPNOCASE = 35 |
| const int | wxSTC_LEX_FORTRAN = 36 |
| const int | wxSTC_LEX_F77 = 37 |
| const int | wxSTC_LEX_CSS = 38 |
| const int | wxSTC_LEX_POV = 39 |
| const int | wxSTC_LEX_AUTOMATIC = 1000 |
| const int | wxSTC_P_DEFAULT = 0 |
| const int | wxSTC_P_COMMENTLINE = 1 |
| const int | wxSTC_P_NUMBER = 2 |
| const int | wxSTC_P_STRING = 3 |
| const int | wxSTC_P_CHARACTER = 4 |
| const int | wxSTC_P_WORD = 5 |
| const int | wxSTC_P_TRIPLE = 6 |
| const int | wxSTC_P_TRIPLEDOUBLE = 7 |
| const int | wxSTC_P_CLASSNAME = 8 |
| const int | wxSTC_P_DEFNAME = 9 |
| const int | wxSTC_P_OPERATOR = 10 |
| const int | wxSTC_P_IDENTIFIER = 11 |
| const int | wxSTC_P_COMMENTBLOCK = 12 |
| const int | wxSTC_P_STRINGEOL = 13 |
| const int | wxSTC_C_DEFAULT = 0 |
| const int | wxSTC_C_COMMENT = 1 |
| const int | wxSTC_C_COMMENTLINE = 2 |
| const int | wxSTC_C_COMMENTDOC = 3 |
| const int | wxSTC_C_NUMBER = 4 |
| const int | wxSTC_C_WORD = 5 |
| const int | wxSTC_C_STRING = 6 |
| const int | wxSTC_C_CHARACTER = 7 |
| const int | wxSTC_C_UUID = 8 |
| const int | wxSTC_C_PREPROCESSOR = 9 |
| const int | wxSTC_C_OPERATOR = 10 |
| const int | wxSTC_C_IDENTIFIER = 11 |
| const int | wxSTC_C_STRINGEOL = 12 |
| const int | wxSTC_C_VERBATIM = 13 |
| const int | wxSTC_C_REGEX = 14 |
| const int | wxSTC_C_COMMENTLINEDOC = 15 |
| const int | wxSTC_C_WORD2 = 16 |
| const int | wxSTC_C_COMMENTDOCKEYWORD = 17 |
| const int | wxSTC_C_COMMENTDOCKEYWORDERROR = 18 |
| const int | wxSTC_H_DEFAULT = 0 |
| const int | wxSTC_H_TAG = 1 |
| const int | wxSTC_H_TAGUNKNOWN = 2 |
| const int | wxSTC_H_ATTRIBUTE = 3 |
| const int | wxSTC_H_ATTRIBUTEUNKNOWN = 4 |
| const int | wxSTC_H_NUMBER = 5 |
| const int | wxSTC_H_DOUBLESTRING = 6 |
| const int | wxSTC_H_SINGLESTRING = 7 |
| const int | wxSTC_H_OTHER = 8 |
| const int | wxSTC_H_COMMENT = 9 |
| const int | wxSTC_H_ENTITY = 10 |
| const int | wxSTC_H_TAGEND = 11 |
| const int | wxSTC_H_XMLSTART = 12 |
| const int | wxSTC_H_XMLEND = 13 |
| const int | wxSTC_H_SCRIPT = 14 |
| const int | wxSTC_H_ASP = 15 |
| const int | wxSTC_H_ASPAT = 16 |
| const int | wxSTC_H_CDATA = 17 |
| const int | wxSTC_H_QUESTION = 18 |
| const int | wxSTC_H_VALUE = 19 |
| const int | wxSTC_H_XCCOMMENT = 20 |
| const int | wxSTC_H_SGML_DEFAULT = 21 |
| const int | wxSTC_H_SGML_COMMAND = 22 |
| const int | wxSTC_H_SGML_1ST_PARAM = 23 |
| const int | wxSTC_H_SGML_DOUBLESTRING = 24 |
| const int | wxSTC_H_SGML_SIMPLESTRING = 25 |
| const int | wxSTC_H_SGML_ERROR = 26 |
| const int | wxSTC_H_SGML_SPECIAL = 27 |
| const int | wxSTC_H_SGML_ENTITY = 28 |
| const int | wxSTC_H_SGML_COMMENT = 29 |
| const int | wxSTC_H_SGML_1ST_PARAM_COMMENT = 30 |
| const int | wxSTC_H_SGML_BLOCK_DEFAULT = 31 |
| const int | wxSTC_HJ_START = 40 |
| const int | wxSTC_HJ_DEFAULT = 41 |
| const int | wxSTC_HJ_COMMENT = 42 |
| const int | wxSTC_HJ_COMMENTLINE = 43 |
| const int | wxSTC_HJ_COMMENTDOC = 44 |
| const int | wxSTC_HJ_NUMBER = 45 |
| const int | wxSTC_HJ_WORD = 46 |
| const int | wxSTC_HJ_KEYWORD = 47 |
| const int | wxSTC_HJ_DOUBLESTRING = 48 |
| const int | wxSTC_HJ_SINGLESTRING = 49 |
| const int | wxSTC_HJ_SYMBOLS = 50 |
| const int | wxSTC_HJ_STRINGEOL = 51 |
| const int | wxSTC_HJ_REGEX = 52 |
| const int | wxSTC_HJA_START = 55 |
| const int | wxSTC_HJA_DEFAULT = 56 |
| const int | wxSTC_HJA_COMMENT = 57 |
| const int | wxSTC_HJA_COMMENTLINE = 58 |
| const int | wxSTC_HJA_COMMENTDOC = 59 |
| const int | wxSTC_HJA_NUMBER = 60 |
| const int | wxSTC_HJA_WORD = 61 |
| const int | wxSTC_HJA_KEYWORD = 62 |
| const int | wxSTC_HJA_DOUBLESTRING = 63 |
| const int | wxSTC_HJA_SINGLESTRING = 64 |
| const int | wxSTC_HJA_SYMBOLS = 65 |
| const int | wxSTC_HJA_STRINGEOL = 66 |
| const int | wxSTC_HJA_REGEX = 67 |
| const int | wxSTC_HB_START = 70 |
| const int | wxSTC_HB_DEFAULT = 71 |
| const int | wxSTC_HB_COMMENTLINE = 72 |
| const int | wxSTC_HB_NUMBER = 73 |
| const int | wxSTC_HB_WORD = 74 |
| const int | wxSTC_HB_STRING = 75 |
| const int | wxSTC_HB_IDENTIFIER = 76 |
| const int | wxSTC_HB_STRINGEOL = 77 |
| const int | wxSTC_HBA_START = 80 |
| const int | wxSTC_HBA_DEFAULT = 81 |
| const int | wxSTC_HBA_COMMENTLINE = 82 |
| const int | wxSTC_HBA_NUMBER = 83 |
| const int | wxSTC_HBA_WORD = 84 |
| const int | wxSTC_HBA_STRING = 85 |
| const int | wxSTC_HBA_IDENTIFIER = 86 |
| const int | wxSTC_HBA_STRINGEOL = 87 |
| const int | wxSTC_HP_START = 90 |
| const int | wxSTC_HP_DEFAULT = 91 |
| const int | wxSTC_HP_COMMENTLINE = 92 |
| const int | wxSTC_HP_NUMBER = 93 |
| const int | wxSTC_HP_STRING = 94 |
| const int | wxSTC_HP_CHARACTER = 95 |
| const int | wxSTC_HP_WORD = 96 |
| const int | wxSTC_HP_TRIPLE = 97 |
| const int | wxSTC_HP_TRIPLEDOUBLE = 98 |
| const int | wxSTC_HP_CLASSNAME = 99 |
| const int | wxSTC_HP_DEFNAME = 100 |
| const int | wxSTC_HP_OPERATOR = 101 |
| const int | wxSTC_HP_IDENTIFIER = 102 |
| const int | wxSTC_HPA_START = 105 |
| const int | wxSTC_HPA_DEFAULT = 106 |
| const int | wxSTC_HPA_COMMENTLINE = 107 |
| const int | wxSTC_HPA_NUMBER = 108 |
| const int | wxSTC_HPA_STRING = 109 |
| const int | wxSTC_HPA_CHARACTER = 110 |
| const int | wxSTC_HPA_WORD = 111 |
| const int | wxSTC_HPA_TRIPLE = 112 |
| const int | wxSTC_HPA_TRIPLEDOUBLE = 113 |
| const int | wxSTC_HPA_CLASSNAME = 114 |
| const int | wxSTC_HPA_DEFNAME = 115 |
| const int | wxSTC_HPA_OPERATOR = 116 |
| const int | wxSTC_HPA_IDENTIFIER = 117 |
| const int | wxSTC_HPHP_DEFAULT = 118 |
| const int | wxSTC_HPHP_HSTRING = 119 |
| const int | wxSTC_HPHP_SIMPLESTRING = 120 |
| const int | wxSTC_HPHP_WORD = 121 |
| const int | wxSTC_HPHP_NUMBER = 122 |
| const int | wxSTC_HPHP_VARIABLE = 123 |
| const int | wxSTC_HPHP_COMMENT = 124 |
| const int | wxSTC_HPHP_COMMENTLINE = 125 |
| const int | wxSTC_HPHP_HSTRING_VARIABLE = 126 |
| const int | wxSTC_HPHP_OPERATOR = 127 |
| const int | wxSTC_PL_DEFAULT = 0 |
| const int | wxSTC_PL_ERROR = 1 |
| const int | wxSTC_PL_COMMENTLINE = 2 |
| const int | wxSTC_PL_POD = 3 |
| const int | wxSTC_PL_NUMBER = 4 |
| const int | wxSTC_PL_WORD = 5 |
| const int | wxSTC_PL_STRING = 6 |
| const int | wxSTC_PL_CHARACTER = 7 |
| const int | wxSTC_PL_PUNCTUATION = 8 |
| const int | wxSTC_PL_PREPROCESSOR = 9 |
| const int | wxSTC_PL_OPERATOR = 10 |
| const int | wxSTC_PL_IDENTIFIER = 11 |
| const int | wxSTC_PL_SCALAR = 12 |
| const int | wxSTC_PL_ARRAY = 13 |
| const int | wxSTC_PL_HASH = 14 |
| const int | wxSTC_PL_SYMBOLTABLE = 15 |
| const int | wxSTC_PL_REGEX = 17 |
| const int | wxSTC_PL_REGSUBST = 18 |
| const int | wxSTC_PL_LONGQUOTE = 19 |
| const int | wxSTC_PL_BACKTICKS = 20 |
| const int | wxSTC_PL_DATASECTION = 21 |
| const int | wxSTC_PL_HERE_DELIM = 22 |
| const int | wxSTC_PL_HERE_Q = 23 |
| const int | wxSTC_PL_HERE_QQ = 24 |
| const int | wxSTC_PL_HERE_QX = 25 |
| const int | wxSTC_PL_STRING_Q = 26 |
| const int | wxSTC_PL_STRING_QQ = 27 |
| const int | wxSTC_PL_STRING_QX = 28 |
| const int | wxSTC_PL_STRING_QR = 29 |
| const int | wxSTC_PL_STRING_QW = 30 |
| const int | wxSTC_B_DEFAULT = 0 |
| const int | wxSTC_B_COMMENT = 1 |
| const int | wxSTC_B_NUMBER = 2 |
| const int | wxSTC_B_KEYWORD = 3 |
| const int | wxSTC_B_STRING = 4 |
| const int | wxSTC_B_PREPROCESSOR = 5 |
| const int | wxSTC_B_OPERATOR = 6 |
| const int | wxSTC_B_IDENTIFIER = 7 |
| const int | wxSTC_B_DATE = 8 |
| const int | wxSTC_PROPS_DEFAULT = 0 |
| const int | wxSTC_PROPS_COMMENT = 1 |
| const int | wxSTC_PROPS_SECTION = 2 |
| const int | wxSTC_PROPS_ASSIGNMENT = 3 |
| const int | wxSTC_PROPS_DEFVAL = 4 |
| const int | wxSTC_L_DEFAULT = 0 |
| const int | wxSTC_L_COMMAND = 1 |
| const int | wxSTC_L_TAG = 2 |
| const int | wxSTC_L_MATH = 3 |
| const int | wxSTC_L_COMMENT = 4 |
| const int | wxSTC_LUA_DEFAULT = 0 |
| const int | wxSTC_LUA_COMMENT = 1 |
| const int | wxSTC_LUA_COMMENTLINE = 2 |
| const int | wxSTC_LUA_COMMENTDOC = 3 |
| const int | wxSTC_LUA_NUMBER = 4 |
| const int | wxSTC_LUA_WORD = 5 |
| const int | wxSTC_LUA_STRING = 6 |
| const int | wxSTC_LUA_CHARACTER = 7 |
| const int | wxSTC_LUA_LITERALSTRING = 8 |
| const int | wxSTC_LUA_PREPROCESSOR = 9 |
| const int | wxSTC_LUA_OPERATOR = 10 |
| const int | wxSTC_LUA_IDENTIFIER = 11 |
| const int | wxSTC_LUA_STRINGEOL = 12 |
| const int | wxSTC_LUA_WORD2 = 13 |
| const int | wxSTC_LUA_WORD3 = 14 |
| const int | wxSTC_LUA_WORD4 = 15 |
| const int | wxSTC_LUA_WORD5 = 16 |
| const int | wxSTC_LUA_WORD6 = 17 |
| const int | wxSTC_ERR_DEFAULT = 0 |
| const int | wxSTC_ERR_PYTHON = 1 |
| const int | wxSTC_ERR_GCC = 2 |
| const int | wxSTC_ERR_MS = 3 |
| const int | wxSTC_ERR_CMD = 4 |
| const int | wxSTC_ERR_BORLAND = 5 |
| const int | wxSTC_ERR_PERL = 6 |
| const int | wxSTC_ERR_NET = 7 |
| const int | wxSTC_ERR_LUA = 8 |
| const int | wxSTC_ERR_CTAG = 9 |
| const int | wxSTC_ERR_DIFF_CHANGED = 10 |
| const int | wxSTC_ERR_DIFF_ADDITION = 11 |
| const int | wxSTC_ERR_DIFF_DELETION = 12 |
| const int | wxSTC_ERR_DIFF_MESSAGE = 13 |
| const int | wxSTC_ERR_PHP = 14 |
| const int | wxSTC_ERR_ELF = 15 |
| const int | wxSTC_ERR_IFC = 16 |
| const int | wxSTC_BAT_DEFAULT = 0 |
| const int | wxSTC_BAT_COMMENT = 1 |
| const int | wxSTC_BAT_WORD = 2 |
| const int | wxSTC_BAT_LABEL = 3 |
| const int | wxSTC_BAT_HIDE = 4 |
| const int | wxSTC_BAT_COMMAND = 5 |
| const int | wxSTC_BAT_IDENTIFIER = 6 |
| const int | wxSTC_BAT_OPERATOR = 7 |
| const int | wxSTC_MAKE_DEFAULT = 0 |
| const int | wxSTC_MAKE_COMMENT = 1 |
| const int | wxSTC_MAKE_PREPROCESSOR = 2 |
| const int | wxSTC_MAKE_IDENTIFIER = 3 |
| const int | wxSTC_MAKE_OPERATOR = 4 |
| const int | wxSTC_MAKE_TARGET = 5 |
| const int | wxSTC_MAKE_IDEOL = 9 |
| const int | wxSTC_DIFF_DEFAULT = 0 |
| const int | wxSTC_DIFF_COMMENT = 1 |
| const int | wxSTC_DIFF_COMMAND = 2 |
| const int | wxSTC_DIFF_HEADER = 3 |
| const int | wxSTC_DIFF_POSITION = 4 |
| const int | wxSTC_DIFF_DELETED = 5 |
| const int | wxSTC_DIFF_ADDED = 6 |
| const int | wxSTC_CONF_DEFAULT = 0 |
| const int | wxSTC_CONF_COMMENT = 1 |
| const int | wxSTC_CONF_NUMBER = 2 |
| const int | wxSTC_CONF_IDENTIFIER = 3 |
| const int | wxSTC_CONF_EXTENSION = 4 |
| const int | wxSTC_CONF_PARAMETER = 5 |
| const int | wxSTC_CONF_STRING = 6 |
| const int | wxSTC_CONF_OPERATOR = 7 |
| const int | wxSTC_CONF_IP = 8 |
| const int | wxSTC_CONF_DIRECTIVE = 9 |
| const int | wxSTC_AVE_DEFAULT = 0 |
| const int | wxSTC_AVE_COMMENT = 1 |
| const int | wxSTC_AVE_NUMBER = 2 |
| const int | wxSTC_AVE_WORD = 3 |
| const int | wxSTC_AVE_STRING = 6 |
| const int | wxSTC_AVE_ENUM = 7 |
| const int | wxSTC_AVE_STRINGEOL = 8 |
| const int | wxSTC_AVE_IDENTIFIER = 9 |
| const int | wxSTC_AVE_OPERATOR = 10 |
| const int | wxSTC_AVE_WORD1 = 11 |
| const int | wxSTC_AVE_WORD2 = 12 |
| const int | wxSTC_AVE_WORD3 = 13 |
| const int | wxSTC_AVE_WORD4 = 14 |
| const int | wxSTC_AVE_WORD5 = 15 |
| const int | wxSTC_AVE_WORD6 = 16 |
| const int | wxSTC_ADA_DEFAULT = 0 |
| const int | wxSTC_ADA_WORD = 1 |
| const int | wxSTC_ADA_IDENTIFIER = 2 |
| const int | wxSTC_ADA_NUMBER = 3 |
| const int | wxSTC_ADA_DELIMITER = 4 |
| const int | wxSTC_ADA_CHARACTER = 5 |
| const int | wxSTC_ADA_CHARACTEREOL = 6 |
| const int | wxSTC_ADA_STRING = 7 |
| const int | wxSTC_ADA_STRINGEOL = 8 |
| const int | wxSTC_ADA_LABEL = 9 |
| const int | wxSTC_ADA_COMMENTLINE = 10 |
| const int | wxSTC_ADA_ILLEGAL = 11 |
| const int | wxSTC_BAAN_DEFAULT = 0 |
| const int | wxSTC_BAAN_COMMENT = 1 |
| const int | wxSTC_BAAN_COMMENTDOC = 2 |
| const int | wxSTC_BAAN_NUMBER = 3 |
| const int | wxSTC_BAAN_WORD = 4 |
| const int | wxSTC_BAAN_STRING = 5 |
| const int | wxSTC_BAAN_PREPROCESSOR = 6 |
| const int | wxSTC_BAAN_OPERATOR = 7 |
| const int | wxSTC_BAAN_IDENTIFIER = 8 |
| const int | wxSTC_BAAN_STRINGEOL = 9 |
| const int | wxSTC_BAAN_WORD2 = 10 |
| const int | wxSTC_LISP_DEFAULT = 0 |
| const int | wxSTC_LISP_COMMENT = 1 |
| const int | wxSTC_LISP_NUMBER = 2 |
| const int | wxSTC_LISP_KEYWORD = 3 |
| const int | wxSTC_LISP_STRING = 6 |
| const int | wxSTC_LISP_STRINGEOL = 8 |
| const int | wxSTC_LISP_IDENTIFIER = 9 |
| const int | wxSTC_LISP_OPERATOR = 10 |
| const int | wxSTC_EIFFEL_DEFAULT = 0 |
| const int | wxSTC_EIFFEL_COMMENTLINE = 1 |
| const int | wxSTC_EIFFEL_NUMBER = 2 |
| const int | wxSTC_EIFFEL_WORD = 3 |
| const int | wxSTC_EIFFEL_STRING = 4 |
| const int | wxSTC_EIFFEL_CHARACTER = 5 |
| const int | wxSTC_EIFFEL_OPERATOR = 6 |
| const int | wxSTC_EIFFEL_IDENTIFIER = 7 |
| const int | wxSTC_EIFFEL_STRINGEOL = 8 |
| const int | wxSTC_NNCRONTAB_DEFAULT = 0 |
| const int | wxSTC_NNCRONTAB_COMMENT = 1 |
| const int | wxSTC_NNCRONTAB_TASK = 2 |
| const int | wxSTC_NNCRONTAB_SECTION = 3 |
| const int | wxSTC_NNCRONTAB_KEYWORD = 4 |
| const int | wxSTC_NNCRONTAB_MODIFIER = 5 |
| const int | wxSTC_NNCRONTAB_ASTERISK = 6 |
| const int | wxSTC_NNCRONTAB_NUMBER = 7 |
| const int | wxSTC_NNCRONTAB_STRING = 8 |
| const int | wxSTC_NNCRONTAB_ENVIRONMENT = 9 |
| const int | wxSTC_NNCRONTAB_IDENTIFIER = 10 |
| const int | wxSTC_MATLAB_DEFAULT = 0 |
| const int | wxSTC_MATLAB_COMMENT = 1 |
| const int | wxSTC_MATLAB_COMMAND = 2 |
| const int | wxSTC_MATLAB_NUMBER = 3 |
| const int | wxSTC_MATLAB_KEYWORD = 4 |
| const int | wxSTC_MATLAB_STRING = 5 |
| const int | wxSTC_MATLAB_OPERATOR = 6 |
| const int | wxSTC_MATLAB_IDENTIFIER = 7 |
| const int | wxSTC_SCRIPTOL_DEFAULT = 0 |
| const int | wxSTC_SCRIPTOL_COMMENT = 1 |
| const int | wxSTC_SCRIPTOL_COMMENTLINE = 2 |
| const int | wxSTC_SCRIPTOL_COMMENTDOC = 3 |
| const int | wxSTC_SCRIPTOL_NUMBER = 4 |
| const int | wxSTC_SCRIPTOL_WORD = 5 |
| const int | wxSTC_SCRIPTOL_STRING = 6 |
| const int | wxSTC_SCRIPTOL_CHARACTER = 7 |
| const int | wxSTC_SCRIPTOL_UUID = 8 |
| const int | wxSTC_SCRIPTOL_PREPROCESSOR = 9 |
| const int | wxSTC_SCRIPTOL_OPERATOR = 10 |
| const int | wxSTC_SCRIPTOL_IDENTIFIER = 11 |
| const int | wxSTC_SCRIPTOL_STRINGEOL = 12 |
| const int | wxSTC_SCRIPTOL_VERBATIM = 13 |
| const int | wxSTC_SCRIPTOL_REGEX = 14 |
| const int | wxSTC_SCRIPTOL_COMMENTLINEDOC = 15 |
| const int | wxSTC_SCRIPTOL_WORD2 = 16 |
| const int | wxSTC_SCRIPTOL_COMMENTDOCKEYWORD = 17 |
| const int | wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR = 18 |
| const int | wxSTC_SCRIPTOL_COMMENTBASIC = 19 |
| const int | wxSTC_ASM_DEFAULT = 0 |
| const int | wxSTC_ASM_COMMENT = 1 |
| const int | wxSTC_ASM_NUMBER = 2 |
| const int | wxSTC_ASM_STRING = 3 |
| const int | wxSTC_ASM_OPERATOR = 4 |
| const int | wxSTC_ASM_IDENTIFIER = 5 |
| const int | wxSTC_ASM_CPUINSTRUCTION = 6 |
| const int | wxSTC_ASM_MATHINSTRUCTION = 7 |
| const int | wxSTC_ASM_REGISTER = 8 |
| const int | wxSTC_ASM_DIRECTIVE = 9 |
| const int | wxSTC_ASM_DIRECTIVEOPERAND = 10 |
| const int | wxSTC_F_DEFAULT = 0 |
| const int | wxSTC_F_COMMENT = 1 |
| const int | wxSTC_F_NUMBER = 2 |
| const int | wxSTC_F_STRING1 = 3 |
| const int | wxSTC_F_STRING2 = 4 |
| const int | wxSTC_F_STRINGEOL = 5 |
| const int | wxSTC_F_OPERATOR = 6 |
| const int | wxSTC_F_IDENTIFIER = 7 |
| const int | wxSTC_F_WORD = 8 |
| const int | wxSTC_F_WORD2 = 9 |
| const int | wxSTC_F_WORD3 = 10 |
| const int | wxSTC_F_PREPROCESSOR = 11 |
| const int | wxSTC_F_OPERATOR2 = 12 |
| const int | wxSTC_F_LABEL = 13 |
| const int | wxSTC_F_CONTINUATION = 14 |
| const int | wxSTC_CSS_DEFAULT = 0 |
| const int | wxSTC_CSS_TAG = 1 |
| const int | wxSTC_CSS_CLASS = 2 |
| const int | wxSTC_CSS_PSEUDOCLASS = 3 |
| const int | wxSTC_CSS_UNKNOWN_PSEUDOCLASS = 4 |
| const int | wxSTC_CSS_OPERATOR = 5 |
| const int | wxSTC_CSS_IDENTIFIER = 6 |
| const int | wxSTC_CSS_UNKNOWN_IDENTIFIER = 7 |
| const int | wxSTC_CSS_VALUE = 8 |
| const int | wxSTC_CSS_COMMENT = 9 |
| const int | wxSTC_CSS_ID = 10 |
| const int | wxSTC_CSS_IMPORTANT = 11 |
| const int | wxSTC_CSS_DIRECTIVE = 12 |
| const int | wxSTC_CSS_DOUBLESTRING = 13 |
| const int | wxSTC_CSS_SINGLESTRING = 14 |
| const int | wxSTC_POV_DEFAULT = 0 |
| const int | wxSTC_POV_COMMENT = 1 |
| const int | wxSTC_POV_COMMENTLINE = 2 |
| const int | wxSTC_POV_COMMENTDOC = 3 |
| const int | wxSTC_POV_NUMBER = 4 |
| const int | wxSTC_POV_WORD = 5 |
| const int | wxSTC_POV_STRING = 6 |
| const int | wxSTC_POV_OPERATOR = 7 |
| const int | wxSTC_POV_IDENTIFIER = 8 |
| const int | wxSTC_POV_BRACE = 9 |
| const int | wxSTC_POV_WORD2 = 10 |
| const int | wxSTC_CMD_REDO = 2011 |
| const int | wxSTC_CMD_SELECTALL = 2013 |
| const int | wxSTC_CMD_UNDO = 2176 |
| const int | wxSTC_CMD_CUT = 2177 |
| const int | wxSTC_CMD_COPY = 2178 |
| const int | wxSTC_CMD_PASTE = 2179 |
| const int | wxSTC_CMD_CLEAR = 2180 |
| const int | wxSTC_CMD_LINEDOWN = 2300 |
| const int | wxSTC_CMD_LINEDOWNEXTEND = 2301 |
| const int | wxSTC_CMD_LINEUP = 2302 |
| const int | wxSTC_CMD_LINEUPEXTEND = 2303 |
| const int | wxSTC_CMD_CHARLEFT = 2304 |
| const int | wxSTC_CMD_CHARLEFTEXTEND = 2305 |
| const int | wxSTC_CMD_CHARRIGHT = 2306 |
| const int | wxSTC_CMD_CHARRIGHTEXTEND = 2307 |
| const int | wxSTC_CMD_WORDLEFT = 2308 |
| const int | wxSTC_CMD_WORDLEFTEXTEND = 2309 |
| const int | wxSTC_CMD_WORDRIGHT = 2310 |
| const int | wxSTC_CMD_WORDRIGHTEXTEND = 2311 |
| const int | wxSTC_CMD_HOME = 2312 |
| const int | wxSTC_CMD_HOMEEXTEND = 2313 |
| const int | wxSTC_CMD_LINEEND = 2314 |
| const int | wxSTC_CMD_LINEENDEXTEND = 2315 |
| const int | wxSTC_CMD_DOCUMENTSTART = 2316 |
| const int | wxSTC_CMD_DOCUMENTSTARTEXTEND = 2317 |
| const int | wxSTC_CMD_DOCUMENTEND = 2318 |
| const int | wxSTC_CMD_DOCUMENTENDEXTEND = 2319 |
| const int | wxSTC_CMD_PAGEUP = 2320 |
| const int | wxSTC_CMD_PAGEUPEXTEND = 2321 |
| const int | wxSTC_CMD_PAGEDOWN = 2322 |
| const int | wxSTC_CMD_PAGEDOWNEXTEND = 2323 |
| const int | wxSTC_CMD_EDITTOGGLEOVERTYPE = 2324 |
| const int | wxSTC_CMD_CANCEL = 2325 |
| const int | wxSTC_CMD_DELETEBACK = 2326 |
| const int | wxSTC_CMD_TAB = 2327 |
| const int | wxSTC_CMD_BACKTAB = 2328 |
| const int | wxSTC_CMD_NEWLINE = 2329 |
| const int | wxSTC_CMD_FORMFEED = 2330 |
| const int | wxSTC_CMD_VCHOME = 2331 |
| const int | wxSTC_CMD_VCHOMEEXTEND = 2332 |
| const int | wxSTC_CMD_ZOOMIN = 2333 |
| const int | wxSTC_CMD_ZOOMOUT = 2334 |
| const int | wxSTC_CMD_DELWORDLEFT = 2335 |
| const int | wxSTC_CMD_DELWORDRIGHT = 2336 |
| const int | wxSTC_CMD_LINECUT = 2337 |
| const int | wxSTC_CMD_LINEDELETE = 2338 |
| const int | wxSTC_CMD_LINETRANSPOSE = 2339 |
| const int | wxSTC_CMD_LINEDUPLICATE = 2404 |
| const int | wxSTC_CMD_LOWERCASE = 2340 |
| const int | wxSTC_CMD_UPPERCASE = 2341 |
| const int | wxSTC_CMD_LINESCROLLDOWN = 2342 |
| const int | wxSTC_CMD_LINESCROLLUP = 2343 |
| const int | wxSTC_CMD_DELETEBACKNOTLINE = 2344 |
| const int | wxSTC_CMD_HOMEDISPLAY = 2345 |
| const int | wxSTC_CMD_HOMEDISPLAYEXTEND = 2346 |
| const int | wxSTC_CMD_LINEENDDISPLAY = 2347 |
| const int | wxSTC_CMD_LINEENDDISPLAYEXTEND = 2348 |
| const int | wxSTC_CMD_HOMEWRAP = 2349 |
| const int | wxSTC_CMD_HOMEWRAPEXTEND = 2450 |
| const int | wxSTC_CMD_LINEENDWRAP = 2451 |
| const int | wxSTC_CMD_LINEENDWRAPEXTEND = 2452 |
| const int | wxSTC_CMD_VCHOMEWRAP = 2453 |
| const int | wxSTC_CMD_VCHOMEWRAPEXTEND = 2454 |
| const int | wxSTC_CMD_WORDPARTLEFT = 2390 |
| const int | wxSTC_CMD_WORDPARTLEFTEXTEND = 2391 |
| const int | wxSTC_CMD_WORDPARTRIGHT = 2392 |
| const int | wxSTC_CMD_WORDPARTRIGHTEXTEND = 2393 |
| const int | wxSTC_CMD_DELLINELEFT = 2395 |
| const int | wxSTC_CMD_DELLINERIGHT = 2396 |
| const int | wxSTC_CMD_PARADOWN = 2413 |
| const int | wxSTC_CMD_PARADOWNEXTEND = 2414 |
| const int | wxSTC_CMD_PARAUP = 2415 |
| const int | wxSTC_CMD_PARAUPEXTEND = 2416 |
| const string | wxSTCNameStr = "stcwindow" |
Static Public Attributes | |
| static EventType | wxEVT_STC_CHANGE |
| static EventType | wxEVT_STC_STYLENEEDED |
| static EventType | wxEVT_STC_CHARADDED |
| static EventType | wxEVT_STC_SAVEPOINTREACHED |
| static EventType | wxEVT_STC_SAVEPOINTLEFT |
| static EventType | wxEVT_STC_ROMODIFYATTEMPT |
| static EventType | wxEVT_STC_KEY |
| static EventType | wxEVT_STC_DOUBLECLICK |
| static EventType | wxEVT_STC_UPDATEUI |
| static EventType | wxEVT_STC_MODIFIED |
| static EventType | wxEVT_STC_MACRORECORD |
| static EventType | wxEVT_STC_MARGINCLICK |
| static EventType | wxEVT_STC_NEEDSHOWN |
| static EventType | wxEVT_STC_PAINTED |
| static EventType | wxEVT_STC_USERLISTSELECTION |
| static EventType | wxEVT_STC_URIDROPPED |
| static EventType | wxEVT_STC_DWELLSTART |
| static EventType | wxEVT_STC_DWELLEND |
| static EventType | wxEVT_STC_START_DRAG |
| static EventType | wxEVT_STC_DRAG_OVER |
| static EventType | wxEVT_STC_DO_DROP |
| static EventType | wxEVT_STC_ZOOM |
| static EventType | wxEVT_STC_HOTSPOT_CLICK |
| static EventType | wxEVT_STC_HOTSPOT_DCLICK |
| static EventType | wxEVT_STC_CALLTIP_CLICK |
| static this | ( | ) | [static] |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
| this | ( | Window | parent, | |
| int | id, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| string | name = wxSTCNameStr | |||
| ) |
| this | ( | Window | parent, | |
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| string | name = wxSTCNameStr | |||
| ) |
| void AddText | ( | string | text | ) |
| void InsertText | ( | int | pos, | |
| string | text | |||
| ) |
| void ClearAll | ( | ) |
| void ClearDocumentStyle | ( | ) |
| int Length | ( | ) |
| int GetCharAt | ( | int | pos | ) |
| int CurrentPos | ( | ) |
| void CurrentPos | ( | int | value | ) |
| int Anchor | ( | ) |
| void Anchor | ( | int | value | ) |
| int GetStyleAt | ( | int | pos | ) |
| void Redo | ( | ) |
| bool UndoCollection | ( | ) |
| void UndoCollection | ( | bool | value | ) |
| void SelectAll | ( | ) |
| void SetSavePoint | ( | ) |
| bool CanRedo | ( | ) |
| int MarkerLineFromHandle | ( | int | handle | ) |
| void MarkerDeleteHandle | ( | int | handle | ) |
| int ViewWhiteSpace | ( | ) |
| void ViewWhiteSpace | ( | int | value | ) |
| int PositionFromPoint | ( | Point | pt | ) |
| int PositionFromPointClose | ( | int | x, | |
| int | y | |||
| ) |
| void GotoLine | ( | int | line | ) |
| void GotoPos | ( | int | pos | ) |
| string CurLine | ( | ) |
| string GetCurLine | ( | out int | linePos | ) |
| int EndStyled | ( | ) |
| void ConvertEOLs | ( | int | eolMode | ) |
| int EOLMode | ( | ) |
| void EOLMode | ( | int | value | ) |
| void StartStyling | ( | int | pos, | |
| int | mask | |||
| ) |
| void SetStyling | ( | int | length, | |
| int | style | |||
| ) |
| bool BufferedDraw | ( | ) |
| void BufferedDraw | ( | bool | value | ) |
| int TabWidth | ( | ) |
| void TabWidth | ( | int | value | ) |
| int CodePage | ( | ) |
| void CodePage | ( | int | value | ) |
| void MarkerSetForeground | ( | int | markerNumber, | |
| Colour | fore | |||
| ) |
| void MarkerSetBackground | ( | int | markerNumber, | |
| Colour | back | |||
| ) |
| int MarkerAdd | ( | int | line, | |
| int | markerNumber | |||
| ) |
| void MarkerDelete | ( | int | line, | |
| int | markerNumber | |||
| ) |
| void MarkerDeleteAll | ( | int | markerNumber | ) |
| int MarkerGet | ( | int | line | ) |
| int MarkerNext | ( | int | lineStart, | |
| int | markerMask | |||
| ) |
| int MarkerPrevious | ( | int | lineStart, | |
| int | markerMask | |||
| ) |
| void MarkerDefineBitmap | ( | int | markerNumber, | |
| Bitmap | bmp | |||
| ) |
| void SetMarginType | ( | int | margin, | |
| int | marginType | |||
| ) |
| int GetMarginType | ( | int | margin | ) |
| void SetMarginWidth | ( | int | margin, | |
| int | pixelWidth | |||
| ) |
| int GetMarginWidth | ( | int | margin | ) |
| void SetMarginMask | ( | int | margin, | |
| int | mask | |||
| ) |
| int GetMarginMask | ( | int | margin | ) |
| void SetMarginSensitive | ( | int | margin, | |
| bool | sensitive | |||
| ) |
| bool GetMarginSensitive | ( | int | margin | ) |
| void StyleClearAll | ( | ) |
| void StyleSetForeground | ( | int | style, | |
| Colour | fore | |||
| ) |
| void StyleSetBackground | ( | int | style, | |
| Colour | back | |||
| ) |
| void StyleSetBold | ( | int | style, | |
| bool | bold | |||
| ) |
| void StyleSetItalic | ( | int | style, | |
| bool | italic | |||
| ) |
| void StyleSetSize | ( | int | style, | |
| int | sizePoints | |||
| ) |
| void StyleSetFaceName | ( | int | style, | |
| string | fontName | |||
| ) |
| void StyleSetEOLFilled | ( | int | style, | |
| bool | filled | |||
| ) |
| void StyleResetDefault | ( | ) |
| void StyleSetUnderline | ( | int | style, | |
| bool | underline | |||
| ) |
| void StyleSetCase | ( | int | style, | |
| int | caseForce | |||
| ) |
| void StyleSetCharacterSet | ( | int | style, | |
| int | characterSet | |||
| ) |
| void StyleSetHotSpot | ( | int | style, | |
| bool | hotspot | |||
| ) |
| void StyleSetVisible | ( | int | style, | |
| bool | visible | |||
| ) |
| void StyleSetChangeable | ( | int | style, | |
| bool | changeable | |||
| ) |
| void SetSelForeground | ( | bool | useSetting, | |
| Colour | fore | |||
| ) |
| void SetSelBackground | ( | bool | useSetting, | |
| Colour | back | |||
| ) |
| Colour CaretForeground | ( | ) |
| void CaretForeground | ( | Colour | value | ) |
| void CmdKeyAssign | ( | int | key, | |
| int | modifiers, | |||
| int | cmd | |||
| ) |
| void CmdKeyClear | ( | int | key, | |
| int | modifiers | |||
| ) |
| void CmdKeyClearAll | ( | ) |
| void SetStyleBytes | ( | ubyte[] | styleBytes | ) |
| int CaretPeriod | ( | ) |
| void CaretPeriod | ( | int | value | ) |
| void SetWordChars | ( | string | characters | ) |
| void BeginUndoAction | ( | ) |
| void EndUndoAction | ( | ) |
| void IndicatorSetStyle | ( | int | indic, | |
| int | style | |||
| ) |
| int IndicatorGetStyle | ( | int | indic | ) |
| void IndicatorSetForeground | ( | int | indic, | |
| Colour | fore | |||
| ) |
| Colour IndicatorGetForeground | ( | int | indic | ) |
| void SetWhitespaceForeground | ( | bool | useSetting, | |
| Colour | fore | |||
| ) |
| void SetWhitespaceBackground | ( | bool | useSetting, | |
| Colour | back | |||
| ) |
| int StyleBits | ( | ) |
| void StyleBits | ( | int | value | ) |
| void SetLineState | ( | int | line, | |
| int | state | |||
| ) |
| int GetLineState | ( | int | line | ) |
| int MaxLineState | ( | ) |
| bool CaretLineVisible | ( | ) |
| void CaretLineVisible | ( | bool | value | ) |
| Colour CaretLineBack | ( | ) |
| void CaretLineBack | ( | Colour | value | ) |
| void AutoCompShow | ( | int | lenEntered, | |
| string | itemList | |||
| ) |
| void AutoCompCancel | ( | ) |
| bool AutoCompActive | ( | ) |
| int AutoCompPosStart | ( | ) |
| void AutoCompComplete | ( | ) |
| void AutoCompStops | ( | string | value | ) |
| char AutoCompSeparator | ( | ) |
| void AutoCompSeparator | ( | char | value | ) |
| void AutoCompSelect | ( | string | text | ) |
| bool AutoCompCancelAtStart | ( | ) |
| void AutoCompCancelAtStart | ( | bool | value | ) |
| void AutoCompFillUps | ( | string | value | ) |
| bool AutoCompChooseSingle | ( | ) |
| void AutoCompChooseSingle | ( | bool | value | ) |
| bool AutoCompIgnoreCase | ( | ) |
| void AutoCompIgnoreCase | ( | bool | value | ) |
| void AutoCompAutoHide | ( | bool | value | ) |
| bool AutoCompAutoHide | ( | ) |
| void AutoCompDropRestOfWord | ( | bool | value | ) |
| bool AutoCompDropRestOfWord | ( | ) |
| int AutoCompTypeSeparator | ( | ) |
| void AutoCompTypeSeparator | ( | int | value | ) |
| void UserListShow | ( | int | listType, | |
| string | itemList | |||
| ) |
| void RegisterImage | ( | int | type, | |
| Bitmap | bmp | |||
| ) |
| void ClearRegisteredImages | ( | ) |
| int Indent | ( | ) |
| void Indent | ( | int | value | ) |
| bool UseTabs | ( | ) |
| void UseTabs | ( | bool | value | ) |
| void SetLineIndentation | ( | int | line, | |
| int | indentSize | |||
| ) |
| int GetLineIndentation | ( | int | line | ) |
| int GetLineIndentPosition | ( | int | line | ) |
| int GetColumn | ( | int | pos | ) |
| void UseHorizontalScrollBar | ( | bool | value | ) |
| bool UseHorizontalScrollBar | ( | ) |
| void IndentationGuides | ( | bool | value | ) |
| bool IndentationGuides | ( | ) |
| int HighlightGuide | ( | ) |
| void HighlightGuide | ( | int | value | ) |
| int GetLineEndPosition | ( | int | line | ) |
| bool ReadOnly | ( | ) |
| void ReadOnly | ( | bool | value | ) |
| int SelectionStart | ( | ) |
| void SelectionStart | ( | int | value | ) |
| int SelectionEnd | ( | ) |
| void SelectionEnd | ( | int | value | ) |
| int PrintMagnification | ( | ) |
| void PrintMagnification | ( | int | value | ) |
| int PrintColourMode | ( | ) |
| void PrintColourMode | ( | int | value | ) |
| int FindText | ( | int | minPos, | |
| int | maxPos, | |||
| string | text, | |||
| int | flags | |||
| ) |
| int FormatRange | ( | bool | doDraw, | |
| int | startPos, | |||
| int | endPos, | |||
| DC | draw, | |||
| DC | target, | |||
| Rectangle | renderRect, | |||
| Rectangle | pageRect | |||
| ) |
| int FirstVisibleLine | ( | ) |
| string GetLine | ( | int | line | ) |
| int LineCount | ( | ) |
| int MarginLeft | ( | ) |
| void MarginLeft | ( | int | value | ) |
| int MarginRight | ( | ) |
| void MarginRight | ( | int | value | ) |
| bool Modify | ( | ) |
| void SetSelection | ( | int | start, | |
| int | end | |||
| ) |
| string SelectedText | ( | ) |
| string GetTextRange | ( | int | startPos, | |
| int | endPos | |||
| ) |
| void HideSelection | ( | bool | value | ) |
| int LineFromPosition | ( | int | pos | ) |
| int PositionFromLine | ( | int | line | ) |
| void LineScroll | ( | int | columns, | |
| int | lines | |||
| ) |
| void EnsureCaretVisible | ( | ) |
| void ReplaceSelection | ( | string | text | ) |
| bool CanPaste | ( | ) |
| bool CanUndo | ( | ) |
| void EmptyUndoBuffer | ( | ) |
| void Undo | ( | ) |
| void Cut | ( | ) |
| void Copy | ( | ) |
| void Paste | ( | ) |
| void Clear | ( | ) |
| void Text | ( | string | value | ) |
| string Text | ( | ) |
| int TextLength | ( | ) |
| bool Overtype | ( | ) |
| void Overtype | ( | bool | value | ) |
| int CaretWidth | ( | ) |
| void CaretWidth | ( | int | value | ) |
| int TargetStart | ( | ) |
| void TargetStart | ( | int | value | ) |
| int TargetEnd | ( | ) |
| void TargetEnd | ( | int | value | ) |
| int ReplaceTarget | ( | string | text | ) |
| int ReplaceTargetRE | ( | string | text | ) |
| int SearchInTarget | ( | string | text | ) |
| int SetSearchFlags | ( | ) |
| void SetSearchFlags | ( | int | value | ) |
| void CallTipShow | ( | int | pos, | |
| string | definition | |||
| ) |
| void CallTipCancel | ( | ) |
| bool CallTipActive | ( | ) |
| int CallTipPosAtStart | ( | ) |
| void CallTipSetHighlight | ( | int | start, | |
| int | end | |||
| ) |
| void CallTipBackground | ( | Colour | value | ) |
| void CallTipForeground | ( | Colour | value | ) |
| void CallTipForegroundHighlight | ( | Colour | value | ) |
| int VisibleFromDocLine | ( | int | line | ) |
| int DocLineFromVisible | ( | int | lineDisplay | ) |
| void SetFoldLevel | ( | int | line, | |
| int | level | |||
| ) |
| int GetFoldLevel | ( | int | line | ) |
| int GetLastChild | ( | int | line, | |
| int | level | |||
| ) |
| int GetFoldParent | ( | int | line | ) |
| void ShowLines | ( | int | lineStart, | |
| int | lineEnd | |||
| ) |
| void HideLines | ( | int | lineStart, | |
| int | lineEnd | |||
| ) |
| bool GetLineVisible | ( | int | line | ) |
| void SetFoldExpanded | ( | int | line, | |
| bool | expanded | |||
| ) |
| bool GetFoldExpanded | ( | int | line | ) |
| void ToggleFold | ( | int | line | ) |
| void EnsureVisible | ( | int | line | ) |
| void FoldFlags | ( | int | value | ) |
| void EnsureVisibleEnforcePolicy | ( | int | line | ) |
| bool TabIndents | ( | ) |
| void TabIndents | ( | bool | value | ) |
| bool BackSpaceUnIndents | ( | ) |
| void BackSpaceUnIndents | ( | bool | value | ) |
| void MouseDwellTime | ( | int | value | ) |
| int MouseDwellTime | ( | ) |
| int WordStartPosition | ( | int | pos, | |
| bool | onlyWordCharacters | |||
| ) |
| int WordEndPosition | ( | int | pos, | |
| bool | onlyWordCharacters | |||
| ) |
| int WrapMode | ( | ) |
| void WrapMode | ( | int | value | ) |
| void LayoutCache | ( | int | value | ) |
| int LayoutCache | ( | ) |
| int ScrollWidth | ( | ) |
| void ScrollWidth | ( | int | value | ) |
| int TextWidth | ( | int | style, | |
| string | text | |||
| ) |
| bool EndAtLastLine | ( | ) |
| void EndAtLastLine | ( | bool | value | ) |
| int TextHeight | ( | int | line | ) |
| bool UseVerticalScrollBar | ( | ) |
| void UseVerticalScrollBar | ( | bool | value | ) |
| void AppendText | ( | int | length, | |
| string | text | |||
| ) |
| bool TwoPhaseDraw | ( | ) |
| void TwoPhaseDraw | ( | bool | value | ) |
| void TargetFromSelection | ( | ) |
| void LinesJoin | ( | ) |
| void LinesSplit | ( | int | pixelWidth | ) |
| void SetFoldMarginColour | ( | bool | useSetting, | |
| Colour | back | |||
| ) |
| void SetFoldMarginHiColour | ( | bool | useSetting, | |
| Colour | fore | |||
| ) |
| void LineDuplicate | ( | ) |
| void HomeDisplay | ( | ) |
| void HomeDisplayExtend | ( | ) |
| void LineEndDisplay | ( | ) |
| void LineEndDisplayExtend | ( | ) |
| void MoveCaretInsideView | ( | ) |
| int LineLength | ( | int | line | ) |
| void BraceHighlight | ( | int | pos1, | |
| int | pos2 | |||
| ) |
| void BraceBadLight | ( | int | pos | ) |
| int BraceMatch | ( | int | pos | ) |
| bool ViewEOL | ( | ) |
| void ViewEOL | ( | bool | value | ) |
| wxObject DocPointer | ( | ) |
| void DocPointer | ( | wxObject | value | ) |
| int ModEventMask | ( | ) |
| void ModEventMask | ( | int | value | ) |
| int EdgeColumn | ( | ) |
| void EdgeColumn | ( | int | value | ) |
| int EdgeMode | ( | ) |
| void EdgeMode | ( | int | value | ) |
| Colour EdgeColour | ( | ) |
| void EdgeColour | ( | Colour | value | ) |
| void SearchAnchor | ( | ) |
| int SearchNext | ( | int | flags, | |
| string | text | |||
| ) |
| int SearchPrev | ( | int | flags, | |
| string | text | |||
| ) |
| int LinesOnScreen | ( | ) |
| void UsePopUp | ( | bool | value | ) |
| bool SelectionIsRectangle | ( | ) |
| int Zoom | ( | ) |
| void Zoom | ( | int | value | ) |
| void CreateDocument | ( | ) |
| void AddRefDocument | ( | wxObject | docPointer | ) |
| void ReleaseDocument | ( | wxObject | docPointer | ) |
| bool STCFocus | ( | ) |
| void STCFocus | ( | bool | value | ) |
| int Status | ( | ) |
| void Status | ( | int | value | ) |
| bool MouseDownCaptures | ( | ) |
| void MouseDownCaptures | ( | bool | value | ) |
| void STCCursor | ( | int | value | ) |
| int STCCursor | ( | ) |
| void ControlCharSymbol | ( | int | value | ) |
| int ControlCharSymbol | ( | ) |
| void WordPartLeft | ( | ) |
| void WordPartLeftExtend | ( | ) |
| void WordPartRight | ( | ) |
| void WordPartRightExtend | ( | ) |
| void SetVisiblePolicy | ( | int | visiblePolicy, | |
| int | visibleSlop | |||
| ) |
| void DelLineLeft | ( | ) |
| void DelLineRight | ( | ) |
| void XOffset | ( | int | value | ) |
| int XOffset | ( | ) |
| void ChooseCaretX | ( | ) |
| void SetXCaretPolicy | ( | int | caretPolicy, | |
| int | caretSlop | |||
| ) |
| void SetYCaretPolicy | ( | int | caretPolicy, | |
| int | caretSlop | |||
| ) |
| void PrintWrapMode | ( | int | value | ) |
| int PrintWrapMode | ( | ) |
| void SetHotspotActiveForeground | ( | bool | useSetting, | |
| Colour | fore | |||
| ) |
| void SetHotspotActiveBackground | ( | bool | useSetting, | |
| Colour | back | |||
| ) |
| void SetHotspotActiveUnderline | ( | bool | underline | ) |
| void StartRecord | ( | ) |
| void StopRecord | ( | ) |
| void Lexer | ( | int | value | ) |
| int Lexer | ( | ) |
| void Colourise | ( | int | start, | |
| int | end | |||
| ) |
| void SetProperty | ( | string | key, | |
| string | value | |||
| ) |
| void SetKeyWords | ( | int | keywordSet, | |
| string | keyWords | |||
| ) |
| void LexerLanguage | ( | string | value | ) |
| int CurrentLine | ( | ) |
| void StyleSetSpec | ( | int | styleNum, | |
| string | spec | |||
| ) |
| void StyleSetFont | ( | int | styleNum, | |
| Font | font | |||
| ) |
| void StyleSetFontAttr | ( | int | styleNum, | |
| int | size, | |||
| string | faceName, | |||
| bool | bold, | |||
| bool | italic, | |||
| bool | underline | |||
| ) |
| void CmdKeyExecute | ( | int | cmd | ) |
| void SetMargins | ( | int | left, | |
| int | right | |||
| ) |
| void GetSelection | ( | out int | startPos, | |
| out int | endPos | |||
| ) |
| Point PointFromPosition | ( | int | pos | ) |
| void ScrollToLine | ( | int | line | ) |
| void ScrollToColumn | ( | int | column | ) |
| bool LastKeydownProcessed | ( | ) |
| void LastKeydownProcessed | ( | bool | value | ) |
| bool SaveFile | ( | string | filename | ) |
| bool LoadFile | ( | string | filename | ) |
| void Change_Add | ( | EventListener | value | ) |
| void Change_Remove | ( | EventListener | value | ) |
| void StyleNeeded_Add | ( | EventListener | value | ) |
| void StyleNeeded_Remove | ( | EventListener | value | ) |
| void CharAdded_Add | ( | EventListener | value | ) |
| void CharAdded_Remove | ( | EventListener | value | ) |
| void SavePointReached_Add | ( | EventListener | value | ) |
| void SavePointReached_Remove | ( | EventListener | value | ) |
| void SavePointLeft_Add | ( | EventListener | value | ) |
| void SavePointLeft_Remove | ( | EventListener | value | ) |
| void ROModifyAttempt_Add | ( | EventListener | value | ) |
| void ROModifyAttempt_Remove | ( | EventListener | value | ) |
| void Key_Add | ( | EventListener | value | ) |
| void Key_Remove | ( | EventListener | value | ) |
| void DoubleClick_Add | ( | EventListener | value | ) |
| void DoubleClick_Remove | ( | EventListener | value | ) |
| void UpdateUI_Add | ( | EventListener | value | ) |
Reimplemented from Window.
| void UpdateUI_Remove | ( | EventListener | value | ) |
Reimplemented from Window.
| void Modified_Add | ( | EventListener | value | ) |
| void Modified_Remove | ( | EventListener | value | ) |
| void MacroRecord_Add | ( | EventListener | value | ) |
| void MacroRecord_Remove | ( | EventListener | value | ) |
| void MarginClick_Add | ( | EventListener | value | ) |
| void MarginClick_Remove | ( | EventListener | value | ) |
| void NeedShown_Add | ( | EventListener | value | ) |
| void NeedShown_Remove | ( | EventListener | value | ) |
| void Paint_Add | ( | EventListener | value | ) |
| void Paint_Remove | ( | EventListener | value | ) |
| void UserListSelection_Add | ( | EventListener | value | ) |
| void UserListSelection_Remove | ( | EventListener | value | ) |
| void URIDropped_Add | ( | EventListener | value | ) |
| void URIDropped_Remove | ( | EventListener | value | ) |
| void DwellStart_Add | ( | EventListener | value | ) |
| void DwellStart_Remove | ( | EventListener | value | ) |
| void DwellEnd_Add | ( | EventListener | value | ) |
| void DwellEnd_Remove | ( | EventListener | value | ) |
| void StartDrag_Add | ( | EventListener | value | ) |
| void StartDrag_Remove | ( | EventListener | value | ) |
| void DragOver_Add | ( | EventListener | value | ) |
| void DragOver_Remove | ( | EventListener | value | ) |
| void DoDrop_Add | ( | EventListener | value | ) |
| void DoDrop_Remove | ( | EventListener | value | ) |
| void Zoomed_Add | ( | EventListener | value | ) |
| void Zoomed_Remove | ( | EventListener | value | ) |
| void HotspotClick_Add | ( | EventListener | value | ) |
| void HotspotClick_Remove | ( | EventListener | value | ) |
| void HotspotDoubleClick_Add | ( | EventListener | value | ) |
| void HotspotDoubleClick_Remove | ( | EventListener | value | ) |
| void CalltipClick_Add | ( | EventListener | value | ) |
| void CalltipClick_Remove | ( | EventListener | value | ) |
EventType wxEVT_STC_CHANGE [static] |
EventType wxEVT_STC_STYLENEEDED [static] |
EventType wxEVT_STC_CHARADDED [static] |
EventType wxEVT_STC_SAVEPOINTREACHED [static] |
EventType wxEVT_STC_SAVEPOINTLEFT [static] |
EventType wxEVT_STC_ROMODIFYATTEMPT [static] |
EventType wxEVT_STC_KEY [static] |
EventType wxEVT_STC_DOUBLECLICK [static] |
EventType wxEVT_STC_UPDATEUI [static] |
EventType wxEVT_STC_MODIFIED [static] |
EventType wxEVT_STC_MACRORECORD [static] |
EventType wxEVT_STC_MARGINCLICK [static] |
EventType wxEVT_STC_NEEDSHOWN [static] |
EventType wxEVT_STC_PAINTED [static] |
EventType wxEVT_STC_USERLISTSELECTION [static] |
EventType wxEVT_STC_URIDROPPED [static] |
EventType wxEVT_STC_DWELLSTART [static] |
EventType wxEVT_STC_DWELLEND [static] |
EventType wxEVT_STC_START_DRAG [static] |
EventType wxEVT_STC_DRAG_OVER [static] |
EventType wxEVT_STC_DO_DROP [static] |
EventType wxEVT_STC_ZOOM [static] |
EventType wxEVT_STC_HOTSPOT_CLICK [static] |
EventType wxEVT_STC_HOTSPOT_DCLICK [static] |
EventType wxEVT_STC_CALLTIP_CLICK [static] |
| const int wxSTC_INVALID_POSITION = -1 |
| const int wxSTC_START = 2000 |
| const int wxSTC_OPTIONAL_START = 3000 |
| const int wxSTC_LEXER_START = 4000 |
| const int wxSTC_WS_INVISIBLE = 0 |
| const int wxSTC_WS_VISIBLEALWAYS = 1 |
| const int wxSTC_WS_VISIBLEAFTERINDENT = 2 |
| const int wxSTC_EOL_CRLF = 0 |
| const int wxSTC_EOL_CR = 1 |
| const int wxSTC_EOL_LF = 2 |
| const int wxSTC_CP_UTF8 = 65001 |
| const int wxSTC_CP_DBCS = 1 |
| const int wxSTC_MARKER_MAX = 31 |
| const int wxSTC_MARK_CIRCLE = 0 |
| const int wxSTC_MARK_ROUNDRECT = 1 |
| const int wxSTC_MARK_ARROW = 2 |
| const int wxSTC_MARK_SMALLRECT = 3 |
| const int wxSTC_MARK_SHORTARROW = 4 |
| const int wxSTC_MARK_EMPTY = 5 |
| const int wxSTC_MARK_ARROWDOWN = 6 |
| const int wxSTC_MARK_MINUS = 7 |
| const int wxSTC_MARK_PLUS = 8 |
| const int wxSTC_MARK_VLINE = 9 |
| const int wxSTC_MARK_LCORNER = 10 |
| const int wxSTC_MARK_TCORNER = 11 |
| const int wxSTC_MARK_BOXPLUS = 12 |
| const int wxSTC_MARK_BOXPLUSCONNECTED = 13 |
| const int wxSTC_MARK_BOXMINUS = 14 |
| const int wxSTC_MARK_BOXMINUSCONNECTED = 15 |
| const int wxSTC_MARK_LCORNERCURVE = 16 |
| const int wxSTC_MARK_TCORNERCURVE = 17 |
| const int wxSTC_MARK_CIRCLEPLUS = 18 |
| const int wxSTC_MARK_CIRCLEPLUSCONNECTED = 19 |
| const int wxSTC_MARK_CIRCLEMINUS = 20 |
| const int wxSTC_MARK_CIRCLEMINUSCONNECTED = 21 |
| const int wxSTC_MARK_BACKGROUND = 22 |
| const int wxSTC_MARK_DOTDOTDOT = 23 |
| const int wxSTC_MARK_ARROWS = 24 |
| const int wxSTC_MARK_PIXMAP = 25 |
| const int wxSTC_MARK_CHARACTER = 10000 |
| const int wxSTC_MARKNUM_FOLDEREND = 25 |
| const int wxSTC_MARKNUM_FOLDEROPENMID = 26 |
| const int wxSTC_MARKNUM_FOLDERMIDTAIL = 27 |
| const int wxSTC_MARKNUM_FOLDERTAIL = 28 |
| const int wxSTC_MARKNUM_FOLDERSUB = 29 |
| const int wxSTC_MARKNUM_FOLDER = 30 |
| const int wxSTC_MARKNUM_FOLDEROPEN = 31 |
| const int wxSTC_MASK_FOLDERS = -1 |
| const int wxSTC_MARGIN_SYMBOL = 0 |
| const int wxSTC_MARGIN_NUMBER = 1 |
| const int wxSTC_STYLE_DEFAULT = 32 |
| const int wxSTC_STYLE_LINENUMBER = 33 |
| const int wxSTC_STYLE_BRACELIGHT = 34 |
| const int wxSTC_STYLE_BRACEBAD = 35 |
| const int wxSTC_STYLE_CONTROLCHAR = 36 |
| const int wxSTC_STYLE_INDENTGUIDE = 37 |
| const int wxSTC_STYLE_LASTPREDEFINED = 39 |
| const int wxSTC_STYLE_MAX = 127 |
| const int wxSTC_CHARSET_ANSI = 0 |
| const int wxSTC_CHARSET_DEFAULT = 1 |
| const int wxSTC_CHARSET_BALTIC = 186 |
| const int wxSTC_CHARSET_CHINESEBIG5 = 136 |
| const int wxSTC_CHARSET_EASTEUROPE = 238 |
| const int wxSTC_CHARSET_GB2312 = 134 |
| const int wxSTC_CHARSET_GREEK = 161 |
| const int wxSTC_CHARSET_HANGUL = 129 |
| const int wxSTC_CHARSET_MAC = 77 |
| const int wxSTC_CHARSET_OEM = 255 |
| const int wxSTC_CHARSET_RUSSIAN = 204 |
| const int wxSTC_CHARSET_SHIFTJIS = 128 |
| const int wxSTC_CHARSET_SYMBOL = 2 |
| const int wxSTC_CHARSET_TURKISH = 162 |
| const int wxSTC_CHARSET_JOHAB = 130 |
| const int wxSTC_CHARSET_HEBREW = 177 |
| const int wxSTC_CHARSET_ARABIC = 178 |
| const int wxSTC_CHARSET_VIETNAMESE = 163 |
| const int wxSTC_CHARSET_THAI = 222 |
| const int wxSTC_CASE_MIXED = 0 |
| const int wxSTC_CASE_UPPER = 1 |
| const int wxSTC_CASE_LOWER = 2 |
| const int wxSTC_INDIC_MAX = 7 |
| const int wxSTC_INDIC_PLAIN = 0 |
| const int wxSTC_INDIC_SQUIGGLE = 1 |
| const int wxSTC_INDIC_TT = 2 |
| const int wxSTC_INDIC_DIAGONAL = 3 |
| const int wxSTC_INDIC_STRIKE = 4 |
| const int wxSTC_INDIC0_MASK = 0x20 |
| const int wxSTC_INDIC1_MASK = 0x40 |
| const int wxSTC_INDIC2_MASK = 0x80 |
| const int wxSTC_INDICS_MASK = 0xE0 |
| const int wxSTC_PRINT_NORMAL = 0 |
| const int wxSTC_PRINT_INVERTLIGHT = 1 |
| const int wxSTC_PRINT_BLACKONWHITE = 2 |
| const int wxSTC_PRINT_COLOURONWHITE = 3 |
| const int wxSTC_PRINT_COLOURONWHITEDEFAULTBG = 4 |
| const int wxSTC_FIND_WHOLEWORD = 2 |
| const int wxSTC_FIND_MATCHCASE = 4 |
| const int wxSTC_FIND_WORDSTART = 0x00100000 |
| const int wxSTC_FIND_REGEXP = 0x00200000 |
| const int wxSTC_FIND_POSIX = 0x00400000 |
| const int wxSTC_FOLDLEVELBASE = 0x400 |
| const int wxSTC_FOLDLEVELWHITEFLAG = 0x1000 |
| const int wxSTC_FOLDLEVELHEADERFLAG = 0x2000 |
| const int wxSTC_FOLDLEVELBOXHEADERFLAG = 0x4000 |
| const int wxSTC_FOLDLEVELBOXFOOTERFLAG = 0x8000 |
| const int wxSTC_FOLDLEVELCONTRACTED = 0x10000 |
| const int wxSTC_FOLDLEVELUNINDENT = 0x20000 |
| const int wxSTC_FOLDLEVELNUMBERMASK = 0x0FFF |
| const int wxSTC_FOLDFLAG_LINEBEFORE_EXPANDED = 0x0002 |
| const int wxSTC_FOLDFLAG_LINEBEFORE_CONTRACTED = 0x0004 |
| const int wxSTC_FOLDFLAG_LINEAFTER_EXPANDED = 0x0008 |
| const int wxSTC_FOLDFLAG_LINEAFTER_CONTRACTED = 0x0010 |
| const int wxSTC_FOLDFLAG_LEVELNUMBERS = 0x0040 |
| const int wxSTC_FOLDFLAG_BOX = 0x0001 |
| const int wxSTC_TIME_FOREVER = 10000000 |
| const int wxSTC_WRAP_NONE = 0 |
| const int wxSTC_WRAP_WORD = 1 |
| const int wxSTC_CACHE_NONE = 0 |
| const int wxSTC_CACHE_CARET = 1 |
| const int wxSTC_CACHE_PAGE = 2 |
| const int wxSTC_CACHE_DOCUMENT = 3 |
| const int wxSTC_EDGE_NONE = 0 |
| const int wxSTC_EDGE_LINE = 1 |
| const int wxSTC_EDGE_BACKGROUND = 2 |
| const int wxSTC_CURSORNORMAL = -1 |
| const int wxSTC_CURSORWAIT = 4 |
| const int wxSTC_VISIBLE_SLOP = 0x01 |
| const int wxSTC_VISIBLE_STRICT = 0x04 |
| const int wxSTC_CARET_SLOP = 0x01 |
| const int wxSTC_CARET_STRICT = 0x04 |
| const int wxSTC_CARET_JUMPS = 0x10 |
| const int wxSTC_CARET_EVEN = 0x08 |
| const int wxSTC_MOD_INSERTTEXT = 0x1 |
| const int wxSTC_MOD_DELETETEXT = 0x2 |
| const int wxSTC_MOD_CHANGESTYLE = 0x4 |
| const int wxSTC_MOD_CHANGEFOLD = 0x8 |
| const int wxSTC_PERFORMED_USER = 0x10 |
| const int wxSTC_PERFORMED_UNDO = 0x20 |
| const int wxSTC_PERFORMED_REDO = 0x40 |
| const int wxSTC_LASTSTEPINUNDOREDO = 0x100 |
| const int wxSTC_MOD_CHANGEMARKER = 0x200 |
| const int wxSTC_MOD_BEFOREINSERT = 0x400 |
| const int wxSTC_MOD_BEFOREDELETE = 0x800 |
| const int wxSTC_MODEVENTMASKALL = 0xF77 |
| const int wxSTC_KEY_DOWN = 300 |
| const int wxSTC_KEY_UP = 301 |
| const int wxSTC_KEY_LEFT = 302 |
| const int wxSTC_KEY_RIGHT = 303 |
| const int wxSTC_KEY_HOME = 304 |
| const int wxSTC_KEY_END = 305 |
| const int wxSTC_KEY_PRIOR = 306 |
| const int wxSTC_KEY_NEXT = 307 |
| const int wxSTC_KEY_DELETE = 308 |
| const int wxSTC_KEY_INSERT = 309 |
| const int wxSTC_KEY_ESCAPE = 7 |
| const int wxSTC_KEY_BACK = 8 |
| const int wxSTC_KEY_TAB = 9 |
| const int wxSTC_KEY_RETURN = 13 |
| const int wxSTC_KEY_ADD = 310 |
| const int wxSTC_KEY_SUBTRACT = 311 |
| const int wxSTC_KEY_DIVIDE = 312 |
| const int wxSTC_SCMOD_SHIFT = 1 |
| const int wxSTC_SCMOD_CTRL = 2 |
| const int wxSTC_SCMOD_ALT = 4 |
| const int wxSTC_LEX_CONTAINER = 0 |
| const int wxSTC_LEX_NULL = 1 |
| const int wxSTC_LEX_PYTHON = 2 |
| const int wxSTC_LEX_CPP = 3 |
| const int wxSTC_LEX_HTML = 4 |
| const int wxSTC_LEX_XML = 5 |
| const int wxSTC_LEX_PERL = 6 |
| const int wxSTC_LEX_SQL = 7 |
| const int wxSTC_LEX_VB = 8 |
| const int wxSTC_LEX_PROPERTIES = 9 |
| const int wxSTC_LEX_ERRORLIST = 10 |
| const int wxSTC_LEX_MAKEFILE = 11 |
| const int wxSTC_LEX_BATCH = 12 |
| const int wxSTC_LEX_XCODE = 13 |
| const int wxSTC_LEX_LATEX = 14 |
| const int wxSTC_LEX_LUA = 15 |
| const int wxSTC_LEX_DIFF = 16 |
| const int wxSTC_LEX_CONF = 17 |
| const int wxSTC_LEX_PASCAL = 18 |
| const int wxSTC_LEX_AVE = 19 |
| const int wxSTC_LEX_ADA = 20 |
| const int wxSTC_LEX_LISP = 21 |
| const int wxSTC_LEX_RUBY = 22 |
| const int wxSTC_LEX_EIFFEL = 23 |
| const int wxSTC_LEX_EIFFELKW = 24 |
| const int wxSTC_LEX_TCL = 25 |
| const int wxSTC_LEX_NNCRONTAB = 26 |
| const int wxSTC_LEX_BULLANT = 27 |
| const int wxSTC_LEX_VBSCRIPT = 28 |
| const int wxSTC_LEX_ASP = 29 |
| const int wxSTC_LEX_PHP = 30 |
| const int wxSTC_LEX_BAAN = 31 |
| const int wxSTC_LEX_MATLAB = 32 |
| const int wxSTC_LEX_SCRIPTOL = 33 |
| const int wxSTC_LEX_ASM = 34 |
| const int wxSTC_LEX_CPPNOCASE = 35 |
| const int wxSTC_LEX_FORTRAN = 36 |
| const int wxSTC_LEX_F77 = 37 |
| const int wxSTC_LEX_CSS = 38 |
| const int wxSTC_LEX_POV = 39 |
| const int wxSTC_LEX_AUTOMATIC = 1000 |
| const int wxSTC_P_DEFAULT = 0 |
| const int wxSTC_P_COMMENTLINE = 1 |
| const int wxSTC_P_NUMBER = 2 |
| const int wxSTC_P_STRING = 3 |
| const int wxSTC_P_CHARACTER = 4 |
| const int wxSTC_P_WORD = 5 |
| const int wxSTC_P_TRIPLE = 6 |
| const int wxSTC_P_TRIPLEDOUBLE = 7 |
| const int wxSTC_P_CLASSNAME = 8 |
| const int wxSTC_P_DEFNAME = 9 |
| const int wxSTC_P_OPERATOR = 10 |
| const int wxSTC_P_IDENTIFIER = 11 |
| const int wxSTC_P_COMMENTBLOCK = 12 |
| const int wxSTC_P_STRINGEOL = 13 |
| const int wxSTC_C_DEFAULT = 0 |
| const int wxSTC_C_COMMENT = 1 |
| const int wxSTC_C_COMMENTLINE = 2 |
| const int wxSTC_C_COMMENTDOC = 3 |
| const int wxSTC_C_NUMBER = 4 |
| const int wxSTC_C_WORD = 5 |
| const int wxSTC_C_STRING = 6 |
| const int wxSTC_C_CHARACTER = 7 |
| const int wxSTC_C_UUID = 8 |
| const int wxSTC_C_PREPROCESSOR = 9 |
| const int wxSTC_C_OPERATOR = 10 |
| const int wxSTC_C_IDENTIFIER = 11 |
| const int wxSTC_C_STRINGEOL = 12 |
| const int wxSTC_C_VERBATIM = 13 |
| const int wxSTC_C_REGEX = 14 |
| const int wxSTC_C_COMMENTLINEDOC = 15 |
| const int wxSTC_C_WORD2 = 16 |
| const int wxSTC_C_COMMENTDOCKEYWORD = 17 |
| const int wxSTC_C_COMMENTDOCKEYWORDERROR = 18 |
| const int wxSTC_H_DEFAULT = 0 |
| const int wxSTC_H_TAG = 1 |
| const int wxSTC_H_TAGUNKNOWN = 2 |
| const int wxSTC_H_ATTRIBUTE = 3 |
| const int wxSTC_H_ATTRIBUTEUNKNOWN = 4 |
| const int wxSTC_H_NUMBER = 5 |
| const int wxSTC_H_DOUBLESTRING = 6 |
| const int wxSTC_H_SINGLESTRING = 7 |
| const int wxSTC_H_OTHER = 8 |
| const int wxSTC_H_COMMENT = 9 |
| const int wxSTC_H_ENTITY = 10 |
| const int wxSTC_H_TAGEND = 11 |
| const int wxSTC_H_XMLSTART = 12 |
| const int wxSTC_H_XMLEND = 13 |
| const int wxSTC_H_SCRIPT = 14 |
| const int wxSTC_H_ASP = 15 |
| const int wxSTC_H_ASPAT = 16 |
| const int wxSTC_H_CDATA = 17 |
| const int wxSTC_H_QUESTION = 18 |
| const int wxSTC_H_VALUE = 19 |
| const int wxSTC_H_XCCOMMENT = 20 |
| const int wxSTC_H_SGML_DEFAULT = 21 |
| const int wxSTC_H_SGML_COMMAND = 22 |
| const int wxSTC_H_SGML_1ST_PARAM = 23 |
| const int wxSTC_H_SGML_DOUBLESTRING = 24 |
| const int wxSTC_H_SGML_SIMPLESTRING = 25 |
| const int wxSTC_H_SGML_ERROR = 26 |
| const int wxSTC_H_SGML_SPECIAL = 27 |
| const int wxSTC_H_SGML_ENTITY = 28 |
| const int wxSTC_H_SGML_COMMENT = 29 |
| const int wxSTC_H_SGML_1ST_PARAM_COMMENT = 30 |
| const int wxSTC_H_SGML_BLOCK_DEFAULT = 31 |
| const int wxSTC_HJ_START = 40 |
| const int wxSTC_HJ_DEFAULT = 41 |
| const int wxSTC_HJ_COMMENT = 42 |
| const int wxSTC_HJ_COMMENTLINE = 43 |
| const int wxSTC_HJ_COMMENTDOC = 44 |
| const int wxSTC_HJ_NUMBER = 45 |
| const int wxSTC_HJ_WORD = 46 |
| const int wxSTC_HJ_KEYWORD = 47 |
| const int wxSTC_HJ_DOUBLESTRING = 48 |
| const int wxSTC_HJ_SINGLESTRING = 49 |
| const int wxSTC_HJ_SYMBOLS = 50 |
| const int wxSTC_HJ_STRINGEOL = 51 |
| const int wxSTC_HJ_REGEX = 52 |
| const int wxSTC_HJA_START = 55 |
| const int wxSTC_HJA_DEFAULT = 56 |
| const int wxSTC_HJA_COMMENT = 57 |
| const int wxSTC_HJA_COMMENTLINE = 58 |
| const int wxSTC_HJA_COMMENTDOC = 59 |
| const int wxSTC_HJA_NUMBER = 60 |
| const int wxSTC_HJA_WORD = 61 |
| const int wxSTC_HJA_KEYWORD = 62 |
| const int wxSTC_HJA_DOUBLESTRING = 63 |
| const int wxSTC_HJA_SINGLESTRING = 64 |
| const int wxSTC_HJA_SYMBOLS = 65 |
| const int wxSTC_HJA_STRINGEOL = 66 |
| const int wxSTC_HJA_REGEX = 67 |
| const int wxSTC_HB_START = 70 |
| const int wxSTC_HB_DEFAULT = 71 |
| const int wxSTC_HB_COMMENTLINE = 72 |
| const int wxSTC_HB_NUMBER = 73 |
| const int wxSTC_HB_WORD = 74 |
| const int wxSTC_HB_STRING = 75 |
| const int wxSTC_HB_IDENTIFIER = 76 |
| const int wxSTC_HB_STRINGEOL = 77 |
| const int wxSTC_HBA_START = 80 |
| const int wxSTC_HBA_DEFAULT = 81 |
| const int wxSTC_HBA_COMMENTLINE = 82 |
| const int wxSTC_HBA_NUMBER = 83 |
| const int wxSTC_HBA_WORD = 84 |
| const int wxSTC_HBA_STRING = 85 |
| const int wxSTC_HBA_IDENTIFIER = 86 |
| const int wxSTC_HBA_STRINGEOL = 87 |
| const int wxSTC_HP_START = 90 |
| const int wxSTC_HP_DEFAULT = 91 |
| const int wxSTC_HP_COMMENTLINE = 92 |
| const int wxSTC_HP_NUMBER = 93 |
| const int wxSTC_HP_STRING = 94 |
| const int wxSTC_HP_CHARACTER = 95 |
| const int wxSTC_HP_WORD = 96 |
| const int wxSTC_HP_TRIPLE = 97 |
| const int wxSTC_HP_TRIPLEDOUBLE = 98 |
| const int wxSTC_HP_CLASSNAME = 99 |
| const int wxSTC_HP_DEFNAME = 100 |
| const int wxSTC_HP_OPERATOR = 101 |
| const int wxSTC_HP_IDENTIFIER = 102 |
| const int wxSTC_HPA_START = 105 |
| const int wxSTC_HPA_DEFAULT = 106 |
| const int wxSTC_HPA_COMMENTLINE = 107 |
| const int wxSTC_HPA_NUMBER = 108 |
| const int wxSTC_HPA_STRING = 109 |
| const int wxSTC_HPA_CHARACTER = 110 |
| const int wxSTC_HPA_WORD = 111 |
| const int wxSTC_HPA_TRIPLE = 112 |
| const int wxSTC_HPA_TRIPLEDOUBLE = 113 |
| const int wxSTC_HPA_CLASSNAME = 114 |
| const int wxSTC_HPA_DEFNAME = 115 |
| const int wxSTC_HPA_OPERATOR = 116 |
| const int wxSTC_HPA_IDENTIFIER = 117 |
| const int wxSTC_HPHP_DEFAULT = 118 |
| const int wxSTC_HPHP_HSTRING = 119 |
| const int wxSTC_HPHP_SIMPLESTRING = 120 |
| const int wxSTC_HPHP_WORD = 121 |
| const int wxSTC_HPHP_NUMBER = 122 |
| const int wxSTC_HPHP_VARIABLE = 123 |
| const int wxSTC_HPHP_COMMENT = 124 |
| const int wxSTC_HPHP_COMMENTLINE = 125 |
| const int wxSTC_HPHP_HSTRING_VARIABLE = 126 |
| const int wxSTC_HPHP_OPERATOR = 127 |
| const int wxSTC_PL_DEFAULT = 0 |
| const int wxSTC_PL_ERROR = 1 |
| const int wxSTC_PL_COMMENTLINE = 2 |
| const int wxSTC_PL_POD = 3 |
| const int wxSTC_PL_NUMBER = 4 |
| const int wxSTC_PL_WORD = 5 |
| const int wxSTC_PL_STRING = 6 |
| const int wxSTC_PL_CHARACTER = 7 |
| const int wxSTC_PL_PUNCTUATION = 8 |
| const int wxSTC_PL_PREPROCESSOR = 9 |
| const int wxSTC_PL_OPERATOR = 10 |
| const int wxSTC_PL_IDENTIFIER = 11 |
| const int wxSTC_PL_SCALAR = 12 |
| const int wxSTC_PL_ARRAY = 13 |
| const int wxSTC_PL_HASH = 14 |
| const int wxSTC_PL_SYMBOLTABLE = 15 |
| const int wxSTC_PL_REGEX = 17 |
| const int wxSTC_PL_REGSUBST = 18 |
| const int wxSTC_PL_LONGQUOTE = 19 |
| const int wxSTC_PL_BACKTICKS = 20 |
| const int wxSTC_PL_DATASECTION = 21 |
| const int wxSTC_PL_HERE_DELIM = 22 |
| const int wxSTC_PL_HERE_Q = 23 |
| const int wxSTC_PL_HERE_QQ = 24 |
| const int wxSTC_PL_HERE_QX = 25 |
| const int wxSTC_PL_STRING_Q = 26 |
| const int wxSTC_PL_STRING_QQ = 27 |
| const int wxSTC_PL_STRING_QX = 28 |
| const int wxSTC_PL_STRING_QR = 29 |
| const int wxSTC_PL_STRING_QW = 30 |
| const int wxSTC_B_DEFAULT = 0 |
| const int wxSTC_B_COMMENT = 1 |
| const int wxSTC_B_NUMBER = 2 |
| const int wxSTC_B_KEYWORD = 3 |
| const int wxSTC_B_STRING = 4 |
| const int wxSTC_B_PREPROCESSOR = 5 |
| const int wxSTC_B_OPERATOR = 6 |
| const int wxSTC_B_IDENTIFIER = 7 |
| const int wxSTC_B_DATE = 8 |
| const int wxSTC_PROPS_DEFAULT = 0 |
| const int wxSTC_PROPS_COMMENT = 1 |
| const int wxSTC_PROPS_SECTION = 2 |
| const int wxSTC_PROPS_ASSIGNMENT = 3 |
| const int wxSTC_PROPS_DEFVAL = 4 |
| const int wxSTC_L_DEFAULT = 0 |
| const int wxSTC_L_COMMAND = 1 |
| const int wxSTC_L_TAG = 2 |
| const int wxSTC_L_MATH = 3 |
| const int wxSTC_L_COMMENT = 4 |
| const int wxSTC_LUA_DEFAULT = 0 |
| const int wxSTC_LUA_COMMENT = 1 |
| const int wxSTC_LUA_COMMENTLINE = 2 |
| const int wxSTC_LUA_COMMENTDOC = 3 |
| const int wxSTC_LUA_NUMBER = 4 |
| const int wxSTC_LUA_WORD = 5 |
| const int wxSTC_LUA_STRING = 6 |
| const int wxSTC_LUA_CHARACTER = 7 |
| const int wxSTC_LUA_LITERALSTRING = 8 |
| const int wxSTC_LUA_PREPROCESSOR = 9 |
| const int wxSTC_LUA_OPERATOR = 10 |
| const int wxSTC_LUA_IDENTIFIER = 11 |
| const int wxSTC_LUA_STRINGEOL = 12 |
| const int wxSTC_LUA_WORD2 = 13 |
| const int wxSTC_LUA_WORD3 = 14 |
| const int wxSTC_LUA_WORD4 = 15 |
| const int wxSTC_LUA_WORD5 = 16 |
| const int wxSTC_LUA_WORD6 = 17 |
| const int wxSTC_ERR_DEFAULT = 0 |
| const int wxSTC_ERR_PYTHON = 1 |
| const int wxSTC_ERR_GCC = 2 |
| const int wxSTC_ERR_MS = 3 |
| const int wxSTC_ERR_CMD = 4 |
| const int wxSTC_ERR_BORLAND = 5 |
| const int wxSTC_ERR_PERL = 6 |
| const int wxSTC_ERR_NET = 7 |
| const int wxSTC_ERR_LUA = 8 |
| const int wxSTC_ERR_CTAG = 9 |
| const int wxSTC_ERR_DIFF_CHANGED = 10 |
| const int wxSTC_ERR_DIFF_ADDITION = 11 |
| const int wxSTC_ERR_DIFF_DELETION = 12 |
| const int wxSTC_ERR_DIFF_MESSAGE = 13 |
| const int wxSTC_ERR_PHP = 14 |
| const int wxSTC_ERR_ELF = 15 |
| const int wxSTC_ERR_IFC = 16 |
| const int wxSTC_BAT_DEFAULT = 0 |
| const int wxSTC_BAT_COMMENT = 1 |
| const int wxSTC_BAT_WORD = 2 |
| const int wxSTC_BAT_LABEL = 3 |
| const int wxSTC_BAT_HIDE = 4 |
| const int wxSTC_BAT_COMMAND = 5 |
| const int wxSTC_BAT_IDENTIFIER = 6 |
| const int wxSTC_BAT_OPERATOR = 7 |
| const int wxSTC_MAKE_DEFAULT = 0 |
| const int wxSTC_MAKE_COMMENT = 1 |
| const int wxSTC_MAKE_PREPROCESSOR = 2 |
| const int wxSTC_MAKE_IDENTIFIER = 3 |
| const int wxSTC_MAKE_OPERATOR = 4 |
| const int wxSTC_MAKE_TARGET = 5 |
| const int wxSTC_MAKE_IDEOL = 9 |
| const int wxSTC_DIFF_DEFAULT = 0 |
| const int wxSTC_DIFF_COMMENT = 1 |
| const int wxSTC_DIFF_COMMAND = 2 |
| const int wxSTC_DIFF_HEADER = 3 |
| const int wxSTC_DIFF_POSITION = 4 |
| const int wxSTC_DIFF_DELETED = 5 |
| const int wxSTC_DIFF_ADDED = 6 |
| const int wxSTC_CONF_DEFAULT = 0 |
| const int wxSTC_CONF_COMMENT = 1 |
| const int wxSTC_CONF_NUMBER = 2 |
| const int wxSTC_CONF_IDENTIFIER = 3 |
| const int wxSTC_CONF_EXTENSION = 4 |
| const int wxSTC_CONF_PARAMETER = 5 |
| const int wxSTC_CONF_STRING = 6 |
| const int wxSTC_CONF_OPERATOR = 7 |
| const int wxSTC_CONF_IP = 8 |
| const int wxSTC_CONF_DIRECTIVE = 9 |
| const int wxSTC_AVE_DEFAULT = 0 |
| const int wxSTC_AVE_COMMENT = 1 |
| const int wxSTC_AVE_NUMBER = 2 |
| const int wxSTC_AVE_WORD = 3 |
| const int wxSTC_AVE_STRING = 6 |
| const int wxSTC_AVE_ENUM = 7 |
| const int wxSTC_AVE_STRINGEOL = 8 |
| const int wxSTC_AVE_IDENTIFIER = 9 |
| const int wxSTC_AVE_OPERATOR = 10 |
| const int wxSTC_AVE_WORD1 = 11 |
| const int wxSTC_AVE_WORD2 = 12 |
| const int wxSTC_AVE_WORD3 = 13 |
| const int wxSTC_AVE_WORD4 = 14 |
| const int wxSTC_AVE_WORD5 = 15 |
| const int wxSTC_AVE_WORD6 = 16 |
| const int wxSTC_ADA_DEFAULT = 0 |
| const int wxSTC_ADA_WORD = 1 |
| const int wxSTC_ADA_IDENTIFIER = 2 |
| const int wxSTC_ADA_NUMBER = 3 |
| const int wxSTC_ADA_DELIMITER = 4 |
| const int wxSTC_ADA_CHARACTER = 5 |
| const int wxSTC_ADA_CHARACTEREOL = 6 |
| const int wxSTC_ADA_STRING = 7 |
| const int wxSTC_ADA_STRINGEOL = 8 |
| const int wxSTC_ADA_LABEL = 9 |
| const int wxSTC_ADA_COMMENTLINE = 10 |
| const int wxSTC_ADA_ILLEGAL = 11 |
| const int wxSTC_BAAN_DEFAULT = 0 |
| const int wxSTC_BAAN_COMMENT = 1 |
| const int wxSTC_BAAN_COMMENTDOC = 2 |
| const int wxSTC_BAAN_NUMBER = 3 |
| const int wxSTC_BAAN_WORD = 4 |
| const int wxSTC_BAAN_STRING = 5 |
| const int wxSTC_BAAN_PREPROCESSOR = 6 |
| const int wxSTC_BAAN_OPERATOR = 7 |
| const int wxSTC_BAAN_IDENTIFIER = 8 |
| const int wxSTC_BAAN_STRINGEOL = 9 |
| const int wxSTC_BAAN_WORD2 = 10 |
| const int wxSTC_LISP_DEFAULT = 0 |
| const int wxSTC_LISP_COMMENT = 1 |
| const int wxSTC_LISP_NUMBER = 2 |
| const int wxSTC_LISP_KEYWORD = 3 |
| const int wxSTC_LISP_STRING = 6 |
| const int wxSTC_LISP_STRINGEOL = 8 |
| const int wxSTC_LISP_IDENTIFIER = 9 |
| const int wxSTC_LISP_OPERATOR = 10 |
| const int wxSTC_EIFFEL_DEFAULT = 0 |
| const int wxSTC_EIFFEL_COMMENTLINE = 1 |
| const int wxSTC_EIFFEL_NUMBER = 2 |
| const int wxSTC_EIFFEL_WORD = 3 |
| const int wxSTC_EIFFEL_STRING = 4 |
| const int wxSTC_EIFFEL_CHARACTER = 5 |
| const int wxSTC_EIFFEL_OPERATOR = 6 |
| const int wxSTC_EIFFEL_IDENTIFIER = 7 |
| const int wxSTC_EIFFEL_STRINGEOL = 8 |
| const int wxSTC_NNCRONTAB_DEFAULT = 0 |
| const int wxSTC_NNCRONTAB_COMMENT = 1 |
| const int wxSTC_NNCRONTAB_TASK = 2 |
| const int wxSTC_NNCRONTAB_SECTION = 3 |
| const int wxSTC_NNCRONTAB_KEYWORD = 4 |
| const int wxSTC_NNCRONTAB_MODIFIER = 5 |
| const int wxSTC_NNCRONTAB_ASTERISK = 6 |
| const int wxSTC_NNCRONTAB_NUMBER = 7 |
| const int wxSTC_NNCRONTAB_STRING = 8 |
| const int wxSTC_NNCRONTAB_ENVIRONMENT = 9 |
| const int wxSTC_NNCRONTAB_IDENTIFIER = 10 |
| const int wxSTC_MATLAB_DEFAULT = 0 |
| const int wxSTC_MATLAB_COMMENT = 1 |
| const int wxSTC_MATLAB_COMMAND = 2 |
| const int wxSTC_MATLAB_NUMBER = 3 |
| const int wxSTC_MATLAB_KEYWORD = 4 |
| const int wxSTC_MATLAB_STRING = 5 |
| const int wxSTC_MATLAB_OPERATOR = 6 |
| const int wxSTC_MATLAB_IDENTIFIER = 7 |
| const int wxSTC_SCRIPTOL_DEFAULT = 0 |
| const int wxSTC_SCRIPTOL_COMMENT = 1 |
| const int wxSTC_SCRIPTOL_COMMENTLINE = 2 |
| const int wxSTC_SCRIPTOL_COMMENTDOC = 3 |
| const int wxSTC_SCRIPTOL_NUMBER = 4 |
| const int wxSTC_SCRIPTOL_WORD = 5 |
| const int wxSTC_SCRIPTOL_STRING = 6 |
| const int wxSTC_SCRIPTOL_CHARACTER = 7 |
| const int wxSTC_SCRIPTOL_UUID = 8 |
| const int wxSTC_SCRIPTOL_PREPROCESSOR = 9 |
| const int wxSTC_SCRIPTOL_OPERATOR = 10 |
| const int wxSTC_SCRIPTOL_IDENTIFIER = 11 |
| const int wxSTC_SCRIPTOL_STRINGEOL = 12 |
| const int wxSTC_SCRIPTOL_VERBATIM = 13 |
| const int wxSTC_SCRIPTOL_REGEX = 14 |
| const int wxSTC_SCRIPTOL_COMMENTLINEDOC = 15 |
| const int wxSTC_SCRIPTOL_WORD2 = 16 |
| const int wxSTC_SCRIPTOL_COMMENTDOCKEYWORD = 17 |
| const int wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR = 18 |
| const int wxSTC_SCRIPTOL_COMMENTBASIC = 19 |
| const int wxSTC_ASM_DEFAULT = 0 |
| const int wxSTC_ASM_COMMENT = 1 |
| const int wxSTC_ASM_NUMBER = 2 |
| const int wxSTC_ASM_STRING = 3 |
| const int wxSTC_ASM_OPERATOR = 4 |
| const int wxSTC_ASM_IDENTIFIER = 5 |
| const int wxSTC_ASM_CPUINSTRUCTION = 6 |
| const int wxSTC_ASM_MATHINSTRUCTION = 7 |
| const int wxSTC_ASM_REGISTER = 8 |
| const int wxSTC_ASM_DIRECTIVE = 9 |
| const int wxSTC_ASM_DIRECTIVEOPERAND = 10 |
| const int wxSTC_F_DEFAULT = 0 |
| const int wxSTC_F_COMMENT = 1 |
| const int wxSTC_F_NUMBER = 2 |
| const int wxSTC_F_STRING1 = 3 |
| const int wxSTC_F_STRING2 = 4 |
| const int wxSTC_F_STRINGEOL = 5 |
| const int wxSTC_F_OPERATOR = 6 |
| const int wxSTC_F_IDENTIFIER = 7 |
| const int wxSTC_F_WORD = 8 |
| const int wxSTC_F_WORD2 = 9 |
| const int wxSTC_F_WORD3 = 10 |
| const int wxSTC_F_PREPROCESSOR = 11 |
| const int wxSTC_F_OPERATOR2 = 12 |
| const int wxSTC_F_LABEL = 13 |
| const int wxSTC_F_CONTINUATION = 14 |
| const int wxSTC_CSS_DEFAULT = 0 |
| const int wxSTC_CSS_TAG = 1 |
| const int wxSTC_CSS_CLASS = 2 |
| const int wxSTC_CSS_PSEUDOCLASS = 3 |
| const int wxSTC_CSS_UNKNOWN_PSEUDOCLASS = 4 |
| const int wxSTC_CSS_OPERATOR = 5 |
| const int wxSTC_CSS_IDENTIFIER = 6 |
| const int wxSTC_CSS_UNKNOWN_IDENTIFIER = 7 |
| const int wxSTC_CSS_VALUE = 8 |
| const int wxSTC_CSS_COMMENT = 9 |
| const int wxSTC_CSS_ID = 10 |
| const int wxSTC_CSS_IMPORTANT = 11 |
| const int wxSTC_CSS_DIRECTIVE = 12 |
| const int wxSTC_CSS_DOUBLESTRING = 13 |
| const int wxSTC_CSS_SINGLESTRING = 14 |
| const int wxSTC_POV_DEFAULT = 0 |
| const int wxSTC_POV_COMMENT = 1 |
| const int wxSTC_POV_COMMENTLINE = 2 |
| const int wxSTC_POV_COMMENTDOC = 3 |
| const int wxSTC_POV_NUMBER = 4 |
| const int wxSTC_POV_WORD = 5 |
| const int wxSTC_POV_STRING = 6 |
| const int wxSTC_POV_OPERATOR = 7 |
| const int wxSTC_POV_IDENTIFIER = 8 |
| const int wxSTC_POV_BRACE = 9 |
| const int wxSTC_POV_WORD2 = 10 |
| const int wxSTC_CMD_REDO = 2011 |
| const int wxSTC_CMD_SELECTALL = 2013 |
| const int wxSTC_CMD_UNDO = 2176 |
| const int wxSTC_CMD_CUT = 2177 |
| const int wxSTC_CMD_COPY = 2178 |
| const int wxSTC_CMD_PASTE = 2179 |
| const int wxSTC_CMD_CLEAR = 2180 |
| const int wxSTC_CMD_LINEDOWN = 2300 |
| const int wxSTC_CMD_LINEDOWNEXTEND = 2301 |
| const int wxSTC_CMD_LINEUP = 2302 |
| const int wxSTC_CMD_LINEUPEXTEND = 2303 |
| const int wxSTC_CMD_CHARLEFT = 2304 |
| const int wxSTC_CMD_CHARLEFTEXTEND = 2305 |
| const int wxSTC_CMD_CHARRIGHT = 2306 |
| const int wxSTC_CMD_CHARRIGHTEXTEND = 2307 |
| const int wxSTC_CMD_WORDLEFT = 2308 |
| const int wxSTC_CMD_WORDLEFTEXTEND = 2309 |
| const int wxSTC_CMD_WORDRIGHT = 2310 |
| const int wxSTC_CMD_WORDRIGHTEXTEND = 2311 |
| const int wxSTC_CMD_HOME = 2312 |
| const int wxSTC_CMD_HOMEEXTEND = 2313 |
| const int wxSTC_CMD_LINEEND = 2314 |
| const int wxSTC_CMD_LINEENDEXTEND = 2315 |
| const int wxSTC_CMD_DOCUMENTSTART = 2316 |
| const int wxSTC_CMD_DOCUMENTSTARTEXTEND = 2317 |
| const int wxSTC_CMD_DOCUMENTEND = 2318 |
| const int wxSTC_CMD_DOCUMENTENDEXTEND = 2319 |
| const int wxSTC_CMD_PAGEUP = 2320 |
| const int wxSTC_CMD_PAGEUPEXTEND = 2321 |
| const int wxSTC_CMD_PAGEDOWN = 2322 |
| const int wxSTC_CMD_PAGEDOWNEXTEND = 2323 |
| const int wxSTC_CMD_EDITTOGGLEOVERTYPE = 2324 |
| const int wxSTC_CMD_CANCEL = 2325 |
| const int wxSTC_CMD_DELETEBACK = 2326 |
| const int wxSTC_CMD_TAB = 2327 |
| const int wxSTC_CMD_BACKTAB = 2328 |
| const int wxSTC_CMD_NEWLINE = 2329 |
| const int wxSTC_CMD_FORMFEED = 2330 |
| const int wxSTC_CMD_VCHOME = 2331 |
| const int wxSTC_CMD_VCHOMEEXTEND = 2332 |
| const int wxSTC_CMD_ZOOMIN = 2333 |
| const int wxSTC_CMD_ZOOMOUT = 2334 |
| const int wxSTC_CMD_DELWORDLEFT = 2335 |
| const int wxSTC_CMD_DELWORDRIGHT = 2336 |
| const int wxSTC_CMD_LINECUT = 2337 |
| const int wxSTC_CMD_LINEDELETE = 2338 |
| const int wxSTC_CMD_LINETRANSPOSE = 2339 |
| const int wxSTC_CMD_LINEDUPLICATE = 2404 |
| const int wxSTC_CMD_LOWERCASE = 2340 |
| const int wxSTC_CMD_UPPERCASE = 2341 |
| const int wxSTC_CMD_LINESCROLLDOWN = 2342 |
| const int wxSTC_CMD_LINESCROLLUP = 2343 |
| const int wxSTC_CMD_DELETEBACKNOTLINE = 2344 |
| const int wxSTC_CMD_HOMEDISPLAY = 2345 |
| const int wxSTC_CMD_HOMEDISPLAYEXTEND = 2346 |
| const int wxSTC_CMD_LINEENDDISPLAY = 2347 |
| const int wxSTC_CMD_LINEENDDISPLAYEXTEND = 2348 |
| const int wxSTC_CMD_HOMEWRAP = 2349 |
| const int wxSTC_CMD_HOMEWRAPEXTEND = 2450 |
| const int wxSTC_CMD_LINEENDWRAP = 2451 |
| const int wxSTC_CMD_LINEENDWRAPEXTEND = 2452 |
| const int wxSTC_CMD_VCHOMEWRAP = 2453 |
| const int wxSTC_CMD_VCHOMEWRAPEXTEND = 2454 |
| const int wxSTC_CMD_WORDPARTLEFT = 2390 |
| const int wxSTC_CMD_WORDPARTLEFTEXTEND = 2391 |
| const int wxSTC_CMD_WORDPARTRIGHT = 2392 |
| const int wxSTC_CMD_WORDPARTRIGHTEXTEND = 2393 |
| const int wxSTC_CMD_DELLINELEFT = 2395 |
| const int wxSTC_CMD_DELLINERIGHT = 2396 |
| const int wxSTC_CMD_PARADOWN = 2413 |
| const int wxSTC_CMD_PARADOWNEXTEND = 2414 |
| const int wxSTC_CMD_PARAUP = 2415 |
| const int wxSTC_CMD_PARAUPEXTEND = 2416 |
| const string wxSTCNameStr = "stcwindow" |
1.5.4