search for: scintillaev

Displaying 7 results from an estimated 7 matches for "scintillaev".

Did you mean: scintilla
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...Ruby, the + # binding can be updated here. + EventType = Struct.new(:name, :arity, :const, :evt_class) + EVENT_TYPE_MAPPING = {} </ins><span class="cx"> </span><del>- if defined?(Wx::Scintilla) - EVENT_TYPE_MAPPING.merge( - Wx::EVT_SCI_CHANGE => Wx::ScintillaEvent, - Wx::EVT_SCI_STYLENEEDED => Wx::ScintillaEvent, - Wx::EVT_SCI_CHARADDED => Wx::ScintillaEvent, - Wx::EVT_SCI_SAVEPOINTREACHED => Wx::ScintillaEvent, - Wx::EVT_SCI_SAVEPOINTLEFT => Wx::ScintillaEvent, - Wx::EVT_SCI_ROMODIFYATTEMPT => Wx::ScintillaEvent, -...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...ND_AUINOTEBOOK_END_DRAG => Wx::AuiNotebookEvent, + Wx::EVT_COMMAND_AUINOTEBOOK_DRAG_MOTION => Wx::AuiNotebookEvent, + Wx::EVT_COMMAND_AUINOTEBOOK_ALLOW_DND => Wx::AuiNotebookEvent, + } + + if defined?(Wx::Scintilla) + EVENT_TYPE_MAPPING.merge( + Wx::EVT_SCI_CHANGE => Wx::ScintillaEvent, + Wx::EVT_SCI_STYLENEEDED => Wx::ScintillaEvent, + Wx::EVT_SCI_CHARADDED => Wx::ScintillaEvent, + Wx::EVT_SCI_SAVEPOINTREACHED => Wx::ScintillaEvent, + Wx::EVT_SCI_SAVEPOINTLEFT => Wx::ScintillaEvent, + Wx::EVT_SCI_ROMODIFYATTEMPT => Wx::ScintillaEvent, +...
2005 Sep 15
5
wxScintilla vs. StyledTextControl
There is a contribution called ''stc'' (StyledTextControl) that comes with wxWidgets. It appears that this is -also- a wrapper around Scintilla. I can''t tell if one or the other of these two is a better choice or if there''s a particular reason to favor one over the other. I can see that having the source available right there in the contrib directory would
2006 Dec 31
0
[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
...cWxWindowDestroyEvent; </span><span class="cx"> extern swig_class cWxMenuEvent; </span><ins>+extern swig_class cWxContextMenuEvent; </ins><span class="cx"> #ifdef WXSCINTILLA </span><span class="cx"> extern swig_class cWxScintillaEvent; </span><span class="cx"> #endif </span><span class="lines">@@ -322,6 +323,12 @@ </span><span class="cx"> (const wxEventType *)0 </span><span class="cx"> }; </span><span class="cx"> &...
2006 Dec 24
0
[802] trunk/wxruby2/swig/classes: Add support for MenuEvent (MENU_OPEN, MENU_CLOSE, MENU_HIGHLIGHT)
...cWxWindowCreateEvent; </span><span class="cx"> extern swig_class cWxWindowDestroyEvent; </span><ins>+extern swig_class cWxMenuEvent; </ins><span class="cx"> #ifdef WXSCINTILLA </span><span class="cx"> extern swig_class cWxScintillaEvent; </span><span class="cx"> #endif </span><span class="lines">@@ -297,6 +298,14 @@ </span><span class="cx"> (const wxEventType *)0 </span><span class="cx"> }; </span><span class="cx"> &...
2006 Nov 07
0
[723] trunk/wxruby2: Added WindowCreateEvent and WindowDestroyEvent + event handlers (AF)
...lass="cx"> extern swig_class cWxActivateEvent; </span><ins>+extern swig_class cWxWindowCreateEvent; +extern swig_class cWxWindowDestroyEvent; </ins><span class="cx"> #ifdef WXSCINTILLA </span><span class="cx"> extern swig_class cWxScintillaEvent; </span><span class="cx"> #endif </span><span class="lines">@@ -277,6 +279,18 @@ </span><span class="cx"> (const wxEventType *)0 </span><span class="cx"> }; </span><span class="cx"> &...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...class="cx"> extern swig_class cWxContextMenuEvent; </span><ins>+extern swig_class cWxAuiManagerEvent; +extern swig_class cWxAuiNotebookEvent; </ins><span class="cx"> #ifdef WXSCINTILLA </span><span class="cx"> extern swig_class cWxScintillaEvent; </span><span class="cx"> #endif </span><span class="lines">@@ -329,6 +332,30 @@ </span><span class="cx"> (const wxEventType *)0 </span><span class="cx"> }; </span><span class="cx"> &...