X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbd3685cc4d20c974ac555aa41e0961dac48501e..5ab6aab8801b509282f5faa1718b5586fcf915ae:/wxPython/contrib/stc/mac/stc_.py?ds=sidebyside diff --git a/wxPython/contrib/stc/mac/stc_.py b/wxPython/contrib/stc/mac/stc_.py index a595013462..283ac7527d 100644 --- a/wxPython/contrib/stc/mac/stc_.py +++ b/wxPython/contrib/stc/mac/stc_.py @@ -9,6 +9,8 @@ from windows import * from gdi import * +from fonts import * + from clip_dnd import * from events import * @@ -107,6 +109,9 @@ def EVT_STC_DRAG_OVER(win, id, func): def EVT_STC_DO_DROP(win, id, func): win.Connect(id, -1, wxEVT_STC_DO_DROP, func) +def EVT_STC_ZOOM(win, id, func): + win.Connect(id, -1, wxEVT_STC_ZOOM, func) + class wxStyledTextCtrlPtr(wxControlPtr): def __init__(self,this): @@ -310,6 +315,9 @@ class wxStyledTextCtrlPtr(wxControlPtr): def StyleSetCase(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_StyleSetCase,(self,) + _args, _kwargs) return val + def StyleSetCharacterSet(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_StyleSetCharacterSet,(self,) + _args, _kwargs) + return val def SetSelForeground(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_SetSelForeground,(self,) + _args, _kwargs) return val @@ -362,6 +370,12 @@ class wxStyledTextCtrlPtr(wxControlPtr): val = apply(stc_c.wxStyledTextCtrl_IndicatorGetForeground,(self,) + _args, _kwargs) if val: val = wxColourPtr(val) ; val.thisown = 1 return val + def SetWhitespaceForeground(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetWhitespaceForeground,(self,) + _args, _kwargs) + return val + def SetWhitespaceBackground(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetWhitespaceBackground,(self,) + _args, _kwargs) + return val def SetStyleBits(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_SetStyleBits,(self,) + _args, _kwargs) return val @@ -390,6 +404,9 @@ class wxStyledTextCtrlPtr(wxControlPtr): def SetCaretLineBack(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_SetCaretLineBack,(self,) + _args, _kwargs) return val + def StyleSetChangeable(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_StyleSetChangeable,(self,) + _args, _kwargs) + return val def AutoCompShow(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_AutoCompShow,(self,) + _args, _kwargs) return val @@ -447,6 +464,12 @@ class wxStyledTextCtrlPtr(wxControlPtr): def AutoCompGetAutoHide(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_AutoCompGetAutoHide,(self,) + _args, _kwargs) return val + def AutoCompSetDropRestOfWord(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_AutoCompSetDropRestOfWord,(self,) + _args, _kwargs) + return val + def AutoCompGetDropRestOfWord(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_AutoCompGetDropRestOfWord,(self,) + _args, _kwargs) + return val def SetIndent(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_SetIndent,(self,) + _args, _kwargs) return val @@ -742,6 +765,54 @@ class wxStyledTextCtrlPtr(wxControlPtr): def GetMouseDwellTime(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_GetMouseDwellTime,(self,) + _args, _kwargs) return val + def WordStartPosition(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_WordStartPosition,(self,) + _args, _kwargs) + return val + def WordEndPosition(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_WordEndPosition,(self,) + _args, _kwargs) + return val + def SetWrapMode(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetWrapMode,(self,) + _args, _kwargs) + return val + def GetWrapMode(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_GetWrapMode,(self,) + _args, _kwargs) + return val + def SetLayoutCache(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetLayoutCache,(self,) + _args, _kwargs) + return val + def GetLayoutCache(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_GetLayoutCache,(self,) + _args, _kwargs) + return val + def SetScrollWidth(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetScrollWidth,(self,) + _args, _kwargs) + return val + def GetScrollWidth(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_GetScrollWidth,(self,) + _args, _kwargs) + return val + def TextWidth(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_TextWidth,(self,) + _args, _kwargs) + return val + def SetEndAtLastLine(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetEndAtLastLine,(self,) + _args, _kwargs) + return val + def GetEndAtLastLine(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_GetEndAtLastLine,(self,) + _args, _kwargs) + return val + def TextHeight(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_TextHeight,(self,) + _args, _kwargs) + return val + def HomeDisplay(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_HomeDisplay,(self,) + _args, _kwargs) + return val + def HomeDisplayExtend(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_HomeDisplayExtend,(self,) + _args, _kwargs) + return val + def LineEndDisplay(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_LineEndDisplay,(self,) + _args, _kwargs) + return val + def LineEndDisplayExtend(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_LineEndDisplayExtend,(self,) + _args, _kwargs) + return val def MoveCaretInsideView(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_MoveCaretInsideView,(self,) + _args, _kwargs) return val @@ -800,9 +871,6 @@ class wxStyledTextCtrlPtr(wxControlPtr): def SearchPrev(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_SearchPrev,(self,) + _args, _kwargs) return val - def SetCaretPolicy(self, *_args, **_kwargs): - val = apply(stc_c.wxStyledTextCtrl_SetCaretPolicy,(self,) + _args, _kwargs) - return val def LinesOnScreen(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_LinesOnScreen,(self,) + _args, _kwargs) return val @@ -854,6 +922,12 @@ class wxStyledTextCtrlPtr(wxControlPtr): def GetCursor(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_GetCursor,(self,) + _args, _kwargs) return val + def SetControlCharSymbol(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetControlCharSymbol,(self,) + _args, _kwargs) + return val + def GetControlCharSymbol(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_GetControlCharSymbol,(self,) + _args, _kwargs) + return val def WordPartLeft(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_WordPartLeft,(self,) + _args, _kwargs) return val @@ -875,6 +949,18 @@ class wxStyledTextCtrlPtr(wxControlPtr): def DelLineRight(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_DelLineRight,(self,) + _args, _kwargs) return val + def SetXOffset(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetXOffset,(self,) + _args, _kwargs) + return val + def GetXOffset(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_GetXOffset,(self,) + _args, _kwargs) + return val + def SetXCaretPolicy(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetXCaretPolicy,(self,) + _args, _kwargs) + return val + def SetYCaretPolicy(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetYCaretPolicy,(self,) + _args, _kwargs) + return val def StartRecord(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_StartRecord,(self,) + _args, _kwargs) return val @@ -939,6 +1025,12 @@ class wxStyledTextCtrlPtr(wxControlPtr): def SetHScrollBar(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextCtrl_SetHScrollBar,(self,) + _args, _kwargs) return val + def GetLastKeydownProcessed(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_GetLastKeydownProcessed,(self,) + _args, _kwargs) + return val + def SetLastKeydownProcessed(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextCtrl_SetLastKeydownProcessed,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) class wxStyledTextCtrl(wxStyledTextCtrlPtr): @@ -1008,6 +1100,15 @@ class wxStyledTextEventPtr(wxCommandEventPtr): def SetY(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextEvent_SetY,(self,) + _args, _kwargs) return val + def SetDragText(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextEvent_SetDragText,(self,) + _args, _kwargs) + return val + def SetDragAllowMove(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextEvent_SetDragAllowMove,(self,) + _args, _kwargs) + return val + def SetDragResult(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextEvent_SetDragResult,(self,) + _args, _kwargs) + return val def GetPosition(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextEvent_GetPosition,(self,) + _args, _kwargs) return val @@ -1059,6 +1160,15 @@ class wxStyledTextEventPtr(wxCommandEventPtr): def GetY(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextEvent_GetY,(self,) + _args, _kwargs) return val + def GetDragText(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextEvent_GetDragText,(self,) + _args, _kwargs) + return val + def GetDragAllowMove(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextEvent_GetDragAllowMove,(self,) + _args, _kwargs) + return val + def GetDragResult(self, *_args, **_kwargs): + val = apply(stc_c.wxStyledTextEvent_GetDragResult,(self,) + _args, _kwargs) + return val def GetShift(self, *_args, **_kwargs): val = apply(stc_c.wxStyledTextEvent_GetShift,(self,) + _args, _kwargs) return val @@ -1090,6 +1200,7 @@ class wxStyledTextEvent(wxStyledTextEventPtr): #-------------- VARIABLE WRAPPERS ------------------ +wxSTC_USE_POPUP = stc_c.wxSTC_USE_POPUP wxSTC_INVALID_POSITION = stc_c.wxSTC_INVALID_POSITION wxSTC_START = stc_c.wxSTC_START wxSTC_OPTIONAL_START = stc_c.wxSTC_OPTIONAL_START @@ -1126,6 +1237,9 @@ wxSTC_MARK_CIRCLEPLUS = stc_c.wxSTC_MARK_CIRCLEPLUS wxSTC_MARK_CIRCLEPLUSCONNECTED = stc_c.wxSTC_MARK_CIRCLEPLUSCONNECTED wxSTC_MARK_CIRCLEMINUS = stc_c.wxSTC_MARK_CIRCLEMINUS wxSTC_MARK_CIRCLEMINUSCONNECTED = stc_c.wxSTC_MARK_CIRCLEMINUSCONNECTED +wxSTC_MARK_BACKGROUND = stc_c.wxSTC_MARK_BACKGROUND +wxSTC_MARK_DOTDOTDOT = stc_c.wxSTC_MARK_DOTDOTDOT +wxSTC_MARK_ARROWS = stc_c.wxSTC_MARK_ARROWS wxSTC_MARK_CHARACTER = stc_c.wxSTC_MARK_CHARACTER wxSTC_MARKNUM_FOLDEREND = stc_c.wxSTC_MARKNUM_FOLDEREND wxSTC_MARKNUM_FOLDEROPENMID = stc_c.wxSTC_MARKNUM_FOLDEROPENMID @@ -1134,6 +1248,7 @@ wxSTC_MARKNUM_FOLDERTAIL = stc_c.wxSTC_MARKNUM_FOLDERTAIL wxSTC_MARKNUM_FOLDERSUB = stc_c.wxSTC_MARKNUM_FOLDERSUB wxSTC_MARKNUM_FOLDER = stc_c.wxSTC_MARKNUM_FOLDER wxSTC_MARKNUM_FOLDEROPEN = stc_c.wxSTC_MARKNUM_FOLDEROPEN +wxSTC_MASK_FOLDERS = stc_c.wxSTC_MASK_FOLDERS wxSTC_MARGIN_SYMBOL = stc_c.wxSTC_MARGIN_SYMBOL wxSTC_MARGIN_NUMBER = stc_c.wxSTC_MARGIN_NUMBER wxSTC_STYLE_DEFAULT = stc_c.wxSTC_STYLE_DEFAULT @@ -1194,6 +1309,12 @@ wxSTC_FOLDLEVELWHITEFLAG = stc_c.wxSTC_FOLDLEVELWHITEFLAG wxSTC_FOLDLEVELHEADERFLAG = stc_c.wxSTC_FOLDLEVELHEADERFLAG wxSTC_FOLDLEVELNUMBERMASK = stc_c.wxSTC_FOLDLEVELNUMBERMASK wxSTC_TIME_FOREVER = stc_c.wxSTC_TIME_FOREVER +wxSTC_WRAP_NONE = stc_c.wxSTC_WRAP_NONE +wxSTC_WRAP_WORD = stc_c.wxSTC_WRAP_WORD +wxSTC_CACHE_NONE = stc_c.wxSTC_CACHE_NONE +wxSTC_CACHE_CARET = stc_c.wxSTC_CACHE_CARET +wxSTC_CACHE_PAGE = stc_c.wxSTC_CACHE_PAGE +wxSTC_CACHE_DOCUMENT = stc_c.wxSTC_CACHE_DOCUMENT wxSTC_CMD_LINEDOWN = stc_c.wxSTC_CMD_LINEDOWN wxSTC_CMD_LINEDOWNEXTEND = stc_c.wxSTC_CMD_LINEDOWNEXTEND wxSTC_CMD_LINEUP = stc_c.wxSTC_CMD_LINEUP @@ -1238,18 +1359,22 @@ wxSTC_CMD_LOWERCASE = stc_c.wxSTC_CMD_LOWERCASE wxSTC_CMD_UPPERCASE = stc_c.wxSTC_CMD_UPPERCASE wxSTC_CMD_LINESCROLLDOWN = stc_c.wxSTC_CMD_LINESCROLLDOWN wxSTC_CMD_LINESCROLLUP = stc_c.wxSTC_CMD_LINESCROLLUP +wxSTC_CMD_DELETEBACKNOTLINE = stc_c.wxSTC_CMD_DELETEBACKNOTLINE +wxSTC_CMD_HOMEDISPLAY = stc_c.wxSTC_CMD_HOMEDISPLAY +wxSTC_CMD_HOMEDISPLAYEXTEND = stc_c.wxSTC_CMD_HOMEDISPLAYEXTEND +wxSTC_CMD_LINEENDDISPLAY = stc_c.wxSTC_CMD_LINEENDDISPLAY +wxSTC_CMD_LINEENDDISPLAYEXTEND = stc_c.wxSTC_CMD_LINEENDDISPLAYEXTEND wxSTC_EDGE_NONE = stc_c.wxSTC_EDGE_NONE wxSTC_EDGE_LINE = stc_c.wxSTC_EDGE_LINE wxSTC_EDGE_BACKGROUND = stc_c.wxSTC_EDGE_BACKGROUND -wxSTC_CARET_SLOP = stc_c.wxSTC_CARET_SLOP -wxSTC_CARET_CENTER = stc_c.wxSTC_CARET_CENTER -wxSTC_CARET_STRICT = stc_c.wxSTC_CARET_STRICT -wxSTC_CARET_XEVEN = stc_c.wxSTC_CARET_XEVEN -wxSTC_CARET_XJUMPS = stc_c.wxSTC_CARET_XJUMPS wxSTC_CURSORNORMAL = stc_c.wxSTC_CURSORNORMAL wxSTC_CURSORWAIT = stc_c.wxSTC_CURSORWAIT wxSTC_VISIBLE_SLOP = stc_c.wxSTC_VISIBLE_SLOP wxSTC_VISIBLE_STRICT = stc_c.wxSTC_VISIBLE_STRICT +wxSTC_CARET_SLOP = stc_c.wxSTC_CARET_SLOP +wxSTC_CARET_STRICT = stc_c.wxSTC_CARET_STRICT +wxSTC_CARET_JUMPS = stc_c.wxSTC_CARET_JUMPS +wxSTC_CARET_EVEN = stc_c.wxSTC_CARET_EVEN wxSTC_MOD_INSERTTEXT = stc_c.wxSTC_MOD_INSERTTEXT wxSTC_MOD_DELETETEXT = stc_c.wxSTC_MOD_DELETETEXT wxSTC_MOD_CHANGESTYLE = stc_c.wxSTC_MOD_CHANGESTYLE @@ -1309,6 +1434,13 @@ wxSTC_LEX_EIFFEL = stc_c.wxSTC_LEX_EIFFEL wxSTC_LEX_EIFFELKW = stc_c.wxSTC_LEX_EIFFELKW wxSTC_LEX_TCL = stc_c.wxSTC_LEX_TCL wxSTC_LEX_NNCRONTAB = stc_c.wxSTC_LEX_NNCRONTAB +wxSTC_LEX_BULLANT = stc_c.wxSTC_LEX_BULLANT +wxSTC_LEX_VBSCRIPT = stc_c.wxSTC_LEX_VBSCRIPT +wxSTC_LEX_ASP = stc_c.wxSTC_LEX_ASP +wxSTC_LEX_PHP = stc_c.wxSTC_LEX_PHP +wxSTC_LEX_BAAN = stc_c.wxSTC_LEX_BAAN +wxSTC_LEX_MATLAB = stc_c.wxSTC_LEX_MATLAB +wxSTC_LEX_SCRIPTOL = stc_c.wxSTC_LEX_SCRIPTOL wxSTC_LEX_AUTOMATIC = stc_c.wxSTC_LEX_AUTOMATIC wxSTC_P_DEFAULT = stc_c.wxSTC_P_DEFAULT wxSTC_P_COMMENTLINE = stc_c.wxSTC_P_COMMENTLINE @@ -1483,6 +1615,20 @@ wxSTC_PL_STRING_QQ = stc_c.wxSTC_PL_STRING_QQ wxSTC_PL_STRING_QX = stc_c.wxSTC_PL_STRING_QX wxSTC_PL_STRING_QR = stc_c.wxSTC_PL_STRING_QR wxSTC_PL_STRING_QW = stc_c.wxSTC_PL_STRING_QW +wxSTC_B_DEFAULT = stc_c.wxSTC_B_DEFAULT +wxSTC_B_COMMENT = stc_c.wxSTC_B_COMMENT +wxSTC_B_NUMBER = stc_c.wxSTC_B_NUMBER +wxSTC_B_KEYWORD = stc_c.wxSTC_B_KEYWORD +wxSTC_B_STRING = stc_c.wxSTC_B_STRING +wxSTC_B_PREPROCESSOR = stc_c.wxSTC_B_PREPROCESSOR +wxSTC_B_OPERATOR = stc_c.wxSTC_B_OPERATOR +wxSTC_B_IDENTIFIER = stc_c.wxSTC_B_IDENTIFIER +wxSTC_B_DATE = stc_c.wxSTC_B_DATE +wxSTC_PROPS_DEFAULT = stc_c.wxSTC_PROPS_DEFAULT +wxSTC_PROPS_COMMENT = stc_c.wxSTC_PROPS_COMMENT +wxSTC_PROPS_SECTION = stc_c.wxSTC_PROPS_SECTION +wxSTC_PROPS_ASSIGNMENT = stc_c.wxSTC_PROPS_ASSIGNMENT +wxSTC_PROPS_DEFVAL = stc_c.wxSTC_PROPS_DEFVAL wxSTC_L_DEFAULT = stc_c.wxSTC_L_DEFAULT wxSTC_L_COMMAND = stc_c.wxSTC_L_COMMAND wxSTC_L_TAG = stc_c.wxSTC_L_TAG @@ -1501,6 +1647,11 @@ wxSTC_LUA_PREPROCESSOR = stc_c.wxSTC_LUA_PREPROCESSOR wxSTC_LUA_OPERATOR = stc_c.wxSTC_LUA_OPERATOR wxSTC_LUA_IDENTIFIER = stc_c.wxSTC_LUA_IDENTIFIER wxSTC_LUA_STRINGEOL = stc_c.wxSTC_LUA_STRINGEOL +wxSTC_LUA_WORD2 = stc_c.wxSTC_LUA_WORD2 +wxSTC_LUA_WORD3 = stc_c.wxSTC_LUA_WORD3 +wxSTC_LUA_WORD4 = stc_c.wxSTC_LUA_WORD4 +wxSTC_LUA_WORD5 = stc_c.wxSTC_LUA_WORD5 +wxSTC_LUA_WORD6 = stc_c.wxSTC_LUA_WORD6 wxSTC_ERR_DEFAULT = stc_c.wxSTC_ERR_DEFAULT wxSTC_ERR_PYTHON = stc_c.wxSTC_ERR_PYTHON wxSTC_ERR_GCC = stc_c.wxSTC_ERR_GCC @@ -1510,6 +1661,7 @@ wxSTC_ERR_BORLAND = stc_c.wxSTC_ERR_BORLAND wxSTC_ERR_PERL = stc_c.wxSTC_ERR_PERL wxSTC_ERR_NET = stc_c.wxSTC_ERR_NET wxSTC_ERR_LUA = stc_c.wxSTC_ERR_LUA +wxSTC_ERR_CTAG = stc_c.wxSTC_ERR_CTAG wxSTC_ERR_DIFF_CHANGED = stc_c.wxSTC_ERR_DIFF_CHANGED wxSTC_ERR_DIFF_ADDITION = stc_c.wxSTC_ERR_DIFF_ADDITION wxSTC_ERR_DIFF_DELETION = stc_c.wxSTC_ERR_DIFF_DELETION @@ -1529,6 +1681,13 @@ wxSTC_MAKE_IDENTIFIER = stc_c.wxSTC_MAKE_IDENTIFIER wxSTC_MAKE_OPERATOR = stc_c.wxSTC_MAKE_OPERATOR wxSTC_MAKE_TARGET = stc_c.wxSTC_MAKE_TARGET wxSTC_MAKE_IDEOL = stc_c.wxSTC_MAKE_IDEOL +wxSTC_DIFF_DEFAULT = stc_c.wxSTC_DIFF_DEFAULT +wxSTC_DIFF_COMMENT = stc_c.wxSTC_DIFF_COMMENT +wxSTC_DIFF_COMMAND = stc_c.wxSTC_DIFF_COMMAND +wxSTC_DIFF_HEADER = stc_c.wxSTC_DIFF_HEADER +wxSTC_DIFF_POSITION = stc_c.wxSTC_DIFF_POSITION +wxSTC_DIFF_DELETED = stc_c.wxSTC_DIFF_DELETED +wxSTC_DIFF_ADDED = stc_c.wxSTC_DIFF_ADDED wxSTC_CONF_DEFAULT = stc_c.wxSTC_CONF_DEFAULT wxSTC_CONF_COMMENT = stc_c.wxSTC_CONF_COMMENT wxSTC_CONF_NUMBER = stc_c.wxSTC_CONF_NUMBER @@ -1559,6 +1718,17 @@ wxSTC_ADA_CHARACTER = stc_c.wxSTC_ADA_CHARACTER wxSTC_ADA_OPERATOR = stc_c.wxSTC_ADA_OPERATOR wxSTC_ADA_IDENTIFIER = stc_c.wxSTC_ADA_IDENTIFIER wxSTC_ADA_STRINGEOL = stc_c.wxSTC_ADA_STRINGEOL +wxSTC_BAAN_DEFAULT = stc_c.wxSTC_BAAN_DEFAULT +wxSTC_BAAN_COMMENT = stc_c.wxSTC_BAAN_COMMENT +wxSTC_BAAN_COMMENTDOC = stc_c.wxSTC_BAAN_COMMENTDOC +wxSTC_BAAN_NUMBER = stc_c.wxSTC_BAAN_NUMBER +wxSTC_BAAN_WORD = stc_c.wxSTC_BAAN_WORD +wxSTC_BAAN_STRING = stc_c.wxSTC_BAAN_STRING +wxSTC_BAAN_PREPROCESSOR = stc_c.wxSTC_BAAN_PREPROCESSOR +wxSTC_BAAN_OPERATOR = stc_c.wxSTC_BAAN_OPERATOR +wxSTC_BAAN_IDENTIFIER = stc_c.wxSTC_BAAN_IDENTIFIER +wxSTC_BAAN_STRINGEOL = stc_c.wxSTC_BAAN_STRINGEOL +wxSTC_BAAN_WORD2 = stc_c.wxSTC_BAAN_WORD2 wxSTC_LISP_DEFAULT = stc_c.wxSTC_LISP_DEFAULT wxSTC_LISP_COMMENT = stc_c.wxSTC_LISP_COMMENT wxSTC_LISP_NUMBER = stc_c.wxSTC_LISP_NUMBER @@ -1587,8 +1757,36 @@ wxSTC_NNCRONTAB_NUMBER = stc_c.wxSTC_NNCRONTAB_NUMBER wxSTC_NNCRONTAB_STRING = stc_c.wxSTC_NNCRONTAB_STRING wxSTC_NNCRONTAB_ENVIRONMENT = stc_c.wxSTC_NNCRONTAB_ENVIRONMENT wxSTC_NNCRONTAB_IDENTIFIER = stc_c.wxSTC_NNCRONTAB_IDENTIFIER -wxSTC_MASK_FOLDERS = stc_c.wxSTC_MASK_FOLDERS +wxSTC_MATLAB_DEFAULT = stc_c.wxSTC_MATLAB_DEFAULT +wxSTC_MATLAB_COMMENT = stc_c.wxSTC_MATLAB_COMMENT +wxSTC_MATLAB_COMMAND = stc_c.wxSTC_MATLAB_COMMAND +wxSTC_MATLAB_NUMBER = stc_c.wxSTC_MATLAB_NUMBER +wxSTC_MATLAB_KEYWORD = stc_c.wxSTC_MATLAB_KEYWORD +wxSTC_MATLAB_STRING = stc_c.wxSTC_MATLAB_STRING +wxSTC_MATLAB_OPERATOR = stc_c.wxSTC_MATLAB_OPERATOR +wxSTC_MATLAB_IDENTIFIER = stc_c.wxSTC_MATLAB_IDENTIFIER +wxSTC_SCRIPTOL_DEFAULT = stc_c.wxSTC_SCRIPTOL_DEFAULT +wxSTC_SCRIPTOL_COMMENT = stc_c.wxSTC_SCRIPTOL_COMMENT +wxSTC_SCRIPTOL_COMMENTLINE = stc_c.wxSTC_SCRIPTOL_COMMENTLINE +wxSTC_SCRIPTOL_COMMENTDOC = stc_c.wxSTC_SCRIPTOL_COMMENTDOC +wxSTC_SCRIPTOL_NUMBER = stc_c.wxSTC_SCRIPTOL_NUMBER +wxSTC_SCRIPTOL_WORD = stc_c.wxSTC_SCRIPTOL_WORD +wxSTC_SCRIPTOL_STRING = stc_c.wxSTC_SCRIPTOL_STRING +wxSTC_SCRIPTOL_CHARACTER = stc_c.wxSTC_SCRIPTOL_CHARACTER +wxSTC_SCRIPTOL_UUID = stc_c.wxSTC_SCRIPTOL_UUID +wxSTC_SCRIPTOL_PREPROCESSOR = stc_c.wxSTC_SCRIPTOL_PREPROCESSOR +wxSTC_SCRIPTOL_OPERATOR = stc_c.wxSTC_SCRIPTOL_OPERATOR +wxSTC_SCRIPTOL_IDENTIFIER = stc_c.wxSTC_SCRIPTOL_IDENTIFIER +wxSTC_SCRIPTOL_STRINGEOL = stc_c.wxSTC_SCRIPTOL_STRINGEOL +wxSTC_SCRIPTOL_VERBATIM = stc_c.wxSTC_SCRIPTOL_VERBATIM +wxSTC_SCRIPTOL_REGEX = stc_c.wxSTC_SCRIPTOL_REGEX +wxSTC_SCRIPTOL_COMMENTLINEDOC = stc_c.wxSTC_SCRIPTOL_COMMENTLINEDOC +wxSTC_SCRIPTOL_WORD2 = stc_c.wxSTC_SCRIPTOL_WORD2 +wxSTC_SCRIPTOL_COMMENTDOCKEYWORD = stc_c.wxSTC_SCRIPTOL_COMMENTDOCKEYWORD +wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR = stc_c.wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR +wxSTC_SCRIPTOL_COMMENTBASIC = stc_c.wxSTC_SCRIPTOL_COMMENTBASIC wxSTCNameStr = stc_c.wxSTCNameStr +STC_USE_DND = stc_c.STC_USE_DND wxEVT_STC_CHANGE = stc_c.wxEVT_STC_CHANGE wxEVT_STC_STYLENEEDED = stc_c.wxEVT_STC_STYLENEEDED wxEVT_STC_CHARADDED = stc_c.wxEVT_STC_CHARADDED @@ -1608,6 +1806,10 @@ wxEVT_STC_USERLISTSELECTION = stc_c.wxEVT_STC_USERLISTSELECTION wxEVT_STC_URIDROPPED = stc_c.wxEVT_STC_URIDROPPED wxEVT_STC_DWELLSTART = stc_c.wxEVT_STC_DWELLSTART wxEVT_STC_DWELLEND = stc_c.wxEVT_STC_DWELLEND +wxEVT_STC_START_DRAG = stc_c.wxEVT_STC_START_DRAG +wxEVT_STC_DRAG_OVER = stc_c.wxEVT_STC_DRAG_OVER +wxEVT_STC_DO_DROP = stc_c.wxEVT_STC_DO_DROP +wxEVT_STC_ZOOM = stc_c.wxEVT_STC_ZOOM #-------------- USER INCLUDE ----------------------- @@ -1616,3 +1818,6 @@ wxEVT_STC_DWELLEND = stc_c.wxEVT_STC_DWELLEND wx.wxStyledTextEventPtr = wxStyledTextEventPtr wx.wxStyledTextCtrlPtr = wxStyledTextCtrlPtr + + +wxSTC_CARET_CENTER = wxSTC_CARET_STRICT