Displaying 20 results from an estimated 2000 matches similar to: "Scintilla to try out"
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 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 one supplied with the installation to avoid problems of the header
file getting out of
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
2006 Nov 17
5
0.0.38 release?
Hi
Should we look to do a 0.0.38 release soon? I think we should get an
updated set of gems out there to show we are making progress.
So if you have a moment over the next couple of days, please could you
post 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.
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
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 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
-
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 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
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
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:84: error:
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 sound good to me. I''m happy to post
2007 Jul 26
0
[ wxruby-Feature Requests-12594 ] re-enable wxScintilla
Feature Requests 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
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 component, interesting to developers
- not
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
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.
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 it at least gave some error message it would be
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 look pretty
darn spiffy right now.
Roy
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
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