Displaying 20 results from an estimated 600 matches similar to: "Scintilla"
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.
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 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
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
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
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 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
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 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 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
-
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 Sep 11
8
next steps - public alpha?
Seems the gems and tarball have been downloaded a bit with no reported
problems. I suggest we do an alpha release incorporating Roy''s useful
recent fixes and announce it more publicly e.g. on the mailing list.
It''s not perfect, but again we have made a lot of progress since late
July and we should build on it; it was our dev goal. I now personally
have to put some effort
2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
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 guys think it would
be worth adding to wxRuby2.
Any thoughts?
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 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 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 and wxScintilla, to send