Displaying 20 results from an estimated 4000 matches similar to: "progress on porting wxscintilla"
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
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 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:
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
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 22
0
[706] trunk/wxruby2/rake/rakemacosx.rb: WxScintilla optional class added (Alex Fenton)
<!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:
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.
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
-
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 Nov 13
0
[734] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Remove debug output line I forgot to remove before I did a commit.
<!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:
2006 Oct 30
0
progress update, 0.0.37
Hi all
A brief update on wxruby progress from the development list...
The good news is - we tagged version 0.0.37. This includes some
important new features, including:
- Complete support for the printing framework (thanks to Sean Long)
- Support for WxScintilla on OS X
- DragImage and StdDialogButtonSizer classes added
- various bugfixes and support for additional methods
The bad news is -
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 Nov 13
0
[732] trunk/wxruby2/samples: Fixed a few crashes related to the about box menu.
<!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:
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
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 Sep 11
1
wxRuby 1.9.1, wxSugar 0.1.17
I''m very happy to announce that new versions of wxRuby and wxSugar are
now available.
== CHANGES ==
* Merged nice ruby-style syntax options into core wxRuby
* Re-added support for StyledTextCtrl (Scintilla) component
* Added BitmapComboBox and RendererNative classes
* Fixed nasty bug which could cause instability in XML-loaded layouts
* Numerous other fixes and new methods in existing
2006 Dec 13
1
0.0.38 tag and release
Hi
I tagged 0.0.38 and started a release on rubyforge. I''ll do the doc
packages & upload plus gems for OS X ppc and Linux; TIA for gems for
Windows and OS X Intel - please upload whenever convenient.
Once we have a set of binary gems, I suggest we do an announce to
wxruby-users and c.l.r, inc explaining this is still alpha, summarising
the new features, and that people should
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
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 Oct 30
0
memory mgmt etc
Hi
Seems we ran into what football commentators call a ''run of bad form'',
when you can''t get the ball in the net for love nor money, and your
defence is leaking goals like an extension library leaks memory. But no
bad run lasts forever, so wanted to get your thoughts on what we should
focus on next. Apologies for a longish email.
Roy''s experiences with