search for: scintilla

Displaying 20 results from an estimated 64 matches for "scintilla".

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 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 constant! So now, I''m wondering what happened to the class. Is there an external file workaround for this, or will I have to set_style many times in a TextCtrl object?" __________________________...
2006 Oct 21
5
0.0.37 release?
I would like to tag and release 0.0.37 soon. I''m thinking of the next few days. We have good new stuff (Printing, Scintilla on OS X, other new classes) and have fixed some bugs. Also, would be good to put the early build probs with the last release behind us. Here''s the patches I think are outstanding: - Wx::App cleanup - rake HTML docs publishing - Scintilla OS X - IconBundle, ListView (?) - TaskBarIconEve...
2007 Sep 12
14
screenshots & wxruby apps
Hi I''ve added a page to the wiki to show some screenshots opf the wxRuby samples: http://wxruby.rubyforge.org/wiki/wiki.pl?ScreenShots I''d like to get some screenshots for OS X to add to this, if anyone could supply them please. It would be nice to show the minimal sample for all three platforms, plus perhaps some of the ones that aren''t included there. Also if
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...
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''...
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 make things a lot easier. I will investigate stc some more...
2006 Oct 14
0
Scintilla on Linux
Well, I''m having some problems with Scintilla on Linux. I get the same ''uninitialized constant Wxruby2'' when I try to compile in Scintilla. I will try changing the Scintilla options some more but it''s very frustrating. I wish I got some sort of error message. It''s like voodoo building on Linux. If i...
2006 Oct 25
1
Linux Scintilla support
I have a Linux gem that appears to work with Scintilla. I''m not able to really see what''s going on because my VNC connection is hosed to my Linux box. The scintilla sample appears to work but I can''t see the code window on bigdemo. I also get a lot of GLib and Gdk warnings and errors while running. Doesn''t so...
2006 Sep 27
0
Scintilla into bigdemo.rb
This patch changes the code box to use Scintilla if it''s available. I also added a couple of notes in there for things to fix in the future. I never knew we -had- a search feature. Find and Find Next were probably broken before and may not work too well on systems without scintilla. At least it works with Scintilla now. Things...
2007 Mar 23
2
FXRuby scintilla issue
FXRuby version 1.6.4. I''ve been trying to compile FXruby with scintilla support. I''ve downloaded: http://savannah.nongnu.org/download/fxscintilla/fxscintilla-1.63.tar.gz. Compiled it and installed it. FXruby is 1.6.4 I get: AL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6 -c frames_wrap.cpp /usr/local/include/fxscintilla/FXScintilla.h:...
2007 Aug 29
13
Scintilla
Hi I''ve been trying out the StyledTextCtrl/Scintilla component bundled with wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a basic level with wxRuby (95% of credit to Roy, who originally created a SWIG file for this). So I''m wondering: should we try and integrate this into wxRuby core? Pros: - a cool compone...
2007 Nov 29
0
WxRuby + Scintilla avec HTML + JavaScript
bonjour à toutes et à tous, d''abord désolé de ne pas parler/lire/comprendre l''américain/l''anglais, ce qui fait que j''ai beaucoup de mal à comprendre la doc par exemple. j''ai un souci d''utilisation de WXRuby avec SCIntilla, dans le cas d''un HTML + Javascript. je suis parti bien entendu de l''exemple scintilla.rb fourni, qui fonctionne parfaitement, mais pas je ne parviens pas à appliquer pour le JavaScript inclus. ========== début du script ========== require ''wx'' i...
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
2005 Sep 18
0
New version of .zip file for Scintilla
I missed three patch files that are needed. This new .zip file has them all. Oddly, after upgrading to 1.66 I''m having problems with the Scintilla object not being present. :( It all worked fine before. I''ll try to track it down and see if I missed some files. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Nov 17
5
0.0.38 release?
...ost how stable a release gem from SVN HEAD is on your OS? Linux seems OK 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
2005 Sep 16
0
Scintilla
I was not able to make an empty .i file work. Swig will complain about not finding a module. Theoretically, one could design a class that would throw an exception if you ever instantiated it if WXSCINTILLA wasn''t defined. In practice, I just added a rake task for generating optional components and added a directory called ''optional'' under swig/classes. I''m pretty pleased, although it does segfault when you exit the sample application. As I recall, this has s...
2007 Jul 26
0
[ wxruby-Feature Requests-12594 ] re-enable wxScintilla
...s 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 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...
2010 Jun 02
0
Segmentation fault on paste a long text into Scintilla
Hi there, In bundled samples\scintilla.rb, paste a long one-line text (see below) caused segmentation fault scintilla.rb:166: [BUG] Segmentation fault ruby 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32] However, It was Ok if not including last 100 or so characters (worked on 13100 characters). Cheers, Zhimin -- text copied <tb...