similar to: 0.0.37 release?

Displaying 20 results from an estimated 500 matches similar to: "0.0.37 release?"

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 16
5
0.0.37 release goals
Hi Could we set some release goals for 0.0.37? I suggest we release sooner rather than later to put the various little build problems behind us. So my only high-priority item for 0.037 at the moment is to port Scintilla to Linux and OS X. I will gladly accept other feature, bugfix and doc patches. Anything else we''d like to be sure to do? alex
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
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 23
2
patch for rake install
The attached patch fixes the task for non-gem installation. It adds installation of the version and class ruby files, and puts things in the right place (wx.rb was previously going into sitearchdir). It also adds an uninstall task. I plan to overhaul the rake system at some point soon as I think it could be declared more simply, and to avoid launching a new process for each of the cpp
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 Sep 26
4
tag and release 0.0.36
I''m planning to tag 0.0.36 and release binaries from it. We have lots of good new methods & classes & samples (mainly thanks to Roy), and I would like to get a unicode Windows binary gem out there. TODO are integrate Scintilla on OS X and Linux, and apply Tobias''s patches to rakefiles. These''ll be for early in 0.0.37. Maybe someone with Subversion experience
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 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
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
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 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 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 -
2007 Oct 24
1
Problems with creating my own syntax highlighter
Well, I wanted to make my own syntax highlighter using Wx::StyledTextCtrl. The easiest way to do it seemed to parse the text contents in a content-changed-event. But it doesn''t seem to work.. I tried to edit the scintilla sample and added this event(@sci is the StyledTextCtrl): @sci.evt_stc_change(@sci.get_id) do @sci.clear_document_style @sci.start_styling(1,31)
2006 Oct 24
0
[716] trunk/wxruby2/Changelog: Last changes in preparation for tagging 0.0.37
<!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 Jan 08
0
[844] trunk/wxruby2/swig/classes: Added IconBundle class for multi-resolution icons, cleaned comment cruft
<!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 15
4
TaskBarIcon
Attached are some patches to implement the TaskBarIcon. Let me know how this works on Linux and OS X. You may want to ''svn update'' first and get the new version of ruby.png since I fixed the transparent background. Roy -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bigdemo.rb.patch Url:
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