search for: wxscintilla

Displaying 20 results from an estimated 38 matches for "wxscintilla".

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 Oct 22
0
[706] trunk/wxruby2/rake/rakemacosx.rb: WxScintilla optional class added (Alex Fenton)
...argin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[706] trunk/wxruby2/rake/rakemacosx.rb: WxScintilla optional class added (Alex Fenton)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>706</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-10-21 20:47:15 -0400 (Sat...
2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
...fd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>919</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-03-26 15:09:34 -0400 (Mon, 26 Mar 2007)</dd> &l...
2005 Sep 15
1
wxScintilla
I was fiddling around with wxScintilla tonight and I added it to wxRuby. I haven''t gotten it really nicely integrated since I wanted to make it an optional component. Nicely, wxScintilla was built with SWIG in mind so [most] everything swigged beautifully after a little touch-up. I may fiddle with this some more if you g...
2005 Sep 18
1
wxScintilla patch missing from zip
Here''s the last piece of the puzzle you''ll need to get this working (other than modifying the platform specific stuff like rakemswin.rb). Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 18
0
progress on porting wxscintilla
I''ve made some progress on getting Scintilla to work on OS X. I got a static build of wxscintilla as libwxscintilla.a. To do this, turns out all I needed to do was make release But I had to go a tortuous route to find this out. Anyway, this gives me a library against which I can build the wxscintilla sample. It also builds without error when added to wxruby (following the model of rakemsw...
2007 Jul 26
0
[ wxruby-Feature Requests-12594 ] re-enable wxScintilla
...sts item #12594, was opened at 2007-07-26 09:26 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=12594&group_id=35 Category: None Group: None Status: Open Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Nobody (None) Summary: re-enable wxScintilla Initial Comment: There is SWIG code to port Wx::Scintilla in swig/classes/optional and in the rakefiles. As of WxWidgets 2.8, there is also an up-to-date wx version of Scintilla available in the core library. It would be nice to re-enable Wx::Scintilla in the core builds; this would involve compi...
2006 Oct 25
5
OS X intel
Hi Sean Thanks for the info on OS intel. Glad that at least it''s only broken on Scintilla, not generally. If you could upload a gem w/o Scintilla that would be great. Perhaps some library or framework that''s needed on 10.4 that 10.3 doesn''t need. I don''t know. cheers alex
2006 Nov 17
5
0.0.38 release?
...K on release, crashes in debug mode - which seem to relate to the same failed assertion from wx/event.h. Haven''t tried OS X debug, but 10.3 release seems good too. If things are looking unstable, perhaps try without Scintilla compiled in. gdb is tracing some OS X release crashes to the wxscintilla code. The 2.8.0 wxWidgets release candidate includes a newer version of Scintilla than wxscintilla from wxCode, so we could perhaps target that instead. thanks alex
2006 Sep 12
6
Scintilla
wxScintilla already comes with a SWIG friendly header file. I modified the rakewx and the Scintilla.i file to include it directly from the wxScintilla install. This means it''s an odd-ball compared to our other classes. Does anyone see a problem with this? I think it''s best to use the...
2007 Sep 07
5
Ruby IDE with wxRuby
Hello All, There seems to have been a lot of interest in getting wxScintilla incorperated, and I think most of us who want it, want it so we can create an editor, so to avoid multiple projects comming out with the same goal (Not really that bad of a problem....), I''m going to kick start this, and ask that anyone interested in developing a Editor with wxRuby an...
2006 Oct 24
8
tagged 0.0.37; release plans
Hi I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on how to do this, and how to checkout a clean version: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo For the build, I''m just about to upload a tarball, and will add a powerpc gem once the compiler''s chugged away. Please upload for your platform as you''re ready. I suggest we announce
2006 Oct 19
2
Wx::Scintilla - working
At last, managed to get Scintilla up and running on OS X. Sorry it''s taken so long. Patch attached to enable Scintilla to be included in a Mac build. More difficult was how figuring out how to get wxscintilla built in the first place - have added instructions on our ''Building for release'' page on the wiki: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo cheers alex -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: rakemac...
2005 Sep 18
1
Scintilla to try out
Here''s a .zip file with the files and directory structure needed to try out my scintilla changes. It also included a help file. You''ll, of course, need to download wxScintilla from here: https://sourceforge.net/project/showfiles.php?group_id=51305&package_id=45182 Oh. Hmm, I just noticed he made a new build today. I guess I''ll have to go see what''s different. Roy
2007 Jul 10
5
Seg Fault caused by StatusBar. Am I doing something wrong?
Some odd bug cropped up when I made a bunch of code changes to my app recently. I started getting the following everytime I closed the app: ---------------------------------- [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information.
2007 Jun 23
0
[1061] trunk/wxruby2/swig/classes/EvtHandler.i: Remove a lot of no longer needed includes from EvtHandler.i
...tbook.h> -#include <wx/notebook.h> -#include <wx/grid.h> -#include <wx/spinbutt.h> -#include <wx/treectrl.h> -#include <wx/splitter.h> -#include <wx/listctrl.h> -#include <wx/sashwin.h> -#include <wx/wizard.h> -#include <wx/aui/aui.h> -#ifdef WXSCINTILLA -# include <wx/wxscintilla.h> -#endif -%} - </del><span class="cx"> %module(directors="1") wxEvtHandler </span><span class="cx"> GC_MANAGE_AS_OBJECT(wxEvtHandler); </span><span class="cx"> </span><span cl...
2006 Nov 07
0
[723] trunk/wxruby2: Added WindowCreateEvent and WindowDestroyEvent + event handlers (AF)
...class="cx"> extern swig_class cWxSashEvent; </span><span class="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><sp...
2006 Sep 03
5
Status Update
I feel like I''ve mostly been banging my head against header file issues for the last couple weeks. I don''t feel like I''ve gotten any actual ''work'' done on fixing wrapping problems, adding new classes or improving the samples. I''m searching for any but haven''t found ''em. Some things I''ve noticed: 1) Some
2006 Dec 31
0
[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
...dowCreateEvent; </span><span class="cx"> extern swig_class 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><sp...
2007 May 21
5
Wx::Scintilla class not defined
I''m posting this for a friend who is having trouble with this and here is his message. "Heya! I''m working on a script editor application, but it''s missing one key feature: Syntax highlighting. Seeing this, I looked around in the sample directory and came across scintilla.rb. I attempted a run, however Ruby reported Wxruby2::Scintilla as an uninitialized